.Poker-module__uBFhZa__mainWrapper{background-color:var(--background-main);color:var(--text-primary);flex-direction:column;align-items:center;min-height:100vh;padding:2rem 1.5rem 4rem;display:flex;position:relative;overflow-x:hidden}.Poker-module__uBFhZa__mainWrapper:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(80% 50% at 50% 0,#a855f726 0%,#0000 50%),radial-gradient(60% 40% at 100% 100%,#ec48991a 0%,#0000 40%),radial-gradient(60% 40% at 0 100%,#7c3aed1a 0%,#0000 40%);position:fixed;top:0;bottom:0;left:0;right:0}.Poker-module__uBFhZa__pageHeader{justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin-bottom:2rem;padding:0 1rem;display:flex}.Poker-module__uBFhZa__backButton{background:var(--background-interactive);color:var(--text-muted);border:1px solid var(--border-color);border-radius:8px;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:all .2s}.Poker-module__uBFhZa__backButton:hover{color:var(--text-primary);background:#a855f733;border-color:#a855f780}.Poker-module__uBFhZa__mainTitle{text-align:center;flex-grow:1;font-size:clamp(1.5rem,5vw,2.25rem);font-weight:800}.Poker-module__uBFhZa__mainTitle .Poker-module__uBFhZa__highlight{background:linear-gradient(135deg,#a855f7 0%,#ec4899 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 20px #a855f780);-webkit-background-clip:text;background-clip:text}.Poker-module__uBFhZa__infoButton{background:var(--background-interactive);color:var(--text-muted);border:1px solid var(--border-color);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-weight:600;transition:all .2s;display:flex}.Poker-module__uBFhZa__infoButton:hover{color:var(--text-primary);background:#a855f733;border-color:#a855f780}.Poker-module__uBFhZa__pokerTable{background:linear-gradient(145deg,#1a1a2e 0%,#16213e 50%,#0f0f23 100%);border:3px solid #a855f766;border-radius:50%/45%;flex-direction:column;width:100%;max-width:1000px;min-height:420px;margin:100px auto 120px;padding:2rem;display:flex;position:relative;box-shadow:0 0 60px #a855f733,inset 0 0 80px #00000080,0 20px 60px #00000080}.Poker-module__uBFhZa__pokerTable:before{content:"";pointer-events:none;border:2px solid #a855f726;border-radius:50%/45%;position:absolute;top:10px;bottom:10px;left:10px;right:10px}.Poker-module__uBFhZa__tableCenter{z-index:10;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:450px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Poker-module__uBFhZa__tableCenter>*{pointer-events:auto}.Poker-module__uBFhZa__potDisplay{color:gold;text-shadow:0 2px 8px #ffd7004d;background:linear-gradient(135deg,#a855f74d 0%,#ec489933 100%);border:1px solid #a855f780;border-radius:20px;padding:.5rem 1.5rem;font-size:1.1rem;font-weight:700;animation:2s ease-in-out infinite alternate Poker-module__uBFhZa__potGlow}@keyframes Poker-module__uBFhZa__potGlow{0%{box-shadow:0 0 15px #a855f74d}to{box-shadow:0 0 25px #a855f780}}.Poker-module__uBFhZa__communityCards{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;min-height:90px;display:flex}.Poker-module__uBFhZa__communityCardsPlaceholder{color:#ffffff4d;font-size:.85rem;font-style:italic}.Poker-module__uBFhZa__winProbability{color:#ffffffe6;background:linear-gradient(135deg,#a855f733 0%,#ec489926 100%);border:1px solid #a855f766;border-radius:15px;align-items:center;gap:.4rem;padding:.35rem 1rem;font-size:.8rem;display:flex}.Poker-module__uBFhZa__winProbability strong{color:#a855f7;font-size:.95rem;font-weight:700}.Poker-module__uBFhZa__seatsWrapper{pointer-events:none;z-index:15;position:absolute;top:-80px;bottom:-80px;left:-60px;right:-60px}.Poker-module__uBFhZa__seatsWrapper>*{pointer-events:auto}.Poker-module__uBFhZa__seatTop{position:absolute;top:0;left:50%;transform:translate(-50%)}.Poker-module__uBFhZa__seatTopLeft{position:absolute;top:50px;left:60px}.Poker-module__uBFhZa__seatLeft{position:absolute;top:50%;left:0;transform:translateY(-50%)}.Poker-module__uBFhZa__seatBottomLeft{position:absolute;bottom:50px;left:60px}.Poker-module__uBFhZa__seatTopRight{position:absolute;top:50px;right:60px}.Poker-module__uBFhZa__seatRight{position:absolute;top:50%;right:0;transform:translateY(-50%)}.Poker-module__uBFhZa__seatBottomRight{position:absolute;bottom:50px;right:60px}.Poker-module__uBFhZa__seatBottom{position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Poker-module__uBFhZa__playerSeat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:2px solid #ffffff1a;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;min-width:100px;padding:.5rem .75rem;transition:all .3s;animation:.4s ease-out backwards Poker-module__uBFhZa__seatAppear;display:flex;position:relative}@keyframes Poker-module__uBFhZa__seatAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__isHuman{background:linear-gradient(135deg,#a855f726 0%,#0009 100%);border-color:#a855f799;box-shadow:0 0 20px #a855f74d}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__isCurrent{border-color:gold;animation:1.5s ease-in-out infinite Poker-module__uBFhZa__currentPulse;box-shadow:0 0 25px #ffd70080}@keyframes Poker-module__uBFhZa__currentPulse{0%,to{border-color:#ffd700b3;box-shadow:0 0 20px #ffd70066}50%{border-color:gold;box-shadow:0 0 35px #ffd700b3}}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__isDealer:after{content:"D";color:#000;background:linear-gradient(135deg,gold 0%,#f59e0b 100%);border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-12px;right:-12px;box-shadow:0 2px 8px #ffd70080}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__hasFolded{opacity:.4;filter:grayscale(.5)}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__hasFolded:before{content:"FOLDED";color:#fff;z-index:10;letter-spacing:.05em;background:#ef4444f2;border-radius:4px;padding:.3rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-12deg)}.Poker-module__uBFhZa__playerSeat.Poker-module__uBFhZa__isAllIn .Poker-module__uBFhZa__playerName:after{content:" - ALL IN";color:#ef4444;font-size:.6rem;font-weight:700}.Poker-module__uBFhZa__playerName{color:var(--text-primary);white-space:nowrap;font-size:.75rem;font-weight:700}.Poker-module__uBFhZa__playerChips{color:gold;font-size:.7rem;font-weight:600}.Poker-module__uBFhZa__playerBet{color:#a855f7;background:#a855f733;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:600}.Poker-module__uBFhZa__playerCards{gap:3px;margin-top:.3rem;display:flex}.Poker-module__uBFhZa__playerWon{color:#22c55e;background:linear-gradient(135deg,#22c55e4d 0%,#10b98133 100%);border-radius:4px;padding:.25rem .6rem;font-size:.8rem;font-weight:700;animation:.6s ease-out Poker-module__uBFhZa__winPulse}@keyframes Poker-module__uBFhZa__winPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.Poker-module__uBFhZa__playerHand{color:#ffffffb3;text-align:center;background:#ffffff1a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem}.Poker-module__uBFhZa__card{border-radius:6px;transition:transform .2s;animation:.3s ease-out backwards Poker-module__uBFhZa__cardDeal;box-shadow:0 4px 12px #0006}@keyframes Poker-module__uBFhZa__cardDeal{0%{opacity:0;transform:translateY(-30px)rotateY(90deg)}to{opacity:1;transform:translateY(0)rotateY(0)}}.Poker-module__uBFhZa__card:hover{transform:translateY(-5px)}.Poker-module__uBFhZa__cardSmall{width:40px;height:56px}.Poker-module__uBFhZa__cardMedium{width:48px;height:67px}.Poker-module__uBFhZa__cardLarge{width:60px;height:84px}.Poker-module__uBFhZa__lastAction{color:#ffffffd9;text-align:center;background:#a855f733;border:1px solid #a855f74d;border-radius:15px;margin-top:.25rem;padding:.35rem 1rem;font-size:.8rem;animation:.3s ease-out Poker-module__uBFhZa__actionAppear}@keyframes Poker-module__uBFhZa__actionAppear{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Poker-module__uBFhZa__controlPanel{background:var(--background-card);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:1100px;margin-top:1.5rem;padding:1.5rem 2rem}.Poker-module__uBFhZa__gameStatus{background:#a855f71a;border:1px solid #a855f733;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.Poker-module__uBFhZa__phaseDisplay{text-transform:uppercase;color:#a855f7;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Poker-module__uBFhZa__roundDisplay{color:var(--text-muted);font-size:.9rem}.Poker-module__uBFhZa__setupPanel{flex-direction:column;gap:1.5rem;display:flex}.Poker-module__uBFhZa__setupRow{flex-wrap:wrap;align-items:flex-end;gap:1.5rem;display:flex}.Poker-module__uBFhZa__inputGroup{flex-direction:column;flex:1;gap:.5rem;min-width:180px;display:flex}.Poker-module__uBFhZa__inputGroup label{color:var(--text-muted);font-size:.9rem;font-weight:600}.Poker-module__uBFhZa__inputGroup input,.Poker-module__uBFhZa__inputGroup select{background:var(--background-interactive);border:1px solid var(--border-color);color:var(--text-primary);-webkit-appearance:none;appearance:none;cursor:pointer;border-radius:10px;width:100%;padding:.85rem 1rem;font-size:1rem;transition:all .2s}.Poker-module__uBFhZa__inputGroup select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a855f7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.Poker-module__uBFhZa__inputGroup select option{background:var(--background-card);color:var(--text-primary);padding:.75rem}.Poker-module__uBFhZa__inputGroup input:focus,.Poker-module__uBFhZa__inputGroup select:focus{border-color:#a855f7;outline:none;box-shadow:0 0 0 3px #a855f733}.Poker-module__uBFhZa__balanceInfo{color:var(--text-muted);padding:.5rem 0;font-size:1rem}.Poker-module__uBFhZa__balanceInfo strong{color:var(--text-primary)}.Poker-module__uBFhZa__balanceInfo .Poker-module__uBFhZa__highlight{color:#a855f7;font-weight:700}.Poker-module__uBFhZa__actionPanel{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding-top:.5rem;display:flex}.Poker-module__uBFhZa__actionButton{background:var(--background-interactive);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.Poker-module__uBFhZa__actionButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #0003}.Poker-module__uBFhZa__actionButton:active:not(:disabled){transform:translateY(0)}.Poker-module__uBFhZa__actionButton:disabled{opacity:.5;cursor:not-allowed}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__primary{background:linear-gradient(135deg,#a855f7 0%,#8b5cf6 100%);border-color:#a855f7;box-shadow:0 4px 15px #a855f74d}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__primary:hover:not(:disabled){background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);box-shadow:0 6px 20px #a855f766}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-color:#ef4444}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__danger:hover:not(:disabled){box-shadow:0 4px 15px #ef44444d}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-color:#f59e0b}.Poker-module__uBFhZa__actionButton.Poker-module__uBFhZa__success{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-color:#22c55e}.Poker-module__uBFhZa__raiseInput{align-items:center;gap:.5rem;display:flex}.Poker-module__uBFhZa__raiseInput input{background:var(--background-interactive);border:1px solid var(--border-color);width:120px;color:var(--text-primary);border-radius:10px;padding:.8rem 1rem;font-size:1rem;transition:all .2s}.Poker-module__uBFhZa__raiseInput input:focus{border-color:#a855f7;outline:none;box-shadow:0 0 0 3px #a855f733}.Poker-module__uBFhZa__messageArea{text-align:center;color:var(--text-muted);border-radius:8px;padding:.75rem 1rem;font-size:1rem;animation:.3s ease-out Poker-module__uBFhZa__messageAppear}@keyframes Poker-module__uBFhZa__messageAppear{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Poker-module__uBFhZa__messageArea.Poker-module__uBFhZa__success{color:#22c55e;background:#22c55e1a}.Poker-module__uBFhZa__messageArea.Poker-module__uBFhZa__error{color:#ef4444;background:#ef44441a}.Poker-module__uBFhZa__winnersDisplay{text-align:center;background:linear-gradient(135deg,#a855f726 0%,#ec48991a 100%);border:1px solid #a855f766;border-radius:16px;width:100%;max-width:1100px;margin-top:1.5rem;padding:1.5rem 2rem;animation:.5s ease-out Poker-module__uBFhZa__winnersAppear}@keyframes Poker-module__uBFhZa__winnersAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Poker-module__uBFhZa__winnersTitle{background:linear-gradient(135deg,#a855f7 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.3rem;font-weight:800}.Poker-module__uBFhZa__winnerItem{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:.5rem;font-size:1rem;display:flex}.Poker-module__uBFhZa__winnerAmount{color:gold;font-weight:700}.Poker-module__uBFhZa__modalOverlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out Poker-module__uBFhZa__overlayFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes Poker-module__uBFhZa__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Poker-module__uBFhZa__modalContent{background:var(--background-card);border:1px solid var(--border-color);border-radius:20px;max-width:650px;max-height:85vh;padding:2rem;animation:.3s ease-out Poker-module__uBFhZa__modalSlideIn;position:relative;overflow-y:auto}@keyframes Poker-module__uBFhZa__modalSlideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.Poker-module__uBFhZa__modalClose{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;font-size:1.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.Poker-module__uBFhZa__modalClose:hover{color:var(--text-primary);background:#ffffff1a}.Poker-module__uBFhZa__modalTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.Poker-module__uBFhZa__modalSection{margin-bottom:1.75rem}.Poker-module__uBFhZa__modalSection h3{color:#a855f7;margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.Poker-module__uBFhZa__modalSection p,.Poker-module__uBFhZa__modalSection ul{color:var(--text-muted);line-height:1.7}.Poker-module__uBFhZa__modalSection ul{padding-left:1.5rem}.Poker-module__uBFhZa__modalSection li{margin-bottom:.5rem}.Poker-module__uBFhZa__handRankings{gap:.5rem;display:grid}.Poker-module__uBFhZa__handRank{background:#a855f71a;border-radius:8px;justify-content:space-between;padding:.6rem .85rem;transition:background .2s;display:flex}.Poker-module__uBFhZa__handRank:hover{background:#a855f733}.Poker-module__uBFhZa__rankName{color:var(--text-primary);font-weight:600}.Poker-module__uBFhZa__rankDesc{color:var(--text-muted);font-size:.9rem}.Poker-module__uBFhZa__loadingWrapper{min-height:400px;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Poker-module__uBFhZa__loadingWrapper svg{color:#a855f7}@media (max-width:1100px){.Poker-module__uBFhZa__pokerTable{min-height:600px}.Poker-module__uBFhZa__seatTopLeft{left:8%}.Poker-module__uBFhZa__seatTopRight{right:8%}.Poker-module__uBFhZa__seatBottomLeft{left:8%}.Poker-module__uBFhZa__seatBottomRight{right:8%}}@media (max-width:900px){.Poker-module__uBFhZa__pokerTable{border-radius:45%/35%;min-height:550px;padding:2rem 1rem}.Poker-module__uBFhZa__pokerTable:before{border-radius:44%/34%}.Poker-module__uBFhZa__playerSeat{min-width:100px;padding:.6rem .75rem}.Poker-module__uBFhZa__playerName{font-size:.75rem}.Poker-module__uBFhZa__cardSmall{width:38px;height:53px}.Poker-module__uBFhZa__cardLarge{width:55px;height:77px}.Poker-module__uBFhZa__seatTopLeft,.Poker-module__uBFhZa__seatTopRight{top:15%}.Poker-module__uBFhZa__seatBottomLeft,.Poker-module__uBFhZa__seatBottomRight{bottom:15%}}@media (max-width:650px){.Poker-module__uBFhZa__mainWrapper{padding:1rem .75rem 3rem}.Poker-module__uBFhZa__pageHeader{flex-wrap:wrap;justify-content:center;gap:.75rem}.Poker-module__uBFhZa__mainTitle{order:-1;width:100%}.Poker-module__uBFhZa__pokerTable{border-radius:50px/40px;min-height:400px}.Poker-module__uBFhZa__pokerTable:before{border-radius:45px/35px}.Poker-module__uBFhZa__controlPanel{padding:1rem 1.25rem}.Poker-module__uBFhZa__setupRow{flex-direction:column;gap:1rem}.Poker-module__uBFhZa__inputGroup{min-width:100%}.Poker-module__uBFhZa__actionPanel{flex-direction:column}.Poker-module__uBFhZa__actionButton{justify-content:center;width:100%}.Poker-module__uBFhZa__raiseInput{flex-direction:column;width:100%}.Poker-module__uBFhZa__raiseInput input{width:100%}.Poker-module__uBFhZa__playerSeat{min-width:80px;padding:.5rem}.Poker-module__uBFhZa__cardSmall{width:32px;height:45px}.Poker-module__uBFhZa__cardLarge{width:45px;height:63px}}
