:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background:#0c0b10;color:#f6f2e9;--ink:#f6f2e9;--muted:#aaa4ad;--panel:#17151c;--line:#35303d;--gold:#ffc861;--orange:#ef9b3d;--red:#ec625f}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(255,200,97,.13),transparent 38rem),linear-gradient(145deg,#0b0a0f,#111018 65%,#0c0b10)}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible{outline:3px solid rgba(255,200,97,.42);outline-offset:2px}.app-shell{width:min(1120px,calc(100% - 32px));margin:auto;min-height:100vh;padding:24px 0 48px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:26px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.03em}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid #544a38;border-radius:50%;color:var(--gold);background:#18151a}.prototype-pill{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.11em}.icon-btn{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--panel);cursor:pointer;font-weight:900}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:850}.setup-grid,.game-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.game-layout{grid-template-columns:minmax(0,1fr) 320px}.hero-card,.setup-card,.game-card,.side-card,.result-card{border:1px solid var(--line);border-radius:26px;background:#17151cf0;box-shadow:0 24px 80px #0000006b}.hero-card{min-height:570px;padding:48px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,200,97,.16);border-radius:50%;right:-160px;top:-170px;box-shadow:0 0 100px #ffc8610f}h1{font:700 clamp(3.8rem,8vw,6.8rem)/.83 Georgia,serif;letter-spacing:-.07em;margin:18px 0 28px}.hero-copy,.subcopy{color:var(--muted);line-height:1.65}.hero-copy{max-width:520px;font-size:1.05rem}.rule-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}.rule-strip>div{border-top:1px solid var(--line);padding-top:14px}.rule-strip strong,.rule-strip span{display:block}.rule-strip strong{color:var(--gold);margin-bottom:4px}.rule-strip span{color:var(--muted);font-size:.82rem}.setup-card{padding:36px;display:flex;flex-direction:column;gap:22px}.setup-card h2{margin:0;font-size:1.7rem}.setup-card .subcopy{margin:-15px 0 0}.setup-card label{font-weight:800;font-size:.9rem;display:grid;gap:10px}.setup-card input[type=text],.setup-card input:not([type]){width:100%;background:#100f14;border:1px solid var(--line);color:var(--ink);border-radius:13px;padding:14px 15px;min-height:50px}.setup-card input[type=range]{width:100%;accent-color:var(--gold)}.label-row{display:flex;justify-content:space-between;align-items:center}.label-row b{color:var(--gold);background:#ffc86117;padding:5px 10px;border-radius:9px}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:4px;background:#100f14;border:1px solid var(--line);border-radius:14px;margin-top:10px}.segmented button{border:0;background:transparent;color:var(--muted);padding:11px 5px;border-radius:10px;text-transform:capitalize;font-weight:750;cursor:pointer}.segmented button.active{background:#28242e;color:var(--ink)}.player-preview{display:flex;gap:8px;flex-wrap:wrap}.mini-player{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:6px 10px 6px 6px;background:#100f14;font-size:.8rem}.mini-player i,.avatar{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;color:#121016;font-size:.73rem;font-style:normal;font-weight:900}.avatar.large{width:54px;height:54px;font-size:.95rem}.primary-btn,.secondary-btn{min-height:52px;padding:12px 18px;border-radius:14px;font-weight:850;cursor:pointer;border:1px solid transparent}.primary-btn{color:#1b1406;background:linear-gradient(135deg,var(--gold),var(--orange));box-shadow:0 12px 35px #ef9b3d29}.secondary-btn{background:transparent;border-color:var(--line)}.primary-btn:disabled{opacity:.45;cursor:not-allowed}.start-btn{margin-top:auto}.progress-wrap{margin-bottom:22px}.progress-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:.78rem;font-weight:800;margin-bottom:8px}.progress-track{height:5px;border-radius:99px;background:#24212b;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--orange),var(--gold));transition:width .35s}.game-card{min-height:620px;padding:34px;display:flex;flex-direction:column}.side-card{padding:24px}.side-card>h3{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.15em}.stage-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.stage-head h2{font:700 clamp(2.1rem,4vw,3.4rem)/1 Georgia,serif;letter-spacing:-.04em;margin:5px 0 0}.round-badge{border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:var(--muted);font-size:.78rem;white-space:nowrap}.players-list{display:grid;gap:6px}.player-row{min-height:54px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:13px;padding:8px}.player-row.active{background:#ffc86112;border-color:#ffc86133}.player-row.done{opacity:.6}.player-row>span:nth-child(2){min-width:0;flex:1}.player-row b,.player-row small{display:block}.player-row b{font-size:.9rem}.player-row small{font-size:.72rem;color:var(--muted);margin-top:2px}.turn-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px var(--gold)}.secret-wrap{flex:1;display:grid;place-items:center}.secret-card{width:min(480px,100%);min-height:315px;padding:40px;border:1px solid #4a414f;border-radius:24px;background:radial-gradient(circle at 50% 15%,rgba(255,200,97,.08),transparent 70%),#121016;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.secret-card.hidden{background:radial-gradient(circle at 50% 15%,rgba(165,138,255,.08),transparent 70%),#121016}.lock{width:52px;height:52px;display:grid;place-items:center;border:1px solid rgba(255,200,97,.25);border-radius:50%;color:var(--gold);font-size:1.3rem;margin-bottom:20px}.lock.danger{color:var(--red);border-color:#ec625f4d}.secret-label{text-transform:uppercase;letter-spacing:.16em;color:var(--muted);font-size:.7rem;font-weight:850}.secret-word{font:700 clamp(2.7rem,7vw,4.6rem)/1 Georgia,serif;letter-spacing:-.04em;margin:10px 0}.danger-text{color:var(--red)}.secret-card p,.secret-card small{color:var(--muted)}.secret-card strong{color:var(--gold)}.card-actions,.result-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:11px;margin-top:24px}.clue-board{display:grid;gap:9px;max-height:320px;overflow:auto;margin-bottom:22px}.clue-chip{min-height:54px;padding:9px 13px 9px 9px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:14px;background:#121016}.clue-chip .who{min-width:85px;color:var(--muted);font-size:.75rem}.clue-chip strong{font:700 1.2rem Georgia,serif}.empty-clues{flex:1;display:grid;place-items:center}.clue-entry{border-top:1px solid var(--line);padding-top:23px;margin-top:auto}.clue-entry h3{margin:6px 0}.clue-entry p{color:var(--muted)}.input-row{display:grid;grid-template-columns:1fr 145px;gap:10px}.input-row input{min-width:0;background:#100f14;border:1px solid var(--line);border-radius:13px;color:var(--ink);padding:14px}.error{color:#ff8e88;margin:10px 0 0;font-size:.87rem}.waiting{flex:1;display:grid;place-items:center;text-align:center}.waiting-orb{width:88px;height:88px;border-radius:50%;border:1px solid rgba(255,200,97,.3);margin:0 auto 22px;box-shadow:inset 0 0 30px #ffc86114;position:relative}.waiting-orb:after{content:"";position:absolute;inset:25px;border-radius:50%;background:var(--gold);filter:blur(9px);animation:pulse 1.5s infinite}@keyframes pulse{50%{transform:scale(.5);opacity:.3}}.waiting h3{font:700 2rem Georgia,serif;margin:0 0 8px}.waiting p{color:var(--muted)}.error-box{border:1px solid rgba(236,98,95,.3);background:#ec625f0f;border-radius:14px;padding:14px;display:grid;gap:12px}.error-box>div{display:flex;gap:8px;justify-content:center}.compact{min-height:38px;padding:7px 11px}.text-btn{border:0;background:transparent;color:var(--muted);cursor:pointer}.vote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.vote-card{min-height:104px;text-align:left;display:flex;align-items:center;gap:12px;border:1px solid var(--line);border-radius:16px;background:#121016;padding:14px;cursor:pointer}.vote-card.selected{border-color:var(--gold);background:#ffc86112}.vote-card b,.vote-card small{display:block}.vote-card small{color:var(--muted);font-size:.75rem;margin-top:5px;line-height:1.45}.vote-actions{margin-top:auto;padding-top:24px}.vote-actions .primary-btn{width:100%}.result-wrap{max-width:780px;margin:30px auto}.result-card{overflow:hidden}.result-hero{text-align:center;padding:44px;background:radial-gradient(circle at 50% 0%,rgba(236,98,95,.14),transparent 58%)}.result-icon{width:80px;height:80px;margin:0 auto 20px;display:grid;place-items:center;border-radius:50%;color:var(--red);border:1px solid rgba(236,98,95,.3);font-size:2rem}.result-hero h2{font:700 clamp(2.7rem,7vw,4.6rem)/1 Georgia,serif;letter-spacing:-.05em;margin:10px 0}.result-hero p,.vote-summary{color:var(--muted)}.reveal-line{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:12px 16px;margin-top:10px;background:#00000029}.reveal-line strong{color:var(--gold)}.result-body{padding:30px 38px 38px}.score-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding:12px 8px}.score-row>span{display:flex;align-items:center;gap:10px}.score-row em{color:var(--red);font-size:.73rem;font-style:normal}.vote-summary{font-size:.76rem;line-height:1.6}.result-actions{margin-top:22px}@media(max-width:820px){.setup-grid,.game-layout{grid-template-columns:1fr}.hero-card{min-height:auto}.game-layout .side-card{order:-1}.players-list{display:flex;overflow:auto}.player-row{min-width:150px}.game-card{min-height:570px}.side-card>h3{display:none}}@media(max-width:560px){.app-shell{width:calc(100% - 20px);padding-top:12px}.prototype-pill{display:none}.hero-card,.setup-card,.game-card,.side-card{padding:23px;border-radius:20px}.rule-strip{grid-template-columns:1fr}.rule-strip>div{display:flex;justify-content:space-between}.card-actions,.result-actions,.input-row,.vote-grid{grid-template-columns:1fr}.secret-card{padding:28px 18px}.result-hero{padding:35px 20px}.result-body{padding:24px 20px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
