: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}}.seat-card{position:relative;display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:16px;background:linear-gradient(180deg,#0f172a,#020617);border:2px solid rgba(148,163,184,.9);box-shadow:0 3px 10px #0f172acc}.seat-card.self{padding:8px 14px;border-width:3px;border-color:#94a3b8e6}.seat-card.current{border-color:#4ade80;box-shadow:0 0 12px 3px #22c55ecc}.seat-timer-ring{position:absolute;inset:-6px;border-radius:999px;pointer-events:none}.seat-timer-number{position:absolute;top:-10px;right:10px;min-width:18px;padding:1px 4px;border-radius:999px;background:#0f172af2;border:1px solid rgba(190,242,100,.9);font-size:.6rem;font-weight:700;color:#e5f9c9;text-align:center;box-shadow:0 0 6px #bef264b3}.seat-timer-fill{width:100%;height:100%;border-radius:inherit;border:2px solid rgba(190,242,100,.9);box-shadow:0 0 0 1px #0f172ae6,0 0 16px #bef264cc;background:conic-gradient(rgba(190,242,100,.7) 0deg,rgba(190,242,100,.7) var(--seat-timer-deg, 360deg),rgba(15,23,42,0) var(--seat-timer-deg, 360deg),rgba(15,23,42,0) 360deg)}@keyframes turn-pulse{0%{transform:translateZ(0) scale(1)}50%{transform:translateZ(0) scale(1.04)}to{transform:translateZ(0) scale(1)}}.seat-avatar{width:26px;height:26px;border-radius:999px;background:#020617;border:2px solid rgba(250,204,21,.9);box-shadow:0 0 6px #facc15b3}.seat-name{font-size:.8rem;font-weight:600}.seat-chip{position:absolute;right:-4px;bottom:-8px;padding:2px 8px;border-radius:999px;background:#facc15;color:#0f172a;font-size:.7rem;font-weight:700;box-shadow:0 2px 8px #facc15b3}.seat-card.self .seat-chip{right:8px;bottom:-10px}.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}}.hall-root{display:flex;flex-direction:column;gap:10px}.hall-header{display:flex;align-items:center;justify-content:space-between}.hall-room-chip{padding:4px 10px;border-radius:999px;background:#0f172af5;border:1px solid rgba(191,219,254,.8);font-size:.85rem}.hall-room-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.14em}.hall-player-list{margin-top:4px;background:#0f172af5;border-radius:14px;border:1px solid rgba(148,163,184,.7);padding:8px 10px;display:flex;flex-wrap:wrap;gap:6px}.hall-player-pill{padding:4px 10px;border-radius:999px;background:#0f172afa;border:1px solid rgba(148,163,184,.8);font-size:.8rem}.hall-player-pill.self{border-color:#22c55e}.hall-host-tag{margin-left:6px;padding:1px 6px;border-radius:999px;background:#22c55e;color:#ecfdf5;font-size:.7rem;font-weight:700}.hall-start-button{margin-top:4px;width:100%;border-radius:999px;padding:8px 14px;border:none;background:linear-gradient(180deg,#22c55e,#16a34a);color:#ecfdf5;font-size:1rem;font-weight:800;box-shadow:0 12px 28px #16a34ae6;cursor:pointer}.hall-start-button:disabled{opacity:.6;box-shadow:none;cursor:default}.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}
