@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap";
*{box-sizing:border-box}.quiz-wrapper{color:#18181b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#f4f4f5;min-height:100vh;margin:0;padding:2rem;font-family:Roboto,sans-serif;line-height:1.5}header{text-align:center;margin:2rem 0}header img{width:3rem;height:3rem}header h1{letter-spacing:.1rem;color:#18181b;margin:0;font-family:Roboto Condensed,sans-serif;font-size:2.5rem;font-weight:700}#last-try{text-align:center;max-width:40rem;margin:2rem auto;font-family:Roboto Condensed,sans-serif;font-size:.8rem}#last-try h2{color:#71717a;text-transform:uppercase;margin:0;font-size:1rem}#last-try ul{color:#a1a1aa;gap:1rem;margin:0;padding:0;font-size:1.25rem;list-style:none;display:flex}#quiz{text-align:center;background:#fff;border:1px solid #e4e4e7;border-radius:16px;max-width:50rem;margin:auto;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}#question-overview{color:#71717a;text-transform:uppercase;margin:0;font-family:Roboto Condensed,sans-serif;font-size:.8rem}#question progress{background:#e4e4e7;border-radius:24px;width:50%;height:.5rem;margin:0}#question progress::-webkit-progress-bar{background:#e4e4e7;border-radius:24px}#question progress::-webkit-progress-value{background:#6366f1;border-radius:24px;transition:width .3s}#question progress.answered{background:#e4e4e7}#question progress.answered::-webkit-progress-value{background:#f59e0b;border-radius:24px}#question progress.answered::-webkit-progress-bar{background:#e4e4e7}#question h2{color:#27272a;margin:1rem 0 2.5rem;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:500}#answers{flex-direction:column;align-items:center;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.answer{width:90%;margin:0 auto}.answer button{cursor:pointer;color:#3f3f46;background:#fff;border:1px solid #d4d4d8;border-radius:12px;width:100%;padding:1rem 2rem;font-family:Roboto Condensed,sans-serif;font-size:.95rem;transition:all .2s ease-in-out;display:inline-block}.answer button:hover,.answer button:focus{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 4px 14px #6366f163}.answer button.selected{color:#92400e;background:#fef3c7;border-color:#f59e0b}.answer button.correct{color:#166534;background:#dcfce7;border-color:#22c55e}.answer button.wrong{color:#991b1b;background:#fee2e2;border-color:#ef4444}#skip-action{margin-top:2rem}#skip-action button{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Roboto Condensed,sans-serif;font-size:1rem}#skip-action button:hover,#skip-action button:focus{color:#18181b;background:#e4e4e7}#summary{background:#fff;border:1px solid #e4e4e7;border-radius:16px;max-width:40rem;margin:2rem auto;padding:2rem;animation:.5s ease-out slide-in-from-bottom;box-shadow:0 4px 6px -1px #0000001a}#summary img{object-fit:contain;background:#f4f4f5;border:2px solid #e4e4e7;border-radius:50%;width:6rem;height:6rem;margin:0 auto 1rem;padding:.5rem;display:block}#summary h2{text-align:center;color:#18181b;margin:0;font-family:Roboto,sans-serif;font-size:2.5rem}#summary ol{text-align:center;margin:2rem auto;padding:0;list-style:none}#summary li{background:#f4f4f5;border-radius:8px;margin:1.5rem 0;padding:1rem}#summary h3{color:#fff;background:#18181b;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;margin:0 auto .5rem;font-family:Roboto Condensed,sans-serif;font-size:1rem;display:flex}#summary .question{color:#3f3f46;margin:.25rem 0;font-size:1rem;font-weight:500}#summary .user-answer{margin:.25rem 0;font-family:Roboto Condensed,sans-serif;font-size:.9rem;font-weight:700}#summary .user-answer.correct{color:#16a34a}#summary .user-answer.wrong{color:#dc2626}#summary .user-answer.skipped{color:#71717a;font-weight:400}#summary-stats{border-bottom:2px solid #e4e4e7;gap:3rem;width:60%;margin:2rem auto;padding-bottom:2rem;display:flex}#summary-stats p{flex-direction:column;flex:1;margin:0;display:flex}#summary-stats .number{color:#6366f1;font-family:Roboto Condensed,sans-serif;font-size:3rem}#summary-stats .text{text-transform:uppercase;color:#71717a;letter-spacing:.1rem;margin-top:-.7rem;margin-left:.2rem;font-family:Roboto Condensed,sans-serif;font-size:.8rem}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}
