:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;color:#f4f7ff;background-color:#050d1b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#0d2a52,#050d1b);display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem}#root{width:100%;display:flex;justify-content:center}.app-shell{width:min(1024px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;padding:0 1rem}.card{background:#07101ca6;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;box-shadow:0 30px 60px #05081473;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#f8fbff}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#7ea6ff;margin-bottom:.5rem}h1,h2,h3{margin:0 0 .5rem}.lead{color:#ffffffbf}.start-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.form-label{font-weight:600}.select{border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#081428cc;color:#f4f7ff;padding:.85rem 1rem;font-size:1rem}.primary-btn,.secondary-btn,.option-btn{border:none;border-radius:16px;padding:.9rem 1.4rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.primary-btn{background:linear-gradient(120deg,#2871ff,#19a0ff);color:#fff;box-shadow:0 15px 35px #1450ff59}.primary-btn:disabled{background:#ffffff26;box-shadow:none;cursor:not-allowed}.primary-btn:not(:disabled):hover{transform:translateY(-2px)}.secondary-btn{background:#ffffff14;color:#f4f7ff;border:1px solid rgba(255,255,255,.12)}.secondary-btn:hover{background:#fff3}.quiz-header{display:flex;flex-direction:column;gap:1rem;color:#fefefe}.quiz-header-info{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center}.scoreboard{display:flex;gap:1rem;align-items:center}.scoreboard div{display:flex;align-items:center;gap:.35rem;font-size:1rem}.timer{align-self:flex-start;background:#ffffff14;padding:.5rem 1rem;border-radius:999px;text-align:right}.timer strong{font-size:1.25rem;display:block;letter-spacing:.05em}.progress-track{width:100%;height:10px;border-radius:999px;background:#ffffff1a;margin:2rem 0 1.5rem;overflow:hidden}.progress-value{height:100%;background:linear-gradient(90deg,#00c6ff,#0072ff)}.help-section{margin:1.5rem 0;display:flex;flex-direction:column;gap:1rem}.help-btn{align-self:flex-start;background:linear-gradient(120deg,#7b2cbf,#9d4edd);color:#fff;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease;box-shadow:0 10px 25px #7b2cbf4d}.help-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 35px #7b2cbf66}.help-btn:disabled{background:#ffffff26;box-shadow:none;cursor:not-allowed;opacity:.7}.help-response{background:#7b2cbf1a;border:1px solid rgba(157,78,221,.3);border-radius:16px;padding:1.25rem;margin-top:.5rem}.help-response h3{margin:0 0 .75rem;font-size:1.1rem;color:#c77dff}.help-content{color:#ffffffe6;line-height:1.6;word-wrap:break-word}.help-content h1,.help-content h2,.help-content h3,.help-content h4{color:#c77dff;margin-top:1.25rem;margin-bottom:.75rem;font-weight:600}.help-content h1{font-size:1.5rem}.help-content h2{font-size:1.3rem}.help-content h3{font-size:1.1rem}.help-content h4{font-size:1rem}.help-content p{margin:.75rem 0}.help-content strong{color:#e0aaff;font-weight:600}.help-content em{font-style:italic;color:#ffffffd9}.help-content ul,.help-content ol{margin:.75rem 0;padding-left:1.5rem}.help-content li{margin:.5rem 0}.help-content ul li{list-style-type:disc}.help-content ol li{list-style-type:decimal}.help-content code{background:#0000004d;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.help-content pre{background:#0000004d;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.help-content pre code{background:none;padding:0}.help-error{background:#ff758f26;border:1px solid rgba(255,117,143,.3);border-radius:12px;padding:1rem;color:#ff758f}.help-error p{margin:0;font-size:.95rem}.options-grid{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.option-btn{width:100%;text-align:left;background:#ffffff12;border:1px solid transparent;display:flex;gap:1rem;align-items:center;color:#f7fbff}.option-btn .option-id{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#ffffff14;font-size:.9rem;font-weight:700}.option-btn:hover:not(:disabled){border-color:#ffffff59;background:#ffffff14;cursor:pointer}.option-btn:disabled{cursor:not-allowed;opacity:.8}.option-btn.selected{border-color:#3b86ff;background:#13a0ff2e;box-shadow:0 10px 25px #0072ff40;color:#fff}.option-btn.correct{border-color:#41ffb0cc;background:#41ffb033;box-shadow:0 10px 25px #41ffb040}.option-btn.correct.selected{border-color:#41ffb0e6;background:#41ffb040}.option-btn.wrong{border-color:#ff758fcc;background:#ff758f33;box-shadow:0 10px 25px #ff758f40}.option-btn.wrong.selected{border-color:#ff758fe6;background:#ff758f40}.actions{margin-top:2rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.status{font-size:1.25rem;font-weight:700;padding:.4rem 1rem;border-radius:999px;display:inline-block}.status.passed{background:#23c57026;color:#41ffb0}.status.failed{background:#ff5f6d26;color:#ff758f}.hint{font-size:.95rem;color:#ffffffa6}.hint.warning{color:#ffb347}.hint.success{color:#41ffb0}.review-list ul{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem}.review-list li{padding:1rem;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.review-list .review-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.pill{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;margin-right:.75rem}.pill-success{background:#33dba226;color:#41ffb0}.pill-danger{background:#ff758f26;color:#ff8fa8}.correct-card{border-color:#41ffb066}.wrong-card{border-color:#ff758f66}.question-text{margin:0 0 .5rem;font-weight:600}.answer-line{margin:.2rem 0}.answer-line.correct{color:#41ffb0}.answer-line.wrong{color:#ff758f}.text-center,.mode-selection-screen{text-align:center}.mode-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.mode-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;color:inherit}.mode-card:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.mode-card h3{margin:0 0 1rem;font-size:1.5rem;color:#7ea6ff}.mode-card p{margin:.5rem 0;color:#fffc}.mode-card .hint{margin-top:1rem;font-size:.9rem;color:#fff9}@media(max-width:768px){.app-shell{gap:1rem;padding:0 .75rem 1.5rem}.card{padding:1.25rem;border-radius:18px}.quiz-header h2{font-size:1.25rem}.scoreboard{width:100%;justify-content:space-between}.quiz-header-info{flex-direction:column;align-items:flex-start;gap:.75rem}.timer{align-self:stretch;display:flex;justify-content:space-between;align-items:center}.options-grid{gap:.75rem}.option-btn{padding:.75rem 1rem;border-radius:14px}.option-btn .option-id{width:30px;height:30px}.instant-feedback{font-size:.95rem}.actions{flex-direction:column-reverse}.actions button{width:100%;justify-content:center}}
