@import"https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap";*{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.5;color:#ebe7ef;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:linear-gradient(90deg,#4b5a69 0%,#5d688a 100%);position:relative}header{margin:1rem 0;text-align:center}header .quiz-img{width:8rem;height:8rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.6))}header h1{font-family:Caveat,cursive;font-weight:700;font-size:2.5rem;letter-spacing:.6rem;margin:0;text-transform:uppercase;color:#f8f2f2;background-color:#e5ecea;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.sun-img{width:14rem;height:14rem;position:fixed;top:450px;left:50px}#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:#9c7fd3;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:3rem;background-color:#95467b;border-radius:8px;box-shadow:1px 1px 8px 4px #0c052099;text-align:center}#question-overview{font-family:Roboto Condensed,sans-serif;font-size:.8rem;color:#9082a3;margin:0;text-transform:uppercase}#question progress{width:50%;height:.5rem;border-radius:24px;background:#9e5ef8;margin:0}#question progress::-webkit-progress-bar{background:#efe4d2;border-radius:24px}#question progress::-webkit-progress-value{background:#938c81;border-radius:24px}#question progress.answered{background:#f6f0f0}#question progress.answered::-webkit-progress-value{background:#f8e59c}#question progress.answered::-webkit-progress-bar{background:#6a558a}#question h2{font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:400;margin:.5rem 0 2.5rem;color:#dda853}#answers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:.5rem}.answer{width:90%;margin:0 auto}.answer button{display:inline-block;width:100%;font-family:Roboto Condensed,sans-serif;font-size:.9rem;padding:1rem 2rem;border:none;border-radius:24px;background:#eae3df;cursor:pointer;transition:all .2s ease-in-out}.answer button:hover,.answer button:focus{background:#f3e5d1;color:#95467b}.answer button.selected{background:#f5a76c;color:#2c203d}.answer button.correct{background:#86a788;color:#eae3df}.answer button.wrong{background:#930b46;animation-name:wrong;animation-duration:.5s;color:#eae3df}@keyframes wrong{0%{transform:scale(1)}50%{transform:scale(1.02)}75%{transform:scale(1)}to{transform:scale(1.02)}}#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,#8e3e63 0%,#b65685 100%);color:#930b46;border-radius:8px;box-shadow:1px 1px 8px 1px #0009;animation:slide-in-from-bottom .7s ease-out}#summary img{display:block;width:8rem;height:8rem;object-fit:contain;margin:0 auto 1rem;filter:drop-shadow(0 0 4px rgba(0,0,0,.6));border-radius:50%;background:#e5e2ea}#summary h2{font-family:Caveat,cursive;font-size:3rem;text-align:center;margin:0;text-transform:uppercase;color:#ece7f3}#summary ol{list-style:none;margin:2rem auto;padding:0;text-align:center}#summary li{margin:2rem 0}#summary h3{display:none;font-family:Roboto Condensed,sans-serif;font-size:1rem;margin:0 auto;display:flex;justify-content:center;align-items:center;background:#2c203d;color:#d8cde8;width:2rem;height:2rem;border-radius:50%}#summary .question{margin:.25rem 0;font-size:1rem;color:#30273a}#summary .user-answer{margin:.25rem 0;font-family:Roboto Condensed,sans-serif;font-weight:700;color:#251e2f}#summary .user-answer.correct,#summary .user-answer.wrong{color:#f6faf8}#summary .user-answer.skipped{color:#f2c5ba;font-weight:400}#summary-stats{display:flex;gap:3rem;width:60%;margin:2rem auto;padding-bottom:2rem;border-bottom:2px solid #594276}#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:#b3a7c2}#summary-stats .text{font-family:Roboto Condensed,sans-serif;text-transform:uppercase;font-size:.8rem;color:#30273a;margin-top:-.7rem;margin-left:.2rem;letter-spacing:.1rem}.summary-parent{position:relative}.summary-parent img{position:absolute;width:2rem!important;height:2rem!important;transform:translate(50%);right:50%;top:0}@media only screen and (max-width: 600px){#quiz{padding:3rem 1rem}#summary h2{font-size:2.2rem}#summary-stats{display:flex;gap:1rem;width:100%}#summary-stats p{flex:1;display:flex;flex-direction:column;margin:0;align-items:center;gap:.5rem}#summary-stats .number{font-size:rem}#answers{gap:.6rem}.answer{width:97%;margin:0 auto}.answer button{font-size:.9rem;padding:1rem .5rem;border:none;border-radius:24px;background:#eae3df;cursor:pointer;transition:all .2s ease-in-out}.sun-img{display:none}}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}
