:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{padding:32px}.questions>.header{display:flex;justify-content:space-between}h1,h2{margin:0}.questions{display:flex;flex-direction:column;gap:16px}.question{max-width:600px;padding:16px;border:2px solid #E0E0E0;border-radius:10px}.question .header{display:flex;justify-content:space-between}.question h2,.question h4{margin:0}.question .answers{display:flex;flex-direction:column;gap:8px;margin-top:12px}.question .explanation{margin-top:24px;font-weight:600}.question .skipped{color:#ff6b6b}.answer{padding:4px 8px;border:2px solid #E0E0E0;border-radius:10px}.answer:not(.immutable):hover{cursor:pointer;background-color:#e0e0e0;color:#000}.answer span{font-weight:600;margin-right:12px}.answer.correct{background-color:#ff79b8;color:#fff}.answer.incorrect{background-color:#000;color:#fff}.timer{display:flex;align-items:center;border-radius:32px;opacity:80%;color:#fff;font-size:20px}.timer.floating{justify-content:center;position:fixed;width:100px;height:50px;top:64px;right:8px;font-size:18px;background:#e0e0e0;color:#000}.timer .time{font-weight:600}.timer .time.red{color:#ff6b6b}.tab-switcher{display:flex;flex-wrap:wrap;gap:8px}.tab-switcher .tab{padding:4px 8px;border:2px solid #E0E0E0;border-radius:10px}.tab-switcher .tab:hover{cursor:pointer;background-color:#e0e0e0;color:#000}.score{display:flex;justify-content:center;align-items:center;flex-direction:column;position:fixed;top:8px;right:8px;width:100px;height:50px;background:#e0e0e0;border-radius:32px;color:#000;line-height:1;opacity:.8}.score .percent{font-weight:600;font-size:24px}
