:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-width:320px;min-height:100vh;overflow:hidden}a{color:inherit}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}html,body{overscroll-behavior:none;touch-action:manipulation}body,.app-root{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app-root{min-height:100vh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);background:radial-gradient(circle at top,#38bdf8 0,#0f4fd4 40%,#082f49 85%);color:#f9fafb;display:flex;justify-content:center;align-items:normal;padding:12px}.app-root-home{background:#000 url(/assets/Homepage-Background-QZYEJuQ1.gif) center center / cover no-repeat}.app-shell{position:relative;width:100%;max-width:507px;height:100%;max-height:none;background:linear-gradient(180deg,#0f172af2,#0f172ae6);border-radius:24px;border:1px solid rgba(191,219,254,.7);box-shadow:0 32px 80px #0f172ae6;padding:10px 10px 44px;display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.app-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.app-title{font-size:1.4rem;font-weight:700}.app-subtitle{font-size:.9rem;color:#9ca3af}.app-main{flex:1;display:flex;flex-direction:column;gap:10px}@media(max-width:768px){.app-root{padding:0}.app-root:not(.app-root-home) .app-shell{width:100%;max-width:none;min-height:100vh;padding:8px 8px 6px;border-radius:0;border:none;box-shadow:none}.app-root-home{padding:0;justify-content:center;align-items:center}.app-root-home .app-shell{width:100%;max-width:430px;min-height:auto;margin-top:0;border-radius:24px;border:1px solid rgba(191,219,254,.7);box-shadow:0 24px 60px #0f172ae6}}.table-card{position:relative;background:radial-gradient(circle at top,#1d4ed8 0,#1e40af 40%,#1d294f);border-radius:20px;border:2px solid rgba(191,219,254,.9);padding:10px 10px 130px;min-height:260px;display:flex;flex-direction:column;gap:8px}.table-board{flex:1;border-radius:999px;border:2px solid rgba(59,130,246,.9);background:radial-gradient(circle at center,#3b82f633 0,#0f172acc 55%,#0f172af2);display:flex;align-items:center;justify-content:center;padding:10px}.table-layout{position:relative;width:100%;max-width:480px;aspect-ratio:9 / 12}.table-direction{position:absolute;top:50%;left:50%;width:68%;height:40%;border-radius:999px;border:2px solid rgba(148,163,184,.7);box-shadow:0 0 20px #2563eb66;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#0f172ae6 0,#0f172a 60%,#0f172af2)}@keyframes shuffle-wobble{0%{transform:translate(-50%,-50%) rotate(0)}25%{transform:translate(-50%,-50%) rotate(-4deg)}50%{transform:translate(-50%,-50%) rotate(3deg)}75%{transform:translate(-50%,-50%) rotate(-2deg)}to{transform:translate(-50%,-50%) rotate(0)}}.table-direction.shuffling{animation:shuffle-wobble .6s ease-in-out infinite}.shuffle-spinner{display:none}@keyframes spin{to{transform:rotate(360deg)}}.table-center-piles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:10px;z-index:2}.table-direction img{position:relative;z-index:1}.pile-card,.pile-card-back{width:68px;height:100px;border-radius:8px;box-shadow:0 4px 12px #0f172acc;position:relative;z-index:1}.pile-card-back{background:linear-gradient(135deg,#1d4ed8,#38bdf8);border:none}.pile-card-back-usable{animation:pile-pop .9s ease-in-out infinite}@keyframes pile-pop{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.pile-card{background:linear-gradient(135deg,#f97316,#fb923c);border:none}.opponent-hand{margin-top:4px;display:flex;align-items:center;gap:4px}.opponent-card-back{width:18px;height:26px;border-radius:4px;background:linear-gradient(135deg,#1d4ed8,#38bdf8);border:2px solid #f9fafb}.opponent-count{padding:1px 6px;border-radius:999px;background:#0f172a;color:#e5e7eb;font-size:.65rem;font-weight:600}.self-hand-bar{position:absolute;left:50%;bottom:205px;transform:translate(-50%);height:150px;width:100%}.self-hand-wrapper{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;gap:10px;pointer-events:none}.self-hand-arrow{pointer-events:auto;background:transparent;color:#f9fafb;border:none;width:52px;height:88px;font-size:30px;display:flex;align-items:center;justify-content:center;text-shadow:0 0 10px rgba(15,23,42,.9);-webkit-tap-highlight-color:transparent}.self-hand-arrow-count{font-size:.8rem;margin:0 4px;color:#facc15;font-weight:700;text-shadow:0 0 4px rgba(0,0,0,.9);display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;padding:2px 6px;transform:translateY(-2px)}.self-hand-arrow-count.playable{position:relative}.self-hand-arrow-count.playable:before{content:"";position:absolute;inset:-4px;border-radius:999px;border:2px solid #f97373;box-shadow:0 0 0 2px #18181be6,0 0 14px #f87171;animation:arrow-pulse .7s ease-in-out infinite}@keyframes arrow-pulse{0%{transform:scale(1);box-shadow:0 0 0 2px #18181be6,0 0 8px #f87171cc}50%{transform:scale(1.12);box-shadow:0 0 0 2px #18181be6,0 0 20px #f87171}to{transform:scale(1);box-shadow:0 0 0 2px #18181be6,0 0 8px #f87171cc}}.self-hand-arrow:disabled{opacity:.35}.self-hand-fan{position:relative;width:420px;max-width:min(420px,100% - 120px);height:150px;pointer-events:auto}.self-hand-fan .self-card,.self-hand-fan .take2-card-img{transition:transform .22s ease-out}.self-card{width:68px;height:100px}.message-bar{margin-top:8px;padding:8px 10px;border-radius:18px;background:linear-gradient(180deg,#020617,#020617);border:1px solid rgba(191,219,254,.9);font-size:.85rem;color:#f9fafb}.chat-messages{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#38bdf8 rgba(15,23,42,.9)}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#0f172ae6;border-radius:999px}.chat-messages::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#38bdf8,#0ea5e9);border-radius:999px;box-shadow:0 0 6px #38bdf8e6}.message-bar-table{position:absolute;left:10px;right:10px;bottom:30px}.turn-banner{padding:4px 20px;border-radius:999px;background:radial-gradient(circle at 30% 0%,#fef9c3 0,#facc15 35%,#ea580c);color:#111827;font-size:.9rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 12px 30px #000c;animation:turn-pulse .9s ease-in-out infinite}@keyframes turn-pulse{0%{transform:scale(1)}40%{transform:scale(1.06)}60%{transform:scale(.98)}to{transform:scale(1)}}@keyframes draw-flash{0%,to{opacity:1;text-shadow:0 0 4px rgba(34,197,94,.9)}50%{opacity:.4;text-shadow:0 0 12px rgba(34,197,94,1)}}.draw-label{animation:draw-flash .75s ease-in-out infinite}.seat{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:4px}.seat-invite{padding:4px 8px;border-radius:999px;border:1px dashed rgba(248,250,252,.9);font-size:.75rem;color:#e5e7eb;background:#16a34acc;box-shadow:0 2px 8px #16a34a99}.seat-invite-big{padding:10px 14px;border-radius:20px;border:2px solid rgba(248,250,252,.9);font-size:.9rem;color:#f9fafb;background:linear-gradient(180deg,#22c55e,#16a34a);box-shadow:0 4px 12px #16a34ae6}.seat-label{font-size:.7rem;color:#6b7280}.table-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:8px 12px;border-radius:999px;background:#0f172af5;border:1px solid rgba(148,163,184,.9);font-size:.8rem}.lobby-card{background:#0f172af5;border-radius:18px;border:1px solid rgba(148,163,184,.6);padding:10px 12px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}.field-group{display:flex;flex-direction:column;gap:4px}.field-label{font-size:.8rem;color:#9ca3af}.field-row{display:flex;gap:8px}@media(max-width:480px){.field-row{flex-direction:column}.self-hand-fan{width:340px;height:140px}.self-hand-arrow{width:28px;height:64px;font-size:20px}}.input{flex:1;border-radius:999px;border:1px solid rgba(148,163,184,.7);background:#0f172ae6;color:#e5e7eb;padding:8px 12px;font-size:.9rem}.input:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf866}.button{border:none;border-radius:999px;padding:8px 14px;font-size:.9rem;font-weight:600;background:linear-gradient(to right,#22c55e,#16a34a);color:#ecfdf5;cursor:pointer;white-space:nowrap}.button.secondary{background:#0f172ae6;color:#e5e7eb;border:1px solid rgba(148,163,184,.8)}.button:disabled{opacity:.5;cursor:default}.mute-button{border:1px solid rgba(248,250,252,.96);background:#0f172af2;color:#e5e7eb;border-radius:999px;min-width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0 8px;font-size:.8rem}.sfx-button{border-color:#94a3b8e6}.status-pill{padding:4px 10px;border-radius:999px;font-size:.75rem;display:inline-flex;align-items:center;gap:6px;background:#0f172ae6;border:1px solid rgba(148,163,184,.6)}.status-dot{width:8px;height:8px;border-radius:999px;background:#f97316}.status-dot.online{background:#22c55e}.code-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.8rem;background:#0f172ae6;border:1px solid rgba(148,163,184,.8)}.code-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.12em}.player-list{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.player-pill{padding:4px 10px;border-radius:999px;font-size:.8rem;background:#0f172ae6;border:1px solid rgba(148,163,184,.7)}.player-pill.self{border-color:#22c55e}.app-root-home{height:100dvh;overflow-y:auto;align-items:flex-start;padding:30px 28px 45px;background:radial-gradient(ellipse at 50% -15%,#399ada 0,transparent 60%),radial-gradient(ellipse at 100% 100%,#18548b,transparent 65%),#104272}.app-root-home .app-shell{max-width:1080px;height:auto;min-height:0;border:0;border-radius:0;background:none;box-shadow:none;padding:0;gap:25px}.app-root-home .app-header{padding:0 3px 20px;border-bottom:1px solid #ffffff1f}.app-root-home .app-title{display:flex;align-items:center;gap:8px;font-size:30px;font-weight:950;font-style:italic;letter-spacing:-1px;text-shadow:0 3px 0 #082f5880}.app-root-home .app-title b{color:#ffdc76;font-size:37px}.brand-cards{display:none}.app-root-home .brand-cards{display:inline-grid;place-items:center;font-size:33px;color:#ffe99d;transform:rotate(-17deg);margin-right:3px}.app-root-home .app-subtitle{font-size:8px;color:#a4d2f2;letter-spacing:2px;font-weight:700;padding-left:43px;margin-top:-4px}.app-root-home .mute-button{width:39px;height:39px;border:1px solid #ffffff35;background:#0b3d7166;box-shadow:inset 0 1px #ffffff15;border-radius:12px;color:#e4f4ff}.app-root-home .status-pill{border:1px solid #ffffff20;padding:10px 13px;color:#d6ebfa;background:#0b3d7145;margin-left:9px;font-size:10px}.app-root-home .status-dot{width:6px;height:6px}.app-root-home .app-main{gap:0}@media(max-width:760px){.app-root-home{padding:18px 15px 30px}.app-root-home .app-shell{max-width:520px;margin:0;border:0;box-shadow:none;border-radius:0;gap:20px}.app-root-home .app-header{align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:16px}.app-root-home .app-title{font-size:26px}.app-root-home .app-title b{font-size:32px}.app-root-home .app-header-tools{flex-wrap:wrap;justify-content:flex-end;max-width:175px}.app-root-home .status-pill{padding:4px 8px;margin:0;font-size:9px}.app-root-home .mute-button{width:32px;height:32px}}@media(max-width:370px){.app-root-home .app-header-tools{max-width:135px}.app-root-home .app-title{font-size:23px}.app-root-home .app-subtitle{font-size:6px;padding-left:35px}}.app-root-intro{height:100dvh;overflow-y:auto;padding:35px;align-items:center;background:radial-gradient(ellipse at 60% 30%,#328dc9,transparent 65%),#104272}.app-root-intro .app-shell{height:auto;max-width:1080px;padding:28px 40px 40px;background:#12497866;border:1px solid #ffffff25;box-shadow:0 25px 80px #03284955;border-radius:32px}.app-root-intro .app-header{justify-content:flex-end}.app-root-intro .status-pill{background:#0c37564d;color:#d4edff;border-color:#ffffff25;font-size:11px}.intro-welcome{display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:30px;padding:15px 12px 25px}.intro-wordmark{font-size:34px;font-style:italic;font-weight:950;letter-spacing:-1px;text-shadow:0 3px #0b2c5570}.intro-wordmark span{color:#ffdc76}.intro-eyebrow{color:#acd3ee;font-size:9px;letter-spacing:1.6px;font-weight:700;margin:20px 0}.intro-copy h1{font-size:62px;letter-spacing:-2.8px;line-height:1.08;margin:20px 0}.intro-copy h1 em{font-style:normal;color:#ffe18c}.intro-copy p{font-size:14px;line-height:1.8;color:#cee5f6;max-width:350px}.intro-play{display:flex;justify-content:space-between;gap:55px;align-items:center;min-width:245px;margin:30px 0 16px;padding:17px 24px;background:linear-gradient(#83d156,#43a848);color:#fff;border:1px solid #b6e58e;border-bottom:5px solid #2a7c45;box-shadow:inset 0 1px #ffffff70,0 12px 25px #07344b40;border-radius:17px;font-size:21px;font-weight:800;cursor:pointer;transition:transform .2s}.intro-play:hover{transform:translateY(-3px)}.intro-play:focus-visible{outline:3px solid #ffdb72;outline-offset:5px}.intro-caption{color:#99c5e5;font-size:10px}.intro-art{position:relative;height:390px;width:100%}.intro-orbit{position:absolute;inset:25px -5px;border:1px solid #ffffff18;border-radius:50%;background:radial-gradient(circle,#ffffff13,transparent 70%);box-shadow:0 0 0 40px #ffffff03,0 0 0 80px #ffffff02}.intro-art img{position:absolute;width:155px;height:237px;object-fit:contain;left:calc(50% - 77px);top:75px;filter:drop-shadow(0 15px 10px #042e6055)}.intro-art img:nth-of-type(1){transform:translate(-70px,14px) rotate(-23deg)}.intro-art img:nth-of-type(2){transform:translateY(-14px) rotate(-3deg)}.intro-art img:nth-of-type(3){transform:translate(73px,19px) rotate(24deg)}.intro-spark{position:absolute;right:20px;top:22px;font-size:50px;color:#ffe393}.intro-spark-small{left:12px;top:290px;font-size:25px}.intro-art-caption{position:absolute;bottom:5px;width:100%;text-align:center;font-size:9px;letter-spacing:3px;font-weight:700;color:#a8d9f7}@media(max-width:760px){.app-root-intro{padding:18px}.app-root-intro .app-shell{padding:20px;max-width:520px;min-height:0!important;border:1px solid #ffffff25!important;border-radius:25px!important}.intro-welcome{grid-template-columns:1fr;text-align:center;gap:5px;padding:0}.intro-copy h1{font-size:45px}.intro-copy p{margin:0 auto;font-size:13px}.intro-play{margin:24px auto 15px;width:100%}.intro-art{height:210px;grid-row:1;margin:0 auto;max-width:300px}.intro-art img{top:25px;width:88px;height:133px;left:calc(50% - 44px)}.intro-art img:nth-of-type(1){transform:translate(-40px,14px) rotate(-23deg)}.intro-art img:nth-of-type(3){transform:translate(43px,19px) rotate(24deg)}.intro-art-caption{bottom:15px;font-size:7px}.intro-orbit{inset:0 30px}.intro-spark{font-size:30px;top:0;right:50px}.intro-spark-small{top:155px;left:55px;font-size:19px}.intro-wordmark{font-size:28px}.intro-eyebrow{font-size:7px;letter-spacing:1px;margin:13px 0}}@media(prefers-reduced-motion:reduce){.intro-play{transition:none}}@media(max-width:760px){.app-root-home .app-header{flex-wrap:nowrap;gap:10px}.app-root-home .app-header-tools{width:136px;max-width:136px;flex-shrink:0}.app-root-home .app-subtitle{font-size:6.5px;letter-spacing:1.5px;padding-left:35px}}@media(max-width:350px){.app-root-home .app-header-tools{width:124px}.app-root-home .app-subtitle{letter-spacing:.7px;font-size:6px;padding-left:27px}.app-root-home .brand-cards{font-size:22px}.app-root-home .app-title{gap:5px}}@media(max-width:760px){.app-root-home{padding:calc(12px + env(safe-area-inset-top)) 12px calc(24px + env(safe-area-inset-bottom))}.app-root-home .app-shell{gap:14px}.app-root-home .app-header{padding:0 2px 12px}.app-root-home .mute-button{min-width:44px;min-height:44px}.app-root-home .app-header-tools{column-gap:7px!important;row-gap:4px!important}.app-root-intro{padding:calc(12px + env(safe-area-inset-top)) 12px calc(16px + env(safe-area-inset-bottom));align-items:flex-start}.app-root-intro .app-shell{padding:14px 17px 23px!important;margin:auto}.intro-art{height:165px;max-width:270px}.intro-art img{width:76px;height:115px;left:calc(50% - 38px);top:11px}.intro-art-caption{bottom:2px}.intro-spark-small{top:128px}.intro-copy h1{font-size:42px;margin:15px 0}.intro-eyebrow{font-size:7px}.intro-play{min-height:60px;margin-top:22px}}@media(max-width:350px){.intro-copy h1{font-size:36px}.intro-copy p{font-size:12px}.intro-eyebrow{letter-spacing:.7px;font-size:6px}}.seat-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:7px 5px 6px;width:77px;border:1px solid #e7eddb;border-radius:15px;background:linear-gradient(#fffcf2,#efece0);color:#234858;box-shadow:0 4px #063f4f40}.seat-card.self{width:88px;padding:7px 7px 8px;background:linear-gradient(#ecffff,#cfeced);border-color:#87c8cf}.seat-card.current{border:2px solid #ffe4a0;box-shadow:0 0 0 3px #edcc7855,0 5px #063f4f40}.seat-avatar{width:30px;height:30px;border-radius:11px;background:linear-gradient(135deg,#8bc7d3,#5295b6);border:2px solid white;box-shadow:0 2px #456c7620}.seat-name{font-size:10px;font-weight:750;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}.seat-chip{position:absolute;right:-7px;bottom:-8px;padding:2px 6px;border-radius:7px;background:#ffdc83;border:1px solid #fff4c7;color:#80601e;font-size:8px;font-weight:800}.seat-timer-ring{position:absolute;inset:-5px;border-radius:18px;pointer-events:none;z-index:-1}.seat-timer-fill{width:100%;height:100%;border-radius:inherit;background:conic-gradient(#ffdb81 0deg,#ffdb81 var(--seat-timer-deg,360deg),transparent var(--seat-timer-deg,360deg),transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px}.seat-timer-number{position:absolute;top:-10px;right:-6px;min-width:22px;min-height:22px;display:grid;place-items:center;background:#ffdb81;border:2px solid #fff2c9;border-radius:8px;color:#72561b;font-size:10px;font-weight:800;z-index:2}@media(max-width:350px){.seat-card{width:66px;padding:5px 3px}.seat-card.self{width:76px}.seat-avatar{width:25px;height:25px}.seat-name{font-size:9px}}.home-root{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start;color:#173654}.home-root button,.home-root input{font:inherit}.home-root button{cursor:pointer;transition:transform .18s,filter .18s,box-shadow .18s}.home-root button:hover:not(:disabled){filter:brightness(1.06);transform:translateY(-2px)}.home-root button:active:not(:disabled){transform:translateY(1px)}.home-root button:disabled{cursor:default;opacity:.55}.home-root :focus-visible{outline:3px solid #f7b934;outline-offset:4px}.home-root h1,.home-root h2,.home-root h3,.home-root p{margin:0}.home-sidebar{display:grid;gap:18px}.home-profile-card,.home-account-card{border-radius:22px;padding:23px;background:#fff9e9;border:1px solid #ffedbd;box-shadow:0 5px #092e5b30,0 16px 30px #07274920}.home-eyebrow{font-size:10px;font-weight:800;letter-spacing:1.6px}.home-profile-card .home-eyebrow{color:#8b7243}.home-profile{display:flex;gap:12px;align-items:center;margin:20px 0}.home-avatar-wrap{position:relative;flex-shrink:0}.home-avatar{position:relative;width:62px;height:66px;padding:4px;display:grid;place-items:center;background:linear-gradient(145deg,#78c9ed,#289bd5);color:#fff;border:3px solid white;border-radius:19px;box-shadow:0 3px #bed6dd;font-size:37px!important}.home-avatar img{width:100%;height:100%;object-fit:contain}.home-avatar-edit{position:absolute;right:-5px;bottom:-5px;display:grid;place-items:center;background:#ffd566;color:#614917;border:2px solid #fff9e9;width:24px;height:24px;border-radius:50%;font-size:14px}.home-player-name{min-width:0;display:grid;gap:4px}.home-player-name strong{font-size:19px;overflow-wrap:anywhere}.home-player-name>span{color:#75808b;font-size:11px;line-height:1.5}.home-label{display:grid;gap:7px;font-size:11px;font-weight:700;color:#577086}.home-input{width:100%;min-width:0;background:#fffef9;border:1.5px solid #d6dfdf;border-radius:11px;padding:11px 12px;color:#173654;min-height:44px;outline:none;box-shadow:inset 0 2px 2px #23374b05;font-size:13px!important;-webkit-user-select:text;user-select:text}.home-input:focus{border-color:#249ce1;box-shadow:0 0 0 3px #249ce115}.home-input::placeholder{color:#8b9ba9;opacity:1}.home-stats{display:flex;justify-content:space-between;align-items:center;gap:8px;padding-top:21px;margin-top:20px;border-top:1px solid #e8dfc6}.home-stats>div{display:flex;align-items:center;gap:5px;font-size:11px}.home-stats strong{font-size:18px}.home-stats>div>span:last-child{color:#8b8067}.home-coin-icon{color:#f4b32e;text-shadow:0 2px #d78d16;font-size:23px}.home-level-chip{background:#fff0b8;border:1px solid #f3daa2;color:#936117;padding:5px 8px;border-radius:8px;font-weight:800;font-size:10px}.home-progress{height:7px;background:#e5dfcc;border-radius:8px;overflow:hidden;margin-top:15px}.home-progress>span{height:100%;display:block;background:linear-gradient(90deg,#3ba5dd,#6bd5df)}.home-progress-caption{font-size:10px;color:#858373;margin-top:6px}.home-account-card{background:#e8f3fb;border-color:#b3d8f2}.home-account-card h3{font-size:16px}.home-account-card p{color:#637d91;font-size:12px;margin:8px 0 18px;line-height:1.6}.home-account-card form{display:grid;gap:12px}.home-auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:3px}.home-small-button{min-height:42px;border-radius:10px;border:1px solid #146baa;padding:8px 15px;color:#fff;background:linear-gradient(#258fd1,#197cbf);font-size:12px!important;font-weight:800!important;box-shadow:0 3px #125b9230;white-space:nowrap}.home-signup{color:#23638e;background:transparent;border-color:#a8cadd;box-shadow:none}.home-account-card .home-error{color:#a62c29;margin:0}.home-lobby{min-width:0;display:grid;gap:20px}.home-hero{min-height:247px;position:relative;display:flex;align-items:center;padding:29px 32px;overflow:hidden;background:radial-gradient(ellipse at 87% 45%,#399bdc 0,#2086d0 38%,#1a70bc 85%);color:#fff;border-radius:23px;border:1px solid #ffffff35;box-shadow:inset 0 1px #ffffff15,0 5px #092e5b25}.home-hero:before,.home-hero:after{content:"";position:absolute;width:350px;height:350px;right:-80px;top:-30px;border:1px solid #ffffff12;border-radius:50%}.home-hero:after{width:460px;height:460px;right:-135px;top:-85px}.home-hero-copy{position:relative;z-index:1}.home-hero .home-eyebrow{color:#c5e5ff;font-size:9px;letter-spacing:1.35px}.home-hero h1{font-size:39px;line-height:1.14;letter-spacing:-1.6px;margin:13px 0;font-weight:850}.home-hero h1 em{font-style:normal;color:#ffe18c}.home-hero p{color:#d4eaff;font-size:12px;line-height:1.7}.home-card-fan{position:absolute;right:15px;top:38px;width:205px;height:188px;transform:rotate(9deg)}.home-card-fan img{position:absolute;width:91px;height:138px;object-fit:contain;filter:drop-shadow(0 9px 5px #063c7550);top:25px;left:53px}.home-card-fan img:nth-child(1){transform:translate(-38px,4px) rotate(-24deg)}.home-card-fan img:nth-child(2){transform:translate(3px,-10px) rotate(-2deg)}.home-card-fan img:nth-child(3){transform:translate(44px,4px) rotate(23deg)}.home-fan-spark{position:absolute;color:#ffe18c;font-size:34px;right:5px;top:0}.home-play-actions{display:grid;grid-template-columns:1fr 1fr;gap:15px}.home-play-button{display:flex;align-items:center;gap:12px;border-radius:16px;border:1px solid #a9e378;border-bottom:4px solid #268044;padding:16px 18px;color:#fff;background:linear-gradient(#73c74c,#40a343);text-shadow:0 1px #145c4220;box-shadow:inset 0 1px #ffffff50,0 6px 12px #082e4d18;text-align:left}.home-play-button>span:nth-child(2){display:grid;gap:2px;flex:1}.home-play-button strong{font-size:17px;letter-spacing:-.3px}.home-play-button small{font-size:10px;color:#eeffe8}.home-action-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#ffffff20;font-size:22px}.home-create-button{background:linear-gradient(#ffe493,#f5c75a);border-color:#fff0b9;border-bottom-color:#c7912f;color:#6a491e;text-shadow:none}.home-create-button small{color:#86642d}.home-root .home-play-button:disabled{opacity:.72}.home-play-hint{font-size:11px;color:#d5e7f7;text-align:center;margin-top:-8px!important}.home-tables{border:1px solid #dee8ee;background:#f8fcff;border-radius:22px;padding:23px 26px 7px;box-shadow:0 5px #092e5b30}.home-section-heading{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-bottom:12px}.home-tables-heading{margin-bottom:23px}.home-tables h2{font-size:20px;letter-spacing:-.5px}.home-live-label{display:flex;align-items:center;gap:6px;color:#678292;font-size:10px}.home-live-label i{width:6px;height:6px;border-radius:50%;background:#52ad71}.home-section-heading h3{font-size:12px;color:#47687e}.home-count{background:#e8f0f5;color:#708d9f;font-size:10px;border-radius:6px;min-width:23px;text-align:center;padding:3px 5px}.home-room-group{margin-bottom:20px}.home-empty{display:flex;align-items:center;gap:16px;border:1px dashed #c9dce6;background:#eff6fa;border-radius:13px;padding:17px 20px}.home-empty-symbol{color:#89a9be;font-size:35px;width:35px;text-align:center}.home-empty strong{font-size:12px;color:#547288}.home-empty p{font-size:11px;color:#7d96a7;margin-top:3px}.home-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.home-room{display:grid;gap:5px;border:1px solid #cddfe9;border-radius:13px;padding:13px 10px;background:#fff;color:#244c6a;text-align:left;min-width:0}.home-room-symbol{font-size:22px;color:#2793c8}.home-room strong{font-size:12px;overflow-wrap:anywhere}.home-room>span:not(.home-room-symbol){font-size:10px}.home-room-action{color:#147daf;margin-top:7px;font-weight:700}.home-bottom-strip{display:flex;justify-content:space-between;align-items:center;gap:16px;color:#fff;background:#0a376342;border:1px solid #ffffff20;padding:16px 20px;border-radius:15px}.home-bottom-strip label{display:grid;gap:3px}.home-bottom-strip strong{font-size:12px}.home-bottom-strip label>span{font-size:10px;color:#b6cfe4}.home-bottom-strip>div{display:flex;gap:8px}.home-bottom-strip input{width:98px;letter-spacing:2px;font-weight:700;text-align:center;background:#102f58;color:#fff;border-color:#6a98b7}.home-avatar-picker{position:absolute;left:0;top:77px;width:225px;z-index:20;padding:12px;border-radius:16px;border:1px solid #c9dce6;background:#fffdf5;box-shadow:0 14px 35px #0b305d40}.home-picker-heading{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:700;margin-bottom:8px}.home-picker-heading button{border:0;background:transparent;color:#456;font-size:23px}.home-avatar-options{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;max-height:210px;overflow:auto}.home-avatar-options button{border:1px solid #d5e4eb;background:#e8f4fa;border-radius:10px;padding:4px;height:44px}.home-avatar-options img{width:100%;height:100%;object-fit:contain}@media(min-width:1100px){.home-hero h1{font-size:43px}}@media(max-width:1000px)and (min-width:761px){.home-root{grid-template-columns:240px minmax(0,1fr);gap:18px}.home-hero{padding:25px}.home-card-fan{right:-35px;opacity:.6;transform:scale(.8) rotate(9deg)}.home-hero-copy{text-shadow:0 2px 5px #135486}.home-play-button{padding:14px 10px;gap:8px}.home-action-icon{display:none}}@media(max-width:760px){.home-root{display:flex;flex-direction:column;gap:20px}.home-sidebar{display:contents}.home-profile-card{order:0;width:100%;padding:18px}.home-profile-card>.home-eyebrow{display:none}.home-profile{margin:0 0 16px}.home-player-name>span{font-size:12px}.home-profile-card .home-label{gap:5px}.home-stats{margin-top:13px;padding-top:12px}.home-lobby{order:1;width:100%;gap:16px}.home-account-card{order:2;width:100%}.home-hero{min-height:222px;padding:25px 23px}.home-hero h1{font-size:35px}.home-card-fan{right:-15px;top:42px;transform:scale(.77) rotate(9deg);transform-origin:right center;opacity:.9}.home-hero .home-eyebrow{font-size:8px}.home-play-actions{gap:10px}.home-play-button{padding:13px 12px;gap:9px}.home-play-button strong{font-size:15px}.home-action-icon{display:none}.home-play-button small{font-size:9px}.home-tables{padding:20px 18px 1px}.home-empty{padding:15px 12px;gap:10px}.home-bottom-strip{padding:16px;flex-wrap:wrap}.home-bottom-strip>div{flex:1}.home-bottom-strip input{flex:1;width:90px}}@media(max-width:390px){.home-card-fan{right:-35px;opacity:.38}.home-hero h1{font-size:33px}.home-hero .home-eyebrow{letter-spacing:.7px}.home-room-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.home-root button{transition:none}}@media(max-width:760px){.home-card-fan{top:9px;right:10px;transform:scale(.38) rotate(9deg);transform-origin:top right;opacity:.85}}.home-account-toggle{display:none}@media(max-width:760px){.home-root{gap:14px}.home-profile-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;padding:14px 16px 11px;border-radius:18px}.home-profile{grid-column:1;grid-row:1;margin:0;gap:10px;min-width:0}.home-avatar{width:46px;height:48px;border-radius:14px;font-size:29px!important}.home-avatar-edit{width:21px;height:21px;font-size:12px}.home-player-name strong{font-size:16px;line-height:1.25}.home-player-name>span{display:none}.home-profile-card>.home-label{grid-column:1 / -1;grid-row:2;font-size:10px;gap:4px}.home-profile-card .home-input{font-size:16px!important;min-height:44px;padding:9px 12px}.home-stats{grid-column:2;grid-row:1;display:grid;justify-items:end;gap:2px;margin:0;padding:0;border:0}.home-stats strong{font-size:15px}.home-coin-icon{font-size:17px}.home-level-chip{padding:2px 6px;font-size:9px}.home-profile-card .home-progress{grid-column:1 / -1;height:4px;margin:0}.home-progress-caption{grid-column:1 / -1;margin:-6px 0 0;font-size:9px}.home-avatar-picker{top:59px}.home-lobby{gap:13px}.home-hero{min-height:151px;padding:19px 20px;border-radius:18px}.home-hero .home-eyebrow{display:none}.home-hero h1{font-size:29px;line-height:1.08;letter-spacing:-1px;margin:0 0 9px}.home-hero p{font-size:11px;line-height:1.5;max-width:215px}.home-card-fan{top:14px;right:12px;transform:scale(.42) rotate(9deg);opacity:.9}.home-play-button{min-height:68px;padding:12px;border-radius:14px}.home-play-button strong{font-size:16px}.home-play-button small{font-size:10px}.home-play-hint{margin-top:-3px!important;font-size:10px;padding:0 4px}.home-tables{padding:16px 16px 1px;border-radius:18px}.home-tables-heading{margin-bottom:15px}.home-tables h2{font-size:18px}.home-section-heading{margin-bottom:8px}.home-room-group{margin-bottom:15px}.home-room-grid{grid-template-columns:1fr;gap:8px}.home-room{grid-template-columns:30px minmax(0,1fr) auto;align-items:center;column-gap:9px;row-gap:2px;padding:11px 12px;min-height:64px}.home-room-symbol{grid-column:1;grid-row:1 / 3;font-size:29px}.home-room strong{grid-column:2;grid-row:1;font-size:14px}.home-room>span:nth-child(3){grid-column:2;grid-row:2;font-size:11px}.home-room-action{grid-column:3;grid-row:1 / 3;margin:0;padding:8px 6px;background:#e6f4fa;border-radius:8px;font-size:11px!important}.home-empty{padding:12px;min-height:65px}.home-empty strong{font-size:12px}.home-empty p{font-size:11px;line-height:1.4}.home-empty-symbol{font-size:28px}.home-input{font-size:16px!important}.home-bottom-strip{padding:14px 16px;gap:11px}.home-bottom-strip label>span{font-size:11px}.home-bottom-strip>div{min-width:100%}.home-bottom-strip .home-small-button{min-width:84px}.home-small-button{min-height:46px;font-size:14px!important}.home-account-card{padding:0;border-radius:17px}.home-account-toggle{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:66px;padding:14px 18px;background:transparent;color:#234d6a;border:0;border-radius:17px;text-align:left}.home-account-toggle>span:first-child{display:grid;gap:3px}.home-account-toggle strong{font-size:14px}.home-account-toggle small{font-size:11px;font-weight:400;color:#658399}.home-account-toggle>span:last-child{font-size:25px}.home-account-body{display:none;padding:0 18px 18px}.home-account-body.is-open{display:block}.home-account-body h3{display:none}.home-account-body p{margin:0 0 14px}.home-account-card .home-label{font-size:12px}.home-avatar-options button{min-height:44px}.home-picker-heading button{min-width:44px;min-height:44px}}@media(max-width:350px){.home-hero{min-height:145px;padding:17px}.home-hero h1{font-size:27px}.home-card-fan{right:6px;top:8px;transform:scale(.29) rotate(9deg)}.home-play-button strong{font-size:14px}.home-play-button small{font-size:9px}.home-play-button{padding:11px 9px}.home-player-name strong{font-size:14px}.home-profile-card{padding:12px}}.hall-root{display:grid;gap:18px;color:var(--ink)}.hall-toolbar{display:flex;justify-content:space-between;align-items:center}.hall-capacity{font-size:12px;color:#bfd8eb}.hall-welcome{position:relative;padding:25px;border-radius:24px;background:radial-gradient(circle at right top,#408fd0,transparent 70%),#1766a3;color:#fff;border:1px solid #ffffff25;overflow:hidden}.section-kicker{font-size:10px;letter-spacing:1.7px;font-weight:800;color:#b6d9ef}.hall-welcome h1{font-size:35px;line-height:1.12;letter-spacing:-1.2px;margin:12px 0}.hall-welcome em{font-style:normal;color:#ffdc86}.hall-welcome p{font-size:13px;line-height:1.6;color:#c9e3f5;max-width:340px;margin:0 0 20px}.hall-share{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:14px 17px;background:#0d375b70;border:1px solid #ffffff20;border-radius:15px}.hall-share>div{display:grid;gap:4px}.hall-share span{font-size:9px;letter-spacing:1.6px;color:#b4d7eb}.hall-room-code{font-size:23px;letter-spacing:4px;-webkit-user-select:all;user-select:all;font-family:ui-monospace,monospace}.hall-copy-status{font-size:11px;color:#dceefb;margin-top:10px}.hall-seating,.hall-online,.hall-results{padding:22px;background:var(--paper);border:1px solid #fff1cc;border-radius:22px;box-shadow:0 5px #08264225}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.panel-heading h2{font-size:18px;letter-spacing:-.4px;margin:0}.panel-heading>span{font-size:11px;color:#78828b}.panel-heading .section-kicker{color:#9a7b40}.panel-heading h2{margin-top:3px}.hall-player-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.hall-player-pill{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;border:1px solid #dce4e7;background:#fffdfa;border-radius:16px;padding:15px 8px;min-width:0}.hall-player-pill.self{border-color:#74b8d3;background:#e8f6fa}.hall-player-avatar{display:grid;place-items:center;width:45px;height:45px;border-radius:15px;background:linear-gradient(140deg,#7dd5e2,#3693bf);color:#fff;font-weight:800;font-size:22px;border:2px solid white;box-shadow:0 3px #113d5515}.hall-player-avatar img{width:100%;height:100%;object-fit:contain}.hall-player-pill>strong{font-size:12px;max-width:100%;overflow-wrap:anywhere}.hall-player-role{font-size:10px;color:#77909d}.hall-empty-seat{border:1px dashed #d6ddda;background:#f4f1e7}.hall-empty-seat .hall-player-avatar{background:#e8e7dd;color:#adb6b3;box-shadow:none;border:0}.hall-empty-seat strong{color:#7f918f;font-weight:500}.hall-ready-note{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;line-height:1.5;color:#667d7c;margin:19px 0 12px}.hall-ready-note>span{color:#4b9c77}.hall-start-button{width:100%;display:flex;align-items:center;justify-content:space-between;border:1px solid #b2e08f;border-bottom:4px solid #297d48;border-radius:14px;background:linear-gradient(#80cc57,#49a846);color:#fff;padding:15px 20px;font-size:17px;font-weight:800;min-height:55px;cursor:pointer;box-shadow:inset 0 1px #ffffff40}.hall-start-button:disabled{opacity:.5;cursor:default}.hall-spectate{background:linear-gradient(#38a0d7,#2188be);border-color:#83c8ea;border-bottom-color:#156890;margin-top:10px}.hall-presence-list{display:grid;gap:8px}.hall-invite-player{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid #d4e1e5;border-radius:12px;background:#f6fbfc;color:var(--ink);cursor:pointer;min-height:55px}.hall-invite-player>span:first-child{display:grid;text-align:left;gap:3px}.hall-invite-player strong{font-size:13px}.hall-invite-player small{font-size:11px;color:#7d939e}.hall-invite-action{font-size:12px;font-weight:700;color:#1878a1}.result-row{display:flex;align-items:center;gap:12px;padding:12px 8px;border-top:1px solid #e4e2d7}.result-winner{background:#fff0bd;border:1px solid #eedb98;border-radius:12px}.result-place{width:27px;text-align:center;color:#c18b22;font-size:22px;font-weight:800}.result-player{display:grid;gap:3px;flex:1;min-width:0}.result-player strong{font-size:14px;overflow-wrap:anywhere}.result-player span,.result-award span{font-size:10px;color:#7b897e}.result-award{display:grid;text-align:right;gap:3px}.result-award strong{color:#368459;font-size:15px}.result-pot{white-space:nowrap;color:#8c6b21!important;font-size:11px!important}@media(max-width:480px){.hall-root{gap:14px}.hall-welcome{padding:21px}.hall-welcome h1{font-size:31px}.hall-seating,.hall-results,.hall-online{padding:17px}.hall-player-pill{padding:12px 5px}.hall-player-avatar{width:40px;height:40px}.hall-room-code{font-size:21px;letter-spacing:3px}.hall-share{padding:12px}.hall-ready-note{font-size:11px}.hall-start-button{min-height:54px}}.take2-card{position:relative;width:64px;height:96px;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px #0f172ae6;transition:transform .16s ease,box-shadow .16s ease}.take2-card-img{width:100%;height:100%;object-fit:cover;display:block}.take2-card.playable{box-shadow:0 0 0 3px #22c55e,0 0 16px 4px #22c55efa,0 12px 26px #0f172a;transform:translateY(-5px) scale(1.08);animation:playable-pulse .7s ease-in-out infinite}@keyframes playable-pulse{0%{box-shadow:0 0 0 2px #22c55e,0 0 10px 2px #22c55ecc,0 10px 24px #0f172a;transform:translateY(-4px) scale(1.06)}50%{box-shadow:0 0 0 4px #4ade80,0 0 22px 6px #4ade80,0 14px 30px #0f172a;transform:translateY(-6px) scale(1.12)}to{box-shadow:0 0 0 2px #22c55e,0 0 10px 2px #22c55ecc,0 10px 24px #0f172a;transform:translateY(-4px) scale(1.06)}}.take2-card.hovered{transform:translateY(-6px);box-shadow:0 8px 20px #0f172ae6}.take2-card.dragging{cursor:grabbing;box-shadow:0 10px 24px #0f172a;transition:none}.take2-card.snapping{transition:transform .15s ease-out}.take2-card.played{transform:translateY(-40px) scale(1.05);opacity:0}@keyframes played-to-discard{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-90px) translate(-10px) scale(.9);opacity:0}}.self-card-played{animation:played-to-discard .22s ease-out forwards;pointer-events:none}.take2-card{border-radius:10px;box-shadow:0 4px 2px #08293c30,0 9px 17px #072c4545;overflow:hidden}.take2-card-img{object-fit:contain;background:#fffdf4}.take2-card.playable{animation:none;transform:translateY(-5px);box-shadow:0 0 0 2px #ffe6a1,0 0 0 4px #fff6d935,0 10px 20px #042e4266}.take2-card.hovered{box-shadow:0 0 0 2px #ffe6a1,0 12px 25px #08293c55}:root{--ink:#193c55;--paper:#fffaf0;--muted:#8299a5;--sky:#299acf;--navy:#103c60;--gold:#ffda80;--felt:#14767b}button,input{font-family:inherit}button,[role=button]{-webkit-tap-highlight-color:transparent}button:focus-visible,[role=button]:focus-visible,input:focus-visible{outline:3px solid #ffd371;outline-offset:3px}button{transition:filter .16s,box-shadow .16s}button:hover:not(:disabled){filter:brightness(1.06)}.app-root{background:radial-gradient(ellipse at 50% 0,#267fb4,transparent 65%),#123f64}.app-root-hall,.app-root-table{height:100dvh;overflow:auto;align-items:flex-start;padding:24px 18px max(22px,env(safe-area-inset-bottom));color:#eaf6ff}.app-root-hall .app-shell,.app-root-table .app-shell{height:auto;min-height:0;max-width:650px;border:0;border-radius:0;padding:0;background:none;box-shadow:none;gap:18px}.app-root-hall .app-header,.app-root-table .app-header{padding:0 3px 17px;border-bottom:1px solid #ffffff20;gap:12px}.app-root-hall .app-title,.app-root-table .app-title{font-size:25px;font-style:italic;font-weight:950;letter-spacing:-1px;white-space:nowrap}.app-title b{color:var(--gold)}.app-root-hall .app-subtitle,.app-root-table .app-subtitle{font-size:7px;letter-spacing:1.2px;color:#a9cfe7;font-weight:700}.app-root-hall .app-header-tools,.app-root-table .app-header-tools{flex-wrap:wrap;justify-content:flex-end;max-width:240px}.app-root-hall .mute-button,.app-root-table .mute-button{min-width:44px;min-height:44px;border-radius:12px;border:1px solid #ffffff30;background:#0a31544d;box-shadow:inset 0 1px #ffffff12}.app-root-hall .status-pill,.app-root-table .status-pill{max-width:100%;font-size:10px;padding:7px 10px;background:#0a315460;border:1px solid #ffffff20;line-height:1.4}.app-root-hall .app-main,.app-root-table .app-main{gap:16px;min-width:0;flex:initial}.button{min-height:44px;border-radius:12px;padding:10px 16px;background:linear-gradient(#309cd3,#2183bb);border:1px solid #80c6e340;border-bottom:3px solid #125e88;font-size:13px!important;font-weight:750;line-height:1.3}.button.secondary{background:#0f3b5b;border:1px solid #729ebf70;color:#e7f4fc}.button:disabled{opacity:.45}.input{min-width:0;min-height:44px;border-radius:12px;border:1px solid #416887;background:#123550;color:#fff;-webkit-user-select:text;user-select:text;font-size:16px!important;padding:10px 13px!important}.input::placeholder{color:#9cb8cb;opacity:1}.message-bar{margin:0;border:1px solid #ffffff23;border-radius:19px;background:#0b2e4b80;padding:15px;box-shadow:0 4px #092e4520}.message-bar>div:first-child{font-weight:600;color:#b9d9ea}.message-bar .chat-messages{height:160px!important;padding:12px!important;background:#0c2c454d!important;border:1px solid #ffffff12!important;border-radius:12px!important;font-size:12px!important;margin-bottom:12px!important;font-weight:400;line-height:1.8}.chat-messages>div{padding:3px 0}.chat-messages strong{color:#ffdf95}.message-bar-table{position:static;left:auto;right:auto;bottom:auto}.message-bar input{font-weight:400}.message-bar button{min-width:64px}.chat-messages{scrollbar-color:#598ba5 transparent}.table-card{padding:54px 16px 15px;min-height:0;border:1px solid #78c2c766;border-radius:28px;background:linear-gradient(135deg,#22838a,#0f626b);box-shadow:inset 0 1px #b5f0e52b,0 6px #082e494d,0 20px 30px #082e4525;gap:0;isolation:isolate}.table-board{position:relative;min-height:0;flex:initial;width:100%;padding:0;border:2px solid #c3d7b366;border-radius:46%;background:radial-gradient(ellipse,#27918e70,#115c6230 75%);box-shadow:inset 0 0 0 6px #0e616430,inset 0 0 65px #083d5638}.table-layout{width:100%;max-width:520px;aspect-ratio:auto;height:400px;margin:0 auto;position:relative}.table-home{top:10px!important;left:12px!important}.table-home .button{background:#104e61;border-color:#7cb5ba66;min-height:34px;padding:6px 12px!important;font-size:11px!important}.round-timer{top:10px!important;right:12px!important;border-radius:10px!important;padding:8px 12px!important;background:#104e61!important;border-color:#7cb5ba66!important;font-size:12px!important;letter-spacing:1px;font-variant-numeric:tabular-nums}.table-direction{width:68%;height:46%;border:1px solid #b4e7d22b;background:none;box-shadow:none}.table-direction img{width:100%!important;height:100%!important;opacity:.35;object-fit:contain}.table-center-piles{gap:20px;top:48%}.table-pot{top:-61px!important;border:1px solid #dfbe72!important;border-radius:12px!important;background:#fff0c8!important;color:#6c5425!important;box-shadow:0 3px #103e4a30!important;padding:7px 15px!important;min-width:90px;font-size:15px!important}.table-pot>div:first-child{font-size:8px!important;white-space:nowrap;font-weight:750}.pile-card-back{width:64px;height:96px;border-radius:10px;border:3px solid #fff7df;background:repeating-linear-gradient(45deg,#267cb1 0 5px,#2183b9 5px 10px)!important;box-shadow:0 4px #092e4d50,0 7px 15px #0b344955!important;cursor:pointer;display:grid;place-items:center}.pile-card-back:after{content:"TAKE 2";position:absolute;inset:9px 5px;border:1px solid #d5ecf89c;border-radius:50%;display:grid;place-items:center;font-size:14px;line-height:1;font-weight:950;font-style:italic;transform:rotate(-22deg);color:#ffebba;pointer-events:none}.pile-card-back-usable{animation:none;outline:2px solid #ffe59a;outline-offset:3px}.pile-card{border:1px dashed #b9dbd5;background:#2c8184;box-shadow:none;width:64px;height:96px}.draw-label{font-size:10px!important;letter-spacing:1px;color:#fff0bc!important;text-shadow:none!important;animation:none;white-space:nowrap}.table-center-piles .draw-label:nth-of-type(3){display:none}.opponent-hand{gap:0;margin-top:5px;position:relative;justify-content:center}.opponent-card-back{width:14px;height:19px;border-radius:3px;background:repeating-linear-gradient(45deg,#267cb1 0 3px,#2183b9 3px 6px);border:1px solid #fffcdf;box-shadow:0 2px 3px #123d4c40;margin-left:-4px;transform:rotate(-9deg)}.opponent-card-back:nth-child(2){transform:translateY(-2px)}.opponent-card-back:nth-child(3){transform:rotate(9deg)}.opponent-count{margin-left:5px;background:#073f52;color:#e5fff6;font-size:10px;border:1px solid #90bca84a;padding:2px 6px}.seat{z-index:3;gap:3px}.seat-invite,.seat-invite-big{background:#1c6c7270;border:1px dashed #b5dad385;color:#cee9df;box-shadow:none;border-radius:14px;min-height:42px;padding:8px 11px;font-size:11px}.seat-invite-big{display:grid;place-items:center}.self-hand-bar{position:relative;left:auto;bottom:auto;transform:none;height:200px;width:100%;margin-top:0;border:1px solid #ffffff15;border-radius:22px;background:linear-gradient(#123d5b30,#0b2d4870)}.self-hand-wrapper{inset:0 0 auto;height:145px;gap:0;padding:0 7px;z-index:2}.self-hand-fan{height:138px;max-width:calc(100% - 88px);width:420px}.self-hand-arrow{width:44px;min-width:44px;height:80px;font-size:23px;text-shadow:none;color:#f2dab3}.self-hand-arrow-count{font-size:12px;padding:0;min-width:30px;min-height:44px;transform:none;text-shadow:none}.self-hand-arrow-count.playable:before{animation:none;inset:6px -3px;border-radius:10px;box-shadow:none;border:1px solid #efcf7c}.self-hand-status{position:absolute!important;bottom:14px!important;left:0!important;transform:none!important;width:100%;display:flex!important;flex-direction:row!important;justify-content:center;align-items:center;gap:10px!important}.self-hand-status>div:first-child{font-size:13px!important;padding:6px 13px!important;min-height:34px;background:#123c57!important;border:1px solid #c5b47766!important;border-radius:11px!important;box-shadow:none!important}.self-hand-status>div:first-child>span{width:14px!important;height:14px!important;box-shadow:none!important;border-width:1px!important}.turn-banner{font-size:11px;letter-spacing:.5px;padding:9px 13px;border-radius:10px;min-height:34px;background:#ffdf8d;color:#655022;text-shadow:none;box-shadow:0 3px #091f3330;animation:none}.hand-count{right:13px!important;bottom:54px!important;border:0!important;background:none!important;padding:0!important;color:#b4d1e4!important;font-size:10px!important}.self-card{border-radius:11px}.self-card:focus-visible{outline-offset:5px}.wild-picker{width:min(310px,calc(100vw - 30px));padding:23px!important;background:#fffaf0!important;color:var(--ink);border:1px solid #ffe4a0!important;border-radius:23px!important;gap:16px!important;box-shadow:0 0 0 100vmax #062139b3,0 20px 60px #061e4055!important}.wild-picker>div:first-child{font-size:20px!important;font-weight:800}.wild-picker>div:nth-child(2){gap:14px!important}.wild-picker>div:nth-child(2)>button{min-height:100px;border-radius:13px!important;background:#e6eff0!important;padding:8px!important}.wild-picker img{width:59px!important;height:85px!important;object-fit:contain;box-shadow:none!important}.wild-picker>.button{background:#e1edf2;color:#315d76;border:1px solid #b9d2df;min-height:44px}.invite-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#052743bb!important}.invite-backdrop>div{width:min(360px,calc(100vw - 32px))!important;padding:26px!important;border-radius:24px!important;background:var(--paper)!important;border:1px solid #ffe4aa!important;color:var(--ink);box-shadow:0 30px 90px #041c4270!important}.invite-heading{font-size:24px!important;letter-spacing:-.5px}.invite-backdrop .input{background:#fff;color:var(--ink);border-color:#c7d8de}.invite-backdrop .button.secondary{background:#e4edf0;color:#34586e;border-color:#c6d5dd}@media(min-width:900px){.app-root-hall .app-shell{max-width:760px}.hall-root{grid-template-columns:1fr 1fr;align-items:start}.hall-toolbar{grid-column:1/-1}.hall-seating{grid-column:2;grid-row:2 / span 2}.hall-online,.hall-results{grid-column:1}.hall-player-list{grid-template-columns:repeat(2,minmax(0,1fr))}.hall-welcome h1{font-size:32px}.hall-welcome{min-height:300px}}@media(max-width:760px){.app-root-hall,.app-root-table{padding:calc(12px + env(safe-area-inset-top)) 12px calc(20px + env(safe-area-inset-bottom))}.app-root-hall .app-shell,.app-root-table .app-shell{min-height:0!important;padding:0!important;max-width:520px;gap:14px}.app-root-hall .app-header,.app-root-table .app-header{padding-bottom:12px}.app-root-hall .app-header-tools,.app-root-table .app-header-tools{max-width:148px}.app-root-hall .status-pill,.app-root-table .status-pill{font-size:9px;padding:4px 8px}.app-root-table .table-layout{height:345px}.table-card{padding:49px 6px 12px;border-radius:23px}.table-board{border-width:1px}.table-pot{top:-58px!important}.message-bar{padding:12px}.app-root-table .self-hand-bar{height:188px}.self-hand-wrapper{height:134px}.self-hand-fan{height:128px}.self-hand-status{bottom:10px!important}.app-root-table .message-bar-table{margin-top:0}.hall-player-list{gap:8px}.app-root-table .app-main{gap:12px}.hand-count{bottom:48px!important}}@media(max-width:350px){.app-root-table .table-layout{height:325px}.table-center-piles{gap:12px}.app-root-table .app-title{font-size:22px}.app-root-table .app-subtitle{font-size:6px}.app-root-table .app-header-tools{max-width:130px}.app-root-table .table-pot{top:-53px!important}.table-pot{padding:5px 10px!important}.self-hand-fan{transform:scale(.89);transform-origin:bottom center}.self-hand-wrapper{height:130px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.table-home,.round-timer{top:-39px!important}.table-pot{top:-49px!important}.seat-avatar{display:grid;place-items:center;font-size:14px;font-weight:850;color:#fff}.self-hand-arrow{z-index:6;position:relative}.self-hand-arrow-count{background:#113951d9;border-radius:9px;min-width:35px}.self-hand-arrow:disabled .self-hand-arrow-count{background:none}@media(max-width:760px){.table-home,.round-timer{top:-38px!important}.self-hand-fan{--hand-spread:24px}.table-pot{top:-49px!important}}@media(max-width:350px){.self-hand-fan{--hand-spread:22px}.app-root-table .table-pot{top:-49px!important}}
