:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fcf8f2;--bg-strong:#fff;--bg-accent:linear-gradient(135deg, #fff1de 0%, #fff9f2 45%, #ffd49c 100%);--surface:#fffffff0;--surface-strong:#fff;--line:#323a4a1f;--text:#1f2937;--muted:#667085;--accent:#f59e0b;--accent-strong:#dd7a06;--accent-soft:#f59e0b1f;--success:#15803d;--success-soft:#15803d1f;--danger:#dc5d31;--danger-soft:#dc5d311f;--shadow:0 18px 38px #1f293714;font-family:Avenir Next,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top right, #ff990029, transparent 30%), radial-gradient(circle at bottom left, #ff7a0024, transparent 28%), var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button{font:inherit}#root{min-height:100vh}.app-shell{width:min(1160px,100% - 32px);margin:0 auto;padding:32px 0 56px}.setup-shell,.quiz-shell,.results-shell{gap:20px;display:grid}.panel-card,.question-card,.result-card,.summary-bar,.feedback-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:4px}.results-hero{gap:16px;display:grid}.hero-card{background:var(--bg-accent);border-radius:4px;gap:14px;width:100%;padding:28px 32px;display:grid}.eyebrow{color:var(--accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#f59e0b1f;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.hero-card h1,.results-hero h1,.question-card h3{margin:14px 0 12px;line-height:1.1}.hero-card h1,.results-hero h1{max-width:none;font-size:clamp(2.2rem,4vw,4.6rem)}.hero-card p,.results-hero p,.muted-copy,.feedback-card p,.result-card p,.summary-bar span,.result-header span{color:var(--muted)}.hero-link{width:fit-content;color:var(--accent-strong);border-bottom:1px solid #dd7a0659;font-weight:700;text-decoration:none}.hero-link:hover{border-bottom-color:var(--accent-strong)}.hero-progress-card{background:0 0;gap:12px;width:100%;max-width:none;margin-top:8px;padding:0;display:grid}.hero-progress-copy{gap:4px;display:grid}.hero-progress-copy strong{font-size:1.05rem}.hero-progress-copy span,.hero-progress-meta span{color:var(--muted)}.hero-progress-track{background:#232f3e14;border-radius:999px;width:100%;height:12px;overflow:hidden}.hero-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--accent) 0%, var(--accent-strong) 100%);height:100%;display:block}.hero-progress-meta{justify-content:space-between;gap:16px;font-size:.92rem;display:flex}.setup-grid{grid-template-columns:2fr 1.2fr;gap:20px;display:grid}.panel-card,.question-card,.result-card,.summary-bar,.feedback-card{padding:24px}.option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.select-card,.mode-toggle,.amount-chip,.option-card,.cta-button,.ghost-button{background:var(--surface-strong);color:var(--text);cursor:pointer;border:1px solid #0000;border-radius:4px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.select-card:hover,.mode-toggle:hover,.amount-chip:hover,.option-card:hover,.cta-button:hover:not(:disabled),.ghost-button:hover:not(:disabled){transform:translateY(-2px)}.select-card{text-align:left;border-color:var(--line);gap:6px;padding:18px;display:grid}.select-card em{color:var(--accent-strong);font-style:normal;font-weight:700}.is-active{background:linear-gradient(#f59e0b1f,#fffffffa);border-color:#f59e0b73;box-shadow:0 10px 20px #f59e0b29}.toggle-row,.amount-row,.quiz-actions,.quiz-topbar,.summary-bar,.result-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.mode-toggle{border-color:var(--line);text-align:center;flex:1;padding:18px}.mode-copy{color:var(--muted);margin:12px 0 0}.amount-chip{border-color:var(--line);padding:14px 22px}.slider-block{border:1px solid var(--line);background:#ffffffa8;border-radius:4px;gap:12px;margin-top:18px;padding:18px;display:grid}.slider-header{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.slider-header span,.slider-scale span{color:var(--muted)}.amount-slider{appearance:none;background:linear-gradient(90deg,#ff99003d 0%,#ff7a0099 100%);border-radius:999px;outline:none;width:100%;height:10px}.amount-slider::-webkit-slider-thumb{appearance:none;background:var(--accent-strong);border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 6px 14px #ff7a004d}.amount-slider::-moz-range-thumb{background:var(--accent-strong);border:3px solid #fff;border-radius:50%;width:24px;height:24px;box-shadow:0 6px 14px #ff7a004d}.slider-scale{justify-content:space-between;font-size:.9rem;display:flex}.summary-bar{background:#ffffffb8}.summary-bar div{gap:4px;min-width:96px;display:grid}.cta-button{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;min-width:200px;padding:16px 24px;font-weight:700;box-shadow:0 14px 26px #dd7a063d}.ghost-button{border-color:var(--line);background:#ffffffb3;padding:16px 24px}.cta-button:disabled{cursor:not-allowed;opacity:.45}.notice-banner{background:#ffffffc7;border:1px solid #ff990038;border-radius:4px;margin:0;padding:14px 18px}.progress-pill{border:1px solid var(--line);background:#ffffffd9;border-radius:999px;padding:10px 14px;font-weight:600}.progress-panel{justify-items:end;gap:8px;display:grid}.progress-panel strong{font-size:1.4rem}.progress-panel span{color:var(--muted)}.progress-track{background:#232f3e14;border-radius:999px;width:100%;height:12px;overflow:hidden}.progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--accent) 0%, var(--accent-strong) 100%);height:100%;display:block}.question-card{gap:24px;display:grid}.option-stack,.result-list{gap:14px;display:grid}.option-card{border-color:var(--line);text-align:left;grid-template-columns:auto 1fr;align-items:center;gap:18px;padding:18px;display:grid}.option-tag{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:4px;justify-content:center;align-items:center;font-weight:800;display:inline-flex}.option-card.is-selected{background:#ff990014;border-color:#ff990080}.option-card.is-correct{background:var(--success-soft);border-color:#1f8f555c}.option-card.is-incorrect{background:var(--danger-soft);border-color:#d645244d}.feedback-card.success{background:var(--success-soft);border-color:#1f8f554d}.feedback-card.failure{background:var(--danger-soft);border-color:#d645243d}.score-ring{background:radial-gradient(circle at center, white 0 56%, transparent 56%), conic-gradient(var(--accent) 0 70%, #232f3e1a 70% 100%);border-radius:50%;place-items:center;width:140px;height:140px;display:inline-grid}.score-ring strong{font-size:1.8rem}.results-hero .eyebrow{margin-bottom:4px}.result-card{border-left:4px solid #0000}.result-card.is-correct{border-left-color:var(--success)}.result-card.is-incorrect{border-left-color:var(--danger)}.result-header{justify-content:flex-start}.status-dot{background:currentColor;border-radius:50%;width:14px;height:14px}.result-card.is-correct .status-dot{color:var(--success)}.result-card.is-incorrect .status-dot{color:var(--danger)}@media (width<=900px){.setup-grid,.option-grid{grid-template-columns:1fr}.summary-bar,.toggle-row,.amount-row,.quiz-actions,.quiz-topbar{flex-direction:column;align-items:stretch}.cta-button{width:100%}.slider-header{flex-direction:column;align-items:flex-start}.progress-panel{justify-items:start}.hero-progress-meta{flex-direction:column;gap:6px}}@media (width<=640px){.app-shell{width:min(100% - 20px,1160px);padding-top:20px}.panel-card,.question-card,.result-card,.summary-bar,.feedback-card{border-radius:4px;padding:20px}.hero-card h1,.results-hero h1{max-width:none}}
