body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg:#0b1220;--card:#111827;--muted:#94a3b8;--text:#e5e7eb;--accent:#3b82f6;--accent-2:#22c55e;--danger:#ef4444;--ring:#3b82f659;--radius:14px;--shadow:0 8px 24px #00000040}*{box-sizing:border-box}#root,body,html{height:100%}body{background:radial-gradient(1200px 800px at 70% -10%,#1f2937 0,#0b1220 55%);color:#e5e7eb;color:var(--text);font:16px/1.45 system-ui,Segoe UI,Roboto,Arial;margin:0}.container{margin:2rem auto;max-width:780px;padding:1rem}.card{background:linear-gradient(180deg,#0f172a,#0b1220);border:1px solid #ffffff0f;border-radius:14px;border-radius:var(--radius);box-shadow:0 8px 24px #00000040;box-shadow:var(--shadow);padding:16px}h1,h2{margin:0 0 10px}.muted{color:#94a3b8;color:var(--muted)}.progress{background:#182033;border-radius:999px;height:10px;margin:8px 0 16px;outline:1px solid #ffffff0f;overflow:hidden}.progress>span{background:linear-gradient(90deg,#4f46e5,#3b82f6);display:block;height:100%}.btn{-webkit-appearance:none;appearance:none;background:linear-gradient(180deg,#2563eb,#1d4ed8);border:0;border-radius:12px;box-shadow:0 4px 14px #2563eb4d;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1rem}.btn:hover{filter:brightness(1.05)}.btn:disabled{cursor:not-allowed;opacity:.6}.btn.ghost{background:#111827;border:1px solid #ffffff1a}.btn.success{background:linear-gradient(180deg,#22c55e,#16a34a)}.btn.danger{background:linear-gradient(180deg,#ef4444,#dc2626)}.input{background:#0b1220;border:1px solid #ffffff1f;border-radius:10px;color:#e5e7eb;color:var(--text);outline:none;padding:.65rem .8rem;width:100%}.input:focus{border-color:#3b82f6;border-color:var(--accent);box-shadow:0 0 0 4px #3b82f659;box-shadow:0 0 0 4px var(--ring)}.grid{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:32px 1.2fr 100px 90px 100px}.row{border-bottom:1px solid #ffffff0f;padding:10px 0}.row:last-child{border-bottom:none}.badge{background:#0b1329;border:1px solid #ffffff0f;border-radius:999px;color:#9db2ff;display:inline-block;font-size:12px;padding:.15rem .5rem}.option{background:#0b1220;border:1px solid #ffffff1f;border-radius:12px;color:#e5e7eb;color:var(--text);display:block;margin:.5rem 0;padding:.8rem 1rem;text-align:left;width:100%}.option.correct{background:#22c55e1a;border:2px solid #22c55e;border:2px solid var(--accent-2)}.option.wrong{background:#ef444414;border:2px solid #ef4444;border:2px solid var(--danger)}.liveStats{grid-gap:8px;background:#ffffff0d;border-radius:14px;border-radius:var(--radius,14px);display:grid;gap:8px;padding:12px}.liveStats__top{align-items:center;display:flex;gap:12px;justify-content:space-between}.liveStats__progressBar{background:#182033}.liveStats__progressText{color:#94a3b8;color:var(--muted,#ffffffb3);font-size:12px;margin-top:6px}.liveStats__timer{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700}.liveStats__pills{display:flex;flex-wrap:wrap;gap:8px}.pill{align-items:center;background:#ffffff14;border-radius:999px;display:inline-flex;font-size:12px;gap:4px;padding:6px 10px}.pill--correct{background:#22c55e2e}.pill--missed{background:#ef44442e}.confetti__piece{opacity:.9}.liveStats--sticky{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#0a101ee6,#0a101ea6);border:1px solid #ffffff0f;margin-bottom:10px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.liveStats__right{align-items:center;display:flex;gap:10px}.countdown{font-feature-settings:"tnum";background:#ffffff12;border-radius:999px;font-variant-numeric:tabular-nums;padding:2px 8px}.countdown--warn{background:#ef444433}.liveStats__progressBar{border-radius:999px;height:10px;outline:1px solid #ffffff0f;overflow:hidden;position:relative}.liveStats__progressFill{background:linear-gradient(90deg,#4f46e5,#3b82f6);height:100%;transform-origin:left center;will-change:transform,filter}@keyframes liveStatsBarTick{0%{filter:brightness(1);transform:scaleX(1)}45%{filter:brightness(1.25);transform:scaleX(1.04)}to{filter:brightness(1);transform:scaleX(1)}}.liveStats__progressFill--tick{animation:liveStatsBarTick .35s ease-out 1}@keyframes pillPulse{0%{box-shadow:0 0 0 0 #22c55e4d;transform:scale(1)}50%{box-shadow:0 0 6px 4px #22c55e33;transform:scale(1.1)}to{box-shadow:0 0 0 0 #22c55e00;transform:scale(1)}}.pill--pulse{animation:pillPulse .5s ease}.pill--category{background:#3b82f62e}.confetti{height:0;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:9999}.confetti__piece{animation:confettiFall 1.2s ease-out forwards;height:8px;opacity:.95;position:absolute;width:8px}@keyframes confettiFall{0%{opacity:1;transform:translateY(0) rotate(0)}to{opacity:0;transform:translateY(120px) rotate(2turn);transform:translateY(var(--fall,120px)) rotate(2turn)}}.option{position:relative;transition:transform .06s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}.option.dim{filter:saturate(.85);opacity:.65}.option__icon{font-size:18px;opacity:.95;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}@keyframes optionPulseCorrect{0%{box-shadow:0 0 0 0 #22c55e00}30%{box-shadow:0 0 0 4px #22c55e40}to{box-shadow:0 0 0 0 #22c55e00}}@keyframes optionPulseWrong{0%{box-shadow:0 0 0 0 #ef444400}30%{box-shadow:0 0 0 4px #ef444440}to{box-shadow:0 0 0 0 #ef444400}}.option.correct{animation:optionPulseCorrect .3s ease-out 1;border-color:#22c55e99!important}.option.wrong{animation:optionPulseWrong .3s ease-out 1;border-color:#ef444499!important}.anspill{background:#22c55e2e;border-radius:999px;color:#eaffea;display:inline-block;font-weight:700;padding:2px 8px}.linklike{background:none;border:none;color:#93c5fd;cursor:pointer;font:inherit;padding:0}.linklike:hover{text-decoration:underline}.controlsRow{align-items:center;display:flex;gap:10px;margin-bottom:10px}.switch{display:inline-block;height:24px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.slider{background:#334155;border-radius:999px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.2s}.slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}.switch input:checked+.slider{background:#22c55e}.switch input:checked+.slider:before{transform:translateX(20px)}.celebrate{align-items:center;animation:celebratePop .9s ease-out 1;color:#fff;display:flex;font-size:clamp(28px,5vw,56px);font-weight:800;inset:0;justify-content:center;pointer-events:none;position:fixed;text-shadow:0 6px 24px #00000073;z-index:50}@keyframes celebratePop{0%{opacity:0;transform:scale(.8)}40%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.finishTop .badge.success{background:#22c55e33;border:1px solid #22c55e80}.modalOverlay{background:#00000080;display:grid;inset:0;place-items:center;position:fixed;z-index:50}.modalCard{background:#0f172a;border:1px solid #243045;border-radius:12px;box-shadow:0 10px 30px #0006;padding:14px;width:min(560px,92vw)}.leaderboard .grid.header,.leaderboard .grid.row{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:60px 1fr 80px 110px}.leaderboard .grid.header{border-bottom:1px solid #ffffff0f;color:#94a3b8;color:var(--muted);font-weight:700;margin-bottom:6px;padding:6px 0 8px}.leaderboard .grid.row{border-bottom:1px solid #ffffff0f;padding:10px 0}.leaderboard .grid.row:last-child{border-bottom:none}.leaderboard .lb-col-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:700px){.leaderboard .grid.header>:first-child,.leaderboard .grid.row>:first-child{display:none}.leaderboard .grid.header,.leaderboard .grid.row{grid-template-columns:1fr 100px 86px!important}}
/*# sourceMappingURL=main.deb3baa6.css.map*/