:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;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{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{min-height:100vh;background:radial-gradient(circle at 10% 20%,rgba(102,126,234,.4),transparent 55%),radial-gradient(circle at 80% 0%,rgba(234,179,8,.35),transparent 45%),linear-gradient(135deg,#111827,#1f2937);padding-bottom:3rem}.loading-state{max-width:420px;margin:4rem auto 0;padding:2rem;border-radius:18px;background:#ffffff14;color:#f9fafb;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:.75rem}.loading-icon{font-size:2.5rem}.navbar{position:sticky;top:0;z-index:100;display:flex;flex-direction:column;gap:.75rem;padding:.75rem 1.6rem .9rem;background:#111827e0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(110,231,183,.1)}.nav-top{display:flex;align-items:center;gap:1.1rem}.nav-home{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;padding:.55rem 1.25rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-size:.9rem}.nav-home:hover{transform:translateY(-1px);box-shadow:0 12px 24px #6366f140}.nav-selectors{display:flex;gap:.55rem;flex-wrap:wrap}.nav-select{display:flex;flex-direction:column;font-size:.75rem;color:#e5e7ebd9}.nav-select select{margin-top:.25rem;background:#1f2937d9;color:#f9fafb;border:1px solid rgba(99,102,241,.35);border-radius:10px;padding:.45rem 2rem .45rem .75rem;min-width:170px;font-size:.85rem;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L9.33013 0.75H0.669873L5 6Z' fill='%23ffffff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.nav-select select:disabled{opacity:.5;cursor:not-allowed}.nav-quiz-info{flex:1;min-width:220px;color:#e5e7eb;display:flex;flex-direction:column;gap:.25rem}.nav-quiz-title{font-weight:600;font-size:.95rem}.nav-quiz-focus{font-size:.8rem;color:#e5e7ebb3}.nav-quiz-placeholder{font-size:.85rem;color:#e5e7eb99}.nav-question-rail{display:flex;gap:.3rem;flex-wrap:wrap}.nav-question{width:28px;height:28px;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:#1e293b99;color:#e5e7eb;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;font-size:.75rem}.nav-question:hover{transform:translateY(-1px)}.nav-question.correct{background:#10b98124;border-color:#10b98180;color:#6ee7b7}.nav-question.incorrect{background:#ef444424;border-color:#ef444466;color:#fecaca}.nav-question.active{background:var(--accent-color, rgba(99, 102, 241, .4));border-color:var(--accent-color, rgba(99, 102, 241, .6));box-shadow:0 8px 16px #6366f133}.start-screen{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem}.header{text-align:center;color:#f9fafb;margin-bottom:3rem}.header h1{font-size:2.8rem;font-weight:700;margin-bottom:.75rem}.subtitle{font-size:1.05rem;max-width:720px;margin:0 auto;color:#e5e7ebbf;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2.5rem}.stat-card{padding:1.75rem;border-radius:18px;background:#ffffff14;color:#f9fafb;text-align:center;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stat-number{font-size:2.4rem;font-weight:700;margin-bottom:.35rem}.stat-label{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#e5e7eba6}.section-card-grid{display:grid;gap:1.75rem}.section-card{position:relative;overflow:hidden;border-radius:20px;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#0f172af2,#1e293beb);border:1px solid rgba(255,255,255,.06)}.section-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,var(--section-color),transparent 65%);opacity:.2;pointer-events:none}.section-card-header{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem;position:relative;z-index:1}.section-card-icon{width:70px;height:70px;border-radius:18px;display:grid;place-items:center;font-size:2rem;background:#ffffff1f;color:#fefce8;box-shadow:0 12px 24px #0f0f1a59}.section-card-text h2{color:#f9fafb;font-size:1.55rem;margin-bottom:.4rem}.section-card-text p{color:#e5e7ebc7;line-height:1.6;margin:0;max-width:640px}.section-card-meta{display:flex;gap:1rem;margin-top:.9rem;font-size:.85rem;color:#e5e7ebb3}.section-card-quizzes{display:grid;gap:1rem;position:relative;z-index:1}.quiz-pill{text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.5rem;background:#0f172a99;color:#f9fafb;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.quiz-pill:hover{transform:translateY(-2px);box-shadow:0 18px 30px #0f172a59;border-color:#ffffff2e}.quiz-pill-header{display:flex;justify-content:space-between;gap:.75rem;align-items:baseline}.quiz-pill-title{font-weight:600;font-size:1rem}.quiz-pill-meta{font-size:.85rem;color:#e5e7eba6}.quiz-pill-focus{font-size:.9rem;color:#e5e7ebc7;line-height:1.5}.quiz-screen{max-width:1060px;margin:0 auto;padding:1.25rem 1rem 1rem;color:#f9fafb;display:flex;flex-direction:column;gap:.9rem}.quiz-heading{display:flex;align-items:flex-start;gap:.7rem}.quiz-section-chip{background:#ffffff1f;padding:.35rem .75rem;border-radius:999px;color:#f9fafb;font-size:.75rem;letter-spacing:.03em;text-transform:uppercase}.quiz-heading-text h2{margin:0 0 .2rem;font-size:1.35rem;font-weight:650}.quiz-heading-text p{margin:0;color:#e5e7ebb8;font-size:.88rem;line-height:1.45}.progress-bar{background:#ffffff14;border-radius:999px;padding:.4rem;position:relative;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--accent-color, #10b981),rgba(16,185,129,.65));height:8px;border-radius:999px;transition:width .3s ease}.progress-text{position:absolute;inset:0;display:grid;place-items:center;font-size:.85rem;font-weight:600;color:#f9fafbe6}.score-display{display:flex;justify-content:center;gap:.6rem}.score-item{display:flex;gap:.45rem;align-items:center;padding:.7rem 1.1rem;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.correct-score{color:#bbf7d0}.incorrect-score{color:#fecaca}.score-value{font-size:1.08rem;font-weight:650}.question-card{display:flex;flex-direction:column;background:#0f172aeb;border-radius:16px;padding:1.3rem 1.25rem 1.15rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 32px #0f172a61;gap:.85rem}.question-text{font-size:1.15rem;font-weight:600;margin:0;line-height:1.45;color:#f9fafb}.choices{display:grid;gap:.6rem}.choice{background:#ffffff0a;border:1px solid rgba(148,163,184,.25);border-radius:14px;padding:.75rem .95rem;display:flex;gap:.65rem;align-items:center;color:#f9fafb;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.choice:hover:not(:disabled){transform:translate(6px);border-color:var(--accent-color, rgba(99, 102, 241, .6))}.choice:disabled{cursor:not-allowed;opacity:.9}.choice.correct{background:#10b9812e;border-color:#10b981a6}.choice.incorrect{background:#ef44442e;border-color:#ef44448c}.choice-letter{width:34px;height:34px;border-radius:12px;background:#ffffff14;display:grid;place-items:center;font-weight:600;font-size:.9rem}.choice.correct .choice-letter{background:#10b981cc}.choice.incorrect .choice-letter{background:#ef4444cc}.choice-text{flex:1;font-size:.94rem;line-height:1.35;color:#f9fafbf2}.explanation-box{border-radius:14px;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.1)}.correct-explanation{background:#10b9811f;border-color:#10b98159}.incorrect-explanation{background:#ef44441f;border-color:#ef44444d}.explanation-header{display:flex;gap:.6rem;align-items:center;font-weight:600;font-size:.9rem;margin-bottom:.45rem}.explanation-text{margin:0;color:#e5e7ebd1;line-height:1.45}.button-group{display:flex;justify-content:flex-end;margin-top:auto}.btn{border:none;border-radius:12px;padding:.75rem 1.55rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary{background:linear-gradient(135deg,var(--accent-color, #6366f1),rgba(99,102,241,.75));color:#f9fafb;box-shadow:0 22px 38px #6366f140}.btn-primary:hover{transform:translateY(-2px)}.results-screen{max-width:900px;margin:0 auto;padding:3rem 1.5rem;color:#f9fafb}.results-card{background:#0f172aeb;border-radius:24px;padding:3rem 2.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 60px #0f172a73;text-align:center}.results-header{margin-bottom:2rem}.results-section{display:inline-block;padding:.4rem 1rem;border-radius:999px;background:#ffffff1f;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:#f9fafb}.results-header h2{margin:.75rem 0 .5rem;font-size:2.05rem;font-weight:700}.results-header p{margin:0;color:#e5e7ebb8}.final-score{margin-bottom:2rem}.score-circle{position:relative;width:220px;height:220px;margin:0 auto}.score-svg{width:100%;height:100%}.score-percentage{position:absolute;inset:0;display:grid;place-items:center;font-size:3rem;font-weight:700;color:#f9fafb}.results-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.result-stat{padding:1.2rem;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.result-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:#e5e7eb9e;margin-bottom:.35rem}.result-value{font-size:2.1rem;font-weight:700}.correct-stat .result-value{color:#bbf7d0}.incorrect-stat .result-value{color:#fecaca}.pass-status{padding:1.75rem;border-radius:18px;border:1px solid rgba(255,255,255,.1);margin-bottom:2rem}.passed{background:#10b9811f;border-color:#10b98159}.failed{background:#ef44441f;border-color:#ef44444d}.status-icon{font-size:2.75rem;margin-bottom:.25rem}.status-text{font-size:1.45rem;font-weight:700;margin-bottom:.35rem}.status-message{color:#e5e7ebbf;margin:0;line-height:1.6}.button-group{display:flex;justify-content:center}@media(max-width:960px){.nav-top{flex-direction:column;align-items:stretch}.nav-selectors{width:100%}.nav-select select{width:100%;min-width:0}.nav-quiz-info{width:100%}.quiz-screen{padding:1.25rem 1rem 1rem;gap:1rem}.score-display{flex-wrap:wrap;justify-content:flex-start}.question-card{padding:1.05rem 1rem 1rem;gap:.75rem}.question-text{font-size:.98rem}.choice{padding:.65rem .85rem}.score-display{gap:.6rem}}@media(max-width:640px){.header h1{font-size:2.1rem}.quiz-heading{flex-direction:column;align-items:flex-start;gap:.6rem}.quiz-heading-text h2{font-size:1.2rem}.quiz-heading-text p{font-size:.82rem}.question-card{padding:1.6rem 1.35rem}.score-display{flex-direction:column;align-items:stretch;gap:.6rem}.results-stats{grid-template-columns:1fr}.choice{padding:.6rem .75rem}.choice-letter{width:30px;height:30px;font-size:.82rem}}
