.reports-page{overflow-wrap:anywhere;max-width:1180px;margin:auto;padding:clamp(16px,3vw,36px)}.reports-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.reports-heading h1{margin-block:.4em}.reports-emblem{background:var(--coral,#ff7357);color:#111b31;border-radius:26px;place-items:center;width:72px;height:72px;font-size:40px;display:grid;box-shadow:inset 0 2px 4px #fff6}.reports-filters{flex-wrap:wrap;align-items:end;gap:12px;margin-block:20px;display:flex}.reports-filters label:first-child{flex:1;min-width:180px}.reports-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0;list-style:none;display:grid}.reports-list a{color:inherit;background:#68789612;border:1px solid #65759366;border-radius:20px;gap:8px;padding:18px;text-decoration:none;display:grid}.reports-list strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.report-state{color:var(--teal,#25cecb);font-weight:700}.reports-pagination,.reports-steps,.report-context{justify-content:space-between;align-items:center;gap:12px;margin-block:16px;display:flex}.reports-steps button{flex:1}.reports-steps [aria-current=step]{background:var(--teal,#25cecb);color:#121a2c}.report-context{flex-wrap:wrap}.report-work{border:1px solid #63759366;border-radius:22px;min-height:200px;padding:20px}.report-copy{white-space:pre-wrap;overflow-wrap:anywhere}.report-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.report-facts dd,.report-evidence dd{margin-inline:0}.report-evidence{overscroll-behavior:contain;border-block-start:1px solid #64759544;max-height:46vh;padding:8px;overflow:auto}.report-evidence dl>div{margin-block:12px}.report-evidence dt{color:var(--teal,#25cecb);font-weight:700}.report-evidence img{object-fit:contain;max-width:240px;max-height:180px}.report-history{max-height:36vh;padding-inline-start:24px;overflow:auto}.report-history li{border-block-end:1px solid #64759544;padding-block:12px}.reports-page fieldset{border:0;padding:0}.reports-page label{gap:6px;margin-block:12px;display:grid}.reports-page label:has(input[type=checkbox]){align-items:center;gap:10px;display:flex}.reports-page input[type=checkbox]{width:auto}.reports-page textarea{box-sizing:border-box;width:100%}.reports-page small{opacity:.8}@media (width<=600px){.reports-list{grid-template-columns:1fr}.report-facts{grid-template-columns:1fr 1fr}.reports-steps{gap:6px}.reports-steps button{padding:10px 6px;font-size:13px}.reports-emblem{width:48px;height:48px;font-size:28px}.report-work{padding:14px}}@media (height<=500px) and (orientation:landscape){.reports-page{padding:12px 20px}.reports-heading h1{font-size:24px}.reports-emblem{width:40px;height:40px;font-size:24px}.report-work{padding:12px}.reports-steps{margin-block:8px}.report-evidence{max-height:36vh}}.pwa-install{color:var(--muted,#aab5cc);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin:16px;padding:12px;font-size:.85rem;display:flex}.pwa-install button{color:inherit;background:0 0;border:1px solid #35d3cf;border-radius:14px;min-height:44px;padding:10px 16px}dialog.report-dialog{background:linear-gradient(145deg,var(--surface),var(--bg));border-radius:26px;width:min(760px,100vw - 32px);max-width:none;max-height:calc(100dvh - 24px);padding:18px 22px;overflow:hidden;box-shadow:0 24px 80px #0008}dialog.report-dialog[open]{flex-direction:column;gap:12px;display:flex}.report-dialog>header{flex:none;gap:12px;min-height:44px;margin:0}.report-dialog>header h2{margin:0;font-size:23px;line-height:1.4}.report-dialog .report-form{flex-direction:column;gap:12px;min-height:0;margin:0;display:flex}.report-body{overscroll-behavior:contain;scrollbar-width:thin;min-height:0;padding:3px;overflow:auto}.report-dialog fieldset{border:0;grid-template-columns:minmax(180px,.85fr) minmax(0,1.6fr);gap:20px;min-width:0;margin:0;padding:0;display:grid}.report-dialog label{flex-direction:column;gap:7px;min-width:0;margin:0;font-size:15px;font-weight:650;display:flex}.report-context p{color:var(--muted);overflow-wrap:anywhere;margin:12px 0 0;font-size:12px;line-height:1.7}.report-dialog select,.report-dialog textarea{border:1px solid var(--line);background:var(--field);width:100%;min-width:0;color:var(--ink);font:inherit;border-radius:14px;padding:10px 12px}.report-dialog select{min-height:44px}.report-dialog textarea{resize:vertical;height:135px;min-height:80px;font-weight:400;line-height:1.6}.report-description small{color:var(--muted);text-align:end;direction:ltr;font-size:10px;font-weight:400}.report-actions{border-top:1px solid var(--line);flex:none;gap:12px;padding-top:12px;display:flex}.report-actions button{white-space:normal;flex:1;min-height:44px;padding:8px 16px;font-size:15px;line-height:1.4}.report-actions .primary{background:var(--coral);color:#10182b;border-color:var(--coral);font-weight:750}.report-dialog .report-pending{color:var(--muted);margin:6px 0;font-size:12px}.report-dialog .error{margin:8px 0;padding:8px;font-size:12px}.report-success{flex-direction:column;align-items:center;gap:16px;padding:20px;display:flex;overflow:auto}.report-success>span{background:var(--teal);color:#10182b;border-radius:50%;place-items:center;width:58px;height:58px;font-size:32px;display:grid}.report-success p{text-align:center;margin:0}.report-success button{min-height:44px}.report-dialog :is(button,textarea,select):focus-visible{outline:3px solid var(--gold);outline-offset:2px}@media (width<=600px){dialog.report-dialog{width:calc(100vw - 20px);padding:16px}.report-dialog fieldset{grid-template-columns:1fr;gap:16px}.report-dialog>header h2{font-size:20px}.report-context p{margin-top:8px}.report-dialog textarea{height:160px}.report-actions{gap:8px}.report-actions button{font-size:13px}}@media (width>=601px) and (height<=550px){dialog.report-dialog{gap:8px;height:calc(100dvh - 24px);padding:12px 18px}.report-dialog .report-form{flex:1;gap:8px}.report-body{flex:1}.report-dialog textarea{height:118px}.report-actions{padding-top:8px}}.generation-page{flex-direction:column;gap:12px;max-width:1200px;margin:auto;padding:18px;display:flex}.generation-page .admin-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}.generation-page h1{margin:0;font-size:clamp(23px,3vw,36px)}.generation-page h2{font-size:22px}.generation-page .tabs{gap:8px;display:flex}.generation-page .tabs [aria-current=step]{color:#35ccc5;border-color:#35ccc5}.generation-page .admin-panel{background:#172136;border:1px solid #34415e;border-radius:20px;padding:20px}.generation-page fieldset{border:0;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;display:grid}.generation-page label{flex-direction:column;gap:7px;display:flex}.generation-page input,.generation-page select{width:100%;min-height:42px}.generation-job{justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:48px;margin-bottom:8px;display:flex}.generation-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:44vh;margin-bottom:12px;display:grid;overflow:auto}.generation-results article{overflow-wrap:anywhere;border:1px solid #34415e;border-radius:12px;padding:10px}.generation-results p{margin:4px 0}.generation-page p{line-height:1.5}.generation-page .primary{min-height:44px}.generation-page [role=status]{font-size:14px}@media (width<=600px){.generation-page fieldset{grid-template-columns:1fr}.generation-page .admin-heading{align-items:start}.generation-results{grid-template-columns:1fr}.generation-page .tabs,.generation-job{flex-wrap:wrap}}@media (height<=500px) and (width>=650px){.generation-page{gap:6px;padding:10px}.generation-page .admin-heading p{margin:0}.generation-page .admin-panel{padding:12px}.generation-page h2{margin:8px 0;font-size:18px}.generation-page .admin-panel>p{margin:6px 0;font-size:13px}.generation-results{max-height:145px}.generation-page .tabs button{min-height:34px;padding:6px 12px}}@font-face{font-family:Readex;src:url(/fonts/readex-pro.ttf)format("truetype");font-weight:100 900;font-display:swap}:root{color:#fff8ea;font-synthesis:none;--bg:#10182b;--surface:#1c263c;--field:#141e31;--ink:#fff8ea;--muted:#b1bacd;--line:#3d4b68;--teal:#35d3cf;--coral:#ff765b;--gold:#ffd166;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#10182b;font-family:Readex,system-ui,sans-serif}:root[data-theme=light]{color:#161c31;--bg:#fff9ef;--surface:#fffdf8;--field:#fff;--ink:#161c31;--muted:#62677b;--line:#ded9d1;--teal:#36c9c5;--coral:#ff785c;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff9ef}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,.button{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 20px;font-weight:650;line-height:1.35;text-decoration:none;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}button:hover:not(:disabled),.button:hover{border-color:var(--teal);transform:translateY(-2px)}button:active:not(:disabled),.button:active{transform:translateY(1px)}button:disabled{cursor:default;opacity:.48}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.primary{background:var(--teal);color:#101a2b;border-color:#0000;box-shadow:inset 0 1px 1px #ffffff7a}.primary:hover:not(:disabled){background:#59e0d8}.outline-coral{color:var(--coral);border:2px solid var(--coral);background:var(--bg)}.danger{color:var(--coral)}.subtle{background:0 0}.muted,p{color:var(--muted)}h1,h2,h3,p{margin:0}h1{font-size:clamp(28px,3vw,46px);font-weight:750;line-height:1.3}h2{font-size:24px}h3{font-size:18px}p{line-height:1.7}label{gap:8px;font-size:14px;font-weight:550;display:grid}input,select,textarea{border:1px solid var(--line);background:var(--field);width:100%;min-height:44px;color:var(--ink);border-radius:10px;padding:10px 14px}input[type=color]{cursor:pointer;max-width:52px;padding:5px}input[type=checkbox]{width:20px;min-height:20px;accent-color:var(--teal)}form{gap:16px;display:grid}form>.primary{width:100%;margin-top:5px}.brand{color:var(--ink);direction:rtl;flex-shrink:0;align-items:center;gap:5px;line-height:1;display:flex;position:relative;text-decoration:none!important}.brand span{justify-items:center;display:grid}.brand small{color:var(--gold);font-size:13px;font-weight:800}.brand b{letter-spacing:-2px;font-size:35px;line-height:1.15}.brand b:after{content:"";background:var(--coral);border-radius:50%;width:60%;height:5px;margin:1px auto;display:block;transform:rotate(-6deg)}.brand i{background:var(--coral);color:#fff;text-align:center;border-radius:50% 50% 50% 6%;width:35px;height:39px;font-size:32px;font-style:normal;font-weight:800;line-height:38px;transform:rotate(8deg)}.app-header{border-bottom:1px solid color-mix(in srgb,var(--line) 45%,transparent);justify-content:space-between;align-items:center;height:74px;padding:10px 4vw;display:flex}.app-header nav{align-items:center;gap:9px;display:flex}.app-header nav button,.app-header nav a{min-height:38px;padding:7px 12px;font-size:12px}.app-header .brand b{font-size:29px}.app-header .brand i{width:31px;height:33px;font-size:28px;line-height:31px}.gold-kicker{color:var(--gold);letter-spacing:.05em;font-size:12px;font-weight:600}.page-heading{justify-content:space-between;align-items:center;gap:25px;margin-bottom:22px;display:flex}.page-heading h1{margin:7px 0}.page-heading p{font-size:14px}.quiet-footer{text-align:center;color:var(--muted);padding:20px;font-size:12px}.busy{min-height:140px;color:var(--muted);justify-content:center;align-items:center;gap:14px;display:flex}.orbit{border:3px solid var(--line);border-top-color:var(--teal);border-radius:50%;width:28px;height:28px;animation:.9s linear infinite orbit}.error{color:var(--ink);background:#642f251c;border:1px solid #d28872;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:13px;line-height:1.5;display:flex}.error button{white-space:nowrap;min-height:34px;padding:4px 8px;font-size:12px}.notice{background:color-mix(in srgb,var(--gold) 10%,var(--bg));border-inline-start:3px solid var(--gold);gap:20px;margin-bottom:20px;padding:14px 18px;font-size:13px;display:flex}.notice span{color:var(--muted)}.success{gap:18px;line-height:1.8;display:grid}.center-page{gap:24px;width:min(520px,90vw);margin:7vh auto;display:grid}.center-page h1{font-size:38px}.unframed{border:0;min-width:0;margin:0;padding:0}.access-screen{direction:ltr;grid-template-columns:1fr 1fr;height:calc(100svh - 74px);min-height:550px;display:grid}.access-art{position:relative;overflow:hidden}.access-art img{object-fit:cover;object-position:center 42%;width:100%;height:100%}.access-art:after{content:"";background:linear-gradient(#0000,#10182bd9);position:absolute;inset:40% 0 0}.access-art>div{z-index:1;direction:rtl;position:absolute;bottom:7%;left:9%;right:9%}.access-art h1{color:#fff8ea;margin-top:12px;font-size:clamp(28px,3vw,46px)}.access-form{direction:rtl;flex-direction:column;justify-content:center;gap:18px;width:100%;max-width:740px;margin:auto;padding:36px max(25px,6vw);display:flex}html[dir=ltr] .access-form{direction:ltr}.access-form>.brand{align-self:flex-start;margin-bottom:8px}.access-form>p{font-size:14px}.access-form h2{font-size:30px}.password-field{display:flex;position:relative}.password-field input{padding-inline-end:55px}.password-field button{inset-inline-end:2px;background:0 0;border:none;min-width:42px;padding:8px;position:absolute;top:1px}.minor-link{text-align:end;font-size:12px}.access-links{text-align:center;border-top:1px solid var(--line);gap:18px;padding-top:16px;font-size:13px;display:grid}.library-page{max-width:1500px;margin:auto;padding:28px 4vw 0}.game-library{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.game-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.game-card>img{object-fit:cover;object-position:center 40%;width:100%;height:clamp(180px,31vh,390px);transition:transform .3s}.game-card:hover>img{transform:scale(1.025)}.game-card>div{flex:1;gap:14px;padding:20px;display:grid}.game-card h2{font-size:clamp(18px,1.7vw,27px)}.game-card p{font-size:13px}.unavailable{color:var(--muted);border-top:1px solid var(--line);align-items:center;min-height:44px;font-size:11px;display:flex}.resume-strip{border:1px solid var(--line);border-radius:14px;align-items:center;gap:20px;margin-bottom:20px;padding:12px 16px;font-size:13px;display:flex}.resume-strip>a{align-items:center;gap:20px;display:flex}.resume-strip>a>span{color:var(--ink);font-size:12px}.setup-page{flex-direction:column;height:calc(100svh - 74px);padding:24px 4vw 0;display:flex}.setup-page .page-heading{flex-shrink:0}.setup-page .unframed{flex-direction:column;flex:1;min-height:0;display:flex}.steps{gap:8px;display:flex}.steps button{color:var(--muted);background:0 0;border-color:#0000;font-size:13px}.steps b{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.steps button.active{color:var(--teal)}.steps button.active b{background:var(--teal);color:#102032}.team-setup{direction:ltr;flex:1;grid-template-columns:1fr 1fr;gap:5vw;min-height:0;display:grid}.setup-art{border-radius:22px;overflow:hidden}.setup-art img{object-fit:cover;object-position:50% 42%;width:100%;height:100%}.setup-fields{direction:rtl;flex-direction:column;justify-content:center;gap:22px;padding:30px 6vw;display:flex}.setup-fields p{font-size:12px}.team-name-input{gap:10px;display:flex}.category-toolbar{flex-shrink:0;align-items:end;gap:15px;margin-bottom:20px;font-size:13px;display:flex}.category-toolbar>label{gap:6px;font-size:12px}.category-toolbar select{width:auto;min-width:90px}.category-toolbar .search{flex:1;min-width:120px}.category-toolbar .checkbox{align-items:center;max-width:210px;padding-bottom:7px;line-height:1.5;display:flex}.selected-count{color:var(--teal);white-space:nowrap;padding-bottom:7px;font-size:24px}.category-library{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;min-height:0;padding:0 0 15px;display:grid;overflow:auto}.category-card{border:2px solid var(--line);text-align:start;border-radius:16px;flex-direction:column;align-items:stretch;gap:0;padding:0;display:flex;overflow:hidden}.category-card>img,.category-card>.content-image{object-fit:cover;object-position:center 40%;width:100%;height:clamp(100px,17vh,180px)}.category-card>div{padding:12px 16px}.category-card.selected{border-color:var(--teal)}.category-card>div span{color:var(--muted);margin-top:5px;font-size:11px;font-weight:400;display:block}.category-card:disabled{opacity:.56}.category-card.selected:disabled{opacity:1}.setup-footer{border-top:1px solid var(--line);flex-shrink:0;justify-content:space-between;align-items:center;gap:25px;min-height:68px;padding:14px 0;font-size:13px;display:flex}.setup-footer .primary{background:var(--coral);min-width:210px}.cover-fallback{background:var(--surface);color:var(--gold);place-items:center;font-size:80px;display:grid}.match-screen{isolation:isolate;flex-direction:column;height:100svh;min-height:380px;padding:9px 2vw 0;display:flex;position:relative;overflow:hidden}.is-question{background:url(/art/friends-room-v1.png) 50%/cover}.is-question:before{content:"";background:linear-gradient(var(--bg),transparent 18%,transparent 83%,var(--bg));z-index:-1;position:absolute;inset:0}.match-header{flex-shrink:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:10vw;min-height:55px;max-height:80px;margin:0 5vw;display:grid}.team-score{background:var(--team);color:#10182b;border:1px solid #ffffff6a;border-radius:24px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:9px 24px;display:flex;box-shadow:inset 0 2px 4px #ffffff40}.team-score strong{overflow-wrap:anywhere;max-height:52px;font-size:clamp(15px,1.9vw,26px);line-height:1.2;overflow:auto}.team-score b{direction:ltr;flex-shrink:0;font-size:clamp(26px,3.8vw,48px);line-height:1}.match-header .brand b{font-size:34px}.match-header .brand i{width:32px;height:38px;font-size:31px}.board-turn{justify-content:space-between;align-items:center;min-height:36px;margin:5px 0;font-size:19px;font-weight:650;display:flex}.board-turn small{color:var(--muted);font-size:11px;font-weight:400}.board-grid{flex:1;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;min-height:0;display:grid}.board-column{grid-template-rows:minmax(65px,1.7fr) repeat(6,minmax(29px,1fr));gap:5px;min-height:0;display:grid}.board-cover{border:1px solid var(--line);border-radius:13px 13px 7px 7px;min-height:0;position:relative;overflow:hidden}.board-cover>img{object-fit:cover;object-position:center 40%;width:100%;height:100%}.board-cover:after{content:"";background:linear-gradient(#10182b8a,#0000 60%);position:absolute;inset:0}.board-cover h2{top:5px;text-align:center;z-index:1;color:#fff8ea;text-shadow:0 1px 3px #111;font-size:clamp(12px,1.4vw,19px);position:absolute;inset-inline:5px}.point-band{gap:4px;min-height:0;display:flex}.point-band button{border-radius:9px;gap:5px;width:100%;height:100%;min-height:0;padding:0 4px;font-size:clamp(17px,2vw,26px);box-shadow:inset 0 1px 2px #ffffff16}.point-band button.played{opacity:.55;background:#6e62572a}.point-band small{font-size:11px}.question-stage{background:color-mix(in srgb,var(--bg) 94%,transparent);border:1px solid var(--line);border-radius:20px;flex-direction:column;flex:1;gap:10px;width:60%;min-height:0;margin:13px auto 5px;padding:12px 16px;display:flex;position:relative}.question-hud{flex-shrink:0;align-items:center;gap:12px;font-size:12px;display:flex}.gold-pill{background:var(--gold);color:#10182b;white-space:nowrap;border-radius:20px;padding:6px 12px;font-weight:750}.timer{align-items:center;gap:7px;margin-inline-start:auto;display:flex}.timer b{font-variant-numeric:tabular-nums;font-size:20px}.timer small{color:var(--muted);font-size:10px}.timer button{min-width:32px;min-height:30px;padding:3px 8px}.answering-label{text-align:center;font-size:13px}.answering-label small{font-size:10px}.question-reader{text-align:center;scrollbar-width:thin;flex-direction:column;flex:1;justify-content:safe center;gap:15px;min-height:0;padding:10px 6px;display:flex;overflow:auto}.question-reader h1{overflow-wrap:anywhere;font-size:clamp(22px,3.1vw,43px);font-weight:650;line-height:1.7}.question-reader.long-copy h1{font-size:clamp(18px,2.3vw,30px)}.content-image{object-fit:contain;align-self:center;max-width:100%;max-height:250px}.question-reader .content-image{max-height:200px}.choices{text-align:start;grid-template-columns:1fr 1fr;gap:8px 25px;margin:5px 20px;padding-inline-start:15px;font-size:15px;display:grid}.choices>li{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px}.revealed-hint{background:color-mix(in srgb,var(--gold) 12%,transparent);color:var(--ink);border-radius:10px;padding:10px;font-size:13px}.question-actions{flex-shrink:0;justify-content:center;gap:10px;display:flex}.question-actions button,.question-actions .button{border-radius:24px;flex:1;min-height:43px;padding:7px 14px;font-size:clamp(13px,1.5vw,20px)}.result-title{text-align:center;color:var(--gold);font-size:clamp(24px,2.8vw,39px)}.answer-reader h2{overflow-wrap:anywhere;font-size:clamp(24px,3vw,42px);line-height:1.6}.award-actions{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:9px;display:flex}.award-actions p{text-align:center;width:100%;font-size:11px}.award-actions button{flex:1;padding:8px;font-size:14px}.accepted-result{text-align:center;gap:12px;display:grid}.accepted-result p{color:var(--teal);font-size:23px}.final-scores{flex:1;justify-content:center;align-items:center;gap:18px;display:flex}.final-scores>div{text-align:center;color:var(--team);gap:12px;display:grid}.final-scores b{font-size:clamp(36px,7vw,80px);line-height:1}.final-scores strong{font-size:19px}.match-footer{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;height:52px;font-size:12px;display:flex}.match-footer button{border-radius:20px;min-height:36px;padding:6px 15px;font-size:12px}.connection{color:var(--muted);font-size:11px}.connection.connected{color:#60dfab}.match-notice{z-index:5;background:var(--bg);border:1px solid var(--gold);border-radius:10px;padding:8px;font-size:12px;position:absolute;top:66px;left:22%;right:22%}.dialog-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:20;background:#070e1bd1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.dialog{background:var(--bg);border:1px solid var(--line);border-radius:20px;gap:20px;width:min(560px,94vw);max-height:90svh;padding:22px;animation:.18s ease-out enter;display:grid;overflow:auto;box-shadow:0 24px 80px #0007}.dialog>header{justify-content:space-between;align-items:center;display:flex}.dialog h2{font-size:23px}.icon-button{min-width:40px;padding:0;font-size:25px}.option-list{gap:14px;display:grid}.history-list{gap:12px;display:grid}.history-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:10px;display:flex}.history-list small{color:var(--gold);font-size:10px;display:block}.users-page{max-width:1180px;margin:30px auto;padding:0 4vw}.filter-tabs{gap:12px;margin-bottom:20px;display:flex}.filter-tabs .active{background:var(--teal);color:#102032}.user-list article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:20px 0;display:flex}.user-list p{font-size:12px}.user-actions{gap:8px;display:flex}.media-missing{color:var(--muted);background:var(--surface);border:1px dashed var(--line);padding:30px;font-size:13px}.library-page,.setup-page,.access-form{animation:.25s ease-out enter}@keyframes enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes orbit{to{transform:rotate(360deg)}}@media (height<=600px) and (width>=700px){.app-header{height:52px;padding:5px 3vw}.app-header .brand small{font-size:9px}.app-header .brand b{font-size:23px}.app-header .brand i{width:26px;height:29px;font-size:24px;line-height:28px}.access-screen{height:calc(100svh - 52px);min-height:350px}.access-form{gap:8px;padding:12px 6vw}.access-form>.brand{display:none}.access-form h2{font-size:24px}.access-form p{font-size:12px}.access-form form{gap:9px}.access-form label{gap:3px;font-size:12px}.access-links{gap:8px;padding-top:9px}.access-form input{min-height:36px;padding:7px 12px}.password-field button{min-height:33px}.access-form .primary{min-height:37px}.library-page{padding:14px 3vw 0}.page-heading{margin-bottom:13px}.page-heading h1{margin:3px 0;font-size:30px}.page-heading p{font-size:12px}.game-library{gap:12px}.game-card>img{height:145px}.game-card>div{gap:7px;padding:12px}.game-card h2{font-size:17px}.game-card p{font-size:11px}.game-card .button{min-height:36px}.quiet-footer{padding:12px;font-size:10px}.setup-page{height:calc(100svh - 52px);padding:12px 3vw 0}.setup-fields{gap:10px;padding:10px 4vw}.setup-fields label{gap:5px;font-size:12px}.setup-fields p{display:none}.setup-fields input,.setup-fields select{min-height:37px;padding:6px 10px}.setup-footer{min-height:54px;padding:9px 0}.setup-footer .primary{min-height:36px}.category-toolbar{gap:10px;margin-bottom:10px}.category-toolbar input,.category-toolbar select{min-height:36px;padding:6px 10px}.category-card>img{height:100px}.category-card>div{padding:8px 12px}.category-card h3{font-size:14px}.category-card>div span{font-size:9px}.match-header{gap:8vw;min-height:48px;margin:0 3vw}.team-score{padding:8px 18px}.match-header .brand b{font-size:29px}.match-header .brand small{font-size:10px}.match-header .brand i{width:28px;height:32px;font-size:28px;line-height:30px}.match-footer{height:43px}.board-turn{min-height:27px;margin:3px 0;font-size:16px}.question-stage{gap:6px;margin-top:8px;padding:8px 12px}.question-hud{font-size:10px}.question-reader{padding:3px}.question-reader h1{font-size:27px;line-height:1.7}.question-reader.long-copy h1{font-size:20px}.question-actions button{min-height:39px;font-size:15px}.match-notice{top:56px}.notice{margin-bottom:10px;padding:9px;font-size:11px}.resume-strip{margin-bottom:10px;padding:8px}.users-page{margin-top:14px}}@media (width<=699px){.app-header{height:64px;padding:9px 5vw}.app-header nav{gap:5px}.app-header nav button,.app-header nav a{min-height:36px;padding:5px 8px;font-size:10px}.app-header .brand b{font-size:25px}.app-header .brand small{font-size:10px}.app-header .brand i{width:27px;height:31px;font-size:26px;line-height:30px}.access-screen{flex-direction:column;height:auto;min-height:calc(100svh - 64px);display:flex}.access-art{flex-shrink:0;height:225px}.access-art img{object-position:50% 35%}.access-art>div{bottom:20px;left:7%;right:7%}.access-art h1{font-size:30px}.access-form{gap:15px;padding:28px 7vw}.access-form>.brand{display:none}.access-form h2{font-size:28px}.game-library{grid-template-columns:1fr 1fr;gap:12px}.game-card>img{height:170px}.game-card>div{gap:12px;padding:13px}.game-card h2{font-size:18px}.game-card p{font-size:11px}.library-page{padding:25px 5vw 0}.page-heading{align-items:flex-start;gap:12px}.page-heading h1{font-size:31px}.page-heading>.button{min-width:80px;padding:9px;font-size:11px}.page-heading p{font-size:12px}.notice{gap:8px;display:grid}.resume-strip{gap:9px;display:grid}.resume-strip>a{justify-content:space-between}.setup-page{height:calc(100svh - 64px);padding:22px 5vw 0}.setup-page .page-heading{display:block}.steps{margin-top:13px}.steps button{padding:5px 12px}.team-setup{flex-direction:column;gap:20px;display:flex;overflow:auto}.setup-art{flex-shrink:0;height:185px}.setup-fields{flex:1;gap:18px;padding:0}.setup-fields p{font-size:11px}.category-toolbar{flex-wrap:wrap;gap:10px}.category-toolbar .search{flex-basis:calc(100% - 60px);order:3}.category-toolbar .checkbox{order:5;max-width:100%;font-size:11px}.category-toolbar .selected-count{order:4;margin-inline-start:auto}.category-toolbar select{min-width:80px}.category-library{grid-template-columns:1fr 1fr;gap:10px}.category-card>img{height:120px}.category-card>div{padding:10px}.category-card h3{font-size:14px}.category-card>div span{font-size:10px}.setup-footer{gap:12px;min-height:65px;font-size:11px}.setup-footer .primary{min-width:140px;padding:9px 12px;font-size:12px}.match-screen{min-height:650px;padding:10px 3vw 0}.match-header{grid-template-columns:1fr 65px 1fr;gap:10px;margin:0}.team-score{text-align:center;border-radius:18px;justify-content:center;gap:5px;padding:10px;display:grid}.team-score strong{font-size:13px}.team-score b{font-size:29px}.match-header .brand b{font-size:20px}.match-header .brand small{font-size:8px}.match-header .brand i{width:21px;height:25px;font-size:21px;line-height:24px}.match-header .brand{gap:1px}.question-stage{flex:1;width:100%;margin:145px auto 5px}.is-question{background-position:top;background-repeat:no-repeat;background-size:auto 560px}.question-reader h1{font-size:25px}.question-reader.long-copy h1{font-size:20px}.question-actions{flex-direction:column}.question-actions button{min-height:44px;font-size:15px}.question-hud{gap:8px}.timer small{display:none}.question-hud .gold-pill{font-size:11px}.match-footer{flex-wrap:wrap;gap:5px;height:65px;font-size:10px}.match-footer button{padding:5px 9px;font-size:10px}.connection{font-size:9px}.board-grid{grid-template-columns:repeat(6,minmax(115px,1fr));padding-bottom:8px;overflow-x:auto}.board-cover h2{font-size:13px}.board-turn{font-size:16px}.match-notice{top:90px;left:5%;right:5%}.choices{grid-template-columns:1fr;font-size:14px}.final-scores{gap:30px}.users-page{padding:0 5vw}.filter-tabs{gap:8px}.filter-tabs button{padding:7px 12px;font-size:12px}.user-list article{align-items:flex-start;gap:10px}.user-actions{flex-direction:column}.user-actions button{padding:7px 12px;font-size:12px}.dialog{padding:19px}.dialog h2{font-size:20px}}:root[data-theme=light] .is-question{background-image:url(/art/friends-room-light-v1.png)}.is-question{background-position:bottom;background-repeat:no-repeat;background-size:100%;background-color:var(--bg)}.match-header{direction:rtl}:root[data-theme=light] .answering-label{color:var(--ink)!important}:root[data-theme=light] .outline-coral{color:#a63924}:root[data-theme=light] .connection.connected{color:#217252}:root[data-theme=light] .gold-kicker,:root[data-theme=light] .brand small{color:#895a12}dialog.dialog{color:var(--ink);margin:auto}dialog.dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#070e1bd1}dialog.dialog:not([open]){display:none}.category-library{flex:1;grid-auto-rows:minmax(190px,max-content);align-content:start}.category-card>img,.category-card>.content-image,.category-card>div{flex-shrink:0}.selected-count{direction:ltr}@media (height<=600px) and (width>=700px){.category-library{grid-auto-rows:160px}.game-card>img{height:120px}.library-page .page-heading{margin-bottom:8px}.quiet-footer{padding:8px}}@media (width<=699px){.category-library{grid-auto-rows:190px}.is-question{background-position:50% 66px;background-size:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.performance-stage{gap:5px;width:76%;overflow:auto}.performance-stage>.question-reader:not(.answer-reader){display:none}.performance-stage>.answering-label{font-size:11px}.performance-stage .answer-reader{flex:none;padding:0}.performance-stage .answer-reader h2{font-size:23px}.performance-stage .result-title{font-size:19px}.performance-stage .content-image{max-height:110px}.performance-stage .award-actions p{display:none}.performance-stage .question-actions button{min-height:34px;padding:4px 10px;font-size:12px}.private-challenge{flex-direction:column;flex:1;gap:5px;min-height:0;display:flex}.performance-preparation{flex:1;align-items:center;gap:22px;min-height:0;display:flex}.pairing-art{align-self:stretch;width:32%;min-height:0}.pairing-art img{object-fit:cover;border-radius:16px;width:100%;height:100%}.pairing-copy{flex:1;min-width:0}.pairing-copy h1{font-size:26px}.pairing-copy p,.secret-target p{margin:5px 0;font-size:12px}.pairing-code{align-items:center;gap:12px;margin:5px 0;display:flex}.pairing-code>img{border-radius:10px;flex-shrink:0;width:125px;height:125px}.pairing-code>div{min-width:0}.pairing-code input{width:100%;min-height:34px;font-size:10px}.pairing-code small{text-align:center;color:var(--teal);margin-top:8px;font-size:16px;display:block}.secret-target{text-align:center;width:100%;overflow:auto}.secret-target h1{margin:7px;font-size:35px}.secret-target>.primary{min-height:37px;font-size:13px}.teal-label{color:var(--teal);font-size:12px}.secret-target>.teal-label{margin-inline-end:15px}.secret-target>button:not(.primary){min-height:30px;padding:4px 12px;font-size:11px}.descriptor-list{flex-wrap:wrap;justify-content:center;gap:7px;display:flex}.descriptor-list span{background:color-mix(in srgb,var(--gold) 15%,var(--surface));border:1px solid var(--line);border-radius:9px;padding:5px 9px;font-size:13px}.private-target-bar{flex-shrink:0;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.private-target-bar button{min-height:27px;padding:2px 10px;font-size:11px}.drawing-workspace{flex-direction:column;flex:1;align-items:center;gap:3px;min-height:0;display:flex}.drawing-tools{flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:5px;display:flex}.drawing-tools button{min-height:30px;padding:3px 7px;font-size:10px}.drawing-tools button[aria-pressed=true]{border-color:var(--teal);color:var(--teal)}.drawing-tools label{align-items:center;gap:4px;font-size:10px;display:flex}.drawing-tools input[type=color]{border-radius:5px;width:32px;height:29px;min-height:0;padding:2px}.drawing-tools input[type=range]{width:65px;height:28px;min-height:0;padding:0}.paper-fit{flex:1;justify-content:center;align-items:center;width:100%;min-height:0;display:flex}.drawing-paper{aspect-ratio:16/9;outline:2px solid var(--line);background:#fff9ed;border-radius:8px;width:min(100%,177.778svh - 410.667px);height:auto;display:block;box-shadow:0 5px 16px #0003}.on-phone .drawing-paper{width:min(100%,177.778svh - 474.667px)}.drawing-sync{color:var(--muted);flex-shrink:0;font-size:9px}.drawing-hints{flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:10px;font-size:11px;display:flex}.drawing-hints button{min-height:28px;padding:3px 8px;font-size:10px}.drawing-hints small{color:var(--gold);font-size:10px}.hint-words{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.hint-word{gap:2px;display:flex}.hint-word b{border:1px solid var(--line);width:19px;height:24px;color:var(--teal);border-radius:4px;justify-content:center;font-size:14px;display:inline-flex}.hint-words em{color:var(--gold);font-style:normal}.drawing-confirm{align-items:center;gap:10px;font-size:11px;display:flex}.drawing-confirm button{min-height:26px;padding:3px 8px;font-size:11px}.acting-stage{text-align:center;flex-direction:column;flex:1;justify-content:center;gap:10px;min-height:100px;display:flex;position:relative;overflow:auto}.acting-stage>img{object-fit:cover;opacity:.3;border-radius:12px;width:32%;height:100%;position:absolute;inset-inline-start:0}.acting-stage>h1{overflow-wrap:anywhere;font-size:29px;line-height:1.4;position:relative}.acting-stage>p{font-size:13px;position:relative}@media (width<=699px){.performance-stage{gap:10px;width:100%;margin-top:18px;padding:12px}.performance-preparation{flex-direction:column;align-items:stretch;gap:12px;overflow:auto}.pairing-art{flex-shrink:0;align-self:center;width:100%;height:150px}.pairing-art img{object-position:center 36%}.pairing-copy h1{font-size:26px}.pairing-code{gap:10px}.pairing-code>img{width:130px;height:130px}.pairing-copy p{font-size:13px}.private-challenge{gap:12px}.drawing-paper,.on-phone .drawing-paper{width:100%}.drawing-tools{gap:8px}.drawing-tools button{min-height:40px;padding:6px 10px;font-size:12px}.drawing-tools label{font-size:12px}.drawing-tools input[type=color]{width:38px;height:37px}.drawing-tools input[type=range]{width:75px}.paper-fit{flex:none}.drawing-workspace{justify-content:center;gap:13px}.drawing-sync{font-size:11px}.drawing-hints{font-size:13px}.drawing-hints button{min-height:39px;font-size:12px}.hint-word b{width:23px;height:31px;font-size:19px}.private-target-bar{gap:12px;font-size:15px}.private-target-bar button{min-height:35px;font-size:12px}.secret-target h1{font-size:37px}.secret-target .content-image{max-height:200px}.secret-target p{margin:22px 0;font-size:15px}.descriptor-list span{font-size:15px}.performance-stage .question-actions button{min-height:41px}.performance-stage .award-actions{flex-direction:column}.performance-stage .answer-reader h2{font-size:27px}.acting-stage>img{opacity:.2;width:100%}.acting-stage h1{font-size:29px}.secret-target{padding:10px 0}}.paper-fit{min-height:55px;overflow:hidden}.drawing-paper{flex:none}.performance-stage:has(.on-phone)>.answering-label{display:none}.performance-stage:has(.on-phone){width:86%}@media (width<=699px){.performance-stage:has(.on-phone){width:100%}.paper-fit{aspect-ratio:16/9;flex:none;height:auto}.secret-target{flex-direction:column;justify-content:center;align-items:center;min-height:500px;display:flex}}.performance-stage:has(.answer-reader)>.result-title{display:none}.performance-stage:has(.answer-reader) .answer-reader h2{font-size:22px;line-height:1.3}@media (width>=700px) and (height<=600px){.secret-target h1{margin:5px;font-size:28px;line-height:1.2}.secret-target .content-image{max-height:75px}.secret-target p{margin:4px 0;font-size:11px}.secret-target .descriptor-list span{padding:3px 7px;font-size:11px}}.puzzle-stage{background:color-mix(in srgb,var(--bg) 94%,transparent);border:1px solid var(--line);border-radius:22px;gap:10px;width:78%;padding:14px 22px;overflow:hidden}.puzzle-workspace{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:0;padding:4px 8px;display:flex;overflow:auto}.puzzle-instruction{color:var(--gold);margin:0;font-size:15px}.puzzle-context{max-width:95%;margin:0;font-size:19px;line-height:1.65}.puzzle-workspace h1{overflow-wrap:anywhere;margin:0;font-size:clamp(24px,3vw,38px);line-height:1.6}.puzzle-workspace .emoji-clue{letter-spacing:.08em;white-space:pre-wrap;overflow-wrap:anywhere;font-family:Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:clamp(42px,6vw,78px);line-height:1.35}.memory-items{background:color-mix(in srgb,var(--gold) 6%,var(--surface));border:1px solid #a98a52;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;width:100%;min-height:0;padding:8px;display:grid;overflow:auto}.memory-items>span{background:var(--field);min-height:34px;color:var(--ink);overflow-wrap:anywhere;border-radius:8px;place-items:center;padding:5px 7px;font-size:15px;display:grid}.letter-tiles{flex-wrap:wrap;justify-content:center;gap:8px;max-width:100%;padding:6px;display:flex}.letter-tiles>span{color:#172035;background:#fff2d1;border:1px solid #eed494;border-radius:10px;place-items:center;min-width:37px;min-height:43px;padding:3px 10px;font-size:25px;display:grid;box-shadow:0 3px #bd9154}.study-action{flex-shrink:0;min-height:42px}.puzzle-stage .question-reader{flex:1}.puzzle-stage .answer-reader{overflow:auto}@media (height<=550px) and (width>=700px){.puzzle-stage{gap:6px;padding:9px 16px}.puzzle-workspace{gap:8px}.puzzle-instruction{font-size:13px}.memory-items{gap:5px;padding:6px}.memory-items>span{min-height:27px;padding:3px;font-size:13px}.puzzle-context{font-size:16px}.letter-tiles>span{min-width:32px;min-height:37px;font-size:23px}.study-action{min-height:35px;padding:6px 15px;font-size:13px}}@media (width<=699px){.puzzle-stage{width:100%;min-height:490px;margin-top:16px;padding:18px 14px}.memory-items{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.memory-items>span{min-height:43px;font-size:14px}.puzzle-workspace{gap:20px}.puzzle-workspace .emoji-clue{font-size:55px}.letter-tiles>span{min-width:39px;min-height:47px;font-size:28px}.puzzle-context{font-size:18px}}.release-notice{z-index:100;bottom:12px;border:1px solid var(--teal);background:var(--surface);border-radius:14px;align-items:center;gap:12px;max-width:650px;margin:auto;padding:10px 12px;font-size:13px;display:flex;position:fixed;inset-inline:12px;box-shadow:0 8px 40px #0008}.release-notice>span{flex:1}.release-notice button{min-height:36px;padding:8px 12px;font-size:12px}.relay-stage{border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 95%,transparent);border-radius:22px;gap:6px;width:80%;padding:12px 20px;overflow:hidden}.relay-workspace{text-align:center;flex-direction:column;flex:1;align-items:stretch;gap:9px;min-height:0;display:flex;overflow:auto}.relay-status{color:var(--gold);justify-content:center;align-items:center;gap:16px;font-size:17px;display:flex}.relay-timer{color:var(--ink);font-size:23px}.relay-theme{max-height:95px;margin:4px;font-size:14px;line-height:1.7;overflow:auto}.relay-intro{font-size:14px;line-height:1.65}.relay-intro p{margin:5px}.relay-intro>div{justify-content:center;gap:20px;margin:9px 0;display:flex}.relay-intro b{color:var(--gold)}.relay-intro small{color:var(--muted);font-size:11px}.relay-workspace>.primary{flex-shrink:0;align-self:center}.code-strip{justify-content:center;gap:7px;display:flex}.code-strip>div{border:1px solid var(--line);background:var(--field);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:42px;min-height:49px;display:flex}.code-strip b{font-size:24px;line-height:1.1}.code-strip small{font-size:8px}.code-strip .revealed-letter{border-color:var(--letter-team);color:var(--letter-team);box-shadow:inset 0 -3px 0 var(--letter-team)}.relay-question{flex-direction:column;flex:1;justify-content:safe center;gap:10px;min-height:0;padding:3px;display:flex;overflow:auto}.relay-question h1{overflow-wrap:anywhere;margin:0;font-size:clamp(16px,2vw,24px);line-height:1.65}.relay-sub-answer{color:var(--gold);justify-content:center;gap:15px;font-size:16px;display:flex}.relay-judgment,.relay-interrupts{flex-shrink:0;justify-content:center;gap:9px;display:flex}.relay-judgment button,.relay-interrupts button{min-height:35px;padding:6px 14px;font-size:12px}.relay-interrupts strong{display:block}.relay-totals{flex-shrink:0;justify-content:center;gap:26px;font-size:12px;display:flex}.relay-totals>span{align-items:center;gap:8px;display:flex}.relay-totals small{font-size:10px}.relay-guess{flex-direction:column;gap:12px;margin:auto 0;display:flex}.relay-guess>div{justify-content:center;gap:10px;display:flex}.relay-guess input{width:55%;min-width:0}.relay-workspace>h1{margin:0;font-size:30px;line-height:1.3}.relay-result-lines{flex-direction:column;flex:1;justify-content:safe center;gap:5px;min-height:0;display:flex;overflow:auto}.relay-result-lines>div{justify-content:center;gap:20px;font-size:14px;display:flex}@media (height<=550px) and (width>=700px){.relay-stage{padding:8px 16px}.relay-workspace{gap:6px}.relay-theme{max-height:65px;font-size:12px}.relay-intro{font-size:12px}.relay-intro>div{gap:13px}.code-strip>div{min-width:39px;min-height:39px}.code-strip b{font-size:22px}.relay-status{font-size:14px}.relay-judgment button,.relay-interrupts button{min-height:32px;font-size:11px}.relay-result-lines>div{font-size:12px}}@media (width<=699px){.relay-stage{width:100%;min-height:560px;margin-top:16px;padding:16px 12px}.relay-workspace{gap:17px}.relay-theme{max-height:170px;font-size:15px}.relay-intro{font-size:15px}.relay-intro>div{flex-wrap:wrap;gap:12px}.relay-intro small{font-size:12px}.code-strip{gap:4px}.code-strip>div{flex:1;min-width:0;min-height:55px}.code-strip small{font-size:8px}.relay-question h1{font-size:20px}.relay-interrupts{flex-direction:column}.relay-interrupts button,.relay-judgment button{min-height:44px;font-size:13px}.relay-judgment{flex-wrap:wrap}.relay-totals{gap:12px;font-size:12px}.relay-guess>div{flex-direction:column}.relay-guess input{width:100%}.relay-result-lines>div{font-size:15px}}.relay-sub-answer{border:1px solid var(--gold);background:var(--gold);color:#131c2e;overflow-wrap:anywhere;border-radius:12px;flex-shrink:0;align-items:baseline;max-height:72px;padding:6px 12px;overflow:auto}.relay-sub-answer span{flex-shrink:0}.relay-question:focus-visible{outline:2px solid var(--teal);outline-offset:-2px}.relay-judgment button{min-height:42px;font-size:13px}.relay-sub-answer strong{min-width:0}.relay-result-lines:empty{display:none}.higher-lower-stage{border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 95%,transparent);border-radius:22px;width:80%;min-height:0;padding:12px 20px;overflow:hidden}.higher-lower-workspace{text-align:center;flex-direction:column;flex:1;align-items:stretch;gap:10px;min-height:0;display:flex;overflow:auto}.higher-lower-heading{color:var(--gold);justify-content:space-between;gap:15px;font-size:14px;display:flex}.higher-lower-metric{overflow-wrap:anywhere;flex-shrink:0;max-height:70px;margin:0;font-size:15px;overflow:auto}.higher-lower-pair{flex:1;grid-template-columns:1fr 1fr;gap:16px;min-height:0;display:grid}.higher-lower-card{border:1px solid var(--line);background:var(--field);border-radius:16px;flex-direction:column;justify-content:center;align-items:stretch;gap:8px;min-height:0;padding:12px;display:flex}.higher-lower-card small{color:var(--muted);font-size:11px}.higher-lower-card h2{overflow-wrap:anywhere;min-height:0;margin:0;font-size:18px;line-height:1.5;overflow:auto}.higher-lower-card strong{color:var(--teal);overflow-wrap:anywhere;flex-shrink:0;max-height:80px;font-size:24px;line-height:1.4;overflow:auto}.higher-lower-card.sealed{border-color:var(--gold)}.higher-lower-card.sealed strong{color:var(--gold);font-size:38px}.higher-lower-bank{flex-direction:column;flex-shrink:0;gap:3px;display:flex}.higher-lower-bank span{font-size:15px}.higher-lower-bank b{color:var(--gold);margin-inline:8px;font-size:20px}.higher-lower-bank small,.higher-lower-workspace>small{color:var(--muted);font-size:11px}.higher-lower-actions{flex-shrink:0;justify-content:center;gap:14px;display:flex}.higher-lower-actions button{min-width:160px;min-height:44px;font-size:15px}.higher-lower-actions small{margin-inline-start:8px}.higher-lower-workspace>h1{margin:0;font-size:26px;line-height:1.4}.higher-lower-scores{justify-content:center;gap:25px;display:flex}.higher-lower-scores b{color:var(--gold);margin-inline-start:6px}.higher-lower-reveal{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow:auto}.higher-lower-reveal>div{text-align:start;overflow-wrap:anywhere;justify-content:space-between;align-items:start;gap:12px;font-size:14px;display:flex}.higher-lower-reveal span{flex:1}.higher-lower-reveal strong{color:var(--teal);max-width:45%}.higher-lower-workspace>.primary{flex-shrink:0;align-self:center}@media (height<=550px) and (width>=700px){.higher-lower-stage{padding:8px 16px}.higher-lower-workspace{gap:6px}.higher-lower-metric{max-height:34px;font-size:12px}.higher-lower-card{gap:4px;padding:7px}.higher-lower-card h2{font-size:15px}.higher-lower-card strong{max-height:54px;font-size:19px}.higher-lower-bank span{font-size:13px}.higher-lower-bank small,.higher-lower-workspace>small{font-size:10px}.higher-lower-heading,.higher-lower-reveal>div{font-size:12px}}@media (width<=699px){.higher-lower-stage{width:100%;min-height:620px;margin-top:16px;padding:16px 12px}.higher-lower-workspace{gap:16px}.higher-lower-pair{gap:10px;min-height:250px}.higher-lower-card{padding:10px}.higher-lower-card h2{font-size:16px}.higher-lower-card strong{font-size:19px}.higher-lower-actions{gap:8px}.higher-lower-actions button{flex:1;min-width:0;font-size:13px}.higher-lower-reveal>div{font-size:14px}}@media (height<=550px) and (width>=700px){.higher-lower-bank{flex-direction:row;justify-content:center;align-items:center;gap:10px}.higher-lower-card.long-value strong{max-height:43px;font-size:15px;line-height:1.4}.higher-lower-card.long-value h2{font-size:14px;line-height:1.4}.higher-lower-workspace{gap:5px}}.feud-stage{border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 95%,transparent);border-radius:22px;width:80%;min-height:0;padding:12px 20px;overflow:hidden}.feud-workspace{text-align:center;flex-direction:column;flex:1;align-items:stretch;gap:8px;min-height:0;display:flex;overflow:auto}.feud-status{flex-shrink:0;justify-content:center;align-items:center;gap:15px;font-size:15px;display:flex}.feud-status button{min-height:34px;padding:5px 12px;font-size:11px}.feud-prompt{overflow-wrap:anywhere;flex-shrink:0;max-height:100px;margin:0;font-size:22px;line-height:1.5;overflow:auto}.feud-arena{flex:1;grid-template-columns:1fr 110px;gap:12px;min-height:143px;display:grid}.feud-panels{grid-template-rows:repeat(3,minmax(40px,1fr));grid-template-columns:1fr 1fr;gap:7px;display:grid}.feud-answer{border:1px solid var(--line);background:linear-gradient(145deg,var(--field),var(--bg));border-radius:17px;justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:40px;padding:5px 10px;display:flex}.feud-answer>b{border:1px solid var(--line);min-width:27px;height:27px;color:var(--muted);border-radius:50%;font-size:16px;line-height:27px}.feud-answer>span{overflow-wrap:anywhere;flex:1;font-size:15px;line-height:1.35}.feud-answer>strong{color:var(--bg);background:var(--teal);border-radius:10px;min-width:35px;padding:3px 8px;font-size:18px}.feud-answer.revealed{border-color:var(--teal)}.feud-answer.closure{border-style:dashed;border-color:var(--line)}.feud-answer.closure>strong{color:var(--muted);background:var(--field)}.feud-answer small{color:var(--muted);font-size:9px;display:block}.feud-pot{border:1px solid var(--line);background:var(--field);border-radius:18px;flex-direction:column;justify-content:center;gap:8px;padding:8px;display:flex}.feud-pot>strong{color:var(--gold);font-size:38px;line-height:1.1}.feud-pot>small{font-size:12px}.feud-strikes{direction:ltr;justify-content:center;gap:4px;display:flex}.feud-strikes>b{border:1px solid var(--line);width:26px;height:26px;color:var(--muted);border-radius:50%;font-size:21px;line-height:26px}.feud-strikes>b.used{background:var(--coral);color:var(--bg)}.feud-guess{flex-shrink:0;gap:8px;display:flex}.feud-guess input{flex:1;min-width:0}.feud-guess button{white-space:nowrap;min-height:42px;font-size:13px}.feud-judging{flex-shrink:0;justify-content:center;align-items:center;gap:10px;display:flex}.feud-judging button{min-height:36px;padding:5px 14px;font-size:12px}.feud-judging small{color:var(--muted);font-size:11px}.feud-pending{background:color-mix(in srgb,var(--gold) 12%,var(--bg));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:7px 9px;font-size:12px;display:flex}.feud-pending span{overflow-wrap:anywhere;max-height:65px;overflow:auto}.feud-pending button{white-space:nowrap;min-height:35px;padding:5px 9px;font-size:11px}.feud-referee-link{flex-shrink:0;justify-content:center;align-items:center;gap:9px;display:flex}.feud-referee-link button{text-underline-offset:4px;background:0 0;border:0;min-height:27px;padding:2px 5px;font-size:11px;text-decoration:underline}.feud-referee-link small{color:var(--muted);font-size:10px}.feud-intro{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;font-size:15px;line-height:1.7;display:flex}.feud-intro p{max-width:600px;margin:0}.feud-private-preview{grid-template-columns:repeat(3,1fr);gap:10px;width:100%;font-size:13px;display:grid}.private-answer{border-color:var(--gold);cursor:pointer}.private-answer small{color:var(--gold);white-space:nowrap}.feud-waiting{color:var(--muted);margin:4px;font-size:14px}.feud-result{flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:8px;display:flex}.feud-result>div{gap:20px;display:flex}.feud-result b{color:var(--gold);margin-inline:6px}.feud-result small{color:var(--muted);font-size:10px}.feud-result .primary{min-height:42px;font-size:13px}@media (height<=550px) and (width>=700px){.feud-stage{padding:7px 15px}.feud-workspace{gap:5px}.feud-status{font-size:12px}.feud-prompt{max-height:47px;font-size:16px}.feud-arena{grid-template-columns:1fr 96px;gap:8px;min-height:125px}.feud-panels{grid-template-rows:repeat(3,minmax(38px,1fr));gap:5px}.feud-answer{border-radius:13px;gap:5px;min-height:38px;padding:3px 7px}.feud-answer>span{font-size:12px}.feud-answer>strong{font-size:16px}.feud-pot>strong{font-size:31px}.feud-pot>small{font-size:10px}.feud-guess input{min-height:40px;padding:6px 12px;font-size:12px}.feud-guess button{min-height:40px;padding:5px 12px;font-size:12px}.feud-judging button{min-height:30px;font-size:11px}.feud-referee-link small{display:none}.feud-referee-link button{min-height:23px;font-size:10px}.feud-intro{gap:10px;font-size:13px}.feud-result{font-size:12px}.feud-result .primary{min-height:38px;padding:5px 12px}.feud-result small{font-size:9px}}@media (width<=699px){.feud-stage{width:100%;min-height:650px;margin-top:18px;padding:15px 12px}.feud-workspace{gap:15px}.feud-status{flex-direction:column;gap:8px}.feud-status button{min-height:44px;font-size:13px}.feud-prompt{max-height:190px;font-size:21px}.feud-arena{grid-template-columns:1fr;min-height:285px}.feud-panels{grid-template-rows:repeat(3,minmax(57px,1fr));grid-template-columns:1fr 1fr;gap:8px}.feud-answer{gap:5px;min-height:57px}.feud-answer>span{font-size:13px}.feud-answer>b{width:23px;min-width:23px;height:23px;font-size:13px;line-height:23px}.feud-answer>strong{min-width:27px;padding:3px 5px;font-size:15px}.feud-pot{flex-direction:row;align-items:center;gap:15px;min-height:60px}.feud-guess{flex-direction:column}.feud-guess button,.feud-guess input,.feud-judging button{min-height:44px}.feud-pending{flex-direction:column}.feud-referee-link{flex-direction:column;gap:1px}.feud-referee-link button{min-height:40px;font-size:12px}.feud-referee-link small{font-size:11px}.feud-result{gap:15px}.feud-result>div{font-size:15px}.feud-result small{font-size:11px}.feud-result .primary{min-height:44px;font-size:14px}.feud-private-preview{grid-template-columns:1fr 1fr}}.feud-controls{flex-shrink:0;align-items:center;gap:8px;display:flex}.feud-controls .feud-guess,.feud-controls .feud-pending{flex:1;min-width:0}.feud-guess>.primary{flex:none;width:auto;margin:0}.feud-guess input{width:auto}.feud-controls .feud-judging button{white-space:nowrap;min-height:40px}.feud-controls:empty{display:none}@media (width<=699px){.feud-controls{flex-direction:column;align-items:stretch}.feud-guess>.primary,.feud-guess input{width:100%}.feud-controls .feud-judging button{min-height:44px}}.mystery-stage{border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 95%,transparent);border-radius:22px;width:80%;min-height:0;padding:12px 20px;overflow:hidden}.mystery-workspace{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow:auto}.mystery-status{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;font-size:15px;display:flex}.mystery-status span{color:var(--muted);font-size:12px}.mystery-status b{color:var(--gold);margin-inline:6px;font-size:24px}.mystery-main{flex:1;grid-template-columns:180px 1fr;gap:15px;min-height:0;display:grid}.mystery-art{background:var(--field);border-radius:16px;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}.mystery-art>img{object-fit:contain;border-radius:0;width:100%;height:100%;max-height:none}.mystery-art>.media-missing{padding:15px;font-size:12px;line-height:1.6}.mystery-clue,.mystery-answer{text-align:center;flex-direction:column;gap:10px;min-height:0;display:flex}.mystery-clue nav{flex-shrink:0;justify-content:center;gap:8px;display:flex}.mystery-clue nav button{min-height:36px;padding:5px 12px;font-size:12px}.mystery-clue nav button[aria-pressed=true]{border-color:var(--gold);color:var(--gold)}.mystery-clue h1,.mystery-answer h1{overflow-wrap:anywhere;flex:1;align-content:safe center;min-height:0;margin:0;font-size:24px;line-height:1.6;overflow:auto}.mystery-clue>small,.mystery-answer>small{color:var(--gold);flex-shrink:0;font-size:11px}.mystery-answer p{color:var(--muted);margin:0;font-size:12px}.mystery-guess{flex-shrink:0;gap:10px;display:flex}.mystery-guess input{flex:1;width:auto;min-width:0}.mystery-guess>.primary{flex-shrink:0;width:auto;min-width:95px;margin:0}.mystery-actions{flex-shrink:0;justify-content:center;gap:8px;display:flex}.mystery-actions button{min-height:38px;padding:5px 10px;font-size:11px}.mystery-rule-note{text-align:center;color:var(--muted);flex-shrink:0;font-size:10px}.mystery-result{flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:18px;font-size:15px;display:flex}.mystery-result>div{gap:24px;display:flex}.mystery-result b{color:var(--gold);margin-inline:6px}.mystery-result small{color:var(--muted);font-size:10px}.mystery-result .primary{min-height:40px;font-size:13px}.mystery-waiting{text-align:center;color:var(--muted);margin:4px;font-size:13px}@media (height<=550px) and (width>=700px){.mystery-stage{padding:7px 15px}.mystery-workspace{gap:6px}.mystery-status{font-size:13px}.mystery-status b{font-size:22px}.mystery-main{grid-template-columns:155px 1fr;gap:12px;min-height:130px}.mystery-clue{gap:5px}.mystery-clue h1,.mystery-answer h1{font-size:17px;line-height:1.5}.mystery-clue nav{gap:6px}.mystery-clue nav button{min-height:30px;font-size:11px}.mystery-clue>small{font-size:10px}.mystery-guess input,.mystery-guess>.primary{min-height:40px;padding:6px 12px;font-size:12px}.mystery-actions button{min-height:32px;font-size:10px}.mystery-rule-note{font-size:9px}}@media (width<=699px){.mystery-stage{width:100%;min-height:650px;margin-top:18px;padding:15px 12px}.mystery-workspace{gap:14px}.mystery-status{flex-direction:column;gap:5px}.mystery-main{grid-template-rows:145px minmax(180px,1fr);grid-template-columns:1fr;min-height:340px}.mystery-art>img{object-fit:contain}.mystery-clue h1,.mystery-answer h1{max-height:220px;font-size:20px}.mystery-clue nav button{min-height:44px}.mystery-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.mystery-actions button{min-height:44px;font-size:12px}.mystery-clue>small,.mystery-rule-note{font-size:11px}.mystery-result{flex-direction:column;gap:12px}.mystery-result .primary{min-height:44px}.mystery-workspace.resolved .mystery-main{grid-template-rows:200px minmax(140px,1fr)}}.mystery-main:has(.media-missing){grid-template-rows:auto 1fr;grid-template-columns:1fr}.mystery-main:has(.media-missing) .mystery-art{background:0 0;min-height:32px}.mystery-main:has(.media-missing) .media-missing{padding:5px 12px;font-size:11px}.mystery-answer h1{font-size:32px}.mystery-workspace.resolved .mystery-main:has(.media-missing){grid-template-rows:auto 1fr}.flash-stage{background:color-mix(in srgb,var(--bg) 96%,transparent);width:82%;padding:10px 18px;overflow:hidden}.flash-workspace{text-align:center;flex-direction:column;flex:1;gap:10px;min-height:0;display:flex;overflow:auto}.flash-heading{flex-direction:column;flex-shrink:0;gap:4px;display:flex}.flash-heading h1{overflow-wrap:anywhere;margin:0;font-size:27px;line-height:1.4}.flash-heading strong{font-size:12px}.flash-guidance{color:var(--muted);flex-shrink:0;margin:0;font-size:13px}.flash-pairing{flex:1;grid-template-columns:minmax(120px,1fr) 2fr;align-items:center;gap:20px;min-height:0;display:grid}.flash-pairing>img{object-fit:contain;border-radius:18px;width:100%;height:100%;min-height:0;max-height:205px}.flash-pairing p{margin:7px 0;font-size:13px;line-height:1.65}.flash-sequence,.flash-tray{grid-template-columns:repeat(var(--count),minmax(0,1fr));align-items:center;gap:9px;width:100%;margin:auto 0;display:grid}.flash-number{color:#102039;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(140deg,#fffdf7,#fff1dd);border:1px solid #ffe6bb;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:65px;padding:7px 3px;display:flex;position:relative;box-shadow:0 4px #bea58a,inset 0 2px 5px #ffffffa0}.flash-number small{opacity:.75;font-size:10px;line-height:1;position:absolute;top:4px;left:8px}.flash-number b{padding:7px 1px;font-size:clamp(24px,3.5vw,44px);font-weight:750;line-height:1.1}.flash-number.empty{background:var(--field);border:1px dashed var(--line);box-shadow:none;color:var(--muted)}.flash-number.selected,.flash-number.drop{outline:3px solid var(--teal);outline-offset:2px}.flash-number:disabled{opacity:.22}.flash-slots>.flash-number:disabled{opacity:.7}.flash-clock{flex-shrink:0;justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.flash-clock>strong{color:var(--gold);min-width:48px;font-size:26px}.flash-clock button{min-height:36px;padding:6px 12px;font-size:12px}.flash-actions{flex-shrink:0;justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex}.flash-actions button{min-height:40px;padding:6px 15px;font-size:12px}.flash-actions>.primary{min-width:135px}.flash-placement{flex-direction:column;flex:1;justify-content:center;gap:12px;min-height:0;display:flex}.flash-selection{min-height:28px;color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.flash-selection button{min-height:28px;padding:3px 8px;font-size:10px}.flash-device{flex-shrink:0;justify-content:center;display:flex}.flash-device button{text-underline-offset:4px;background:0 0;border:0;min-height:25px;padding:2px 5px;font-size:11px;text-decoration:underline}.flash-result{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;display:flex}.flash-result>div{gap:25px;display:flex}.flash-result b{color:var(--gold);margin-inline:5px}.flash-result small{font-size:11px}.flash-result button{min-height:40px;font-size:13px}@media (height<=550px) and (width>=700px){.flash-workspace{gap:7px}.flash-stage{padding:7px 15px}.flash-heading h1{font-size:22px}.flash-guidance{font-size:11px}.flash-number{min-height:57px}.flash-number b{font-size:30px}.flash-phone .flash-number{min-height:48px}.flash-phone .flash-number b{font-size:27px}.flash-phone .flash-tray .flash-number{min-height:44px}.flash-phone .flash-placement{gap:8px}.flash-phone .flash-heading h1{font-size:19px}.flash-pairing p{font-size:12px}.flash-actions button{min-height:38px;padding:5px 10px;font-size:11px}.flash-clock button{min-height:34px}.flash-selection{min-height:28px}.flash-result{font-size:13px}.flash-device button{min-height:24px;font-size:10px}}@media (width<=699px){.flash-stage{width:100%;min-height:620px;margin-top:18px;padding:16px 12px}.flash-workspace{gap:16px}.flash-heading h1{font-size:26px}.flash-heading strong{font-size:13px}.flash-guidance{font-size:14px;line-height:1.7}.flash-sequence,.flash-tray{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 9px}.flash-number{min-height:77px}.flash-number b{font-size:32px}.flash-placement{gap:20px}.flash-selection{flex-wrap:wrap;min-height:52px;font-size:12px}.flash-selection button{min-height:40px;font-size:11px}.flash-actions{flex-wrap:wrap;gap:10px}.flash-actions button{min-height:44px;font-size:13px}.flash-actions>span{width:100%}.flash-pairing{grid-template-rows:180px 1fr;grid-template-columns:1fr;gap:15px}.flash-pairing>img{max-height:180px}.flash-pairing p{font-size:14px}.flash-clock{flex-wrap:wrap}.flash-clock button{min-height:44px}.flash-result{flex-direction:column;gap:15px}.flash-device button{min-height:40px;font-size:12px}.flash-phone .flash-sequence,.flash-phone .flash-tray{margin:0}.flash-phone .flash-placement{justify-content:center}}@media (height<=550px) and (width>=700px){.flash-phone .flash-number{padding:4px 3px}.flash-phone .flash-number b{padding:4px 1px}}.broadcaster-workspace{flex:1;gap:14px;min-height:0;display:flex}.speaker-phone{text-align:center;flex-direction:column;gap:9px;overflow:auto}.broadcaster-private-bar{color:var(--gold);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.broadcaster-private-bar button{min-height:32px;padding:4px 10px;font-size:11px}.broadcaster-target{text-align:center;color:var(--gold);overflow-wrap:anywhere;margin:auto 0;font-size:clamp(26px,3.6vw,42px);line-height:1.3}.broadcaster-taboo-label{color:var(--coral);margin:0;font-size:13px}.broadcaster-taboos{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.broadcaster-taboos>span{border:1px solid color-mix(in srgb,var(--coral) 55%,var(--line));background:color-mix(in srgb,var(--coral) 8%,var(--field));color:var(--ink);overflow-wrap:anywhere;border-radius:15px;padding:8px 16px;font-size:17px}.broadcaster-instruction{color:var(--muted);flex-shrink:0;margin:0;font-size:12px;line-height:1.6}.broadcaster-hidden{color:var(--muted);flex:1;place-content:center;min-height:130px;display:grid}.broadcaster-public-art{border-radius:16px;width:31%;min-height:0;overflow:hidden}.broadcaster-public-art img{object-fit:contain;width:100%;height:100%}.broadcaster-public-copy{text-align:center;flex-direction:column;flex:1;justify-content:center;gap:8px;min-width:0;min-height:0;display:flex}.broadcaster-public-copy h1{font-size:26px;line-height:1.3}.broadcaster-public-copy p{margin:0;font-size:12px;line-height:1.6}.broadcaster-public-copy .pairing-code{gap:10px}.broadcaster-public-copy .pairing-code img{width:110px;height:110px}.broadcaster-public-copy .pairing-code input{flex:1;width:150px;min-width:0;font-size:10px}.broadcaster-public-copy>button{align-self:center;min-height:36px;font-size:12px}.broadcaster-host-note{color:var(--muted)}.broadcaster-reveal{gap:8px;display:grid}.broadcaster-reveal>p{color:var(--coral);margin:0;font-size:12px}.speaker-phone>.primary{flex-shrink:0;min-height:40px;font-size:14px}@media (height<=550px) and (width>=700px){.speaker-phone{gap:7px}.broadcaster-target{font-size:30px}.broadcaster-taboos>span{padding:7px 12px;font-size:15px}.broadcaster-public-copy h1{font-size:22px}.broadcaster-instruction{font-size:11px}.broadcaster-public-copy .pairing-code img{width:90px;height:90px}}@media (width<=699px){.broadcaster-workspace{flex-direction:column;gap:20px}.broadcaster-public-art{flex-shrink:0;width:100%;height:170px}.broadcaster-public-copy{gap:15px}.broadcaster-public-copy p{font-size:14px}.broadcaster-public-copy h1{font-size:28px}.broadcaster-target{margin:20px 0;font-size:38px}.broadcaster-taboos{grid-template-columns:1fr 1fr;gap:12px;display:grid}.broadcaster-taboos>span{align-content:center;min-height:52px;padding:12px 9px;font-size:18px}.broadcaster-taboos>span:last-child{grid-column:1/-1}.broadcaster-instruction{margin-top:auto;font-size:14px}.speaker-phone>.primary{min-height:48px}.broadcaster-private-bar{font-size:13px}.broadcaster-private-bar button{min-height:44px;font-size:12px}}.case-workspace{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.case-heading{text-align:center;flex:none}.case-heading h1{margin:4px 0;font-size:clamp(20px,2.3vw,30px)}.case-heading h2{overflow-wrap:anywhere;max-height:5em;margin:4px 0;font-size:clamp(14px,1.6vw,19px);font-weight:500;overflow:auto}.case-heading>strong{font-size:13px}.case-body{flex:1;grid-template-columns:minmax(0,1.4fr) minmax(190px,1fr);gap:10px;min-height:0;display:grid}.case-suspects{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:7px;min-height:0;display:grid;overflow:auto}.case-suspect{white-space:normal;overflow-wrap:anywhere;border:1px solid var(--line);color:var(--ink);background:linear-gradient(150deg,#233651,#141d32);border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px;min-width:0;padding:12px 8px;display:flex}.case-suspect:disabled{opacity:1}.case-suspect.selected{border:2px solid var(--coral);background:#3c2b30}.case-suspect.culprit{border:2px solid var(--teal)}.case-suspect b{font-size:15px;line-height:1.6;display:block}.case-suspect small{color:var(--teal)}.case-suspect img{object-fit:contain;max-height:90px}.case-glyph{font-size:clamp(30px,4vw,55px);line-height:1.3}.case-evidence{flex-direction:column;gap:8px;min-height:0;display:flex}.case-ladder{flex:none;gap:5px;display:flex}.case-ladder span{text-align:center;border:1px solid var(--line);border-radius:12px;flex-direction:column;flex:1;padding:6px;display:flex}.case-ladder .current{background:var(--gold);color:#121b2d}.case-ladder b{font-size:19px}.case-ladder small{font-size:11px}.case-clues{overflow-wrap:anywhere;min-height:0;padding:0 5px;overflow:auto}.case-clues article{background:#1b2940;border-radius:12px;margin-bottom:7px;padding:8px}.case-clues strong{color:var(--gold);font-size:12px}.case-clues p{margin:5px 0;font-size:16px;line-height:1.8}.case-actions{flex-wrap:wrap;flex:none;justify-content:center;align-items:center;gap:8px;display:flex}.case-actions .primary{flex:1;width:auto;min-width:150px}.case-actions small{text-align:center;width:100%;color:var(--muted);font-size:11px}.case-preparation{flex:1;grid-template-columns:minmax(100px,.65fr) minmax(0,1fr);align-items:center;gap:15px;min-height:0;display:grid;overflow:auto}.case-preparation>img{object-fit:contain;border-radius:20px;max-width:100%;max-height:180px}.case-preparation p{font-size:14px;line-height:1.8}.case-phone .case-body{display:block;overflow:auto}.case-phone .case-suspects{height:100%}.case-phone .case-actions>span{font-size:12px}.case-locked{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.case-locked img{border-radius:20px;max-width:40%;max-height:150px}.case-result{flex-wrap:wrap;flex:none;align-items:center;gap:10px;display:flex}.case-outcome{overflow-wrap:anywhere;flex:1;min-width:200px;max-height:100px;overflow:auto}.case-outcome p{margin:4px 0;font-size:13px}.case-awards{flex-wrap:wrap;gap:10px;display:flex}.case-awards span{font-size:13px}.case-result .primary{width:auto}.case-stage .question-hud{flex:none}@media (height<=500px){.case-workspace{gap:6px}.case-heading h1{margin:2px;font-size:20px}.case-heading h2{max-height:3.5em;font-size:14px}.case-suspect{padding:7px}.case-suspect b{font-size:13px}.case-glyph{font-size:36px}.case-actions button{padding:8px 12px}.case-clues p{font-size:14px}.case-preparation>img{max-height:130px}.case-result{gap:6px}.case-outcome{max-height:65px}}@media (width<=600px) and (orientation:portrait){.case-body{flex-direction:column;flex:1;display:flex;overflow:auto}.case-suspects{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.case-evidence{flex:1;min-height:150px}.case-glyph{font-size:42px}.case-phone .case-body{display:block}.case-phone .case-suspects{height:auto}.case-actions{flex-direction:column;align-items:stretch}.case-actions .primary{flex:none}.case-preparation{flex-direction:column;justify-content:center;display:flex}.case-preparation>img{max-height:130px}.case-heading h2{max-height:7em}.case-result{max-height:220px;overflow:auto}.case-result .primary{width:100%}}.case-title-row{align-items:center;gap:8px;min-width:0;display:flex}.case-title-row h2{-webkit-line-clamp:2;text-align:start;-webkit-box-orient:vertical;flex:1;min-width:0;max-height:none;display:-webkit-box;overflow:hidden}.case-read{flex:none;min-height:40px;padding:6px 10px;font-size:11px}.case-file-reader{overflow-wrap:anywhere;line-height:1.8}.case-file-reader h3{font-size:18px}.case-file-reader h4{color:var(--gold);margin-top:16px}.case-file-reader li{margin:8px 0}.case-evidence{gap:6px}.case-clues{flex:1}.case-clues article{min-height:100%;margin:0}.case-ladder button{border-radius:10px;flex-direction:row;flex:1;justify-content:center;gap:6px;min-width:0;min-height:40px;padding:4px;font-size:12px;display:flex}.case-ladder button:disabled{opacity:.6}.case-ladder button b{font-size:17px}.case-ladder button small{white-space:nowrap}@media (width>=700px){.question-stage.case-stage{width:84%;max-width:1200px}.case-heading{text-align:start;grid-template-columns:1fr auto;align-items:center;gap:4px 12px;display:grid}.case-heading h1{grid-area:1/2;margin:0;font-size:20px}.case-heading>strong{grid-area:1/1}.case-title-row{grid-column:1/-1}.case-title-row h2{margin:0;font-size:14px;line-height:1.5}.case-body{grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr)}.case-host .case-suspects{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);align-content:stretch;overflow:hidden}.case-host .case-suspect{border-radius:12px;flex-direction:row;align-items:center;gap:6px;padding:8px;overflow:hidden}.case-host .case-glyph{flex:none;font-size:36px}.case-host .case-suspect b{-webkit-line-clamp:3;text-align:start;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.case-host .case-suspect img{width:42px;max-height:50px}.case-host .case-suspect small{font-size:10px}.case-phone .case-suspect b{max-height:6em;font-size:13px;overflow:auto}.case-actions>small{font-size:11px}.case-result .case-outcome{max-height:80px}}.case-ladder button[aria-pressed=true]{outline:2px solid var(--teal);outline-offset:-3px}@media (width>=700px){.case-host .case-actions{grid-template-columns:1.15fr 1fr 1fr;display:grid}.case-host .case-actions small{width:auto}.case-host .case-actions button{min-height:44px}.case-host .case-actions .primary{min-width:0}}.question-stage.map-stage{width:86%;max-width:1250px}.map-workspace{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex}.map-result-copy .map-area{color:var(--muted);font-size:12px}.map-attempts{flex-direction:column;gap:5px;display:flex}.map-attempt{border:1px solid var(--line);border-radius:12px;align-items:center;gap:7px;padding:10px 8px;font-size:12px;display:flex}.map-attempt strong{white-space:nowrap;margin-inline-start:auto}.map-attempt.is-best{border-color:var(--teal);background:#1acbbc13}.map-attempt.is-best>span:last-child{color:var(--teal)}.map-reader-actions{gap:5px;margin-top:auto;display:flex}.map-reader-actions>button{flex:1;min-height:36px;padding:5px;font-size:11px}.map-best-note{color:var(--gold);flex:1;font-size:12px}.map-result-copy h2{flex-shrink:0;max-height:3.2em!important}.dialog .map-breakdown{gap:12px;font-size:15px;line-height:1.9}@media (height<=500px){.map-attempt{padding:4px 6px;font-size:11px}.map-result-copy{gap:4px}.map-result-copy h2{font-size:14px}.map-result-copy .map-area{font-size:10px}.map-reader-actions>button{min-height:32px}.map-best-note{font-size:11px}}@media (width<=699px){.map-copy.map-result-copy{max-height:250px}.map-best-note{flex-basis:100%}}.map-canvas-shell>.map-canvas{width:100%;height:100%;position:absolute;inset:0}.map-heading{flex:none;align-items:center;gap:12px;display:flex}.map-heading h1{margin:0;font-size:22px}.map-heading strong{font-size:13px}.map-heading>button{min-height:36px;margin-inline-start:auto;padding:5px 10px;font-size:11px}.map-content{flex:1;grid-template-columns:minmax(170px,.6fr) minmax(0,1.4fr);gap:12px;min-height:0;display:grid}.map-copy{flex-direction:column;gap:6px;min-height:0;display:flex;overflow:auto}.map-copy h2{overflow-wrap:anywhere;max-height:4.8em;margin:0;font-size:17px;line-height:1.6;overflow:auto}.map-clue{overflow-wrap:anywhere;flex:1;min-height:45px;font-size:14px;line-height:1.7;overflow:auto}.map-copy>button{flex:none;min-height:36px;padding:4px 9px;font-size:11px}.map-copy .content-image{flex-shrink:0;max-height:85px}.map-canvas-shell{border:1px solid var(--line);isolation:isolate;background:#101b30;border-radius:16px;min-height:0;position:relative;overflow:hidden}.map-canvas{direction:ltr;position:absolute;inset:0}.map-canvas .maplibregl-canvas{outline-offset:-4px}.map-load{z-index:4;text-align:center;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;font-size:13px;display:flex;position:absolute;inset:0}.map-controls{inset-inline-start:7px;gap:4px;display:flex;position:absolute;top:7px}.map-controls button{color:#fff7eb;background:#172840;border-radius:12px;min-width:40px;min-height:40px;padding:0;font-size:22px}.map-center-pin{bottom:25px;color:#fff8ed;background:#142a40;min-height:38px;padding:7px 12px;font-size:11px;position:absolute;inset-inline-end:8px}.map-pin{color:#101b30;cursor:pointer;background:#ff7055;border:2px solid #fff8ed;border-radius:18px 18px 18px 3px;justify-content:center;align-items:center;width:26px;height:32px;font-weight:800;display:flex;box-shadow:0 3px 9px #0008}.map-pin.answer{background:#22cbbb}.map-pin.second{background:#ffd06a}.map-actions{flex:none;align-items:center;gap:10px;display:flex}.map-actions>span{flex:1;font-size:12px;line-height:1.6}.map-actions>button{min-width:160px;min-height:42px;padding:7px 16px;font-size:14px}.map-pairing{flex:1;grid-template-columns:.75fr 1.25fr;align-items:center;gap:25px;min-height:0;display:grid;overflow:auto}.map-pairing>img{object-fit:contain;border-radius:20px;justify-self:center;max-width:100%;max-height:170px}.map-pairing h2{font-size:21px}.map-pairing p{font-size:14px;line-height:1.7}.map-pairing .primary{width:auto}.map-results{flex:none;align-items:center;gap:10px;display:flex}.map-breakdown{flex-direction:column;flex:1;gap:3px;font-size:11px;display:flex}.map-breakdown strong{color:var(--gold);font-size:12px}.map-award{color:var(--teal);white-space:nowrap;font-size:19px}.map-results>.primary{width:auto;min-height:40px;padding:7px 12px;font-size:13px}.map-long-text{overflow-wrap:anywhere;line-height:1.8}.map-rules{line-height:1.9}@media (height<=500px){.map-workspace{gap:6px}.map-heading h1{font-size:19px}.map-heading strong{font-size:12px}.map-clue{font-size:13px}.map-pairing>img{max-height:135px}}@media (width<=699px){.question-stage.map-stage{width:100%;margin-top:95px}.map-heading{flex-wrap:wrap;gap:7px}.map-heading h1{font-size:21px}.map-content{flex-direction:column;gap:9px;display:flex}.map-copy{flex:none;max-height:155px}.map-copy h2{max-height:3.2em}.map-copy .map-clue{flex:none;min-height:0;max-height:4.8em}.map-copy>button{align-self:flex-start}.map-copy .content-image{max-height:65px}.map-canvas-shell{flex:1;min-height:175px}.map-actions{flex-wrap:wrap}.map-actions>button{width:100%}.map-actions>span{flex-basis:100%}.map-pairing{flex-direction:column;justify-content:center;gap:15px;display:flex}.map-pairing>img{max-height:145px}.map-results{flex-wrap:wrap}.map-results>.primary{width:100%}.map-breakdown{min-width:180px}.map-award{font-size:17px}}.question-reader .choices{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0}.question-reader .choices>li{overflow-wrap:anywhere;min-width:0}.choice-copy{white-space:pre-wrap;overflow-wrap:anywhere;display:block}.choice-media{grid-template-columns:repeat(auto-fit,minmax(min(100%,100px),1fr));gap:8px;min-width:0;margin-top:8px;display:grid}.choice-media .content-image{object-fit:contain;width:100%;max-width:100%;height:140px;max-height:140px}.choice-media .media-missing{overflow-wrap:anywhere;min-width:0;padding:8px}@media (width<=699px){.question-reader .choices{grid-template-columns:minmax(0,1fr)}}.trivia-preview-page{flex-direction:column;gap:7px;height:calc(100svh - 82px);min-height:320px;margin:8px auto;display:flex;overflow:hidden}.trivia-preview-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:5px 12px;display:grid}.trivia-preview-heading h1{margin:0;font-size:18px}.trivia-preview-heading p{margin:0;font-size:11px}.trivia-preview-heading p:first-of-type{color:var(--muted);grid-area:2/1/auto/-1}.trivia-preview-heading p:last-of-type{grid-area:1/3}.trivia-preview-page>nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.trivia-preview-page>nav label{align-items:center;gap:7px;font-size:12px;display:flex}.trivia-preview-page>nav button,.trivia-preview-page>nav select{min-height:32px;padding:4px 10px;font-size:12px}.trivia-preview-page>.question-stage{flex:1;gap:7px;width:100%;min-height:0;margin:0;padding:8px}.trivia-preview-page .question-actions{gap:8px}.trivia-preview-page .question-actions button{min-height:34px;padding:4px 10px;font-size:13px}.trivia-preview-page .question-actions label{align-items:center;gap:5px;font-size:11px;display:flex}.trivia-preview-page .question-actions input{width:70px;min-height:32px}.trivia-preview-page .question-reader{gap:8px;padding:5px}.trivia-preview-page .question-reader h1{font-size:21px;line-height:1.45}.trivia-preview-page .choices{margin:4px 12px}.trivia-preview-page .answer-reader{min-height:0;overflow:auto}@media (width<=699px){.trivia-preview-page{height:calc(100svh - 78px);min-height:560px}.trivia-preview-heading{grid-template-columns:auto 1fr}.trivia-preview-heading p:last-of-type{grid-area:3/1/auto/-1}.trivia-preview-page .question-actions{flex-flow:wrap}.trivia-preview-page .question-actions button{flex-basis:30%;font-size:12px}}.trivia-preview-page{height:calc(100svh - 90px);min-height:0}.trivia-preview-page button,.trivia-preview-page select,.trivia-preview-page input{min-width:44px;min-height:44px}.trivia-preview-page>nav button,.trivia-preview-page>nav select,.trivia-preview-page .question-actions button,.trivia-preview-page .question-actions input{min-height:44px}.trivia-preview-page>.question-stage{overflow:hidden}.trivia-preview-page .accepted-result{flex-shrink:0;gap:7px}.trivia-preview-page .accepted-result p{font-size:16px}.trivia-preview-page .award-actions{flex-shrink:0;gap:5px}.trivia-preview-page .award-actions p{margin:0}.trivia-preview-page .question-hud{min-height:24px}@media (width<=699px){.trivia-preview-page{height:calc(100svh - 80px);min-height:0}}@media (height<=600px) and (width>=700px){.trivia-preview-page{height:calc(100svh - 68px)}}.correct-choice-reveal h3{font-size:16px}.correct-choice-reveal .choices{margin:8px 0;padding:0;list-style:none}.correct-choice-reveal li>strong{color:var(--teal);margin-bottom:5px;font-size:13px;display:block}.brand-logo{object-fit:contain;filter:drop-shadow(0 1px 2px #0003);width:auto;max-width:44vw;height:46px;display:block}[data-theme=light] .brand-logo--dark,:root:not([data-theme=light]) .brand-logo--light{display:none}.app-header .brand-logo{height:52px}.match-header .brand-logo{height:54px}.access-form>.brand .brand-logo{height:60px}@media (height<=600px) and (width>=700px){.app-header .brand-logo,.match-header .brand-logo{height:44px}}@media (width<=699px){.app-header .brand-logo{height:40px}.match-header .brand-logo{height:36px}.match-header{grid-template-columns:1fr 92px 1fr}}.access-v2{background:var(--bg);grid-template-columns:minmax(0,46fr) minmax(0,54fr);height:100svh;min-height:520px}.access-v2 .access-art{border-radius:26px;margin:14px 0 14px 14px;box-shadow:0 18px 50px #0006}.access-stage{background:radial-gradient(58% 52% at 90% 94%,color-mix(in srgb,var(--coral) 58%,transparent),transparent 72%),radial-gradient(44% 44% at 86% 4%,color-mix(in srgb,var(--teal) 46%,transparent),transparent 70%),linear-gradient(160deg,#151d36,#0f1628 58%,#0c1222);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.access-stage:before{content:"";pointer-events:none;opacity:.09;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.access-orbit{pointer-events:none;position:absolute;inset:0;overflow:hidden}.orbit-bubble{opacity:.16;filter:blur(1.2px);--r:-8deg;width:150px;animation:14s ease-in-out infinite drift;position:absolute;top:5%;left:7%}@keyframes drift{0%,to{transform:translateY(0) rotate(var(--r,0deg))}50%{transform:translateY(-14px) rotate(calc(var(--r,0deg) + 4deg))}}.access-pills{top:16px;z-index:2;gap:8px;display:flex;position:absolute;inset-inline-start:18px}.access-pills button{background:color-mix(in srgb,var(--surface) 55%,transparent);border:1px solid color-mix(in srgb,var(--line) 80%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:20px;min-width:44px;min-height:38px;padding:6px 14px;font-size:12px}.access-v2 .access-form{z-index:1;gap:14px;max-width:560px;margin:auto;padding:28px 6vw;position:relative}.access-v2 .access-form>.brand{align-self:center;margin:0 0 2px;display:flex!important}.access-v2 .access-form .brand-logo{filter:drop-shadow(0 6px 18px #0005);max-width:70vw;height:98px}.access-v2 .access-form h2,.access-v2 .access-form>p{text-align:center}.access-v2 .access-form input{background:color-mix(in srgb,var(--field) 82%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (height<=600px) and (width>=700px){.access-v2{height:100svh;min-height:400px}.access-v2 .access-art{border-radius:18px;margin:8px 0 8px 8px}.access-v2 .access-form{gap:7px;padding:10px 5vw}.access-v2 .access-form .brand-logo{height:62px}.access-v2 .access-form h2{font-size:22px}.access-pills{top:10px}.access-pills button{min-height:34px;padding:4px 12px;font-size:11px}.orbit-bubble{width:110px}.orbit-card{width:46px;height:62px}}@media (width<=699px){.access-v2{flex-direction:column;height:auto;min-height:100svh;display:flex}.access-v2 .access-art{border-radius:20px;flex-shrink:0;height:210px;margin:10px 10px 0}.access-stage{flex:1;align-items:flex-start;padding-top:54px}.access-v2 .access-form{gap:12px;padding:8px 7vw 28px}.access-v2 .access-form .brand-logo{height:72px}.orbit-bubble{width:100px;top:2%;left:4%}.orbit-card.c1{top:8%}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.orbit-piece{pointer-events:none;filter:drop-shadow(0 10px 22px #0005);animation:15s ease-in-out infinite drift;position:absolute}.p-spark{opacity:.9;width:34px;height:34px}.p-spark.s1{--r:10deg;width:26px;height:26px;top:33%;left:13%}.p-spark.s2{--r:-12deg;animation-delay:-5s;bottom:20%;left:8%}.p-spark.s3{--r:20deg;width:22px;height:22px;animation-delay:-9s;top:13%;right:24%}.p-card{opacity:.28}.p-card.c1{--r:-10deg;width:150px;animation-duration:19s;top:18%;right:-2%}.p-card.c2{--r:14deg;width:96px;animation-delay:-7s;bottom:6%;right:7%}.p-card.c3{--r:-16deg;width:82px;animation-delay:-3s;bottom:6%;left:4%}.orbit-bubble{opacity:.2;width:170px;top:4%;left:6%}.access-v2 .access-form{gap:16px;max-width:600px}.access-v2 .access-form .brand-logo{height:120px}.access-v2 .access-form h2{margin:0;font-size:clamp(28px,3.2vw,40px)}.access-v2 .access-form>p{color:var(--muted);margin:-6px 0 2px;font-size:15px}.access-v2 .access-form form{gap:14px}.access-v2 .access-field{display:block}.access-v2 .access-form input{border:1px solid color-mix(in srgb,var(--line) 70%,transparent);background:color-mix(in srgb,var(--field) 72%,transparent);border-radius:14px;min-height:52px;padding:10px 16px;font-size:15px}.access-v2 .access-form input::placeholder{color:var(--muted)}.access-v2 .access-form .primary{min-height:56px;box-shadow:0 10px 26px color-mix(in srgb,var(--teal) 35%,transparent);border-radius:16px;font-size:19px}.access-v2 .minor-link{margin-top:-4px;font-size:13px}.access-v2 .access-links{border-top:0;gap:12px;padding-top:4px;font-size:14px}.access-pills{top:18px;gap:10px;inset-inline-start:22px}.access-pills button{min-width:44px;min-height:44px;color:var(--ink);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff38;border-radius:24px;padding:8px 18px;font-size:13px;font-weight:650}[data-theme=light] .access-pills button{background:#0000000d;border-color:#00000024}.access-pills .access-pill-icon{place-items:center;width:44px;padding:0;display:grid}@media (height<=600px) and (width>=700px){.access-v2 .access-form{gap:8px;padding:8px 5vw}.access-v2 .access-form .brand-logo{height:74px}.access-v2 .access-form h2{font-size:24px}.access-v2 .access-form>p{margin:-4px 0 0;font-size:13px}.access-v2 .access-form form{gap:9px}.access-v2 .access-form input{min-height:44px;padding:6px 14px;font-size:14px}.access-v2 .access-form .primary{min-height:48px;font-size:17px}.access-v2 .access-links{gap:8px;padding-top:2px;font-size:13px}.access-pills{top:12px;gap:8px;inset-inline-start:14px}.access-pills button{min-width:40px;min-height:40px;padding:6px 14px;font-size:12px}.access-pills .access-pill-icon{width:40px}.orbit-bubble{width:120px}.p-card.c1{width:110px}.p-card.c2{width:72px}.p-card.c3{width:60px}}@media (width<=699px){.access-v2 .access-form .brand-logo{height:84px}.access-v2 .access-form h2{font-size:28px}.access-pills{top:14px}.p-card.c1{width:100px;top:6%}.p-card.c2{width:70px}.p-card.c3{display:none}.orbit-bubble{width:110px}}.access-v2 .access-form input{text-align:start;direction:inherit}.access-v2 .password-field input{padding-inline-end:58px}.access-v2 .password-eye{inset-inline-end:6px;width:44px;height:44px;min-height:44px;color:var(--muted);opacity:.85;background:0 0;border:none;border-radius:12px;place-items:center;padding:0;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.access-v2 .password-eye:hover,.access-v2 .password-eye[aria-pressed=true]{color:var(--teal);opacity:1}.access-v2 .password-eye:focus-visible{outline:2px solid var(--teal);outline-offset:2px}[data-theme=light] .access-v2{background:#fff6e8}[data-theme=light] .access-stage:before{opacity:.05}[data-theme=light] .access-v2 .access-form{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff75;border:1px solid #fffc;border-radius:28px;box-shadow:0 24px 60px #7a4a2a1f,inset 0 1px #fff}[data-theme=light] .access-v2 .access-form input{background:#fff;border-color:#e7dccb;box-shadow:inset 0 1px 2px #0000000d}[data-theme=light] .access-v2 .access-form input:focus{border-color:var(--teal);box-shadow:0 0 0 3px color-mix(in srgb,var(--teal) 25%,transparent)}[data-theme=light] .access-v2 .access-form .primary{box-shadow:0 12px 28px color-mix(in srgb,var(--teal) 40%,transparent)}[data-theme=light] .orbit-bubble{opacity:.28}[data-theme=light] .access-pills button{background:#ffffffb3;border-color:#e3d6c3;box-shadow:0 4px 14px #7a4a2a14}[data-theme=light] .access-v2 .access-art{box-shadow:0 18px 50px #5a3a2a33}@media (height<=600px) and (width>=700px){[data-theme=light] .access-v2 .access-form{border-radius:20px}}@media (width<=699px){[data-theme=light] .access-v2 .access-form{border-radius:22px;margin:8px 4vw 16px}}.release-dialog{text-align:center;background:linear-gradient(170deg,#182140,#121a31 70%);border:1px solid #fff8eeb3;border-radius:26px;gap:10px;width:min(440px,92vw);padding:26px 24px 22px;box-shadow:0 30px 90px #000a,inset 0 0 0 1px #ffffff12}.release-dialog>header{top:10px;justify-content:flex-start;position:absolute;inset-inline-start:10px}.release-dialog>header h2{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.release-dialog>header .icon-button{background:#fff8ee1f;border:1px solid #fff8ee38;border-radius:50%;width:40px;min-width:40px;height:40px;min-height:40px;font-size:20px}.release-art{place-items:center;height:118px;margin:4px 0 2px;display:grid;position:relative}.release-confetti{object-fit:contain;opacity:.95;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.release-mascot{filter:drop-shadow(0 10px 22px #0006);width:auto;height:104px;animation:3.2s ease-in-out infinite release-bob;position:relative}@keyframes release-bob{0%,to{transform:translateY(0)rotate(-4deg)}50%{transform:translateY(-6px)rotate(2deg)}}.release-title{color:#fff8ee;margin:0;font-size:26px}.release-copy{color:#c9d2e3;margin:0;font-size:14px;line-height:1.6}.release-actions{gap:8px;margin-top:8px;display:grid}.release-actions .primary{min-height:52px;box-shadow:0 10px 26px color-mix(in srgb,var(--teal) 35%,transparent);border-radius:16px;font-size:18px}.release-later{color:#c9d2e3;text-underline-offset:4px;background:0 0;border:none;min-height:44px;font-size:14px;text-decoration:underline}[data-theme=light] .release-dialog{background:linear-gradient(170deg,#fffdf8,#fff4e6 70%);border-color:#efe2cf;box-shadow:0 30px 80px #5a3a2a3a}[data-theme=light] .release-title{color:var(--ink)}[data-theme=light] .release-copy,[data-theme=light] .release-later{color:#5f6577}[data-theme=light] .release-dialog>header .icon-button{background:#00000008;border-color:#e3d6c3}@media (height<=600px) and (width>=700px){.release-dialog{gap:6px;width:min(420px,92vw);padding:18px 20px 16px}.release-art{height:84px}.release-mascot{height:74px}.release-title{font-size:22px}.release-copy{font-size:13px}.release-actions .primary{min-height:46px;font-size:16px}.release-later{min-height:36px}}[data-theme=light] .access-v2 .access-form{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0}[data-theme=light] .access-stage{background:radial-gradient(60% 54% at 92% 96%,color-mix(in srgb,var(--coral) 62%,transparent),transparent 68%),radial-gradient(46% 46% at 86% 2%,color-mix(in srgb,var(--teal) 58%,transparent),transparent 68%),radial-gradient(42% 42% at 6% 44%,color-mix(in srgb,var(--gold) 40%,transparent),transparent 70%),linear-gradient(160deg,#fffaf2,#fff0dc 58%,#ffe6cc)}[data-theme=light] .access-v2 .access-form h2{color:var(--ink)}[data-theme=light] .access-v2 .access-form>p{color:#5f6577}[data-theme=light] .access-v2 .access-form input{background:#fff;border:1px solid #ead9c3;box-shadow:0 6px 18px #7a4a2a12}[data-theme=light] .access-v2 .access-form input::placeholder{color:#7c8294}[data-theme=light] .orbit-bubble{opacity:.34;filter:blur(1px)}[data-theme=light] .p-card{opacity:.7}[data-theme=light] .p-spark{opacity:1}[data-theme=light] .access-pills button{color:var(--ink);background:#fff;border-color:#ead9c3;box-shadow:0 6px 16px #7a4a2a14}[data-theme=light] .access-v2 .access-links a,[data-theme=light] .access-v2 .minor-link{color:#118e88}@media (width<=699px){[data-theme=light] .access-v2 .access-form{margin:0}}.scene-art img{object-position:center 38%}.scene-screen{background:#0d1426;display:block;position:relative;overflow:hidden}.scene-screen .scene-art{box-shadow:none;border-radius:0;margin:0;position:absolute;inset:0}.scene-screen .scene-art img{object-fit:cover;object-position:32% 40%;width:100%;height:100%}.scene-screen .scene-art:after{content:"";background:linear-gradient(270deg,#0d1426e6 0%,#0d1426b3 34%,#0d142600 62%);position:absolute;inset:0}.scene-screen .access-stage{top:0;bottom:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(160deg,#141c34d9,#0f1628e6 60%,#0c1222f0);border-inline-start:1px solid #ffffff14;width:min(46%,520px);position:absolute;inset-inline-end:0;box-shadow:-20px 0 60px #0006}.scene-screen .access-stage:before{opacity:.06}.scene-screen .access-form{max-width:100%;padding:24px 5%}.scene-screen .orbit-bubble{opacity:.14;width:120px}[data-theme=light] .scene-screen{background:#fff6e8}[data-theme=light] .scene-screen .access-stage{background:linear-gradient(160deg,#fffaf1e6,#fff1ddf0 60%,#ffe9d0f5);border-inline-start:1px solid #fff9;box-shadow:-20px 0 60px #5a3a2a26}@media (height<=600px) and (width>=700px){.scene-screen .access-form{padding:10px 5%}}@media (width<=699px){.scene-screen{flex-direction:column;min-height:100svh;display:flex}.scene-screen .scene-art{height:46svh;margin:0;position:absolute;inset:0 0 auto}.scene-screen .scene-art img{object-position:50% 30%}.scene-screen .scene-art:after{background:linear-gradient(#0d142600 0% 55%,#0d1426d9 85%,#0d1426 100%)}.scene-screen .access-stage{-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;box-shadow:none;background:0 0;border:0;flex:1;margin-top:38svh;padding-top:56px;position:relative}[data-theme=light] .scene-screen .scene-art:after{background:linear-gradient(#fff6e800 0% 55%,#fff6e8e0 85%,#fff6e8 100%)}[data-theme=light] .scene-screen .access-stage{background:0 0}}.scene-screen .scene-art img{object-position:50% 50%}.scene-screen .access-stage{top:14px;bottom:14px;-webkit-backdrop-filter:blur(9px)saturate(1.1);backdrop-filter:blur(9px)saturate(1.1);background:#10182b8c;border:1px solid #fff2;border-radius:24px;width:min(44%,500px);inset-inline-end:14px;box-shadow:0 20px 60px #0007}.scene-screen .access-pills{top:14px;inset-inline-start:14px}@media (height<=600px) and (width>=700px){.scene-screen .access-stage{top:10px;bottom:10px;border-radius:20px;inset-inline-end:10px}}@media (width<=699px){.scene-screen .access-stage{width:100%;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;top:auto;bottom:auto;background:0 0;border:0;border-radius:0;inset-inline-end:auto}[data-theme=light] .scene-screen .access-stage{background:0 0}.scene-screen .scene-art img{object-position:30% 40%}}.scene-screen .access-stage{background:radial-gradient(58% 52% at 90% 94%,color-mix(in srgb,var(--coral) 42%,transparent),transparent 72%),radial-gradient(44% 44% at 86% 4%,color-mix(in srgb,var(--teal) 34%,transparent),transparent 70%),linear-gradient(160deg,#151d3694,#0f162894 58%,#0c12229e)}.scene-screen .orbit-bubble{opacity:.16;width:130px;top:3%;left:4%}.scene-screen .p-spark.s1{top:36%;left:6%}.scene-screen .p-spark.s2{bottom:22%;left:5%}.scene-screen .p-spark.s3{width:20px;height:20px;top:9%;right:9%}.scene-screen .p-card{opacity:.3}.scene-screen .p-card.c1{width:124px;top:14%;right:-5%}.scene-screen .p-card.c2{width:78px;bottom:5%;right:5%}.scene-screen .p-card.c3{width:64px;bottom:4%;left:5%}[data-theme=light] .scene-screen .access-stage{background:radial-gradient(60% 54% at 92% 96%,color-mix(in srgb,var(--coral) 52%,transparent),transparent 68%),radial-gradient(46% 46% at 86% 2%,color-mix(in srgb,var(--teal) 48%,transparent),transparent 68%),radial-gradient(42% 42% at 6% 44%,color-mix(in srgb,var(--gold) 34%,transparent),transparent 70%),linear-gradient(160deg,#fffaf2e6,#fff0dcea 58%,#ffe6ccf0);border:1px solid #fffc;box-shadow:0 20px 60px #5a3a2a40,inset 0 1px #fff}[data-theme=light] .scene-screen .orbit-bubble{opacity:.3}[data-theme=light] .scene-screen .p-card{opacity:.7}[data-theme=light] .scene-screen .access-form input{background:#fff;border-color:#e7dccb;box-shadow:inset 0 1px 2px #0000000d}@media (height<=600px) and (width>=700px){.scene-screen .orbit-bubble{width:100px}.scene-screen .p-card.c1{width:104px}.scene-screen .p-card.c2{width:66px}.scene-screen .p-card.c3{width:54px}}@media (width<=699px){.scene-screen .p-card.c3{display:none}[data-theme=light] .scene-screen .access-stage{box-shadow:none;background:0 0;border:0}}.scene-screen .access-form{gap:14px}.scene-screen .access-art>div{z-index:1;bottom:7%;inset-inline-start:auto;max-width:46%;direction:inherit;text-align:start;text-shadow:0 2px 14px #0d1426e6,0 0 30px #0d1426b3;position:absolute;left:4%;right:auto}.scene-screen .access-art h1{margin-top:6px;font-size:clamp(24px,2.8vw,38px);line-height:1.15}.scene-screen .scene-art:after{background:linear-gradient(#0d142600 66%,#0d1426a6 100%),linear-gradient(270deg,#0d142666 0%,#0d142633 40%,#0d142600 60%)}[data-theme=light] .scene-screen .scene-art:after{background:linear-gradient(#0d142600 66%,#0d142699 100%),linear-gradient(270deg,#fff6e84d 0%,#fff6e826 40%,#fff6e800 60%)}.scene-screen .access-form>p{margin:-6px 0 0}.scene-screen .access-links{gap:8px;padding-top:0}.scene-screen .minor-link{margin-top:-6px}@media (height<=600px) and (width>=700px){.scene-screen .access-form{gap:8px;padding:8px 5%}.scene-screen .access-form form{gap:8px}.scene-screen .access-art h1{font-size:24px}.scene-screen .access-art>div{bottom:5%}.scene-screen .gold-kicker{font-size:11px}.scene-screen .access-links{gap:6px;font-size:12px}.scene-screen .minor-link{margin-top:-4px;font-size:12px}}@media (width<=699px){.scene-screen .access-art>div{display:none}.scene-screen .access-form{padding:8px 7vw 24px}}@media (height<=600px) and (width>=700px){.scene-screen .access-form{gap:6px}.scene-screen .access-form form{gap:7px}.scene-screen .access-form .brand-logo{height:64px}.scene-screen .access-form h2{font-size:23px}.scene-screen .access-form>p{margin:-4px 0 0}}.scene-screen .login-art img{object-position:0 50%}[data-theme=light] .scene-screen .gold-kicker{color:#ffe08a}body:has(main.scene-screen){overflow:hidden}.access-v2.scene-screen{height:100svh;min-height:0;overflow:hidden}@media (width<=699px){.access-v2.scene-screen{height:100svh;min-height:0;display:block;position:relative}.scene-screen .scene-art{height:auto;box-shadow:none;border-radius:0;margin:0;position:absolute;inset:0}.scene-screen .scene-art img{object-fit:cover;object-position:50% 0;width:100%;height:100%}.scene-screen .scene-art:after{background:linear-gradient(#0d142699 0%,#0d142600 24% 48%,#0d1426b3 100%)}[data-theme=light] .scene-screen .scene-art:after{background:linear-gradient(#0d142680 0%,#0d142600 24% 48%,#fff6e880 100%)}.scene-screen .access-art>div{top:max(16px,env(safe-area-inset-top));text-align:center;max-width:none;display:block;bottom:auto;left:16px;right:16px}.scene-screen .access-art h1{margin-top:2px;font-size:26px}.scene-screen .gold-kicker{font-size:12px}.scene-screen .access-stage{top:auto;bottom:max(12px,env(safe-area-inset-bottom));background:radial-gradient(58% 52% at 90% 94%,color-mix(in srgb,var(--coral) 42%,transparent),transparent 72%),radial-gradient(44% 44% at 86% 4%,color-mix(in srgb,var(--teal) 34%,transparent),transparent 70%),linear-gradient(160deg,#151d3694,#0f162894 58%,#0c12229e);-webkit-backdrop-filter:blur(9px)saturate(1.1);backdrop-filter:blur(9px)saturate(1.1);border:1px solid #fff2;border-radius:24px;width:auto;max-height:calc(100svh - 24px);margin:0;padding:12px 14px 14px;display:block;position:absolute;left:12px;right:12px;overflow:hidden;box-shadow:0 20px 60px #0007}[data-theme=light] .scene-screen .access-stage{background:radial-gradient(60% 54% at 92% 96%,color-mix(in srgb,var(--coral) 52%,transparent),transparent 68%),radial-gradient(46% 46% at 86% 2%,color-mix(in srgb,var(--teal) 48%,transparent),transparent 68%),radial-gradient(42% 42% at 6% 44%,color-mix(in srgb,var(--gold) 34%,transparent),transparent 70%),linear-gradient(160deg,#fffaf2e6,#fff0dcea 58%,#ffe6ccf0);border:1px solid #fffc;box-shadow:0 20px 60px #5a3a2a40,inset 0 1px #fff}.scene-screen .access-pills{top:12px;gap:8px;margin:0;position:absolute;inset-inline-start:12px}.scene-screen .access-pills button{min-width:36px;min-height:36px;padding:4px 14px;font-size:12px}.scene-screen .access-pills .access-pill-icon{width:36px}.scene-screen .access-form{gap:6px;max-width:100%;margin:0;padding:40px 4px 0}.scene-screen .access-form .brand-logo{height:64px}.scene-screen .access-form h2{margin:0;font-size:24px}.scene-screen .access-form>p{margin:-2px 0 2px;font-size:13px}.scene-screen .access-form form{gap:9px}.scene-screen .access-form input{min-height:46px;padding:6px 14px;font-size:14px}.scene-screen .access-form .primary{min-height:50px;font-size:17px}.scene-screen .minor-link{margin-top:-4px;font-size:12px}.scene-screen .access-links{gap:6px;padding-top:2px;font-size:13px}.scene-screen .orbit-bubble{opacity:.14;width:110px;top:-4%;left:-6%}.scene-screen .p-card.c1{width:96px;top:4%;right:-6%}.scene-screen .p-card.c2{width:64px;bottom:2%;right:4%}.scene-screen .p-card.c3{width:56px;display:block;bottom:22%;left:2%}.scene-screen .p-spark.s1{top:24%;left:5%}.scene-screen .p-spark.s2{bottom:30%;left:4%}.scene-screen .p-spark.s3{top:8%;right:16%}}@media (width<=699px) and (height<=700px){.scene-screen .access-stage{border-radius:20px;padding:10px 12px 12px;bottom:8px;left:8px;right:8px}.scene-screen .access-form{gap:4px;padding-top:36px}.scene-screen .access-form .brand-logo{height:50px}.scene-screen .access-form h2{font-size:20px}.scene-screen .access-form>p{display:none}.scene-screen .access-form form{gap:6px}.scene-screen .access-form input{min-height:40px;font-size:13px}.scene-screen .access-form .primary{min-height:44px;font-size:16px}.scene-screen .access-pills button{min-width:32px;min-height:32px;font-size:11px}.scene-screen .access-pills .access-pill-icon{width:32px}.scene-screen .access-links{gap:3px;font-size:12px}.scene-screen .access-art h1{font-size:20px}}@media (width>=700px) and (height<=430px){.access-v2.scene-screen{height:100svh;min-height:0}.scene-screen .access-stage{top:8px;bottom:8px;border-radius:18px;width:min(46%,500px);inset-inline-end:8px}.scene-screen .access-form{gap:4px;padding:4px 4%}.scene-screen .access-form form{gap:5px}.scene-screen .access-form .brand-logo{height:44px}.scene-screen .access-form h2{font-size:18px}.scene-screen .access-form>p{display:none}.scene-screen .access-form input{border-radius:11px;min-height:36px;padding:4px 12px;font-size:13px}.scene-screen .access-v2 .password-eye,.scene-screen .password-eye{width:36px;height:36px;min-height:36px}.scene-screen .access-form .primary{border-radius:12px;min-height:40px;font-size:15px}.scene-screen .minor-link{margin-top:-2px;font-size:11px}.scene-screen .access-links{gap:2px;padding-top:0;font-size:11px}.scene-screen .access-pills{top:8px;gap:6px;inset-inline-start:10px}.scene-screen .access-pills button{min-width:30px;min-height:30px;padding:2px 10px;font-size:11px}.scene-screen .access-pills .access-pill-icon{width:30px}.scene-screen .access-art h1{font-size:18px}.scene-screen .gold-kicker{font-size:10px}.scene-screen .access-art>div{bottom:6%}.scene-screen .orbit-bubble,.scene-screen .p-card.c1{width:80px}.scene-screen .p-card.c2{width:50px}.scene-screen .p-card.c3{width:44px}}@media (width<=699px) and (height>=800px){.scene-screen .access-stage{padding:14px 18px 18px}.scene-screen .access-form{gap:8px}.scene-screen .access-form form{gap:12px}.scene-screen .access-form h2{font-size:26px}.scene-screen .access-form>p{font-size:14px}.scene-screen .access-links{gap:8px;padding-top:6px}}.scene-screen .register-art img,.scene-screen .reset-art img{object-position:0 50%}html{touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{touch-action:manipulation}.access-v2 .access-field.invalid input{border-color:#ff8a70;box-shadow:0 0 0 3px #ff8a7038}.field-error{color:#ffb3a1;text-align:start;margin:6px 4px 0;font-size:12px;line-height:1.4;display:block}[data-theme=light] .field-error{color:#b23a25}[data-theme=light] .access-v2 .access-field.invalid input{border-color:#e0674f;box-shadow:0 0 0 3px #e0674f2e}.shake{animation:.45s cubic-bezier(.36,.07,.19,.97) both field-shake}@keyframes field-shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}@media (prefers-reduced-motion:reduce){.shake{animation:none}}@media (width<=699px){html.kb-open .scene-screen .access-stage{top:calc(var(--vvt,0px) + var(--vvh,100svh) - 8px);max-height:calc(var(--vvh,100svh) - 16px);-webkit-overflow-scrolling:touch;bottom:auto;overflow:auto;transform:translateY(-100%)}html.kb-open .scene-screen .access-art>div{display:none}}@media (width>=700px){html.kb-open .scene-screen .access-stage{top:calc(var(--vvt,0px) + 8px);height:calc(var(--vvh,100svh) - 16px);bottom:auto;overflow:auto}}@media (width>=700px) and (height<=430px){.scene-screen .access-stage{overflow:auto}}.boot-form .brand{pointer-events:none}.boot-wait{text-align:center;opacity:0;justify-items:center;gap:8px;animation:.25s ease-out .3s forwards boot-in;display:grid}.boot-wait h2{margin:0;font-size:clamp(22px,2.6vw,30px)}.boot-wait p{color:var(--muted);margin:-4px 0 4px;font-size:14px}.boot-loader{width:64px;height:64px;margin:6px auto 2px;position:relative}.boot-ring{border:3px solid color-mix(in srgb,var(--teal) 28%,transparent);border-top-color:var(--teal);border-radius:50%;animation:1.1s linear infinite boot-spin;position:absolute;inset:0}.boot-loader img{width:30px;height:30px;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--teal) 70%,transparent));animation:1.6s ease-in-out infinite boot-pulse;position:absolute;inset:17px}.boot-bars{gap:9px;width:100%;margin-top:6px;display:grid}.boot-bars span{border:1px solid color-mix(in srgb,var(--line) 40%,transparent);background:linear-gradient(90deg,#ffffff08 0%,#ffffff1a 50%,#ffffff08 100%) 0 0/200% 100%;border-radius:14px;height:44px;animation:1.6s linear infinite boot-shimmer;display:block}[data-theme=light] .boot-bars span{background:linear-gradient(90deg,#ffffff80 0%,#ffffffd9 50%,#ffffff80 100%) 0 0/200% 100%}.access-form form,.access-form .success{animation:.25s ease-out both boot-in}@keyframes boot-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes boot-spin{to{transform:rotate(360deg)}}@keyframes boot-pulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes boot-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (height<=600px) and (width>=700px){.boot-loader{width:48px;height:48px;margin:2px auto 0}.boot-loader img{width:24px;height:24px;inset:12px}.boot-wait h2{font-size:22px}.boot-wait p{font-size:13px}.boot-bars span{height:38px}}@media (width<=699px){.boot-bars span{height:40px}}@media (prefers-reduced-motion:reduce){.boot-ring,.boot-loader img,.boot-bars span{animation:none}.boot-wait{animation-delay:0s}}.boot-failed{animation-delay:0s}.boot-mascot{filter:drop-shadow(0 10px 22px #0006);width:auto;height:86px;margin:2px auto 0;animation:3.2s ease-in-out infinite release-bob}.boot-failed h2{font-size:clamp(20px,2.3vw,26px)}.boot-failed p{max-width:34ch;margin:-2px auto 6px}.boot-failed .primary{width:100%;min-height:50px;box-shadow:0 10px 26px color-mix(in srgb,var(--teal) 35%,transparent);border-radius:16px;font-size:17px}@media (height<=600px) and (width>=700px){.boot-mascot{height:58px}.boot-failed h2{font-size:19px}.boot-failed p{margin-bottom:2px;font-size:12px}.boot-failed .primary{min-height:42px;font-size:15px}}@media (width<=699px){.boot-mascot{height:70px}}@media (prefers-reduced-motion:reduce){.boot-mascot{animation:none}}.admin-backgrounds{gap:22px;max-width:1180px;margin:0 auto;padding:22px max(18px,4vw) 40px;display:grid}.backgrounds-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.backgrounds-head h1{margin:0;font-size:26px}.backgrounds-head p{color:var(--muted);max-width:62ch;margin:4px 0 0;font-size:14px}.backgrounds-head nav{gap:10px;display:flex}.background-new{border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 70%,transparent);border-radius:18px;gap:12px;padding:16px 18px;display:grid}.background-new h2{margin:0;font-size:18px}.background-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.background-form label{color:var(--muted);gap:6px;font-size:13px;display:grid}.background-form .background-touch{grid-column:1/-1}.background-form textarea{resize:vertical;min-height:72px;font:inherit;border:1px solid var(--line);background:var(--field);color:var(--ink);border-radius:12px;padding:10px 12px}.background-form .primary{border-radius:14px;min-height:48px;padding:0 22px}.background-note{color:var(--muted);margin:0;font-size:12px}.admin-backgrounds section h2{align-items:center;gap:8px;margin:0 0 10px;font-size:18px;display:flex}.background-count{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:1px 8px;font-size:12px}.background-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.background-card{border:1px solid var(--line);background:var(--surface);border-radius:18px;gap:10px;padding-bottom:12px;display:grid;overflow:hidden}.background-card--hidden{opacity:.65}.background-art{aspect-ratio:21/9;background:#0d1426;position:relative}.background-art img{object-fit:cover;width:100%;height:100%;display:block}.background-art--empty{display:block}.background-art-portrait{inset-inline-end:8px;border:2px solid #ffffff5c;border-radius:8px;width:44px;height:78px;position:absolute;bottom:8px;box-shadow:0 6px 16px #0007}.background-meta{gap:2px;padding:0 14px;display:grid}.background-meta strong{font-size:15px}.background-meta span{color:var(--muted);font-size:12px}.background-meta em{color:var(--muted);font-size:12px;font-style:normal;line-height:1.5}.background-actions{flex-wrap:wrap;gap:8px;padding:0 14px;display:flex}.background-actions button{border-radius:12px;min-height:40px;padding:0 14px;font-size:13px}.background-discard{color:var(--coral)}.background-pending,.background-failed,.background-empty{color:var(--muted);margin:0;padding:0 14px;font-size:13px}.background-failed{color:#ffb3a1}.background-revise{gap:8px;padding:0 14px;display:grid}.background-revise textarea{resize:vertical;font:inherit;border:1px solid var(--line);background:var(--field);color:var(--ink);border-radius:12px;padding:10px 12px}@media (width<=699px){.background-form{grid-template-columns:1fr}.admin-backgrounds{padding:16px 5vw 32px}}.admin-backgrounds{grid-template-rows:auto auto minmax(0,1fr);gap:14px;height:calc(100svh - 74px);min-height:0;padding:16px max(14px,3vw) 14px;display:grid;overflow:hidden}.admin-backgrounds .backgrounds-head h1{font-size:22px}.admin-backgrounds .backgrounds-head p{font-size:13px}.background-scroll{-webkit-overflow-scrolling:touch;align-content:start;gap:16px;min-height:0;padding-inline-end:4px;display:grid;overflow:auto}.background-new{gap:10px;padding:12px 14px}.background-form{gap:10px}.background-form textarea{min-height:56px}.background-art{aspect-ratio:21/9;color:var(--muted);text-align:center;place-items:center;gap:6px;padding:8px;font-size:12px;display:grid}.background-art--waiting{background:linear-gradient(160deg,#151d36,#0f1628)}.background-spinner{border:2px solid color-mix(in srgb,var(--teal) 30%,transparent);border-top-color:var(--teal);border-radius:50%;width:22px;height:22px;animation:1.1s linear infinite boot-spin}.background-card{gap:8px;padding-bottom:10px}.background-meta em{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.background-revise textarea{min-height:56px}@media (height<=600px) and (width>=700px){.admin-backgrounds{gap:10px;height:calc(100svh - 58px);padding:10px max(12px,2.5vw)}.backgrounds-head p{display:none}.admin-backgrounds .backgrounds-head h1{font-size:18px}.background-new{gap:8px;padding:10px 12px}.background-new h2{font-size:15px}.background-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px}.background-form textarea{min-height:44px}.background-form .primary{min-height:40px}.background-note{display:none}.background-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}.admin-backgrounds section h2{font-size:15px}.background-actions button{min-height:36px;font-size:12px}}input:-webkit-autofill{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}input:-webkit-autofill:hover{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}input:-webkit-autofill:focus{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}input:-webkit-autofill:active{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}textarea:-webkit-autofill{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}select:-webkit-autofill{caret-color:var(--ink);border-color:var(--line);-webkit-box-shadow:0 0 0 1000px var(--field) inset!important;box-shadow:0 0 0 1000px var(--field) inset!important;-webkit-text-fill-color:var(--ink)!important;transition:background-color 9999s ease-in-out!important}.access-v2 .access-field.invalid input:-webkit-autofill{border-color:#ff8a70}[data-theme=light] .access-v2 .access-field.invalid input:-webkit-autofill{border-color:#e0674f}.verify-banner{border:1px solid color-mix(in srgb,var(--gold) 45%,transparent);background:color-mix(in srgb,var(--gold) 12%,transparent);border-radius:16px;align-items:center;gap:12px;margin:12px max(14px,4vw) 0;padding:12px 14px;display:flex}.verify-banner img{flex:none;width:38px;height:auto}.verify-banner div{gap:2px;min-width:0;display:grid}.verify-banner strong{font-size:14px}.verify-banner span{color:var(--muted);font-size:12px;line-height:1.5}.verify-banner button{border-radius:12px;flex:none;min-height:40px;padding:0 14px;font-size:13px}.sign-in-code-input{letter-spacing:.34em;text-align:center;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700}.link-button{min-height:0;color:var(--teal);font:inherit;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}a.primary.button{color:#10182b;background:var(--teal);border-radius:16px;place-items:center;min-height:52px;font-size:18px;font-weight:700;display:inline-grid;text-decoration:none!important}@media (width<=699px){.verify-banner{flex-wrap:wrap;margin:10px 5vw 0}}.verify-banner a.button{color:#10182b;background:var(--teal);border-radius:12px;flex:none;place-items:center;min-height:40px;padding:0 14px;font-size:13px;font-weight:650;display:inline-grid;text-decoration:none!important}.access-form .success{border:1px solid color-mix(in srgb,var(--teal) 50%,transparent);background:color-mix(in srgb,var(--teal) 12%,transparent);border-radius:12px;margin:0;padding:10px 14px;font-size:13px}.mafia-page{max-width:1440px;min-height:100dvh;margin:auto;padding:12px}.mafia-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.mafia-header .brand{font-size:22px}.mafia-header>span{color:var(--teal,#24c8c5);font-size:14px}.mafia-layout{grid-template-columns:minmax(150px,27%) minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.mafia-art{border-radius:24px;min-height:260px;overflow:hidden}.mafia-art img{object-fit:cover;width:100%;height:100%}.mafia-panel{background:var(--surface,#192238);border:1px solid #64728b55;border-radius:24px;min-width:0;padding:22px}.mafia-panel h1{margin:8px 0 16px;font-size:clamp(24px,3vw,38px)}.mafia-panel h2{font-size:24px}.mafia-panel p{line-height:1.6}.mafia-panel button{min-height:44px;margin:4px}.mafia-players,.mafia-targets{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin:14px 0;display:grid}.mafia-players>span,.mafia-targets>button{overflow-wrap:anywhere;border:1px solid #71819966;border-radius:14px;padding:12px}.mafia-targets>button[aria-pressed=true]{background:#ff735721;border:2px solid #ff7357}.mafia-invite{align-items:center;gap:18px;display:flex}.mafia-invite>img{border-radius:12px;width:150px;max-width:35%}.mafia-invite code{overflow-wrap:anywhere;font-size:18px;display:block}.mafia-private{border:1px solid #24c8c555;border-radius:16px;padding:12px}.mafia-private>strong{margin-inline-end:14px}.mafia-results>div{overflow-wrap:anywhere;border-bottom:1px solid #71819955;grid-template-columns:1fr 1fr auto;gap:12px;padding:12px;display:grid}.mafia-clock{font-variant-numeric:tabular-nums;color:var(--gold,#ffc459);font-size:36px}.mafia-focused{max-width:900px;margin:auto}.mafia-panel select{max-width:100%;min-height:44px;display:block}.mafia-phone .mafia-art{display:none}.mafia-phone{grid-template-columns:1fr;max-width:900px;margin:auto}[data-theme=light] .mafia-panel{color:#151b30;background:#fff9ed}@media (width<=600px){.mafia-header{flex-wrap:wrap;gap:8px}.mafia-layout{grid-template-columns:1fr}.mafia-art{display:none}.mafia-panel{padding:16px}.mafia-invite{align-items:flex-start}.mafia-results>div{grid-template-columns:1fr auto}.mafia-results>div>span{grid-row:2}.mafia-header>strong{display:none}}@media (height<=500px) and (width>=601px){.mafia-panel{padding:14px}.mafia-panel h1{margin:4px 0 8px;font-size:26px}.mafia-art{min-height:220px}.mafia-header{margin-bottom:8px}.mafia-players,.mafia-targets{grid-template-columns:repeat(auto-fit,minmax(105px,1fr));margin:8px 0}}.mafia-setup-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.mafia-setup-fields label{min-width:0}.mafia-setup-fields input[type=number]{width:100%;min-height:44px}.mafia-setup-fields select{width:100%}.mafia-public-roster{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;padding:0;list-style:none;display:grid}.mafia-public-roster li{border:1px solid #71819966;border-radius:14px;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:2px 8px;padding:10px;display:grid}.mafia-public-roster strong{overflow-wrap:anywhere}.mafia-public-roster small{grid-column:2;font-size:12px}.mafia-player-initial{width:32px;height:32px;color:var(--teal,#24c8c5);background:#24c8c526;border-radius:50%;grid-row:span 2;place-items:center;display:grid}.mafia-public-roster .is-out{border-style:dashed}.mafia-public-roster .is-out .mafia-player-initial{color:#ff7357;background:#ff735726}
