:root{--poker-safe-top: max(env(safe-area-inset-top, 0px), var(--tg-safe-area-inset-top, 0px), var(--tg-content-safe-area-inset-top, 0px));--poker-safe-right: max(env(safe-area-inset-right, 0px), var(--tg-safe-area-inset-right, 0px), var(--tg-content-safe-area-inset-right, 0px));--poker-safe-bottom: max(env(safe-area-inset-bottom, 0px), var(--tg-safe-area-inset-bottom, 0px), var(--tg-content-safe-area-inset-bottom, 0px));--poker-safe-left: max(env(safe-area-inset-left, 0px), var(--tg-safe-area-inset-left, 0px), var(--tg-content-safe-area-inset-left, 0px))}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#06191e}#poker-app{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#06191e}#game-stage{position:absolute;top:50%;left:50%;width:min(100vw,calc(100vh * 1080 / 2338));height:min(100vh,calc(100vw * 2338 / 1080));width:min(100vw,calc(100dvh * 1080 / 2338));height:min(100dvh,calc(100vw * 2338 / 1080));overflow:hidden;transform:translate(-50%,-50%);container-type:size}#game-canvas,#game-ui{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}#game-canvas{display:grid;place-items:center}#game-ui{pointer-events:none}#game-canvas canvas{display:block;width:100%!important;height:100%!important;touch-action:none}.poker-ui,.poker-ui *{box-sizing:border-box}.poker-ui{--poker-bg: rgba(3, 22, 25, .96);--poker-panel: rgba(8, 30, 32, .97);--poker-panel-soft: rgba(14, 44, 44, .92);--poker-line: rgba(156, 223, 211, .3);--poker-text: #f5fbf8;--poker-muted: #a9c3bd;--poker-gold: #e9b94f;--poker-teal: #52d8c2;--poker-blue: #24a9ec;--poker-green: #48ca75;--poker-red: #ef4556;--poker-shadow: 0 18px 60px rgba(0, 0, 0, .45);position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;overflow:hidden;color:var(--poker-text);font-family:Inter,Noto Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;font-size:clamp(13px,3.5vw,17px);line-height:1.35;pointer-events:none;isolation:isolate;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.poker-ui button,.poker-ui input,.poker-ui select{font:inherit}.poker-ui button{min-width:44px;min-height:44px;border:0;color:inherit;cursor:pointer;touch-action:manipulation}.poker-ui button:focus-visible,.poker-ui input:focus-visible,.poker-ui select:focus-visible,.poker-ui [role=slider]:focus-visible{outline:3px solid #fff;outline-offset:2px}.poker-ui button:disabled,.poker-ui input:disabled,.poker-ui select:disabled{cursor:not-allowed;filter:grayscale(.3);opacity:.46}.poker-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.poker-topbar{position:absolute;top:0;left:0;right:0;display:grid;grid-template-columns:minmax(74px,1fr) minmax(130px,2fr) minmax(86px,1fr);align-items:start;gap:6px;min-height:calc(98px + var(--poker-safe-top));padding:calc(8px + var(--poker-safe-top)) calc(10px + var(--poker-safe-right)) 8px calc(10px + var(--poker-safe-left));background:linear-gradient(180deg,rgba(1,17,22,.94),rgba(1,17,22,0));pointer-events:none}.poker-topbar__left,.poker-topbar__right{display:flex;align-items:center;gap:6px;pointer-events:auto}.poker-topbar__right{justify-content:flex-end;flex-wrap:wrap}.poker-topbar__center{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center;text-shadow:0 1px 3px #000}.poker-topbar__title{display:none}.poker-topbar__room,.poker-connection,.poker-table-chips{color:var(--poker-muted);font-size:.72em}.poker-topbar__room{max-width:min(58vw,440px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.poker-connection--connected{color:#a8ead5}.poker-connection--reconnecting,.poker-connection--connecting{color:#f4cb69}.poker-connection--offline{color:#ff8290}.poker-table-chips{position:absolute;top:calc(43px + var(--poker-safe-top));left:50%;width:auto;transform:translate(-50%);text-align:center;white-space:nowrap}.poker-topbar__room{margin-top:50px}.poker-icon-button{display:inline-grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(255,255,255,.32)!important;border-radius:50%;background:rgba(2,23,28,.82);font-size:1.65em;line-height:1;box-shadow:0 4px 12px rgba(0,0,0,.25)}[data-testid=top-menu]{border:0!important;background:url(/assets/poker/textures/menu/menu-button.png) center / contain no-repeat;box-shadow:none;color:transparent!important}[data-testid=top-back]{border-color:rgba(255,255,255,.18)!important;background:rgba(1,19,24,.64)}.poker-icon-button:active{transform:scale(.94)}.poker-balance-button{position:absolute;top:calc(7px + var(--poker-safe-top));left:50%;min-height:36px!important;padding:7px 12px;border:1px solid rgba(82,216,194,.35)!important;border-radius:18px;background:rgba(5,49,49,.85);color:var(--poker-teal)!important;font-weight:700;transform:translate(-50%)}.poker-menu-layer,.poker-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:calc(14px + var(--poker-safe-top)) calc(14px + var(--poker-safe-right)) calc(14px + var(--poker-safe-bottom)) calc(14px + var(--poker-safe-left));pointer-events:none}.poker-menu-layer{z-index:10}.poker-layer{z-index:30}.poker-menu-layer:not(.is-open){display:none}.poker-backdrop-button,.poker-static-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;background:rgba(0,11,13,.64);pointer-events:auto}.poker-static-backdrop{backdrop-filter:blur(3px)}.poker-menu{position:absolute;top:calc(62px + var(--poker-safe-top));left:calc(12px + var(--poker-safe-left));display:grid;width:min(250px,72vw);gap:8px;padding:12px;border:1px solid var(--poker-line);border-radius:18px;background:var(--poker-panel);box-shadow:var(--poker-shadow);pointer-events:auto}.poker-menu__item{justify-content:flex-start;padding:10px 16px 10px 54px;border:1px solid rgba(255,255,255,.55)!important;border-radius:14px;background:rgba(255,255,255,.07);text-align:left;background-position:14px center;background-size:28px 28px;background-repeat:no-repeat}[data-testid=menu-help]{background-image:url(/assets/poker/textures/menu/help.png)}[data-testid=menu-history]{background-image:url(/assets/poker/textures/menu/help.png)}[data-testid=menu-settings]{background-image:url(/assets/poker/textures/menu/settings.png)}[data-testid=menu-invite]{background-image:url(/assets/poker/textures/menu/chat-button.png)}[data-testid=menu-stand]{background-image:url(/assets/poker/textures/menu/stand.png)}[data-testid=menu-leave]{background-image:url(/assets/poker/textures/menu/leave.png)}.poker-menu__item.is-danger{color:#ff9aa4}.poker-chat-launcher{position:absolute;left:calc(16px + var(--poker-safe-left));bottom:calc(18px + var(--poker-safe-bottom));z-index:8;display:grid;place-items:center;width:50px;height:50px;padding:0;border-radius:50%;background:url(/assets/poker/textures/menu/chat-button.png) center / contain no-repeat;color:transparent!important;box-shadow:0 5px 18px rgba(0,0,0,.3);pointer-events:auto}.poker-chat-launcher[data-unread]:not([data-unread="0"]):after{content:attr(data-unread);position:absolute;top:-4px;right:-4px;display:grid;min-width:20px;height:20px;place-items:center;padding:0 5px;border-radius:10px;background:var(--poker-red);color:#fff;font-size:11px;font-weight:800}.poker-mode-hud{position:absolute;top:calc(78px + var(--poker-safe-top));right:calc(10px + var(--poker-safe-right));z-index:7;width:min(245px,47vw);padding:8px 10px;border:1px solid rgba(233,185,79,.44);border-radius:12px;background:rgba(4,28,29,.72);box-shadow:0 5px 14px rgba(0,0,0,.2);backdrop-filter:blur(4px);pointer-events:auto}.poker-mode-hud[hidden]{display:none}.poker-mode-hud__title{display:block;overflow:hidden;color:var(--poker-gold);font-size:.78em;text-overflow:ellipsis;white-space:nowrap}.poker-mode-hud__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:6px 0}.poker-mode-hud__stats div{min-width:0;text-align:center}.poker-mode-hud__stats dt{overflow:hidden;color:var(--poker-muted);font-size:.58em;text-overflow:ellipsis;white-space:nowrap}.poker-mode-hud__stats dd{margin:0;color:#fff;font-size:.78em;font-weight:800}.poker-mode-hud__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.poker-mode-hud__actions .poker-button{min-height:34px;padding:3px 6px;font-size:.65em}.poker-lobby-action{position:absolute;right:calc(70px + var(--poker-safe-right));bottom:calc(18px + var(--poker-safe-bottom));left:calc(70px + var(--poker-safe-left));z-index:8;display:none;flex-direction:column;align-items:center;gap:7px;pointer-events:auto}.poker-lobby-action.is-visible{display:flex}.poker-lobby-action p{margin:0;color:var(--poker-muted);font-size:.78em;text-align:center;text-shadow:0 1px 3px #000}.poker-lobby-action__button{width:min(70vw,320px);border-radius:24px}.poker-action-panel{position:absolute;right:calc(10px + var(--poker-safe-right));bottom:calc(10px + var(--poker-safe-bottom));left:calc(10px + var(--poker-safe-left));z-index:9;display:none;max-width:720px;margin:0 auto;pointer-events:auto}.poker-action-panel.is-visible{display:block}.poker-action-panel__status{display:flex;align-items:center;justify-content:center;min-height:30px;gap:8px;color:#e9f8f4;font-size:.82em;text-shadow:0 1px 3px #000}.poker-action-timer{display:inline-grid;min-width:32px;height:32px;place-items:center;border:2px solid var(--poker-gold);border-radius:50%;color:var(--poker-gold);font-weight:800}.poker-time-bank{min-height:32px!important;padding:4px 10px;border:1px solid rgba(255,255,255,.4)!important;border-radius:16px;background:rgba(11,34,36,.85);font-size:.85em}.poker-time-bank.is-active{border-color:var(--poker-gold)!important;color:var(--poker-gold)}.poker-raise-presets{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;margin-bottom:8px}.poker-preset{min-height:44px!important;padding:5px 4px;border:1px solid rgba(225,244,239,.56)!important;border-radius:22px;background:rgba(139,179,176,.72);color:#fff;font-size:.85em;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.55)}.poker-preset--all-in{border-color:#ffcb69!important;background:rgba(210,113,39,.86)}.poker-actions{display:flex;align-items:center;justify-content:space-around;gap:8px}.poker-action-button{width:clamp(82px,24vw,112px);min-width:0!important;min-height:0!important;aspect-ratio:1;padding:12px;border:0!important;border-radius:50%;color:#fff;font-size:clamp(14px,4vw,19px);font-weight:800;text-shadow:0 1px 2px #000;background-position:center!important;background-size:100% 100%!important;background-repeat:no-repeat!important;box-shadow:none}.poker-action-button--fold{background-image:url(/assets/poker/textures/controls/action-fold.png)}.poker-action-button--check,.poker-action-button--call{background-image:url(/assets/poker/textures/controls/action-check-call.png)}.poker-action-button--raise{background-image:url(/assets/poker/textures/controls/action-raise.png);touch-action:none!important}.poker-action-button--all-in{background-image:url(/assets/poker/textures/controls/action-allin.png);touch-action:none!important}.poker-action-button:disabled{background-image:url(/assets/poker/textures/controls/action-disabled.png);filter:none;opacity:.72}.poker-raise-gesture{--raise-progress: 0;position:absolute;right:3%;bottom:78px;display:grid;grid-template-rows:auto 230px auto;place-items:center;gap:8px;padding:12px 14px;border:0;border-radius:30px;background:url(/assets/poker/textures/controls/raise-board.png) center / 100% 100% no-repeat;box-shadow:0 12px 28px rgba(0,0,0,.42);opacity:0;pointer-events:none;transform:translateY(12px) scale(.96);transition:opacity .12s ease,transform .12s ease}.poker-raise-gesture.is-active{opacity:1;transform:translateY(0) scale(1)}.poker-raise-gesture__all-in{color:#ffb357;font-weight:900}.poker-raise-gesture.is-all-in .poker-raise-gesture__all-in{color:#fff;text-shadow:0 0 10px #ff7b00}.poker-raise-gesture__rail{position:relative;width:36px;height:230px;border:0;border-radius:18px;background:url(/assets/poker/textures/controls/wpk-raise-slider-track.png) center / 100% 100% no-repeat}.poker-raise-gesture__fill{position:absolute;right:6px;bottom:6px;left:6px;height:calc((100% - 12px) * var(--raise-progress));border-radius:12px;background:url(/assets/poker/textures/controls/wpk-raise-slider-progress.png) bottom / 100% 100% no-repeat}.poker-raise-gesture__thumb{position:absolute;left:50%;bottom:calc(6px + (100% - 12px) * var(--raise-progress));width:54px;height:28px;border:0;border-radius:0;background:url(/assets/poker/textures/controls/wpk-raise-slider-handle-selected.png) center / contain no-repeat;box-shadow:none;transform:translate(-50%,50%)}.poker-raise-gesture__value{min-width:82px;padding:6px 10px;border-radius:15px;background:url(/assets/poker/textures/controls/wpk-raise-value-bubble.png) center / 100% 100% no-repeat;color:#fff;font-weight:800;text-align:center}.poker-layer--sheet{align-items:end;padding:0}.poker-sheet,.poker-dialog{position:relative;z-index:1;width:min(100%,560px);max-height:calc(100dvh - var(--poker-safe-top) - var(--poker-safe-bottom) - 28px);overflow:hidden;border:1px solid var(--poker-line);background:var(--poker-panel);box-shadow:var(--poker-shadow);pointer-events:auto}.poker-sheet{width:min(100%,680px);max-height:min(76dvh,820px);padding-bottom:var(--poker-safe-bottom);border-radius:22px 22px 0 0}.poker-dialog{display:flex;flex-direction:column;border-radius:22px}.poker-dialog--compact{width:min(90%,420px)}.poker-dialog--full{width:min(96%,760px);height:min(90dvh,980px)}.poker-dialog--insurance{align-self:end;width:min(94%,620px);max-height:min(62dvh,720px);margin-bottom:calc(8px + var(--poker-safe-bottom));border-color:rgba(239,197,93,.28);background:rgba(4,25,29,.98) url(/assets/poker/textures/insurance/panel.png) center / 100% 100% no-repeat}.poker-dialog--insurance .poker-dialog__header,.poker-dialog--insurance .poker-dialog__footer{background:rgba(0,13,17,.48)}.poker-sheet__header,.poker-dialog__header{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;min-height:64px;padding:8px 12px;border-bottom:1px solid var(--poker-line);background:rgba(0,15,18,.82)}.poker-sheet__header h2,.poker-dialog__header h2{grid-column:2;margin:0;color:var(--poker-gold);font-size:1.25em;text-align:center}.poker-sheet__header>:last-child,.poker-dialog__header>:last-child{justify-self:end}.poker-dialog__body{min-height:0;padding:clamp(14px,4vw,24px);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.poker-dialog__footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;padding:12px clamp(14px,4vw,24px) calc(12px + var(--poker-safe-bottom));border-top:1px solid var(--poker-line);background:rgba(0,15,18,.72)}.poker-dialog__lead,.poker-dialog__eyebrow{color:var(--poker-muted);text-align:center}.poker-dialog__eyebrow{color:var(--poker-gold);font-size:.82em;letter-spacing:.06em}.poker-button{padding:10px 18px;border:1px solid rgba(255,255,255,.55)!important;border-radius:14px;background:rgba(255,255,255,.08);font-weight:700}.poker-button--primary{border-color:#65e0ca!important;background:linear-gradient(135deg,#28bda2,#13768a)}.poker-button--secondary{background:rgba(255,255,255,.07)}.poker-button--gold{border-color:#ffe0a0!important;background:linear-gradient(135deg,#eebf5b,#bd7d1e);color:#142520!important}.poker-button--danger{border-color:#ff8e9b!important;background:linear-gradient(135deg,#f54d61,#ad1e36)}.poker-chat-messages{display:flex;min-height:110px;max-height:28dvh;flex-direction:column;gap:8px;margin:0;padding:12px 16px;overflow-y:auto;list-style:none;overscroll-behavior:contain}.poker-chat-message{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:end;gap:10px;max-width:86%}.poker-chat-message.is-self{grid-template-columns:minmax(0,1fr) 38px;align-self:end}.poker-chat-message.is-self .poker-chat-message__avatar{grid-column:2}.poker-chat-message.is-self .poker-chat-message__body{grid-column:1;grid-row:1;align-items:flex-end}.poker-chat-message__body{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.poker-chat-message__meta{color:var(--poker-muted);font-size:.7em}.poker-chat-message__content{max-width:100%;padding:8px 12px;overflow-wrap:anywhere;border:1px solid rgba(82,216,194,.72);border-radius:14px;background:rgba(12,42,42,.92)}.poker-chat-message__content--emoji{padding:2px 8px;border:0;background:transparent;font-size:2em}.poker-chat-message__avatar{width:38px;height:38px}.poker-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px 16px}.poker-tab{border:1px solid rgba(255,255,255,.58)!important;border-radius:20px;background:rgba(255,255,255,.07)}.poker-tab.is-active{border-color:var(--poker-gold)!important;color:var(--poker-gold)}.poker-chat-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:8px 16px 16px}.poker-chat-options--emojis{grid-template-columns:repeat(4,minmax(0,1fr))}.poker-chat-options--emojis .poker-chat-option{font-size:1.8em}.poker-chat-option{min-width:0;padding:9px;overflow:hidden;border:1px solid rgba(255,255,255,.72)!important;border-radius:14px;background:rgba(255,255,255,.08);text-overflow:ellipsis;white-space:nowrap}.poker-avatar{position:relative;display:inline-grid;width:48px;height:48px;flex:0 0 auto;place-items:center;overflow:hidden;border:2px solid rgba(233,185,79,.78);border-radius:50%;background:#2d7770;color:#fff;font-weight:800}.poker-avatar img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.poker-avatar__fallback{position:relative;z-index:0}.poker-range{width:100%;accent-color:var(--poker-teal)}.poker-buy-in__amount{display:block;margin:16px auto;color:var(--poker-gold);font-size:2em;font-weight:900;text-align:center}.poker-range-labels{display:grid;grid-template-columns:1fr minmax(90px,1fr) 1fr;align-items:center;gap:10px;margin:10px 0 18px;color:var(--poker-muted);text-align:center}.poker-number-input,.poker-text-input,.poker-select{width:100%;min-height:44px;padding:8px 12px;border:1px solid var(--poker-line);border-radius:10px;outline:none;background:rgba(255,255,255,.09);color:#fff;text-align:inherit;-webkit-user-select:text;user-select:text}.poker-select option{color:#111}.poker-switch{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;cursor:pointer}.poker-switch input{position:absolute;width:1px;height:1px;opacity:0}.poker-switch__track{position:relative;width:52px;height:30px;flex:0 0 auto;border-radius:16px;background:#52615f;transition:background .16s ease}.poker-switch__track:after{content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .16s ease}.poker-switch input:checked+.poker-switch__track{background:#26bb9f}.poker-switch input:checked+.poker-switch__track:after{transform:translate(22px)}.poker-switch input:focus-visible+.poker-switch__track{outline:3px solid #fff;outline-offset:2px}.poker-form-error,.poker-error-message{color:#ff9aa6;text-align:center}.poker-success-message{color:#7be6b0;text-align:center}.poker-muted{color:var(--poker-muted)}.is-positive{color:#69e7a4!important}.is-negative{color:#ff8390!important}.poker-dialog-countdown{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--poker-muted)}.poker-dialog-countdown strong{display:grid;width:42px;height:42px;place-items:center;border:3px solid var(--poker-gold);border-radius:50%;color:var(--poker-gold)}.poker-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--poker-line);border-radius:14px;background:var(--poker-line)}.poker-stat-grid>div{padding:10px;background:rgba(255,255,255,.05)}.poker-stat-grid dt{color:var(--poker-muted);font-size:.75em}.poker-stat-grid dd{margin:2px 0 0;font-weight:800}.poker-insurance-options{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin:16px 0}.poker-insurance-board{display:flex;align-items:center;justify-content:center;gap:10px;margin:8px 0}.poker-insurance-board__label{color:var(--poker-muted);font-size:.76em}.poker-insurance-matchup{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;margin:10px 0}.poker-insurance-player{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:4px 8px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.043)}.poker-insurance-player.is-leader{border-color:rgba(72,202,117,.72)}.poker-insurance-player__avatar{grid-row:1 / 3;width:38px;height:38px}.poker-insurance-player__role{color:var(--poker-muted);font-size:.62em}.poker-insurance-player__name{min-width:0;overflow:hidden;font-size:.78em;text-overflow:ellipsis;white-space:nowrap}.poker-insurance-player .poker-cards{grid-column:3;grid-row:1 / 3}.poker-insurance-player__equity{color:var(--poker-teal);font-size:.72em;font-weight:800}.poker-insurance-player__outs{min-width:0;overflow:hidden;color:var(--poker-muted);font-size:.62em;text-overflow:ellipsis;white-space:nowrap}.poker-insurance-slider{margin-top:14px}.poker-insurance-option{border:1px solid var(--poker-teal)!important;border-radius:22px;background:transparent}.poker-insurance-option.is-active{background:var(--poker-teal);color:#052c2c;font-weight:900}.poker-insurance-summary{display:flex;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:12px;background:rgba(233,185,79,.12)}.poker-player-result,.poker-history-player{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:10px 0;padding:12px;border:1px solid var(--poker-line);border-radius:14px;background:rgba(255,255,255,.043)}.poker-player-result__identity,.poker-history-player__main{display:flex;min-width:0;flex-direction:column}.poker-player-result__purchase,.poker-history-player__purchase{grid-column:1 / -1}.poker-purchased{color:#72e8a8;font-size:1.6em}.poker-cards{display:flex;gap:3px}.poker-cards--large{justify-content:center;margin:12px 0}.poker-card{display:inline-grid;min-width:31px;height:42px;place-items:center;padding:2px;border:1px solid #d7dddc;border-radius:5px;background:linear-gradient(#fff,#e7edeb);color:#16201f;font-weight:900;box-shadow:0 2px 4px rgba(0,0,0,.25)}.poker-cards--large .poker-card{min-width:44px;height:60px;font-size:1.25em}.poker-card--red{color:#d52f42}.poker-rabbit{text-align:center}.poker-rabbit__icon{font-size:4em}.poker-price{color:var(--poker-gold);font-size:1.6em;font-weight:900}.poker-history-list{min-height:220px}.poker-history-row{display:grid;width:100%;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;margin-bottom:10px;padding:12px 14px;border:1px solid rgba(255,255,255,.5)!important;border-radius:14px;background:rgba(255,255,255,.055);text-align:left}.poker-history-row__id{overflow:hidden;color:var(--poker-gold);text-overflow:ellipsis;white-space:nowrap}.poker-history-row__time{color:var(--poker-muted);font-size:.8em;text-align:right}.poker-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-top:14px;text-align:center}.poker-history-section{margin-top:16px;padding-top:8px;border-top:1px solid var(--poker-line)}.poker-history-section h3{margin:6px 0 10px;color:var(--poker-gold)}.poker-history-actions{margin:0;padding:0;list-style:none}.poker-history-actions li{display:grid;grid-template-columns:64px 1fr auto;gap:8px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}.poker-history-actions__street{color:var(--poker-gold);text-transform:uppercase}.poker-help__body{white-space:pre-line}.poker-help article h3{color:var(--poker-gold);text-align:center}.poker-settings,.poker-profile{display:grid;gap:10px}.poker-field{display:grid;gap:6px;color:var(--poker-muted)}.poker-profile__avatar{width:86px;height:86px;margin:0 auto 8px}.poker-invite{text-align:center}.poker-invite__label{display:block;color:var(--poker-muted)}.poker-invite__code{display:block;margin:8px 0;color:var(--poker-gold);font-size:2.2em;letter-spacing:.12em}.poker-invite__url{overflow-wrap:anywhere;color:var(--poker-muted);font-size:.8em;-webkit-user-select:text;user-select:text}.poker-spinner{display:flex;min-height:110px;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--poker-muted)}.poker-spinner__ring{width:38px;height:38px;border:4px solid rgba(82,216,194,.22);border-top-color:var(--poker-teal);border-radius:50%;animation:poker-spin .75s linear infinite}@keyframes poker-spin{to{transform:rotate(360deg)}}.poker-empty-state{padding:28px;color:var(--poker-muted);text-align:center}.poker-toasts{position:absolute;top:calc(84px + var(--poker-safe-top));right:calc(12px + var(--poker-safe-right));left:calc(12px + var(--poker-safe-left));z-index:60;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none}.poker-toast{width:min(92vw,520px);min-height:38px!important;padding:9px 14px;border:1px solid var(--poker-line)!important;border-radius:18px;background:rgba(4,29,31,.96);box-shadow:0 5px 16px rgba(0,0,0,.35);pointer-events:auto}.poker-toast--success{border-color:#59d596!important}.poker-toast--warning{border-color:#e9b94f!important}.poker-toast--error{border-color:#ef6d7a!important}.poker-portrait-warning{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:none;place-items:center;padding:28px;background:#061b1e;color:#fff;font-size:1.3em;font-weight:700;text-align:center;pointer-events:auto}@media(max-width:420px){.poker-topbar{grid-template-columns:82px minmax(100px,1fr) 82px}.poker-balance-button{max-width:82px;overflow:hidden;padding-inline:8px;text-overflow:ellipsis;white-space:nowrap}.poker-action-panel{left:calc(8px + var(--poker-safe-left));right:calc(8px + var(--poker-safe-right))}.poker-action-button{border-radius:50%;font-size:.92em}.poker-dialog__body{padding:14px}.poker-player-result{grid-template-columns:auto minmax(0,1fr)}.poker-player-result>.poker-cards{grid-column:2}.poker-history-player{grid-template-columns:auto minmax(0,1fr) auto}}@media(orientation:landscape)and (max-height:600px){.poker-portrait-warning{display:grid}}@media(prefers-reduced-motion:reduce){.poker-ui *,.poker-ui *:before,.poker-ui *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
