:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:1024px){:root{font-size:16px}}@media(prefers-color-scheme:dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:520px;max-width:100%;margin:0 auto;text-align:center;min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media(max-width:1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media(max-width:1024px){h2{font-size:20px}}p{margin:0}button{cursor:pointer;padding:10px 16px;font:inherit;font-size:15px;font-weight:500;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);transition:filter .15s ease,transform .15s ease,background .15s ease,border-color .15s ease}button:hover:not(:disabled){border-color:var(--accent);background:var(--accent-bg);filter:brightness(1.05);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0);filter:brightness(.96)}button:disabled{cursor:not-allowed;opacity:.6}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.app-shell{flex:1;display:flex;flex-direction:column;padding:24px 20px;box-sizing:border-box;gap:16px}.error{color:#e5484d;font-size:14px}.hint{color:var(--text);font-size:14px}.join-form{display:flex;gap:8px;justify-content:center}.join-form input{padding:10px 12px;font-size:16px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.join-form button{font-size:16px}.lobby{display:flex;flex-direction:column;gap:16px}.player-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.player-list li{padding:8px 12px;border-radius:8px;background:var(--accent-bg);text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px}.remove-bot-button{padding:2px 8px;line-height:1;color:#e5484d;background:transparent;border:none}.remove-bot-button:hover{background:#e5484d26}.host-controls{display:flex;flex-direction:column;gap:12px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left}.settings-grid label{display:flex;flex-direction:column;font-size:13px;gap:4px}.settings-grid input{padding:6px 8px;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text-h)}.start-button{padding:12px;font-size:16px;font-weight:600;background:var(--accent);color:#fff;border:none;border-radius:8px}.start-button:hover:not(:disabled){background:var(--accent);filter:brightness(1.1)}.phase-header{display:flex;flex-direction:column;gap:10px}.timer-bar-track{height:8px;border-radius:4px;background:var(--code-bg);overflow:hidden}.timer-bar-fill{height:100%;background:var(--accent);transition:width .1s linear}.avatar-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--code-bg);border:2px solid var(--border);font-weight:600;color:var(--text-h)}.avatar.bot{background:var(--accent-bg)}.avatar.answered{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-border)}.question-screen,.reveal-screen{display:flex;flex-direction:column;gap:16px}.question-number{font-size:13px;color:var(--text)}.question-prompt{font-size:20px;font-weight:500;color:var(--text-h)}.options{display:flex;flex-direction:column;gap:8px}.option-result{padding:10px 12px;border-radius:8px;border:1px solid var(--border);text-align:left}.option-result.correct{border-color:var(--accent);background:var(--accent-bg);font-weight:600}.explanation{font-size:14px;color:var(--text);text-align:left}.sources{list-style:none;padding:0;margin:0;font-size:12px;text-align:left;color:var(--text)}.sources a{color:var(--accent)}.player-results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.player-results li{display:flex;justify-content:space-between;padding:6px 10px;border-radius:6px;background:var(--code-bg);font-size:14px}.scoreboard{display:flex;flex-direction:column;gap:16px}.scoreboard ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;counter-reset:rank}.scoreboard li{display:flex;justify-content:space-between;padding:10px 14px;border-radius:8px;background:var(--code-bg);font-size:15px}.scoreboard li{counter-increment:rank}.scoreboard li .rank-name:before{content:counter(rank) ". ";color:var(--text);margin-right:6px}.scoreboard li.you{border:2px solid var(--accent)}
