@import"https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap";*{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.5;color:#efe7e7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;height:100%}body{margin:0;padding:2rem;background-color:#07080c}header{margin:2rem 0;text-align:center}header img{width:3rem;height:3rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.6))}header h1{font-family:Roboto Condensed,sans-serif;font-weight:700;font-size:2.5rem;letter-spacing:.6rem;margin:0;text-transform:uppercase;background:linear-gradient(90deg,#aeddff 40%,#0ff 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#last-try{max-width:40rem;margin:2rem auto;font-size:.8rem;font-family:Roboto Condensed,sans-serif;text-align:center}#last-try h2{margin:0;font-size:1rem;color:#d37f7f;text-transform:uppercase}#last-try ul{list-style:none;margin:0;padding:0;display:flex;gap:1rem;font-size:1.25rem;color:#a690c5}#quiz{max-width:50rem;margin:auto;padding:2rem;background:linear-gradient(180deg,#04213b,#061a2c);border-radius:8px;box-shadow:1px 2px 15px 3px #227d94;text-align:center}#question-overview{font-family:Roboto Condensed,sans-serif;font-size:2.8rem;color:#9082a3;margin:0;text-transform:uppercase}#question progress{width:50%;height:.5rem;border-radius:24px;background:#5e99f8;margin:0}#question progress::-webkit-progress-bar{background:#5874a396;border-radius:24px}#question progress::-webkit-progress-value{background:#2cb2b2;border-radius:24px}#question progress.answered{background:#f8e59c}#question progress.answered::-webkit-progress-value{background:#f5dc77}#question progress.answered::-webkit-progress-bar{background:#5874a396}#question h2{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:.5rem 0 2.5rem;color:#c2d2df}#answers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.answer{width:80%;margin:0 auto}.answer button{display:inline-block;width:100%;font-family:Roboto Condensed,sans-serif;font-size:.95rem;padding:1rem 2rem;border:none;border-radius:15px;background:#628cae;cursor:pointer;transition:all .1s ease-in-out}.answer button:hover,.answer button:focus{background:#1d5f96;color:#f8fcff}.answer button.selected{background:#f5a76c;color:#1f1b26}.answer button.correct{background:#48fb96;color:#2c203d}.answer button.wrong{background:#f75998;color:#222330}#skip-action{margin-top:2rem}#skip-action button{font-family:Roboto Condensed,sans-serif;font-size:1rem;border:none;background:transparent;color:#9082a3;cursor:pointer}#skip-action button:hover,#skip-action button:focus{color:#c7bfd6}#summary{max-width:40rem;margin:2rem auto;padding:2rem;background:linear-gradient(180deg,#101321,#0e131d);color:#a1a1a1;border-radius:20px;box-shadow:1px 2px 20px 3px #06d8e399;animation:slide-in-from-bottom .7s ease-out}#summary img{display:block;width:8rem;height:8rem;object-fit:contain;margin:0 auto 1rem;padding:1rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.6));border:2px solid rgba(50,180,180,.779);border-radius:50%;background:#0a0a0bb3}#summary h2{font-family:Roboto,sans-serif;font-size:3rem;text-align:center;margin:0;text-transform:uppercase;color:#4a7a90}#summary ol{list-style:none;margin:2rem auto;padding:0;text-align:center}#summary li{margin:2rem 0}#summary h3{font-family:Roboto Condensed,sans-serif;font-size:1rem;margin:0 auto;display:flex;justify-content:center;align-items:center;background:#070509;color:#d3d2d4;width:2rem;height:2rem;border-radius:50%}#summary .question{margin:.25rem 0;font-size:1rem;color:#cfcdd0}#summary .user-answer{margin:.25rem 0;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#52465b}#summary .user-answer.correct{color:#117757}#summary .user-answer.wrong{color:#b01474}#summary .user-answer.skipped{color:#d1baf2;font-weight:400}#summary-stats{display:flex;gap:3rem;width:60%;margin:2rem auto;padding-bottom:2rem;border-bottom:2px solid #0ff}#summary-stats p{flex:1;display:flex;flex-direction:column;margin:0}#summary-stats .number{font-family:Roboto Condensed,sans-serif;font-size:3rem;color:#68dcff}#summary-stats .text{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;font-size:.8rem;color:#7f8e9d;font-weight:800;margin-top:-.7rem;margin-left:.2rem;letter-spacing:.1rem}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}
