/* Week 3 preview corrections from user review */
header{position:static!important}
.week-jump{position:sticky!important;top:0!important;z-index:20!important;background:linear-gradient(var(--bg) 82%,transparent)!important;padding-top:8px!important}
.lab,.w3-graph-lab{background:#183a63!important}
.stage,.w3-graph-stage{background:#244d7c!important}
.is-right,.good,.selected-good{background:#dff5e5!important;color:#173d20!important}
.is-wrong,.bad,.selected-bad{background:#ffe1e1!important;color:#6d1b1b!important}
.arcade-answer{background:#dff5e5!important;color:#173d20!important;border-radius:12px;padding:12px;margin-top:8px}
.stat-filter{width:100%;background:white;border:1px solid var(--line);border-radius:14px;padding:12px;text-align:center;color:var(--ink)}
.stat-filter.active{outline:3px solid #7766c655;background:#f8f5ff}
.stat-filter b{display:block;font-size:24px}
.review-modal{position:fixed;inset:0;z-index:120;background:#000c;display:none;align-items:center;justify-content:center;padding:18px}.review-modal.open{display:flex}.review-modal-card{background:var(--bg);max-width:760px;width:100%;max-height:86vh;overflow:auto;border-radius:20px;padding:16px;position:relative}.review-modal-close{position:sticky;top:0;float:right;background:#0f172a;color:#fff;border-radius:999px;width:42px;height:42px;padding:0}.review-why{background:var(--yellow);border-radius:12px;padding:11px;margin-top:10px}.review-open{display:inline-block;background:#273449;color:white;border:0;border-radius:12px;padding:10px 12px;font-weight:800;margin-top:8px}
.notes-launch{display:grid;gap:8px}.notes-launch button{width:100%}.notes-panel[hidden]{display:none}.notes-panel{margin-top:12px}
.neuron-svg-wrap svg{overflow:visible}.leader-line{stroke:#3f73b8;stroke-width:2.5;stroke-dasharray:4 3}
.ps312-graph-nums circle{fill:#273449}.ps312-graph-nums text{fill:white;font-weight:900;text-anchor:middle;dominant-baseline:middle;font-size:16px}
.small{font-size:13px;color:var(--muted)}select{width:100%;margin-top:5px;border:1px solid var(--line);border-radius:10px;padding:10px;background:white;color:var(--ink)}label{font-weight:800;font-size:13px}
@media(max-width:560px){.week-jump{margin-top:0}.review-modal-card{max-height:90vh}}
