:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#07161e;--panel:#08161ed1;--ink:#e6f0f2;--muted:#9fb6bd;--accent:#5fb3c9;--charge:#ff8c42;--danger:#e0493b;--ok:#4fcf7a}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Chakra Petch,ui-sans-serif,system-ui,sans-serif}.shell{box-sizing:border-box;background:radial-gradient(at 50% -10%,#1d4a5c 0%,#0b2733 45%,#040d12 100%);justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.panel{background:var(--panel);box-sizing:border-box;border:1px solid #5fb3c940;border-radius:12px;width:100%;max-width:400px;padding:22px 22px 18px;box-shadow:0 20px 60px #00000059}.panel.center{text-align:center}.brand{align-items:center;gap:12px;margin-bottom:14px;display:flex}.panel.center .brand{justify-content:center}.brand svg{fill:none;stroke:#9fe8ff8c;stroke-width:1.5px;flex:none;width:40px;height:40px}.brand svg .blip{fill:#ff3b3b;stroke:none;animation:2.4s ease-in-out infinite blip}@keyframes blip{0%,to{opacity:.15}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.brand svg .blip{animation:none}}h1{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:24px;font-weight:600}h2{margin:6px 0 10px;font-size:18px;font-weight:600}p{line-height:1.45}form{flex-direction:column;gap:10px;display:flex}label{color:var(--muted);flex-direction:column;gap:4px;font-size:13px;display:flex}input,select{font:inherit;color:var(--ink);background:#e6f0f212;border:1px solid #e6f0f240;border-radius:8px;padding:9px 11px;font-size:16px}select option{color:var(--ink);background:#0b2733}input:focus-visible,select:focus-visible,button:focus-visible{outline:2px solid var(--charge);outline-offset:2px}button{cursor:pointer;border-radius:8px;font:600 15px Chakra Petch,sans-serif}button:disabled{opacity:.6;cursor:default}.primary{background:var(--charge);color:#1a0d05;border:0;margin-top:4px;padding:11px 16px}.secondary{color:var(--ink);background:0 0;border:1px solid #e6f0f259;padding:9px 14px}.link{color:var(--accent);text-align:left;background:0 0;border:0;padding:4px 0;font-weight:400}.links{flex-direction:column;align-items:flex-start;margin-top:12px;display:flex}.note{color:var(--muted);margin:0 0 10px;font-size:14px}.error{color:#ff8a7e;margin:0;font-size:14px}.ok{color:var(--ok);margin:0;font-size:14px}.fine{color:var(--muted);margin:12px 0 0;font-size:12px}.signout{border-top:1px solid #e6f0f21f;margin-top:16px;padding-top:12px}.signout .fine{margin-top:6px}.row{flex-direction:row;align-items:flex-end;gap:10px;margin-top:10px;display:flex}.row .grow{flex:1}.row button{margin-top:0;padding:10px 16px}.wide{width:100%}h2+.row{margin-top:0}.panel h2:not(:first-of-type){margin-top:18px}.help{color:var(--muted);margin-top:14px;font-size:13px}.help summary{cursor:pointer;color:var(--accent)}.room-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.code{letter-spacing:.18em;font-size:28px;font-weight:600}.seats{flex-direction:column;gap:6px;margin:0 0 12px;padding:0;list-style:none;display:flex}.seat{background:#e6f0f20d;border:1px solid #e6f0f21a;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;display:flex}.seat .who{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.seat em{color:var(--muted);font-style:normal}.seat .team{color:var(--muted);font-size:12px}.seat .link{padding:0;font-size:13px}.muted{color:var(--muted)}.swatch{border-radius:50%;flex:none;width:12px;height:12px}.swatch.blue{background:#3d7fd6}.swatch.red{background:#d6473d}.swatch.green{background:#3fae5c}.swatch.gold{background:#d6b23d}.game-root{position:fixed;inset:0}.net-banner{left:50%;bottom:calc(env(safe-area-inset-bottom) + 8px);z-index:20;color:#ff8c42;pointer-events:none;background:#08161ed9;border-radius:6px;padding:4px 10px;font-size:13px;position:fixed;transform:translate(-50%)}.btn.game-exit{z-index:6;left:14px;top:calc(max(12px, env(safe-area-inset-top)) + 84px);pointer-events:auto;background:#08161eb8;width:64px;height:34px;font-size:14px;position:fixed}.game-confirm{z-index:30;background:#030a108c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.game-confirm .card{max-width:320px;padding:16px 18px;font-size:16px}.game-confirm p{opacity:.9;margin:8px 0 0;font-size:14px}.game-confirm-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.game-confirm-actions .btn{height:40px;padding:0 18px}.game-confirm-actions .btn.danger{background:#e0493b73;border-color:#e0493be6}.game-error{z-index:9;position:fixed;top:40%;left:50%;transform:translate(-50%,-50%)}.teams{grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 12px;display:grid}.team-box{background:#e6f0f20d;border:1px solid #e6f0f21a;border-radius:8px;min-width:0;padding:8px 10px;font-size:14px}.team-box.mine{background:#e6f0f21a;border-color:#e6f0f273}.team-box header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.team-box header b{flex:1}.team-box header .link,.team-box .add{padding:0;font-size:13px}.team-box ul{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.team-box li{align-items:center;gap:6px;min-width:0;display:flex}.team-box li .who{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.team-box li .link{padding:0 2px}.team-box .add{margin-top:4px}
