:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#222222de;background-color:#f6f6f6;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}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 3.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#313a66;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{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}header{line-height:1}header h1{color:#303964;font-size:4em;margin-bottom:0}header p{font-size:2em;margin-top:15px}header button{font-size:2em;border-radius:20px;margin-top:20px}.submit-button{font-size:1.25em;border-radius:15px}.question{display:flex;flex-direction:column;text-align:left}.question hr{height:2px;background-color:#49488b2d;border:none;margin:1rem auto;width:100%;align-self:center}.question .qtitle{color:#49488b;font-size:1.8em;font-weight:500}.question .categories{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.2rem}.question .answers{display:flex;flex-direction:row;gap:15px;flex-wrap:wrap;justify-content:flex-start}.option-btn{white-space:nowrap;text-align:center;min-width:fit-content;border-radius:25px;background-color:#f7f7ff;border:2px solid #49488b;color:#49488b;padding:.5rem 1.2rem;cursor:pointer;display:inline-block;transition:all .2s ease}.answer-option input[type=radio]{display:none}.question .answers label{white-space:nowrap;text-align:center;min-width:fit-content;border-radius:25px;background-color:#f7f7ff;border:2px solid #49488b;color:#49488b;padding:.5rem 1.2rem;cursor:pointer;display:inline-block;transition:all .2s ease}.answer-option.wrong input[type=radio]:checked+label{background-color:#f0b0b0;border-color:#f0b0b0}.answer-option.right input[type=radio]+label{background-color:#bff0b0;border-color:#bff0b0}.answer-option.right input[type=radio]:checked+label{background-color:#bff0b0;border-color:#bff0b0}.answer-option input[type=radio]:checked+label{background-color:#b7b4ffa1;color:#49488b}.question .answers label:hover{background-color:#e6e6ff}.results-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:40px}.results-container h2{color:#49488b}footer{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin-top:50px;gap:5px}footer .powered-by{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0}footer img{display:flex;margin-left:8px;justify-content:center;align-items:center}
