:root{--gold:#d9b76b;--felt:#0c4b36;--felt2:#082f24;--ink:#f6f1e5;--red:#c42332}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#050807;color:var(--ink);font-family:Inter,Arial,sans-serif}button,input{font:inherit}.game-shell{min-height:100vh;background:radial-gradient(circle at 50% -20%,#26332c 0,#101713 34%,#050807 82%);overflow-x:hidden;padding-bottom:56px}.topbar{height:72px;border-bottom:1px solid #ffffff14;background:#080d0bcf;backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:0 4vw;position:relative;z-index:20}.brand{display:flex;align-items:center;gap:8px;letter-spacing:.12em}.brand span{font-size:32px;color:var(--gold)}.brand b{font-weight:300}.brand strong{color:var(--gold)}.room{text-align:center;display:flex;flex-direction:column}.room small,.dealer small,.question-copy small{font-size:10px;letter-spacing:.22em;color:#9bafa5}.room b{letter-spacing:.18em}.sound{border:1px solid #ffffff22;background:#ffffff08;color:var(--gold);width:38px;height:38px;border-radius:50%}.stage{max-width:1120px;margin:auto;position:relative;padding:36px 210px 0 20px}.dealer{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:-20px;position:relative;z-index:3}.dealer-face{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#e0c27a,#6d5225);border:4px solid #1b211d;box-shadow:0 8px 26px #000;font-size:30px;color:#111}.dealer div:last-child{display:flex;flex-direction:column}.dealer b{font-family:Georgia,serif;letter-spacing:.12em}.table-wrap{height:380px;position:relative}.rail{position:absolute;inset:36px 6%;border-radius:48% / 44%;padding:19px;background:linear-gradient(145deg,#24180e,#9f7b45 18%,#3a2815 48%,#c5a461 75%,#21150c);box-shadow:0 28px 60px #000c,inset 0 0 0 3px #e8cb8777}.felt{height:100%;border-radius:48% / 44%;display:grid;place-items:center;background:radial-gradient(ellipse at 50% 40%,#14654a,var(--felt) 56%,var(--felt2));border:3px solid #0b2019;box-shadow:inset 0 0 55px #000a;position:relative;overflow:hidden}.felt:after{content:"";position:absolute;inset:0;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E")}.felt-mark{display:flex;flex-direction:column;align-items:center;color:#d6bc7c55;transform:translateY(-4px)}.felt-mark span{font-size:58px;line-height:1}.felt-mark b{font-family:Georgia,serif;font-size:25px;letter-spacing:.13em}.felt-mark small{font-size:8px;letter-spacing:.22em}.pot{position:absolute;bottom:58px;z-index:2;text-align:center}.pot small{display:block;font-size:9px;letter-spacing:.25em;color:#d8e2dc}.pot b{font-size:23px;color:#f2d27f}.mini-chips{display:flex;justify-content:center;margin-top:4px}.mini-chips i{width:22px;height:8px;border-radius:50%;background:#d5b35f;border:2px dashed #fff8;margin-left:-7px}.mini-chips i:nth-child(2){background:#b92435}.mini-chips i:nth-child(3){background:#244d9a}.player{position:absolute;z-index:4;background:#111815;border:1px solid #ffffff20;border-radius:13px;min-width:128px;padding:8px 12px 8px 50px;box-shadow:0 8px 22px #000b}.avatar{position:absolute;left:-9px;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:linear-gradient(145deg,#567367,#17231e);border:3px solid #c9ac69;display:grid;place-items:center;font-family:Georgia;font-size:21px}.player-copy{display:flex;flex-direction:column}.player-copy b{font-size:11px;letter-spacing:.1em}.player-copy span{font-size:13px;color:#e7c675}.chip-dot{display:inline-block;width:11px;height:11px;border-radius:50%;background:#d6b457;border:2px dashed #fff;margin-right:5px}.p1{left:0;top:80px}.p2{right:0;top:80px}.p3{left:8%;bottom:15px}.p4{right:8%;bottom:15px}.is-me{border-color:#d9b76b;box-shadow:0 0 0 2px #d9b76b22,0 8px 24px #000}.is-folded{filter:grayscale(1);opacity:.55}.player em{position:absolute;inset:0;background:#76101bde;color:#fff;border-radius:12px;display:grid;place-items:center;font-style:normal;font-weight:900;letter-spacing:.18em}.question-card{position:relative;background:linear-gradient(145deg,#151d19,#0b100e);border:1px solid #ffffff18;border-radius:22px;padding:26px;margin-top:10px;box-shadow:0 20px 50px #0008}.timer{position:absolute;left:26px;top:25px;width:82px;height:82px;border-radius:50%;border:5px solid #d3b367;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#080d0b;box-shadow:0 0 25px #d3b36722}.timer span{font-weight:800;font-size:22px;font-variant-numeric:tabular-nums}.timer small{font-size:7px;letter-spacing:.15em;color:#b9c6bf}.timer.danger{border-color:#e32a3c;box-shadow:0 0 24px #e32a3c88;color:#ff6a77}.question-copy{padding-left:105px;min-height:82px;display:flex;flex-direction:column;justify-content:center}.question-copy h1{font-family:Georgia,serif;font-size:22px;margin:7px 0 0;font-weight:500}.answers{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.answers button{height:52px;text-align:left;border-radius:11px;border:1px solid #ffffff17;background:#ffffff08;color:#fff;padding:0 14px;cursor:pointer;transition:.18s}.answers button:hover:not(:disabled){border-color:#d9b76b;background:#d9b76b12;transform:translateY(-1px)}.answers button span{display:inline-grid;place-items:center;width:27px;height:27px;border-radius:7px;margin-right:10px;background:#d9b76b18;color:#e8c979;font-weight:800}.answers button.chosen{background:#196c4e;border-color:#68c29e}.answers button:disabled{cursor:default}.fold{width:100%;height:58px;margin-top:12px;border:0;border-radius:12px;background:linear-gradient(#df3343,#a40d1d);color:white;box-shadow:inset 0 1px #ff8a94,0 8px 18px #a40d1d40;cursor:pointer}.fold b{font-size:19px;letter-spacing:.18em}.fold span{font-size:8px;letter-spacing:.25em;margin-left:10px}.fold:disabled{filter:grayscale(1);opacity:.45}.notice{text-align:center;color:#9fb0a7;font-size:12px;margin-top:10px;min-height:15px}.betting{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px}.betting button{height:48px;border-radius:10px;border:1px solid #ffffff1c;background:#111916;color:#e8d9b5;font-weight:800;font-size:11px;letter-spacing:.07em}.betting small{display:block;font-size:7px;color:#819087;margin-top:2px}.betting .allin{border-color:#c5a45c;color:#efcf82}.setup{margin-top:18px;background:#ffffff08;border:1px solid #ffffff10;padding:15px;border-radius:15px;display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center}.setup label{font-size:12px;color:#aab8b0}.setup label b{color:#e9c875}.setup input{accent-color:#d5b35f}.setup button{border:0;border-radius:9px;background:#d2b267;color:#17130a;font-size:11px;font-weight:900;padding:13px 16px}.chat{position:fixed;right:22px;bottom:22px;width:280px;background:#0b110f;border:1px solid #ffffff1c;border-radius:16px;box-shadow:0 20px 50px #000;z-index:30;overflow:hidden}.chat.small{width:220px}.chat header{height:50px;background:#121b17;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:11px;font-weight:800;letter-spacing:.08em}.chat header small{font-size:7px;color:#6c8076}.online{display:inline-block;width:7px;height:7px;border-radius:50%;background:#3be28a;margin-right:7px;box-shadow:0 0 8px #3be28a}.chat header button{border:0;background:#ffffff0d;color:#cbd5d0;border-radius:6px;width:27px;height:27px;margin-left:4px}.messages{height:230px;padding:14px;overflow:auto}.messages p{margin:0 0 12px;display:flex;flex-direction:column;align-items:flex-start}.messages b{font-size:9px;color:#9aaba2;margin:0 0 3px 5px}.messages span{background:#1b2722;border-radius:10px 10px 10px 2px;padding:8px 10px;font-size:11px}.messages .mine{align-items:flex-end}.messages .mine span{background:#70592b;border-radius:10px 10px 2px 10px}.chat-input{display:flex;padding:10px;border-top:1px solid #ffffff10}.chat-input input{min-width:0;flex:1;background:#ffffff08;border:0;border-radius:9px;padding:9px;color:#fff;outline:none;font-size:11px}.chat-input button{width:34px;border:0;background:#d3b46c;border-radius:9px;margin-left:6px}.chat-fab{position:fixed;right:22px;bottom:22px;width:58px;height:58px;border:0;border-radius:50%;background:#d2b267;font-size:22px;box-shadow:0 10px 30px #000;z-index:30}.chat-fab i{position:absolute;right:-2px;top:-2px;background:#c51f2f;color:#fff;width:20px;height:20px;border-radius:50%;font-size:10px;display:grid;place-items:center;font-style:normal}
@media(max-width:900px){.stage{padding:26px 18px 0}.chat{right:12px;bottom:12px}.table-wrap{height:340px}.rail{inset:45px 4%}.player{min-width:105px;padding-left:42px}.avatar{width:43px;height:43px}.p1{left:1%;top:70px}.p2{right:1%;top:70px}}
@media(max-width:620px){.topbar{height:60px;padding:0 14px}.brand{font-size:12px}.brand span{font-size:24px}.room small{display:none}.stage{padding:20px 10px 0}.dealer{justify-content:flex-start;margin-left:10px}.dealer-face{width:52px;height:52px;font-size:23px}.dealer b{font-size:12px}.table-wrap{height:300px}.rail{inset:42px 0 38px;padding:11px}.player{min-width:92px;padding:7px 8px 7px 36px}.player-copy b{font-size:9px}.player-copy span{font-size:10px}.avatar{width:38px;height:38px;font-size:15px}.p1{top:61px;left:0}.p2{top:61px;right:0}.p3{left:0;bottom:18px}.p4{right:0;bottom:18px}.felt-mark b{font-size:17px}.felt-mark span{font-size:42px}.question-card{padding:17px 12px}.timer{position:relative;left:auto;top:auto;margin:-46px auto 10px;width:72px;height:72px}.question-copy{padding-left:0;text-align:center;min-height:auto}.question-copy h1{font-size:18px}.answers{grid-template-columns:1fr}.answers button{height:47px}.betting{grid-template-columns:repeat(5,1fr);gap:4px}.betting button{font-size:8px;padding:0}.setup{grid-template-columns:1fr auto}.setup input{grid-column:1/3}.setup button{grid-column:1/3}.chat{width:calc(100% - 24px);max-height:70vh}.messages{height:190px}}
.countdown{position:absolute;z-index:12;inset:26px 4%;border-radius:48% / 44%;background:radial-gradient(ellipse,#0c4b36f2,#03110df2);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 80px #000}.countdown[hidden],.table-question[hidden]{display:none}.countdown span{font-family:Georgia,serif;font-size:150px;line-height:.85;color:#f0ce75;text-shadow:0 0 18px #d9b76b,0 9px 30px #000}.countdown small{margin-top:18px;color:#f4daa0;letter-spacing:.4em;font-weight:800}.table-question{position:absolute;z-index:11;inset:26px 4%;margin:0;border-radius:48% / 44%;padding:38px 12%;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(ellipse at 50% 30%,#176047f8,#061b15fa 75%);border:2px solid #d9b76b88}.table-question .timer{left:50%;top:-23px;transform:translateX(-50%);width:92px;height:92px;background:#07110d;border-color:#e4bf60}.table-question .question-copy{padding:20px 0 0;text-align:center;min-height:auto}.table-question .question-copy h1{font-size:25px}.table-question .answers{margin-top:14px}.table-question .answers button{height:48px;background:#06130fe8}.table-question .fold{height:48px;margin-top:10px}.notice-bar{margin:-4px 0 7px}.chat{width:390px}.messages{height:360px}.chat.small{width:260px}
@media(max-width:620px){.game-shell{min-height:100svh;padding-bottom:8px}.countdown{inset:32px 0 38px}.countdown span{font-size:120px}.table-question{inset:32px 0 38px;padding:42px 14px 14px;border-radius:32% / 20%}.table-question .timer{position:absolute;left:50%;top:-18px;transform:translateX(-50%);margin:0;width:74px;height:74px}.table-question .question-copy{padding:0}.table-question .question-copy h1{font-size:18px}.table-question .answers{grid-template-columns:1fr 1fr;gap:6px}.table-question .answers button{height:43px;font-size:12px;padding:0 8px}.table-question .fold{height:44px}.notice-bar{font-size:10px}.chat{width:calc(100% - 16px);right:8px;bottom:8px;max-height:85vh}.messages{height:320px}}
.corner-ad{margin-left:auto;margin-right:12px;border:1px solid #d9b76b55;border-radius:8px;padding:6px 10px;display:flex;flex-direction:column;line-height:1.05;text-align:right;background:#d9b76b0b}.corner-ad small{font-size:6px;letter-spacing:.22em;color:#88978f}.corner-ad b{font-size:10px;letter-spacing:.14em;color:#e2c575}.felt-mark img{width:68px;height:68px;object-fit:contain;filter:grayscale(1) brightness(1.8);opacity:.28;margin-bottom:-5px}.felt-mark span{display:none}.player{z-index:15}.p4{left:50%;right:auto;bottom:0;transform:translateX(-50%)}.p3{left:4%;bottom:20px}.countdown{position:fixed;inset:0;border-radius:0;z-index:100;background:radial-gradient(circle,#0d4d38 0,#061d16 43%,#020605 100%);backdrop-filter:blur(10px)}.countdown span{font-size:clamp(180px,34vw,430px);color:#f3ce6d;text-shadow:0 0 25px #e2b84d,0 0 80px #a97817,0 18px 45px #000;animation:countPulse .75s ease both}.countdown small{font-size:clamp(11px,2vw,22px)}@keyframes countPulse{0%{opacity:0;transform:scale(.62)}45%{opacity:1;transform:scale(1.08)}100%{opacity:1;transform:scale(1)}}.table-question{inset:62px 12% 52px;padding:34px 8%;border-radius:45% / 40%;z-index:11}.table-question .timer{top:-43px}.table-question .question-copy h1{font-size:22px}.table-question .answers button{height:43px}.table-question .fold{height:43px}.stage{padding-top:28px}.table-wrap{height:350px}.notice-bar{margin:-8px 0 5px}.betting button{height:44px}.setup{margin-top:10px;padding:10px}.chat{width:420px}.messages{height:390px}
@media(max-height:820px) and (min-width:621px){.topbar{height:58px}.stage{padding-top:20px}.dealer-face{width:54px;height:54px}.table-wrap{height:330px}.betting button{height:40px}.setup{margin-top:7px;padding:8px}.chat{bottom:10px}.messages{height:330px}}
@media(max-width:620px){.corner-ad{padding:5px 7px;margin-right:6px}.corner-ad b{font-size:8px}.sound{display:none}.felt-mark img{width:48px;height:48px}.p4{left:50%;right:auto;bottom:8px}.p3{left:0;bottom:25px}.table-question{inset:62px 8px 62px;padding:25px 10px 10px;border-radius:28% / 16%}.table-question .timer{top:-38px}.table-question .question-copy h1{font-size:16px;margin-top:4px}.table-question .answers{margin-top:8px}.table-question .answers button{height:38px}.table-question .fold{height:38px;margin-top:6px}.countdown{inset:0}.countdown span{font-size:55vw}.chat{width:calc(100% - 12px);right:6px}.messages{height:360px}}
.felt-mark img{width:112px;height:92px;opacity:.36}.p4{bottom:-24px;z-index:16}.player-copy small{font-size:7px;letter-spacing:.08em;color:#74d6ac;margin-top:2px;white-space:nowrap}.table-question{bottom:78px}.bet-panel{background:#ffffff07;border:1px solid #ffffff10;border-radius:13px;padding:8px 10px}.stake{display:grid;grid-template-columns:125px 1fr;align-items:center;gap:10px;margin-bottom:6px}.stake label{font-size:8px;letter-spacing:.12em;color:#91a198}.stake label b{font-size:14px;color:#e5c36c;margin-left:7px}.stake input{width:100%;accent-color:#d5b35f}.bet-panel .betting{margin-top:0}.chat-fab[hidden]{display:none}
@media(max-width:620px){.felt-mark img{width:82px;height:68px}.p4{bottom:-10px}.table-question{bottom:76px}.bet-panel{padding:6px}.stake{grid-template-columns:100px 1fr;margin-bottom:4px}.betting button{height:38px}.chat-fab{display:none!important}}
.felt-mark img{width:158px;height:118px;opacity:.42}.p1{left:-8px;top:142px}.p2{right:12%;top:4px}.p3{right:-8px;left:auto;top:142px;bottom:auto}.p4{left:50%;right:auto;bottom:-27px}.table-question{inset:52px 13% 76px;padding:28px 8% 14px;border-radius:42% / 35%}.table-question .timer{left:auto;right:18px;top:12px;transform:none;width:76px;height:76px;border-width:4px}.table-question .question-copy{padding:0 82px 0 0}.table-question .question-copy h1{font-size:20px;line-height:1.2}.table-question .answers{margin-top:10px}.table-question .answers button{height:39px}.table-question .fold{height:37px;margin-top:7px}.action-clock{position:absolute;z-index:12;inset:54px 14% 78px;border-radius:42% / 36%;background:radial-gradient(ellipse,#0f533ce8,#061b15f8);display:flex;flex-direction:column;align-items:center;justify-content:center}.action-clock[hidden],.showdown[hidden]{display:none}.action-ring{--progress:100%;width:148px;height:148px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#08251b 57%,transparent 59%),conic-gradient(#e1bd61 var(--progress),#183c30 0);box-shadow:0 0 35px #d9b76b33}.action-ring b{font-family:Georgia,serif;font-size:22px;color:#edcf7e;letter-spacing:.08em}.action-ring span{font-size:25px;font-weight:900;font-variant-numeric:tabular-nums}.action-ring small{font-size:7px;letter-spacing:.18em;color:#8fa39a}.action-clock p{margin:10px 0 0;text-transform:uppercase;font-size:9px;letter-spacing:.24em;color:#d3b86f}.showdown{position:absolute;z-index:12;inset:52px 12% 76px;border-radius:42% / 34%;background:radial-gradient(ellipse,#123f30f5,#061812fc);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px}.showdown>small{font-size:8px;letter-spacing:.22em;color:#d8bd74}.reveal-grid{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:10px 0}.reveal-grid article{background:#ffffff0b;border:1px solid #ffffff18;border-radius:8px;padding:6px 9px;display:grid;grid-template-columns:1fr auto;align-items:center}.reveal-grid b{font-size:8px;color:#91a49b}.reveal-grid strong{font-size:12px;grid-row:2;color:#fff}.reveal-grid span{grid-column:2;grid-row:1/3;color:#d8bd74;font-size:10px}.reveal-grid .correct{border-color:#35b87a;background:#0f593d55}.reveal-grid .wrong,.reveal-grid .folded-answer{opacity:.55}.showdown h2{font:600 15px Georgia,serif;color:#efcf7b;margin:0}.bet-panel.active{border-color:#d9b76b99;box-shadow:0 0 20px #d9b76b1f}.betting button:disabled{opacity:.28;cursor:not-allowed}
@media(max-width:620px){.felt-mark img{width:112px;height:84px}.p1{left:0;top:82px}.p2{right:0;top:82px}.p3{left:0;right:auto;top:auto;bottom:52px}.p4{bottom:-8px}.table-question{inset:62px 9px 82px;padding:22px 8px 10px;border-radius:28% / 17%}.table-question .timer{right:8px;top:8px;width:62px;height:62px}.table-question .timer span{font-size:17px}.table-question .question-copy{padding:0 60px 0 0;text-align:left}.table-question .question-copy h1{font-size:14px;line-height:1.15}.table-question .question-copy small{font-size:7px}.table-question .answers{margin-top:6px}.table-question .answers button{height:35px}.table-question .fold{height:34px}.action-clock,.showdown{inset:62px 9px 82px;border-radius:28% / 17%}.action-ring{width:120px;height:120px}.reveal-grid{gap:4px}.reveal-grid article{padding:5px}.showdown{padding:10px}.showdown>small{font-size:6px}}
.lobby-chat{position:fixed;left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-50%);width:min(560px,calc(100% - 28px));z-index:80;border-color:#d9b76b88;box-shadow:0 0 0 9999px #020604c9,0 30px 80px #000}.lobby-chat .messages{height:220px}.ready-list{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:12px 14px 4px}.ready-list span{display:flex;justify-content:space-between;background:#ffffff08;border:1px solid #ffffff10;border-radius:8px;padding:8px;font-size:9px;letter-spacing:.08em}.ready-list b{color:#55d592;font-size:8px}.ready-list #myReady{color:#e2be65}.ready-button{display:block;width:calc(100% - 20px);margin:0 10px 10px;height:48px;border:1px solid #f1d486;border-radius:11px;background:linear-gradient(#e1bf6c,#a77d31);color:#151008;font-weight:900;letter-spacing:.18em;box-shadow:0 8px 22px #000}.setup{grid-template-columns:auto 1fr}.lobby-chat.small{transform:none;left:auto;right:12px;top:auto;bottom:12px;width:260px}.lobby-chat.small .ready-list{display:none}
@media(max-width:620px){.lobby-chat{width:calc(100% - 12px);max-height:calc(100svh - 12px)}.lobby-chat .messages{height:190px}.ready-list{padding:8px 10px 3px;gap:4px}.ready-list span{padding:6px;font-size:8px}.ready-button{height:44px}}
.lobby-chat header>div:last-child{display:none}
