:root{--bg: #0c1018;--bg-elev: #161d2b;--bg-card: #131a27;--panel-border: #263248;--felt: #2b8a5c;--felt-dark: #14603f;--felt-rail: #3a2418;--text: #e8edf5;--muted: #93a1ba;--accent: #4f9dff;--gold: #f2c14e;--correct: #33c481;--minor: #f2b544;--mistake: #ec5a6b;--c-fold: #d94a4a;--c-check: #3d7fd6;--c-call: #2f9e63;--c-bet: #d97a2e;--c-raise: #3fae5a;--c-allin: #8a5cd9;--card-radius: 7px;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{background:#0a0d14;color:var(--text);overflow:hidden}.game{display:grid;grid-template-rows:auto minmax(460px,1.35fr) auto 168px 44px;height:100vh;gap:4px;padding:8px 10px 6px;background:linear-gradient(#0a0d1426,#0a0d14b8),var(--room-bg-url, none) center 35% / cover no-repeat,linear-gradient(180deg,#0e1420,#0a0d14)}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.tinfo{display:flex;gap:10px}.tinfo-card{background:#131a27d9;border:1px solid var(--panel-border);border-radius:10px;padding:8px 14px;line-height:1.35}.tinfo-goal{display:flex;align-items:center;gap:10px}.tinfo-trophy{width:26px;height:26px;border-radius:6px;background:var(--gold);-webkit-mask:center / contain no-repeat;mask:center / contain no-repeat;position:relative}.tinfo-trophy:after{content:"🏆";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:18px}.tinfo-title{font-weight:700;font-size:13px;letter-spacing:.02em}.tinfo-sub{font-size:12px;color:var(--muted)}.tinfo-muted{color:#6f7c93;font-size:11px}.top-icons{display:flex;gap:8px}.icon-btn{width:40px;height:40px;border-radius:10px;background:#131a27d9;border:1px solid var(--panel-border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.icon-btn:hover{border-color:var(--accent)}.icon-btn-muted{opacity:.55}.icon-btn-muted .ico-sound:before{content:"🔇"}.ico{display:inline-block;line-height:1}.ico-sound:before{content:"🔊"}.ico-gear:before{content:"⚙"}.ico-exit:before{content:"↪"}.ico-info:before{content:"ℹ"}.ico-cup:before{content:"🏆"}.ico-hist:before{content:"🗂"}.ico-chat:before{content:"💬"}.table-area{position:relative;display:flex;align-items:stretch;justify-content:center;min-height:0;overflow:visible}.table-scene{position:relative;width:100%;height:100%;min-height:420px;overflow:visible}.table-ring{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(1120px,88%);aspect-ratio:2.15 / 1;max-height:70%;z-index:1;overflow:visible}.table-felt{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:50%;background:radial-gradient(ellipse at center,var(--felt),var(--felt-dark));border:18px solid var(--felt-rail);box-shadow:inset 0 0 70px #00000080,0 22px 50px #0000008c,0 0 0 4px #4a2f1f}.felt-watermark{position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);font-size:clamp(22px,3.2vw,34px);font-weight:800;letter-spacing:.08em;color:#ffffff14;pointer-events:none;-webkit-user-select:none;user-select:none}.board{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:10px}.pot{display:flex;align-items:center;gap:8px;background:#0006;padding:4px 14px;border-radius:18px;font-weight:700;color:var(--gold);font-size:14px}.pot-chip{width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#ff6b6b,#c0392b);border:2px dashed rgba(255,255,255,.6)}.board-cards{display:flex;gap:7px}.table-bet{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#fff;background:#00000073;padding:2px 8px;border-radius:12px;z-index:4;pointer-events:none}.table-chip{width:14px;height:14px;border-radius:50%;border:2px dashed rgba(255,255,255,.7)}.chip-sb{background:#3d7fd6}.chip-bb{background:#d9b24c}.chip-bet{background:#2f9e63}.card{border-radius:var(--card-radius);background:#fdfdfd;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;box-shadow:0 3px 8px #0006;-webkit-user-select:none;user-select:none;line-height:1}.card-sm{width:34px;height:48px;font-size:14px}.card-md{width:52px;height:74px;font-size:20px}.card-lg{width:60px;height:84px;font-size:23px}.card-suit{font-size:1.1em}.card-red{color:#d63b45}.card-black{color:#1a1a1a}.card-back{background:repeating-linear-gradient(45deg,#c0392b,#c0392b 5px,#a93226 5px,#a93226 10px);border:2px solid #f0e6e6}.card-empty{background:#0000002e;border:1px dashed rgba(255,255,255,.22);box-shadow:none}.seat{position:absolute;transform:translate(-50%,-50%);z-index:3;width:max-content;height:max-content}.seat-cluster{display:flex;align-items:center;justify-content:center;gap:4px}.seat-layout-bottom .seat-cluster{flex-direction:column}.seat-layout-top .seat-cluster{flex-direction:column-reverse}.seat-layout-right .seat-cluster{flex-direction:row}.seat-layout-left .seat-cluster{flex-direction:row-reverse}.seat-layout-bottom-right .seat-cluster,.seat-layout-bottom-left .seat-cluster{flex-direction:column}.seat-layout-top-right .seat-cluster,.seat-layout-top-left .seat-cluster{flex-direction:column-reverse}.seat-cards{display:flex;gap:2px;flex:none}.seat-portrait{display:flex;align-items:flex-end;justify-content:center;gap:4px}.seat-portrait-hero .card-sm{width:40px;height:56px;font-size:16px}.seat-identity{display:flex;flex-direction:column;align-items:center;flex:none}.seat-identity-row{display:flex;align-items:flex-start;gap:12px;flex:none}.seat-layout-left .seat-identity-row,.seat-layout-bottom-left .seat-identity-row{flex-direction:row-reverse}.seat-layout-top .seat-identity-row,.seat-layout-top-right .seat-identity-row,.seat-layout-top-left .seat-identity-row{flex-direction:column-reverse;align-items:center;gap:10px}.seat-tag{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:2px;background:#0e1420f5;border:2px solid var(--panel-border);border-radius:16px;padding:10px 28px 14px 16px;text-align:left;min-width:132px;line-height:1.3;white-space:nowrap;z-index:1;box-shadow:0 4px 16px #00000073;overflow:visible}.seat-archetype-badge{position:absolute;right:-8px;bottom:-8px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;border:2px solid rgba(255,255,255,.35);box-shadow:0 2px 8px #00000080;z-index:5;cursor:help;background:#0a0e16f2}.seat-archetype-badge-icon{width:36px;height:36px;border-radius:50%;flex:none;display:block;background:var(--archetype-sheet-url) no-repeat;background-size:300% 200%}.seat-archetype-tooltip{position:absolute;right:0;bottom:calc(100% + 8px);width:max-content;max-width:220px;padding:8px 10px;border-radius:10px;background:#080c14f7;border:1px solid var(--panel-border);box-shadow:0 6px 20px #0000008c;white-space:normal;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s;pointer-events:none;z-index:20;text-align:left}.seat-archetype-tooltip-title{display:block;font-size:11px;font-weight:800;letter-spacing:.05em;color:var(--gold);margin-bottom:4px}.seat-archetype-tooltip-desc{display:block;font-size:11px;line-height:1.35;color:var(--muted);white-space:normal}.seat-archetype-tooltip-meta{display:block;margin-top:6px;font-size:10px;color:#ffffff73;letter-spacing:.04em}.seat-archetype-badge-unknown{background:#0a0e16f2}.seat-archetype-icon-unknown{background:none!important;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:var(--muted);line-height:1}.seat-archetype-badge:hover .seat-archetype-tooltip,.seat-archetype-badge:focus-visible .seat-archetype-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.seat-layout-top .seat-archetype-tooltip,.seat-layout-top-right .seat-archetype-tooltip,.seat-layout-top-left .seat-archetype-tooltip{bottom:auto;top:calc(100% + 8px);transform:translateY(-4px)}.seat-layout-top .seat-archetype-badge:hover .seat-archetype-tooltip,.seat-layout-top .seat-archetype-badge:focus-visible .seat-archetype-tooltip,.seat-layout-top-right .seat-archetype-badge:hover .seat-archetype-tooltip,.seat-layout-top-right .seat-archetype-badge:focus-visible .seat-archetype-tooltip,.seat-layout-top-left .seat-archetype-badge:hover .seat-archetype-tooltip,.seat-layout-top-left .seat-archetype-badge:focus-visible .seat-archetype-tooltip{transform:translateY(0)}.seat-archetype-icon-fish{background-position:0% 0%}.seat-archetype-icon-maniac{background-position:50% 0%}.seat-archetype-icon-lag{background-position:100% 0%}.seat-archetype-icon-tag{background-position:0% 100%}.seat-archetype-icon-tricky{background-position:50% 100%}.seat-archetype-icon-rock{background-position:100% 100%}.seat-archetype-badge-fish{background:linear-gradient(180deg,#2a6ab8,#1a4a8a)}.seat-archetype-badge-maniac{background:linear-gradient(180deg,#c43a3a,#8a1a1a)}.seat-archetype-badge-lag{background:linear-gradient(180deg,#2a9a62,#1a6a42)}.seat-archetype-badge-tag{background:linear-gradient(180deg,#2a5a9a,#1a3a6a)}.seat-archetype-badge-tricky{background:linear-gradient(180deg,#c48a2a,#8a5a1a)}.seat-archetype-badge-rock{background:linear-gradient(180deg,#6a6a72,#4a4a52)}.seat-allin{position:absolute;font-size:10px;color:var(--mistake);font-weight:800;letter-spacing:.06em;white-space:nowrap}.seat-layout-bottom .seat-allin,.seat-layout-bottom-right .seat-allin,.seat-layout-bottom-left .seat-allin{top:calc(100% + 8px);left:50%;transform:translate(-50%)}.seat-layout-top .seat-allin,.seat-layout-top-right .seat-allin,.seat-layout-top-left .seat-allin{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.seat-layout-right .seat-allin{left:calc(100% + 4px);top:calc(50% + 48px);transform:translateY(-50%)}.seat-layout-left .seat-allin{right:calc(100% + 4px);top:calc(50% + 48px);transform:translateY(-50%)}.seat-folded{opacity:.45}.seat-eliminated{opacity:.3;filter:grayscale(1)}.seat-avatar{position:relative;width:108px;height:108px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;border:3px solid #c9984a;flex:none;box-shadow:0 4px 14px #00000073}.seat-hero .seat-avatar{border-color:#f2c14e;box-shadow:0 0 0 3px #f2c14e8c,0 0 28px #f2c14e59,0 4px 14px #00000073}.seat-acting .seat-avatar{border-color:#ffe08a;box-shadow:0 0 0 4px #f2c14ebf,0 0 32px #f2c14e8c,0 4px 14px #00000073}.seat-winner .seat-avatar{border-color:var(--correct);box-shadow:0 0 0 3px #33c48199,0 0 26px #33c48180,0 4px 14px #00000073}.seat-winner.seat-hero .seat-avatar{border-color:#5ee4a8;box-shadow:0 0 0 3px #5ee4a8a6,0 0 30px #33c4818c,0 4px 14px #00000073}.seat-winner .seat-tag{border-color:#33c481bf;background:#10241cf5;box-shadow:0 0 16px #33c48166}.seat-winner .seat-stack{color:#7ef0b8}.seat-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block}.seat-initials{font-size:26px}.seat-number{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#0e1420;border:1px solid #c9984a;color:var(--gold);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:1}.seat-hero .seat-identity{flex-direction:column;align-items:center;gap:10px}.seat-hero .seat-tag{border-color:#f2c14e73;margin-top:6px}.seat-acting .seat-tag{border-color:var(--gold);box-shadow:0 0 12px #f2c14e59}.seat-winner .seat-name{color:#eafff4}.seat-name-row{display:flex;align-items:center;justify-content:flex-start;gap:6px}.seat-name{font-weight:700;font-size:15px;white-space:nowrap}.seat-pos{font-size:9px;color:#0e1420;background:var(--muted);border-radius:3px;padding:0 4px;font-weight:700}.seat-stack{font-size:15px;color:var(--gold);font-weight:700;margin-top:2px}.dealer-button{position:absolute;bottom:0;right:-2px;width:22px;height:22px;border-radius:50%;background:#fff;color:#1a1a1a;font-weight:800;font-size:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0006;z-index:2}.action-row{display:flex;justify-content:center;align-items:center;min-height:54px;margin-top:-4px}.controls-idle{color:var(--muted);font-size:14px}.action-bar{display:flex;flex-direction:column;gap:8px;align-items:center;width:min(820px,96vw)}.action-buttons{display:flex;gap:10px;width:100%}.abtn{flex:1;padding:10px 14px;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:2px;transition:transform .05s,filter .15s;box-shadow:0 4px #00000040}.abtn:disabled{opacity:.4;cursor:not-allowed}.abtn:not(:disabled):active{transform:translateY(2px);box-shadow:0 2px #00000040}.abtn-label{font-size:15px;font-weight:800;letter-spacing:.03em}.abtn-key{font-size:11px;opacity:.85}.abtn-fold{background:var(--c-fold)}.abtn-check{background:var(--c-check)}.abtn-call{background:var(--c-call)}.abtn-raise{background:var(--c-raise)}.abtn-allin{background:var(--c-allin)}.raise-controls{width:100%}.raise-presets{display:flex;gap:8px;align-items:center;justify-content:center}.chip-btn{background:var(--bg-elev);border:1px solid var(--panel-border);color:var(--text);padding:5px 12px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600}.chip-btn:disabled{opacity:.4;cursor:not-allowed}.raise-slider{flex:1;max-width:340px;accent-color:var(--gold)}.raise-amount{font-weight:700;color:var(--gold);min-width:60px;text-align:right}.next-hand-btn{padding:12px 28px;font-size:16px;border-radius:10px}.dashboard{display:grid;grid-template-columns:1.2fr .8fr .9fr 1.5fr 1.4fr 1.3fr;gap:8px;height:168px}.dashboard-empty{grid-template-columns:2fr 1.3fr}.dash-card{background:var(--bg-card);border:1px solid var(--panel-border);border-radius:10px;padding:10px 12px;overflow:auto;display:flex;flex-direction:column;gap:6px}.dash-title{font-size:10px;font-weight:800;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.dash-hint{font-size:12px;color:var(--muted);margin:0;line-height:1.5}.dashboard-hand-review{grid-template-columns:1.4fr .9fr 1.7fr}.dash-hand-actions{gap:8px}.hand-review-street{display:flex;flex-direction:column;gap:4px}.hand-review-street-label{font-size:10px;font-weight:800;letter-spacing:.06em;color:var(--gold);text-transform:uppercase}.hand-review-actions{display:flex;flex-wrap:wrap;gap:6px}.hand-review-spots{display:flex;flex-direction:column;gap:5px}.hand-review-spot{display:flex;align-items:flex-start;gap:8px;padding:5px 8px;border-radius:8px;background:#ffffff0a;border:1px solid var(--panel-border)}.hand-review-spot-text{font-size:11px;line-height:1.45;color:var(--text)}.hand-review-action{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:8px;font-size:12px;font-weight:800;background:#ffffff0d;border:1px solid var(--panel-border)}.hand-review-mark{font-size:11px;opacity:.85}.hand-review-correct .hand-review-mark{color:var(--correct)}.hand-review-minor .hand-review-mark{color:var(--minor)}.hand-review-mistake .hand-review-mark{color:var(--mistake)}.hand-review-stats{display:flex;gap:10px;margin-top:8px;font-size:12px;font-weight:700}.hand-review-stat.hand-review-correct{color:var(--correct)}.hand-review-stat.hand-review-minor{color:var(--minor)}.hand-review-stat.hand-review-mistake{color:var(--mistake)}.gto-rec{display:flex;flex-direction:column;gap:2px}.gto-rec-label{font-size:11px;color:var(--muted)}.gto-rec-action{font-size:22px;font-weight:900;letter-spacing:.02em}.act-fold{color:var(--c-fold)}.act-check{color:var(--c-check)}.act-call{color:var(--c-call)}.act-bet{color:var(--c-bet)}.act-raise{color:var(--c-raise)}.gto-freq{font-size:12px;color:var(--text)}.gto-alts{display:flex;flex-direction:column;gap:3px;margin-top:2px}.gto-alts-title{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.gto-alt{display:flex;justify-content:space-between;font-size:12px}.gto-alt-freq{color:var(--muted)}.dash-your{align-items:flex-start}.your-action{margin-top:6px;padding:8px 14px;border-radius:8px;font-weight:800;font-size:18px;background:#ffffff0f;border:1px solid var(--panel-border)}.dash-verdict{align-items:center;justify-content:center;text-align:center}.verdict-badge{display:inline-flex;align-items:center;gap:8px;font-size:20px;font-weight:900;letter-spacing:.04em}.verdict-icon{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.verdict-icon:before{font-size:16px;font-weight:900}.v-correct .verdict-badge{color:var(--correct)}.v-correct .verdict-icon{background:#33c48133}.v-correct .verdict-icon:before{content:"✓";color:var(--correct)}.v-minor .verdict-badge{color:var(--minor)}.v-minor .verdict-icon{background:#f2b54433}.v-minor .verdict-icon:before{content:"~";color:var(--minor)}.v-mistake .verdict-badge{color:var(--mistake)}.v-mistake .verdict-icon{background:#ec5a6b33}.v-mistake .verdict-icon:before{content:"✗";color:var(--mistake)}.verdict-sub{font-size:11px;color:var(--muted)}.why-text{font-size:12px;line-height:1.5;color:var(--text);margin:0}.why-text-review{white-space:pre-line;font-size:11px;line-height:1.55}.equity-legend{display:flex;justify-content:space-between;font-size:12px;font-weight:700}.eq-hero{color:var(--correct)}.eq-opp{color:var(--mistake)}.equity-bar{height:12px;border-radius:6px;background:var(--c-fold);overflow:hidden}.equity-hero-fill{height:100%;background:var(--c-raise)}.pot-odds{margin-top:6px;border-top:1px solid var(--panel-border);padding-top:6px}.pot-odds-title{font-size:10px;font-weight:800;letter-spacing:.06em;color:var(--muted)}.pot-odds-row{display:flex;justify-content:space-between;font-size:12px;margin-top:2px}.equity-note{font-size:11px;color:var(--muted);margin:6px 0 0;line-height:1.4}.range-grid{display:grid;grid-template-columns:repeat(13,1fr);gap:1px;width:100%}.range-cell{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;font-size:7px;font-weight:700;border-radius:2px;color:#ffffffd9;overflow:hidden}.range-out{background:#1b2333;color:#3f4a5f}.range-in.range-pair{background:#d9724c}.range-in.range-suited{background:#3fae5a}.range-in.range-offsuit{background:#d9a83f;color:#1a1a1a}.range-hi{outline:2px solid #fff;outline-offset:-1px;z-index:1}.bottom-bar{display:flex;justify-content:space-between;align-items:center;background:#131a27d9;border:1px solid var(--panel-border);border-radius:10px;padding:6px 12px}.bottom-tabs,.bottom-stats{display:flex;align-items:center;gap:14px}.tab-btn{background:transparent;border:none;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700;letter-spacing:.03em;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border-radius:8px}.tab-btn:hover{color:var(--text);background:#ffffff0d}.bstat{display:flex;flex-direction:column;line-height:1.2}.bstat-label{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.bstat-value{font-size:15px;font-weight:700}.bstat-value.accent{color:var(--gold)}.bstat-sub{font-size:11px;color:var(--muted);font-weight:400}.start-screen,.finish-screen{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(1000px 500px at 50% -10%,#223049,transparent 60%),linear-gradient(180deg,#0e1420,#0a0d14)}.start-card{background:var(--bg-elev);border:1px solid var(--panel-border);border-radius:16px;padding:28px 32px;width:min(430px,92vw);text-align:center;box-shadow:0 20px 60px #00000080}.start-card h1{margin:0 0 10px;font-size:28px}.start-sub{color:var(--muted);font-size:14px;line-height:1.5}.field{display:flex;flex-direction:column;gap:6px;text-align:left;margin:16px 0;font-size:14px;font-weight:600}.field input[type=range]{accent-color:var(--accent)}.field select{background:var(--bg);color:var(--text);border:1px solid var(--panel-border);border-radius:8px;padding:10px;font-size:15px}.btn{border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:12px 18px;font-size:15px}.btn-primary{background:var(--accent)}.btn-lg{width:100%;padding:16px 24px;font-size:18px}.start-screen-top{position:absolute;top:16px;right:16px;z-index:2}.settings-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}.settings-modal{background:var(--bg-elev);border:1px solid var(--panel-border);border-radius:16px;padding:24px 28px;width:min(360px,92vw);box-shadow:0 20px 60px #00000080}.settings-title{margin:0 0 20px;font-size:22px}.settings-field{border:none;margin:0 0 20px;padding:0}.settings-label{display:block;font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.settings-lang-list{display:flex;flex-direction:column;gap:8px}.settings-lang-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--panel-border);cursor:pointer;font-size:15px;font-weight:600}.settings-lang-option:has(input:checked){border-color:var(--accent);background:#3b82f614}.settings-lang-option input{accent-color:var(--accent)}.settings-modal .btn-primary{width:100%}
