@import url(https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap);:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;color:#ffffffde;color-scheme:light dark;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;font-weight:400;line-height:1.5;text-rendering:optimizeLegibility}a{color:#646cff;font-weight:500;text-decoration:inherit}a:hover{color:#535bf2}body{min-width:320px;place-items:center}h1{font-size:3.2em;line-height:1.1}button{background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;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{background-color:#fff;color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9}}.question-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:2px solid #40e0d033;border-radius:20px;box-shadow:0 12px 40px #0006;margin:0 auto;max-width:700px;padding:30px;transition:transform .3s ease,box-shadow .3s ease;width:100%}.question-card:hover{box-shadow:0 15px 50px #40e0d033;transform:translateY(-5px)}.question-header{margin-bottom:30px;text-align:center}.timer-section{margin-bottom:20px}.timer-section h2{color:#40e0d0;font-size:1.1rem;font-weight:700;margin-bottom:10px}.timer-display{color:#0ff;font-size:2.5rem;font-weight:900;text-shadow:0 0 20px #0ffc;transition:all .3s ease}.timer-display.warning{animation:warning-pulse 1s ease-in-out infinite;color:#ff0;text-shadow:0 0 20px #ff0c}.timer-display.critical{animation:critical-pulse .5s ease-in-out infinite;color:red;text-shadow:0 0 25px red}@keyframes warning-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes critical-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.question-counter{color:#fff;font-size:1rem;font-weight:600}.question-content,.question-text{margin-bottom:25px}.question-text{color:#fff;font-size:1.4rem;font-weight:600;line-height:1.5;text-align:center}.options-container{display:flex;flex-direction:column;gap:12px}.option-button{align-items:center;background:#ffffff0d;border:2px solid #40e0d04d;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-family:Orbitron,monospace;font-size:1.1rem;gap:15px;overflow:hidden;padding:15px 20px;position:relative;transition:all .3s ease}.option-button:before{background:linear-gradient(90deg,#0000,#40e0d033,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.option-button:hover:before{left:100%}.option-button:hover{background:#40e0d01a;border-color:#40e0d0;box-shadow:0 5px 20px #40e0d04d;transform:translateX(10px)}.option-letter{align-items:center;background:linear-gradient(45deg,#0ff,#f0f);border-radius:50%;color:#000;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:35px;justify-content:center;width:35px}.mission-status{background:#ffffff08;border:1px solid #40e0d033;border-radius:12px;padding:15px;text-align:center}.mission-status p{color:#40e0d0;font-size:.9rem;margin:5px 0;opacity:.8}@media (max-width:768px){.question-card{margin:10px;padding:20px}.question-text{font-size:1.2rem}.option-button{font-size:1rem;padding:12px 15px}.option-letter{height:30px;width:30px}}.result-screen{animation:result-appear .8s ease-out;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:2px solid #40e0d04d;border-radius:25px;box-shadow:0 15px 50px #00000080;margin:0 auto;max-width:600px;padding:40px;text-align:center;width:100%}@keyframes result-appear{0%{opacity:0;transform:scale(.8) translateY(50px)}to{opacity:1;transform:scale(1) translateY(0)}}.result-header{margin-bottom:30px}.result-header h1{animation:bounce 2s ease-in-out infinite;font-size:4rem;margin-bottom:15px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.result-header h2{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(45deg,#0ff,#f0f,#ff0);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-size:1.8rem;font-weight:900;margin-bottom:15px}.result-message{color:#fff;font-size:1.1rem;line-height:1.5;opacity:.9}.score-display{gap:15px;margin:40px 0}.score-circle,.score-display{align-items:center;display:flex;flex-direction:column}.score-circle{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#0ff3,#f0f3);border:3px solid #40e0d0;border-radius:50%;height:120px;justify-content:center;position:relative;width:120px}@keyframes pulse{0%,to{box-shadow:0 0 20px #40e0d080}50%{box-shadow:0 0 40px #40e0d0cc}}.score-number{color:#0ff;font-size:2.5rem;font-weight:900}.score-total{color:#fff;font-size:1.2rem;opacity:.7}.percentage{color:#f0f;font-size:2rem;font-weight:700;text-shadow:0 0 10px #ff00ff80}.rank{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0ff,#fff);-webkit-background-clip:text;background-clip:text;background-color:#ffffff0d;border:2px solid #40e0d080;border-radius:20px;font-size:1.3rem;font-weight:700;padding:8px 16px}.detailed-results{background:#ffffff08;border:1px solid #40e0d033;border-radius:15px;display:flex;flex-direction:column;gap:15px;margin:30px 0;padding:25px}.result-item{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:10px 0}.result-item:last-child{border-bottom:none}.result-label{color:#40e0d0;font-weight:600}.result-value{color:#fff;font-size:1.1rem;font-weight:700}.action-buttons{margin:30px 0}.restart-button{background:linear-gradient(45deg,#0ff,#f0f);border:none;border-radius:25px;color:#000;cursor:pointer;font-family:Orbitron,monospace;font-size:1.2rem;font-weight:700;overflow:hidden;padding:15px 30px;position:relative;transition:all .3s ease}.restart-button:before{background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.restart-button:hover:before{left:100%}.restart-button:hover{box-shadow:0 10px 25px #40e0d066;transform:translateY(-3px)}.mission-complete{background:#ffffff08;border:1px solid #40e0d033;border-radius:12px;padding:20px}.wrong-answers-section{background:#ffffff08;border:1px solid #ff64644d;border-radius:15px;margin:30px 0;padding:25px}.review-title{color:#ff6b6b;font-size:1.3rem;font-weight:700;margin-bottom:20px;text-align:center}.wrong-answers-list{display:flex;flex-direction:column;gap:15px}.wrong-answer-item{background:#ffffff05;border:1px solid #ff646433;border-radius:10px;padding:20px}.question-review h4{color:#fff;font-size:1.1rem;line-height:1.4;margin-bottom:15px}.answer-comparison{display:flex;flex-direction:column;gap:10px}.correct-answer,.user-answer{align-items:center;display:flex;gap:10px}.label{color:#40e0d0;font-weight:600;min-width:80px}.answer{border-radius:8px;font-weight:500;padding:8px 12px}.answer.wrong{background:#ff646433;border:1px solid #ff64644d;color:#ff6b6b}.answer.correct{background:#64ff6433;border:1px solid #64ff644d;color:#4ade80}.mission-complete p{color:#40e0d0;font-size:.95rem;margin:8px 0;opacity:.8}.new-record{animation:record-glow 2s ease-in-out infinite;color:#ff0!important;font-size:1.1rem!important;font-weight:700!important;text-shadow:0 0 10px #ffff0080}@keyframes record-glow{0%,to{opacity:.8}50%{opacity:1}}@media (max-width:768px){.result-screen{margin:10px;padding:25px}.result-header h1{font-size:3rem}.result-header h2{font-size:1.5rem}.result-message{font-size:1rem}.score-circle{height:100px;width:100px}.score-number{font-size:2rem}.percentage{font-size:1.6rem}.rank{font-size:1.1rem}.detailed-results{padding:20px}}.progress-bar-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-bottom:2px solid #40e0d04d;left:0;padding:15px 20px;position:fixed;right:0;top:0;z-index:1000}.progress-bar-track{background:#ffffff1a;border:1px solid #40e0d04d;border-radius:10px;height:8px;margin-bottom:8px;overflow:hidden;position:relative}.progress-bar-fill{animation:progress-flow 3s ease-in-out infinite;background:linear-gradient(90deg,#0ff,#f0f,#ff0);background-size:200% 100%;border-radius:10px;height:100%;position:relative;transition:width .8s ease}@keyframes progress-flow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.progress-bar-glow{animation:glow-pulse 2s ease-in-out infinite;background:radial-gradient(circle,#fffc,#0000);border-radius:50%;height:12px;position:absolute;right:-2px;top:-2px;width:20px}@keyframes glow-pulse{0%,to{opacity:.6}50%{opacity:1}}.progress-info{align-items:center;display:flex;font-family:Orbitron,monospace;justify-content:space-between}.progress-text{color:#40e0d0;font-size:.9rem;font-weight:600}.progress-count{color:#fff;font-size:.8rem;opacity:.8}@media (max-width:768px){.progress-bar-container{padding:10px 15px}.progress-text{font-size:.8rem}.progress-count{font-size:.7rem}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0c0c0c,#1a1a2e 50%,#16213e);color:#fff;font-family:Orbitron,monospace;margin:0;overflow-x:hidden;padding:0}#root,body{align-items:center;display:flex;justify-content:center;min-height:100vh}#root{width:100%}body:before{animation:sparkle 20s linear infinite;background-image:radial-gradient(#fff,#fff3 2px,#0000 40px),radial-gradient(#fff,#ffffff26 1px,#0000 30px),radial-gradient(#fff,#ffffff1a 2px,#0000 40px);background-position:0 0,40px 60px,130px 270px;background-size:550px 550px,350px 350px,250px 250px;content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}@keyframes sparkle{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.app{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1200px;min-height:100vh;padding:80px 20px 20px;position:relative;width:100%}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #40e0d04d;border-radius:20px;box-shadow:0 8px 32px #0000004d;margin-bottom:30px;max-width:600px;padding:30px;text-align:center;width:100%}.app-header h1{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(45deg,#0ff,#f0f,#ff0);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-size:2.5rem;font-weight:900;margin-bottom:10px}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.app-header p{color:#40e0d0;font-size:1.1rem;opacity:.9}.high-score{color:#ff0!important;font-size:1rem!important;font-weight:700!important;margin-top:10px!important;text-shadow:0 0 10px #ffff0080}.app-main{align-items:center;display:flex;flex:1 1;justify-content:center;max-width:800px;width:100%}.loading{animation:pulse 2s ease-in-out infinite;background:#ffffff0d;border:2px solid #40e0d04d;border-radius:20px;color:#40e0d0;font-size:1.5rem;padding:40px;text-align:center}@media (max-width:768px){.app{padding:60px 10px 10px}.app-header{padding:20px}.app-header h1{font-size:2rem}.app-header p{font-size:1rem}.loading{font-size:1.2rem;padding:30px 20px}}
/*# sourceMappingURL=main.02af1b4f.css.map*/