:root{color-scheme:dark;--bg:#07111d;--panel:#101e2d;--line:#263b50;--gold:#e7bd69;--ink:#f4f0e8;--muted:#9badbf;--green:#5ed6a5;--red:#ff8a83;--felt:#155843}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 50% 0,#172b3e 0,#07111d 48%);color:var(--ink);font:16px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",sans-serif;min-height:100vh}header{min-height:64px;border-bottom:1px solid #ffffff18;display:flex;align-items:center;justify-content:space-between;padding:8px max(16px,4vw);background:#07111df2;backdrop-filter:blur(16px);position:relative;z-index:10}.brand{color:#fff;text-decoration:none;font-weight:800;letter-spacing:.18em}.brand span{color:var(--gold)}.tag,.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.14em;text-transform:uppercase}main{width:min(1100px,calc(100% - 24px));margin:18px auto}.panel{max-width:720px;margin:8vh auto;padding:32px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#132536dd,#0b1723ee);box-shadow:0 30px 90px #0008}.hidden{display:none!important}h1,h2,h3,p{margin-top:.35em}h1,h2{margin-bottom:.35em}.fields,.row{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}input,button{min-height:44px;border-radius:12px;border:1px solid var(--line);font:inherit}input{background:#07111d;color:#fff;padding:0 14px;flex:1;min-width:190px}button{padding:0 17px;background:#182a3c;color:#fff;cursor:pointer;font-weight:750}button:hover{border-color:var(--gold)}button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #e7bd6966;outline-offset:2px}button:disabled{opacity:.42;cursor:not-allowed}.primary{background:linear-gradient(135deg,#d6aa56,#f1d58e);color:#1d1609;border-color:#f1d58e}.auth-help{margin:14px 0 0;color:var(--muted);font-size:14px}.msg{min-height:22px;color:var(--muted)}.msg.error{color:var(--red)}.invite{margin-top:22px;padding:16px;border:1px solid #e7bd6955;border-radius:14px;background:#e7bd6910;display:flex;gap:16px;align-items:center}.invite strong{font-size:24px;letter-spacing:.25em;color:var(--gold)}.room-toolbar{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid #e7bd6955;border-radius:16px;background:linear-gradient(135deg,#132536ee,#0b1723ee)}.room-identity{display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap}.room-identity span,.room-presence span{color:var(--muted);font-size:12px}.room-identity strong{font-size:20px;letter-spacing:.16em;color:var(--gold)}.room-identity button,.room-toolbar>button{min-height:36px;padding:0 12px}.room-presence{display:flex;flex-direction:column;align-items:flex-end}.room-presence strong{color:var(--green)}.room-message{margin:3px 4px}.table-top{display:flex;align-items:center;justify-content:space-between}.table-top h2{font-size:20px}.status{color:var(--muted)}.status.online{color:var(--green)}.hand-control{max-width:880px;margin:6px auto 10px;padding:14px 18px;border:1px solid #e7bd6970;border-radius:17px;background:linear-gradient(135deg,#2a2418,#142537);display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 12px 35px #0005}.hand-control strong{display:block;color:#ffe2a2;font-size:20px}.hand-control p{margin:2px 0 0;color:var(--muted);font-size:14px}.hand-control button{min-width:158px}.game-viewport{max-width:880px;margin:0 auto}.poker-table{position:relative;width:100%;height:440px;border:10px solid #432d20;border-radius:45%;background:radial-gradient(ellipse,#1b6b50,var(--felt));box-shadow:inset 0 0 0 5px #d4a75955,0 24px 60px #0009;overflow:hidden}.seat{position:absolute;left:50%;transform:translateX(-50%);width:min(290px,70%);padding:10px 14px;text-align:center;border-radius:17px;background:#07111de9;border:1px solid #ffffff24;transition:border-color .25s,box-shadow .25s}.seat.winner{border-color:#f0cf7e;box-shadow:0 0 0 2px #e7bd6945,0 0 32px #e7bd6966}.seat strong{display:block}.seat small{display:block;color:var(--gold);font-size:12px}.opponent{top:12px}.self{bottom:75px}.center{position:absolute;inset:142px 28px auto;text-align:center;display:grid;grid-template-columns:1fr auto 1fr;grid-template-areas:"board board board" "street pot turn";align-items:center;gap:2px 8px}.board{grid-area:board;min-height:55px}.board .card{width:40px;height:55px}.street{grid-area:street}.pot{grid-area:pot}.turn{grid-area:turn}.center .street,.center .pot,.center .turn{font-size:14px}.cards{display:flex;justify-content:center;gap:7px;min-height:60px}.card{width:44px;height:61px;border-radius:7px;background:#f8f5ee;color:#111;display:grid;place-items:center;font-weight:900;font-size:18px;box-shadow:0 5px 14px #0007}.card.red{color:#c52b35}.card.back{background:repeating-linear-gradient(45deg,#102a48,#102a48 5px,#1b446e 5px,#1b446e 10px);color:#e7bd69;border:2px solid #e7bd69}.card.deal{animation:dealCard .42s cubic-bezier(.2,.8,.2,1) both}.board .card:nth-child(2){animation-delay:.08s}.board .card:nth-child(3){animation-delay:.16s}@keyframes dealCard{from{opacity:0;transform:translate(60px,-45px) rotate(8deg) scale(.7)}to{opacity:1;transform:none}}.pot{font-weight:850;color:#fff;margin:0;display:flex;justify-content:center;align-items:center;gap:8px}.turn{color:#ffe9ac;margin:0;font-weight:750}.chip-visual{display:inline-flex;align-items:center;gap:5px;vertical-align:middle}.chip-pile{display:inline-grid;grid-template-columns:repeat(2,9px);gap:1px}.chip{width:9px;height:6px;border-radius:50%;background:linear-gradient(#f4d88d,#b57b24);border:1px solid #fff6;box-shadow:0 1px 0 #5f3b13}.chip-amount{font-variant-numeric:tabular-nums}.actions{position:absolute;z-index:5;left:18px;right:18px;bottom:12px;display:flex;gap:8px;justify-content:center;padding:8px;border:1px solid #ffffff18;border-radius:15px;background:#07111df0;backdrop-filter:blur(12px)}.actions:empty{display:none}.actions button{min-width:118px;min-height:42px;padding:0 12px}.actions .danger{border-color:#ff8a8366}.actions .amount-action{border-color:#e7bd6970}.bet-panel{position:absolute;z-index:8;left:50%;bottom:68px;transform:translateX(-50%);width:min(420px,calc(100% - 24px));padding:16px;border:1px solid #e7bd6988;border-radius:18px;background:#0b1723f7;box-shadow:0 20px 60px #000c}.bet-head{display:flex;align-items:center;justify-content:space-between}.bet-head button{min-height:34px;width:34px;padding:0}.bet-panel p{margin:4px 0 10px;color:var(--muted);font-size:13px}.amount-picker{display:grid;grid-template-columns:44px 1fr 44px;gap:8px}.amount-picker input{width:100%;min-width:0;text-align:center;font-weight:800}.quick-sizes{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0}.quick-sizes button{min-height:34px;padding:0 10px;font-size:13px}.bet-panel>.primary{width:100%}.chip-fx{position:absolute;inset:0;pointer-events:none;z-index:7}.flying-chips{position:absolute;left:50%;width:44px;height:16px;transform:translateX(-50%);border-radius:50%;background:repeating-linear-gradient(90deg,#e7bd69 0 7px,#703f20 7px 12px);box-shadow:0 3px 12px #000}.from-self{bottom:110px;animation:chipsFromSelf .55s ease-out both}.from-opponent{top:78px;animation:chipsFromOpponent .55s ease-out both}.pot-to-self{top:49%;animation:potToSelf .7s ease-in both}.pot-to-opponent{top:49%;animation:potToOpponent .7s ease-in both}@keyframes chipsFromSelf{to{bottom:48%;opacity:.25;transform:translateX(-50%) scale(.75)}}@keyframes chipsFromOpponent{to{top:48%;opacity:.25;transform:translateX(-50%) scale(.75)}}@keyframes potToSelf{to{top:73%;opacity:.15;transform:translateX(-50%) scale(.7)}}@keyframes potToOpponent{to{top:15%;opacity:.15;transform:translateX(-50%) scale(.7)}}.recent{text-align:center;color:var(--muted);margin:8px auto 0;font-size:13px}.summary{margin:12px auto;max-width:880px;padding:20px;background:linear-gradient(145deg,#152638,#0d1926);border:1px solid var(--line);border-radius:18px}.summary.win{border-color:#e7bd6990;box-shadow:0 0 32px #e7bd6925}.summary.loss{border-color:#ff8a8355}.summary.tie{border-color:#7db7e855}.result-hero{text-align:center;padding:4px 0 10px}.result-hero h3{color:var(--gold);font-size:25px;margin:0}.result-reason{font-size:16px}.hand-comparison{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.hand-line{padding:12px;border-radius:12px;background:#07111d;border:1px solid #ffffff16}.result-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.metric{padding:12px;border-radius:12px;background:#07111d;text-align:center}.metric span{display:block;color:var(--muted);font-size:12px}.metric strong{font-size:18px;font-variant-numeric:tabular-nums}.positive{color:var(--green)}.negative{color:var(--red)}details.hand-details{margin-top:12px;border-top:1px solid #ffffff16;padding-top:10px}details summary{cursor:pointer;color:var(--gold);font-weight:750}.history{color:var(--muted);font-size:13px}.account-nav{display:flex;align-items:center;gap:8px;margin-left:auto}.account-nav span{max-width:220px;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:13px}.account-nav button{min-height:36px;padding:0 12px}
@media(max-width:760px){header{min-height:58px;flex-wrap:wrap;gap:6px}.tag{display:none}.account-nav{width:100%;justify-content:flex-end}.account-nav span{margin-right:auto;max-width:150px}main{width:calc(100% - 12px);margin:8px auto}.panel{width:100%;padding:20px;margin:4vh auto;min-width:0}.fields{display:grid;grid-template-columns:1fr}.fields input{width:100%;min-width:0}.room-toolbar{grid-template-columns:auto 1fr;padding:8px}.room-toolbar>button{grid-row:1/3}.room-identity{justify-content:flex-end}.room-identity span,.room-identity button{display:none}.room-identity strong{font-size:16px}.room-presence{align-items:flex-end}.room-message{display:none}.table-top{min-height:34px}.table-top .eyebrow{display:none}.table-top h2{font-size:16px;margin:0}.hand-control{margin:4px auto 7px;padding:10px 12px;align-items:stretch;flex-direction:column;gap:7px}.hand-control strong{font-size:17px}.hand-control p{font-size:12px}.hand-control button{width:100%;min-height:42px}.poker-table{height:470px;border-width:7px;border-radius:32%}.seat{width:min(250px,78%);padding:8px}.opponent{top:8px}.self{bottom:78px}.center{inset:139px 5px auto;grid-template-columns:1fr 1fr;grid-template-areas:"board board" "pot street" "turn turn"}.card{width:37px;height:52px;font-size:15px}.actions{left:7px;right:7px;bottom:7px;display:grid;grid-template-columns:repeat(2,1fr);padding:6px}.actions button{min-width:0;min-height:39px;padding:0 5px;font-size:13px}.bet-panel{bottom:58px;padding:13px}.summary{padding:14px}.result-metrics{grid-template-columns:1fr}.hand-comparison{grid-template-columns:1fr}.recent{display:none}}
@media(max-width:420px){header{padding:6px 10px}.brand{font-size:14px}.account-nav button{font-size:12px;padding:0 8px}.poker-table{height:470px}.center{inset:132px 3px auto}.card{width:34px;height:48px}.room-toolbar{font-size:12px}.room-toolbar>button{font-size:12px;padding:0 8px}}
.reconnect{display:block;margin:6px auto 10px;border-color:#e7bd6970;background:#182a3c}
.lobby{max-width:900px;margin-top:4vh}.lobby-mode{margin-top:18px;padding:20px;border:1px solid #ffffff18;border-radius:18px;background:#07111d70}.lobby-mode h3,.lobby-mode p{margin:.15em 0}.lobby-mode>small{display:block;margin-top:12px;color:var(--muted)}.bot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.bot-card{min-height:112px;text-align:left;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.bot-card strong{font-size:18px}.bot-card span{margin-top:5px;font-size:13px;font-weight:500;color:var(--muted)}.bot-card.primary span{color:#493919}.training-summary{margin-top:18px;padding:16px;border:1px solid #5ed6a555;border-radius:14px;background:#5ed6a510}.training-summary strong{color:var(--green)}.game-viewport{position:relative}.three-table-frame{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:28px;background:#05080d;z-index:1}.three-runtime-active .poker-table{background:transparent;border-color:transparent;box-shadow:none}.three-runtime-active .poker-table>.seat,.three-runtime-active .poker-table>.center,.three-runtime-active #chipFx{visibility:hidden}.three-runtime-active .poker-table>.actions,.three-runtime-active .poker-table>.bet-panel{z-index:6}.three-runtime-active .summary{position:relative;z-index:7}@media(max-width:760px){.bot-grid{grid-template-columns:1fr}.bot-card{min-height:82px}.lobby-mode{padding:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
body.three-runtime-active{overflow:hidden;background:#03070b}
.table-controls{display:none}
body.three-runtime-active header{position:fixed;inset:0 0 auto;height:58px;min-height:58px;z-index:40;padding:6px max(12px,2vw);background:#050a10e8}
body.three-runtime-active .account-nav{margin-left:0}
body.three-runtime-active .table-controls{position:fixed;z-index:45;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));display:flex;align-items:flex-end;gap:8px;color:#d8c682;font-size:11px;pointer-events:auto}
body.three-runtime-active .audio-cluster-control{display:flex;align-items:stretch;border:1px solid #e7bd693d;border-radius:12px;background:#08131de8;box-shadow:0 10px 32px #0007;overflow:visible}
body.three-runtime-active .table-control-icon,body.three-runtime-active .audio-control>summary,body.three-runtime-active .display-control>summary{min-height:36px;display:flex;align-items:center;padding:0 10px;border:0;background:transparent;color:#d8c682;cursor:pointer;font:750 11px/1 Inter,system-ui;white-space:nowrap;list-style:none}
body.three-runtime-active .table-control-icon{min-width:38px;padding:0;border-right:1px solid #e7bd692b;border-radius:11px 0 0 11px}
body.three-runtime-active .audio-control>summary::-webkit-details-marker,body.three-runtime-active .display-control>summary::-webkit-details-marker{display:none}
body.three-runtime-active .display-control{position:relative;border:1px solid #e7bd693d;border-radius:12px;background:#08131de8;box-shadow:0 10px 32px #0007}
body.three-runtime-active .audio-control{position:relative}
body.three-runtime-active .audio-control[data-audio-state="MUTED"]>summary{color:#9badbf}
body.three-runtime-active .audio-control-panel,body.three-runtime-active .display-control-panel{position:absolute;z-index:60;right:0;bottom:calc(100% + 8px);width:min(250px,calc(100vw - 12px));padding:12px;border:1px solid #e7bd6955;border-radius:13px;background:#08131df7;box-shadow:0 20px 55px #000b;display:grid;gap:9px;transform:none}
body.three-runtime-active .audio-control-panel button{min-height:34px}
body.three-runtime-active .audio-control-panel label,body.three-runtime-active .display-control-panel label{display:grid;grid-template-columns:1fr auto;gap:4px 8px;color:#c4ced6;font-size:11px}
body.three-runtime-active .audio-control-panel input{grid-column:1/3;width:100%;min-width:0;height:22px;padding:0}
body.three-runtime-active .audio-control-panel output{color:#f4f0e8;font-variant-numeric:tabular-nums}
body.three-runtime-active .audio-control-panel .future-control{opacity:.55;pointer-events:none}
body.three-runtime-active .display-control-panel select{grid-column:1/3;min-height:36px;padding:0 28px 0 9px;border:1px solid #ffffff24;border-radius:8px;background:#101f2c;color:#f4f0e8;font:700 12px/1 Inter,system-ui;cursor:pointer}
body.three-runtime-active .display-control-panel select:focus-visible{outline:2px solid #e7bd6980;outline-offset:2px}
body.three-runtime-active main{width:100%;max-width:none;margin:0}
body.three-runtime-active #tableView{position:fixed;inset:58px 0 0;z-index:1;width:100%;height:calc(100dvh - 58px);overflow:hidden}
body.three-runtime-active .game-viewport{position:fixed;inset:58px 0 0;z-index:1;width:100vw;max-width:none;height:calc(100dvh - 58px);margin:0}
body.three-runtime-active .three-table-frame{display:block!important;position:fixed;inset:58px 0 0;width:100vw;height:calc(100dvh - 58px);border:0;border-radius:0;background:#04070b;z-index:1}
body.three-runtime-active .poker-table{display:contents!important}
body.three-runtime-active .poker-table>.seat,body.three-runtime-active .poker-table>.center,body.three-runtime-active #chipFx{display:none!important}
body.three-runtime-active .table-top,body.three-runtime-active #recent,body.three-runtime-active #gameMsg,body.three-runtime-active #summary{display:none!important}
body.three-runtime-active:has(#summary:not(.hidden)) #handControl{display:none!important}
body.three-runtime-active .room-message,body.three-runtime-active .reconnect{position:fixed;z-index:30;top:64px;left:50%;transform:translateX(-50%)}
body.three-runtime-active .room-toolbar{position:fixed;z-index:20;top:66px;left:12px;right:12px;display:flex;justify-content:space-between;padding:5px 8px;border-color:#e7bd6930;border-radius:12px;background:#07111db8;backdrop-filter:blur(12px);pointer-events:auto}
body.three-runtime-active .room-toolbar .room-identity span,body.three-runtime-active .room-toolbar .room-identity strong,body.three-runtime-active .room-toolbar .room-identity button:not(#copyTableCode){display:none}
body.three-runtime-active .room-toolbar button{min-height:32px;font-size:12px}
body.three-runtime-active .room-presence{display:none}
body.three-runtime-active .hand-control{position:fixed;z-index:20;left:50%;bottom:104px;transform:translateX(-50%);width:min(620px,calc(100vw - 24px));margin:0;padding:10px 14px;background:#08131dd9;backdrop-filter:blur(15px);pointer-events:auto}
body.three-runtime-active .poker-table>.actions{position:fixed;z-index:20;left:50%;right:auto;bottom:14px;transform:translateX(-50%);width:min(920px,calc(100vw - 24px));min-height:70px;display:flex;align-items:center;justify-content:center;gap:9px;padding:10px 14px;border:1px solid #e7bd6947;border-radius:20px;background:linear-gradient(135deg,#091017f2,#050a0fed);box-shadow:0 18px 60px #0009;backdrop-filter:blur(18px);pointer-events:auto}
body.three-runtime-active .poker-table>.actions:empty{display:none}
body.three-runtime-active .poker-table>.actions button{min-width:122px}
body.three-runtime-active .three-turn-status{color:#d8c682;font-weight:700;letter-spacing:.04em}
body.three-runtime-active .poker-table>.bet-panel{position:fixed;z-index:25;bottom:96px;pointer-events:auto}
@media(max-width:760px){body.three-runtime-active #tableView,body.three-runtime-active .game-viewport,body.three-runtime-active .poker-table{inset:58px 0 0;height:calc(100dvh - 58px)}body.three-runtime-active .three-table-frame{inset:58px 0 0;height:calc(100dvh - 58px)}body.three-runtime-active .table-controls{right:max(6px,env(safe-area-inset-right));bottom:max(100px,calc(env(safe-area-inset-bottom) + 92px));gap:5px}body.three-runtime-active.three-hand-complete .table-controls{bottom:max(8px,env(safe-area-inset-bottom))}body.three-runtime-active .table-control-icon,body.three-runtime-active .audio-control>summary,body.three-runtime-active .display-control>summary{min-height:34px;padding:0 7px;font-size:10px}body.three-runtime-active .table-control-icon{min-width:34px}body.three-runtime-active .account-nav span{display:none}body.three-runtime-active .room-toolbar{top:62px;left:6px;right:6px}body.three-runtime-active .room-toolbar #copyTableCode{display:none}body.three-runtime-active .hand-control{bottom:105px}body.three-runtime-active .poker-table>.actions{bottom:8px;width:calc(100vw - 12px);min-height:82px;display:grid;grid-template-columns:repeat(2,1fr)}body.three-runtime-active .poker-table>.actions button{min-width:0}}
