.Panel-module__HyRHfG__panel{background:var(--surface);border:1px solid var(--border);box-shadow:0 1px 2px var(--shadow), 0 12px 32px -16px var(--shadow);border-radius:16px;padding:1.6rem;position:relative}
.DonutChart-module__Q9ZISG__wrap{display:inline-flex;position:relative}.DonutChart-module__Q9ZISG__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.DonutChart-module__Q9ZISG__centerValue{font-size:1.3rem;font-family:var(--font-display), sans-serif;color:var(--ink);line-height:1.1}.DonutChart-module__Q9ZISG__centerLabel{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin-top:.2rem;font-size:.6rem}.DonutChart-module__Q9ZISG__legend{flex-direction:column;gap:.4rem;margin-top:1rem;display:flex}.DonutChart-module__Q9ZISG__legendItem{color:var(--ink-soft);align-items:center;gap:.5rem;font-size:.78rem;display:flex}.DonutChart-module__Q9ZISG__legendSwatch{border-radius:2px;flex:none;width:10px;height:10px}.DonutChart-module__Q9ZISG__legendValue{font-family:var(--font-mono), monospace;color:var(--ink);margin-left:auto}
.BarRow-module__o8pPNW__row{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.BarRow-module__o8pPNW__row:last-child{margin-bottom:0}.BarRow-module__o8pPNW__top{justify-content:space-between;align-items:baseline;font-size:.82rem;display:flex}.BarRow-module__o8pPNW__label{color:var(--ink)}.BarRow-module__o8pPNW__value{font-family:var(--font-mono), monospace;color:var(--ink-soft);font-size:.78rem}.BarRow-module__o8pPNW__track{background:var(--bg-deep);border-radius:5px;height:10px;overflow:hidden}.BarRow-module__o8pPNW__fill{transform-origin:0;border-radius:5px;height:100%;animation:.6s both BarRow-module__o8pPNW__fillIn}@keyframes BarRow-module__o8pPNW__fillIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}
.QuestionHeatmap-module__y_iz4a__grid{grid-template-columns:repeat(var(--cols), 1fr);gap:6px;display:grid}@media (max-width:480px){.QuestionHeatmap-module__y_iz4a__grid{grid-template-columns:repeat(6,1fr);gap:4px}.QuestionHeatmap-module__y_iz4a__cell{font-size:.55rem}}.QuestionHeatmap-module__y_iz4a__cell{aspect-ratio:1;font-family:var(--font-mono), monospace;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;font-size:.62rem;font-weight:600;transition:transform .1s;display:flex;position:relative}.QuestionHeatmap-module__y_iz4a__cell:hover,.QuestionHeatmap-module__y_iz4a__cellActive{z-index:2;transform:scale(1.15)}.QuestionHeatmap-module__y_iz4a__cellActive{box-shadow:0 0 0 2px var(--ink)}.QuestionHeatmap-module__y_iz4a__cellCorrect{background:var(--success-soft);color:var(--success)}.QuestionHeatmap-module__y_iz4a__cellIncorrect{background:var(--danger-soft);color:var(--danger)}.QuestionHeatmap-module__y_iz4a__cellUnattempted{background:var(--bg-deep);color:var(--ink-faint)}.QuestionHeatmap-module__y_iz4a__outlierOk{border:1px dashed var(--ink-faint)}.QuestionHeatmap-module__y_iz4a__outlierBad{border:2px solid var(--accent)}.QuestionHeatmap-module__y_iz4a__outlierBad:after{content:"";background:var(--accent);width:8px;height:8px;box-shadow:0 0 0 1.5px var(--surface);border-radius:50%;position:absolute;top:-3px;right:-3px}.QuestionHeatmap-module__y_iz4a__tooltip{background:var(--ink);color:var(--surface);font-family:var(--font-mono), monospace;white-space:nowrap;pointer-events:none;z-index:5;border-radius:6px;padding:.35rem .55rem;font-size:.65rem;font-weight:500;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.QuestionHeatmap-module__y_iz4a__tooltip strong{color:var(--accent)}.QuestionHeatmap-module__y_iz4a__legend{color:var(--ink-soft);flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.72rem;display:flex}.QuestionHeatmap-module__y_iz4a__legendItem{align-items:center;gap:.4rem;display:flex}.QuestionHeatmap-module__y_iz4a__legendSwatch{border-radius:4px;flex:none;width:12px;height:12px}
.Sparkline-module__nCh_0q__wrap{display:inline-block}.Sparkline-module__nCh_0q__line{fill:none;stroke:var(--accent-deep);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.Sparkline-module__nCh_0q__area{fill:var(--accent-soft);stroke:none}.Sparkline-module__nCh_0q__dot{fill:var(--ink-faint)}.Sparkline-module__nCh_0q__dotCurrent{fill:var(--accent-deep)}.Sparkline-module__nCh_0q__axisLabel{font-family:var(--font-mono), monospace;fill:var(--ink-faint);text-anchor:middle;font-size:9px}.Sparkline-module__nCh_0q__valueLabel{font-family:var(--font-mono), monospace;fill:var(--ink);text-anchor:middle;font-size:10px;font-weight:600}
.QuestionScatter-module__KWdtuW__wrap{width:100%;display:block;position:relative}.QuestionScatter-module__KWdtuW__axisLine{stroke:var(--border);stroke-width:1px}.QuestionScatter-module__KWdtuW__avgLine{stroke:var(--ink-faint);stroke-width:1px;stroke-dasharray:4 4}.QuestionScatter-module__KWdtuW__avgLabel,.QuestionScatter-module__KWdtuW__axisLabel{font-family:var(--font-mono), monospace;fill:var(--ink-faint);font-size:9px}.QuestionScatter-module__KWdtuW__point{cursor:pointer;transition:r .1s}.QuestionScatter-module__KWdtuW__pointCorrect{fill:var(--success)}.QuestionScatter-module__KWdtuW__pointIncorrect{fill:var(--danger)}.QuestionScatter-module__KWdtuW__pointUnattempted{fill:var(--ink-faint)}.QuestionScatter-module__KWdtuW__ringOutlierOk{fill:none;stroke:var(--ink-faint);stroke-width:1.5px;stroke-dasharray:2 2}.QuestionScatter-module__KWdtuW__ringOutlierBad{fill:none;stroke:var(--accent);stroke-width:2px}.QuestionScatter-module__KWdtuW__tooltip{background:var(--ink);color:var(--surface);font-family:var(--font-mono), monospace;white-space:nowrap;pointer-events:none;z-index:5;border-radius:6px;margin-top:-8px;padding:.4rem .6rem;font-size:.7rem;position:absolute;transform:translate(-50%,-100%)}.QuestionScatter-module__KWdtuW__tooltip strong{color:var(--accent)}
.TimeHistogram-module__IttCSG__wrap{width:100%;display:block}.TimeHistogram-module__IttCSG__svgWrap{width:100%}.TimeHistogram-module__IttCSG__axisLine{stroke:var(--border);stroke-width:1px}.TimeHistogram-module__IttCSG__bucketLabel{font-family:var(--font-mono), monospace;fill:var(--ink-faint);text-anchor:middle;font-size:8px}.TimeHistogram-module__IttCSG__countLabel{font-family:var(--font-mono), monospace;fill:var(--ink-soft);text-anchor:middle;font-size:9px}.TimeHistogram-module__IttCSG__segCorrect{fill:var(--success)}.TimeHistogram-module__IttCSG__segIncorrect{fill:var(--danger)}.TimeHistogram-module__IttCSG__segUnattempted{fill:var(--ink-faint)}.TimeHistogram-module__IttCSG__legend{color:var(--ink-soft);gap:1rem;margin-top:.6rem;font-size:.72rem;display:flex}.TimeHistogram-module__IttCSG__legendItem{align-items:center;gap:.4rem;display:flex}.TimeHistogram-module__IttCSG__legendSwatch{border-radius:2px;flex:none;width:10px;height:10px}
.TopicQuadrant-module__rLe02G__wrap{width:100%;display:block;position:relative}.TopicQuadrant-module__rLe02G__axisLine{stroke:var(--border);stroke-width:1px}.TopicQuadrant-module__rLe02G__refLine{stroke:var(--ink-faint);stroke-width:1px;stroke-dasharray:4 4}.TopicQuadrant-module__rLe02G__refLabel{font-family:var(--font-mono), monospace;fill:var(--ink-faint);font-size:9px}.TopicQuadrant-module__rLe02G__axisTitle{font-family:var(--font-mono), monospace;letter-spacing:.04em;fill:var(--ink-faint);text-transform:uppercase;font-size:9px}.TopicQuadrant-module__rLe02G__dotAccurate{fill:var(--success);stroke:var(--surface);stroke-width:2px}.TopicQuadrant-module__rLe02G__dotWeak{fill:var(--danger);stroke:var(--surface);stroke-width:2px}.TopicQuadrant-module__rLe02G__dotIndex{font-family:var(--font-mono), monospace;fill:var(--surface);pointer-events:none;font-size:9px;font-weight:600}.TopicQuadrant-module__rLe02G__legend{grid-template-columns:1fr 1fr;gap:.4rem 1rem;min-width:0;margin:.9rem 0 0;padding:0;list-style:none;display:grid}@media (max-width:480px){.TopicQuadrant-module__rLe02G__legend{grid-template-columns:1fr}}.TopicQuadrant-module__rLe02G__legend li{align-items:baseline;gap:.4rem;min-width:0;font-size:.78rem;display:flex}.TopicQuadrant-module__rLe02G__legendIndex{font-family:var(--font-mono), monospace;color:var(--ink-faint);flex:none;font-size:.68rem}.TopicQuadrant-module__rLe02G__legendName{color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.TopicQuadrant-module__rLe02G__legendValue{color:var(--ink-faint);flex:none;font-size:.7rem}
.SlowQuestionsTable-module__6XC6DG__tableScroll{overflow-x:auto}.SlowQuestionsTable-module__6XC6DG__table{border-collapse:collapse;width:100%;min-width:460px;font-size:.85rem}.SlowQuestionsTable-module__6XC6DG__headerRow th{text-align:left;font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:0 .5rem .6rem;font-size:.62rem}.SlowQuestionsTable-module__6XC6DG__headerRow th:hover{color:var(--ink)}.SlowQuestionsTable-module__6XC6DG__sortArrow{color:var(--accent-deep);margin-left:.3rem}.SlowQuestionsTable-module__6XC6DG__row td{border-top:1px solid var(--border);padding:.55rem .5rem}.SlowQuestionsTable-module__6XC6DG__rowActive td{background:var(--accent-soft)}.SlowQuestionsTable-module__6XC6DG__indexCell{font-family:var(--font-mono), monospace;color:var(--ink-faint)}.SlowQuestionsTable-module__6XC6DG__timeCell{font-family:var(--font-mono), monospace;color:var(--ink)}.SlowQuestionsTable-module__6XC6DG__badge{font-family:var(--font-mono), monospace;letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.65rem;display:inline-flex}.SlowQuestionsTable-module__6XC6DG__badgeCorrect{background:var(--success-soft);color:var(--success);border-color:var(--success)}.SlowQuestionsTable-module__6XC6DG__badgeIncorrect{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.SlowQuestionsTable-module__6XC6DG__badgeUnattempted{background:var(--bg-deep);color:var(--ink-faint);border-color:var(--border)}.SlowQuestionsTable-module__6XC6DG__badgeSlow{background:var(--accent-soft);color:var(--accent-deep);border-color:var(--accent-deep)}.SlowQuestionsTable-module__6XC6DG__badgeSlowWrong{background:var(--danger-soft);color:var(--danger);border-color:var(--accent)}
.QuestionAnalytics-module__47adLq__section{margin-top:.4rem}.QuestionAnalytics-module__47adLq__sectionHeading{margin-bottom:.4rem;font-size:1.4rem}.QuestionAnalytics-module__47adLq__hoverReadout{font-family:var(--font-mono), monospace;color:var(--ink-faint);min-height:1.2em;margin-bottom:1rem;font-size:.78rem}.QuestionAnalytics-module__47adLq__hoverReadout strong{color:var(--ink)}.QuestionAnalytics-module__47adLq__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.QuestionAnalytics-module__47adLq__filterChip{font-family:var(--font-mono), monospace;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border);background:var(--surface);color:var(--ink-soft);cursor:pointer;border-radius:999px;padding:.4rem .85rem;font-size:.68rem}.QuestionAnalytics-module__47adLq__filterChip:hover{border-color:var(--ink);color:var(--ink)}.QuestionAnalytics-module__47adLq__filterChipActive{background:var(--ink);color:var(--surface);border-color:var(--ink)}.QuestionAnalytics-module__47adLq__panelStack{flex-direction:column;gap:1.1rem;display:flex}.QuestionAnalytics-module__47adLq__gridRow{grid-template-columns:1fr 1fr;gap:1.1rem;display:grid}@media (max-width:780px){.QuestionAnalytics-module__47adLq__gridRow{grid-template-columns:1fr}}.QuestionAnalytics-module__47adLq__panel{min-width:0;animation:.45s both QuestionAnalytics-module__47adLq__fadeInUp}.QuestionAnalytics-module__47adLq__panelTitle{margin-bottom:1rem;font-size:1.05rem}.QuestionAnalytics-module__47adLq__panelCaption{color:var(--ink-faint);margin-top:.9rem;font-size:.78rem}.QuestionAnalytics-module__47adLq__bigStat{color:var(--danger);font-size:2rem;display:block}.QuestionAnalytics-module__47adLq__focusList{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.QuestionAnalytics-module__47adLq__focusList li{align-items:center;gap:.6rem;display:flex}.QuestionAnalytics-module__47adLq__focusRank{font-family:var(--font-mono), monospace;color:var(--ink-faint);width:1.2rem;font-size:.7rem}.QuestionAnalytics-module__47adLq__focusName{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.9rem;overflow:hidden}.QuestionAnalytics-module__47adLq__focusAccuracy{color:var(--danger);font-size:.85rem}.QuestionAnalytics-module__47adLq__paceRow{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.QuestionAnalytics-module__47adLq__paceStat{flex-direction:column;gap:.15rem;min-width:0;display:flex}.QuestionAnalytics-module__47adLq__paceLabel{font-family:var(--font-mono), monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);font-size:.6rem}.QuestionAnalytics-module__47adLq__paceValue{color:var(--ink);font-size:1.3rem}.QuestionAnalytics-module__47adLq__paceSub{color:var(--ink-faint);font-size:.72rem}
.results-module__b5w8AW__wrap{max-width:1080px;margin:0 auto;padding:3rem 1.5rem 4rem}.results-module__b5w8AW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.results-module__b5w8AW__title{max-width:40rem;font-size:1.85rem}.results-module__b5w8AW__rollBadge{border:1px solid var(--border);background:var(--surface);text-align:right;border-radius:10px;padding:.55rem .9rem}.results-module__b5w8AW__rollLabel{font-family:var(--font-mono), monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);font-size:.62rem;display:block}.results-module__b5w8AW__rollValue{font-family:var(--font-mono), monospace;color:var(--ink);font-size:.95rem}.results-module__b5w8AW__actions{flex-wrap:wrap;gap:.7rem;margin-bottom:1.4rem;display:flex}.results-module__b5w8AW__statRow{border:1px solid var(--border);background:var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:1.4rem;display:grid;overflow:hidden}@media (max-width:720px){.results-module__b5w8AW__statRow{grid-template-columns:1fr}}.results-module__b5w8AW__stat{background:var(--surface);padding:1.3rem 1.5rem}.results-module__b5w8AW__statLabel{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.65rem}.results-module__b5w8AW__statValue{margin-top:.3rem;font-size:1.9rem;display:block}.results-module__b5w8AW__statSub{font-family:var(--font-mono), monospace;color:var(--ink-faint);margin-top:.35rem;font-size:.68rem;display:block}.results-module__b5w8AW__chartRow{grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.4rem;display:grid}@media (max-width:780px){.results-module__b5w8AW__chartRow{grid-template-columns:1fr}}.results-module__b5w8AW__panel{animation:.45s both results-module__b5w8AW__fadeInUp}.results-module__b5w8AW__panelTitle{margin-bottom:1rem;font-size:1.05rem}.results-module__b5w8AW__panelCaption{color:var(--ink-faint);margin-top:.9rem;font-size:.78rem}.results-module__b5w8AW__donutRow{flex-wrap:wrap;align-items:flex-start;gap:1.6rem;display:flex}.results-module__b5w8AW__breakdownList{flex-direction:column;gap:1rem;margin-bottom:1.4rem;display:flex}.results-module__b5w8AW__breakdownPanel{animation:.45s both results-module__b5w8AW__fadeInUp}.results-module__b5w8AW__sectionLabel{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin:1rem 0 .5rem;font-size:.62rem}.results-module__b5w8AW__sectionLabel:first-of-type{margin-top:0}.results-module__b5w8AW__footNote{font-family:var(--font-mono), monospace;letter-spacing:.04em;color:var(--ink-faint);text-align:right;margin-top:1rem;font-size:.72rem}
.admin-module__4WpgRW__wrap{max-width:1080px;margin:0 auto;padding:3rem 1.5rem 4rem}.admin-module__4WpgRW__title{margin-bottom:2rem;font-size:2rem}.admin-module__4WpgRW__statRow{border:1px solid var(--border);background:var(--border);border-radius:16px;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:2.4rem;display:grid;overflow:hidden}@media (max-width:720px){.admin-module__4WpgRW__statRow{grid-template-columns:1fr}}.admin-module__4WpgRW__stat{background:var(--surface);padding:1.3rem 1.5rem}.admin-module__4WpgRW__statLabel{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.65rem}.admin-module__4WpgRW__statValue{margin-top:.3rem;font-size:1.9rem;display:block}.admin-module__4WpgRW__sectionTitle{margin-bottom:1rem}.admin-module__4WpgRW__grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;display:grid}@media (max-width:780px){.admin-module__4WpgRW__grid{grid-template-columns:1fr}}.admin-module__4WpgRW__moduleCard{cursor:pointer;flex-direction:column;gap:.7rem;transition:transform .15s,box-shadow .15s;animation:.45s both admin-module__4WpgRW__fadeInUp;display:flex}.admin-module__4WpgRW__moduleCard:hover{box-shadow:0 4px 8px var(--shadow), 0 16px 40px -16px var(--shadow);transform:translateY(-2px)}.admin-module__4WpgRW__moduleIndex{font-family:var(--font-mono), monospace;color:var(--accent-deep);font-size:.7rem}.admin-module__4WpgRW__moduleTitle{font-size:1.15rem}.admin-module__4WpgRW__moduleDesc{color:var(--ink-soft);font-size:.85rem;line-height:1.5}.admin-module__4WpgRW__moduleFoot{font-family:var(--font-mono), monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-deep);margin-top:.4rem;font-size:.68rem}
.dashboard-module__XABe8G__wrap{max-width:1080px;margin:0 auto;padding:3rem 1.5rem 4rem}.dashboard-module__XABe8G__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem;display:flex}.dashboard-module__XABe8G__title{font-size:2rem}.dashboard-module__XABe8G__rollBadge{border:1px solid var(--border);background:var(--surface);text-align:right;border-radius:10px;padding:.55rem .9rem}.dashboard-module__XABe8G__rollLabel{font-family:var(--font-mono), monospace;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint);font-size:.62rem;display:block}.dashboard-module__XABe8G__rollValue{font-family:var(--font-mono), monospace;color:var(--ink);font-size:1rem}.dashboard-module__XABe8G__grid{gap:1.1rem;display:grid}.dashboard-module__XABe8G__card{grid-template-columns:1fr auto;align-items:center;gap:1.5rem;animation:.45s both dashboard-module__XABe8G__fadeInUp;display:grid}.dashboard-module__XABe8G__cardMain{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__XABe8G__cardTop{flex-wrap:wrap;align-items:baseline;gap:.7rem;display:flex}.dashboard-module__XABe8G__examTitle{font-size:1.2rem}.dashboard-module__XABe8G__examCode{font-family:var(--font-mono), monospace;color:var(--ink-faint);font-size:.72rem}.dashboard-module__XABe8G__tags{flex-wrap:wrap;gap:.5rem;display:flex}.dashboard-module__XABe8G__tag{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--border);color:var(--ink-soft);border-radius:999px;padding:.22rem .55rem;font-size:.62rem}.dashboard-module__XABe8G__meta{flex-wrap:wrap;gap:1.4rem;margin-top:.2rem;display:flex}.dashboard-module__XABe8G__metaItem{flex-direction:column;display:flex}.dashboard-module__XABe8G__metaLabel{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:.6rem}.dashboard-module__XABe8G__metaValue{color:var(--ink);font-size:.88rem}.dashboard-module__XABe8G__cardAction{flex-direction:column;align-items:flex-end;gap:.6rem;display:flex}.dashboard-module__XABe8G__status{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:.3rem .65rem;font-size:.65rem}.dashboard-module__XABe8G__statusAvailable{background:var(--success-soft);color:var(--success);border:1px solid var(--success)}.dashboard-module__XABe8G__statusUpcoming{background:var(--accent-soft);color:var(--accent-deep);border:1px solid var(--accent-deep)}.dashboard-module__XABe8G__statusDone{background:var(--bg-deep);color:var(--ink-faint);border:1px solid var(--border)}.dashboard-module__XABe8G__statusInProgress{background:var(--accent);color:var(--ink);border:1px solid var(--accent-deep)}.dashboard-module__XABe8G__progressBlock{flex-direction:column;gap:.35rem;margin-top:.2rem;display:flex}.dashboard-module__XABe8G__progressTrack{background:var(--bg-deep);border-radius:999px;height:6px;overflow:hidden}.dashboard-module__XABe8G__progressFill{background:var(--accent-deep);border-radius:999px;height:100%}.dashboard-module__XABe8G__progressLabel{color:var(--ink-faint);font-size:.7rem}@media (max-width:640px){.dashboard-module__XABe8G__card{grid-template-columns:1fr}.dashboard-module__XABe8G__cardAction{align-items:flex-start}}
.login-module__WEZH7G__wrap{max-width:520px;margin:0 auto;padding:3.5rem 1.5rem 4rem}.login-module__WEZH7G__heading{margin-bottom:1.6rem}.login-module__WEZH7G__headingTitle{font-size:1.9rem}.login-module__WEZH7G__headingLede{color:var(--ink-soft);margin-top:.5rem;font-size:.95rem}.login-module__WEZH7G__panel{padding:0 1.6rem 1.6rem;animation:.4s both login-module__WEZH7G__fadeInUp;overflow:hidden}.login-module__WEZH7G__tabs{border-bottom:1px solid var(--border);margin:0 -1.6rem 1.6rem;display:flex}.login-module__WEZH7G__tab{text-align:center;font-family:var(--font-mono), monospace;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);background:var(--bg-deep);border:none;border-right:1px solid var(--border);cursor:pointer;flex:1;padding:.9rem .5rem;font-size:.68rem;position:relative}.login-module__WEZH7G__tab:last-child{border-right:none}.login-module__WEZH7G__tabActive{color:var(--ink);background:var(--surface)}.login-module__WEZH7G__tabActive:after{content:"";background:var(--accent-deep);height:2px;position:absolute;bottom:-1px;left:0;right:0}.login-module__WEZH7G__field{flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.login-module__WEZH7G__label{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);font-size:.68rem}.login-module__WEZH7G__input{border:1px solid var(--border);background:var(--bg);font-size:.95rem;font-family:var(--font-body), sans-serif;color:var(--ink);border-radius:10px;padding:.75rem .85rem}.login-module__WEZH7G__input:focus{border-color:var(--ink);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.login-module__WEZH7G__otpRow{gap:.5rem;display:flex}.login-module__WEZH7G__otpRow .login-module__WEZH7G__input{letter-spacing:.4em;font-family:var(--font-mono), monospace;text-align:center}.login-module__WEZH7G__helper{color:var(--ink-faint);margin:-.4rem 0 1.1rem;font-size:.8rem}.login-module__WEZH7G__helperLink{color:var(--accent-deep);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.login-module__WEZH7G__submit{width:100%;margin-top:.4rem}.login-module__WEZH7G__footNote{text-align:center;color:var(--ink-faint);margin-top:1.4rem;font-size:.78rem}
.ScorecardPrint-module__OdqCyW__sheet{color:#14151a;font-family:var(--font-body), sans-serif;padding:1.5rem}.ScorecardPrint-module__OdqCyW__header{border-bottom:2px solid #14151a;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.ScorecardPrint-module__OdqCyW__eyebrow{font-family:var(--font-mono), monospace;letter-spacing:.1em;text-transform:uppercase;color:#53565c;margin:0 0 .2rem;font-size:.7rem}.ScorecardPrint-module__OdqCyW__title{margin:0;font-size:1.4rem}.ScorecardPrint-module__OdqCyW__identity{font-family:var(--font-mono), monospace;flex-direction:column;align-items:flex-end;gap:.15rem;font-size:.8rem;display:flex}.ScorecardPrint-module__OdqCyW__statGrid{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.2rem;display:grid}.ScorecardPrint-module__OdqCyW__stat{border:1px solid #c8c9cc;padding:.5rem .7rem}.ScorecardPrint-module__OdqCyW__statLabel{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:#53565c;font-size:.6rem;display:block}.ScorecardPrint-module__OdqCyW__statValue{font-family:var(--font-mono), monospace;margin-top:.15rem;font-size:1.1rem;display:block}.ScorecardPrint-module__OdqCyW__table{border-collapse:collapse;width:100%;margin-bottom:1.2rem;font-size:.82rem}.ScorecardPrint-module__OdqCyW__table th,.ScorecardPrint-module__OdqCyW__table td{text-align:left;border:1px solid #c8c9cc;padding:.35rem .5rem}.ScorecardPrint-module__OdqCyW__footerGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ScorecardPrint-module__OdqCyW__sectionHeading{margin:0 0 .4rem;font-size:.9rem}.ScorecardPrint-module__OdqCyW__footerText{color:#33343a;margin:0;font-size:.8rem}.ScorecardPrint-module__OdqCyW__focusList{color:#33343a;margin:0;padding-left:1.1rem;font-size:.8rem}.ScorecardPrint-module__OdqCyW__printedNote{font-family:var(--font-mono), monospace;color:#8a8d93;text-align:center;margin-top:1.5rem;font-size:.65rem}
.review-module__p0qqNa__wrap{max-width:1080px;margin:0 auto;padding:3rem 1.5rem 4rem}.review-module__p0qqNa__header{margin-bottom:1.4rem}.review-module__p0qqNa__backLink{font-family:var(--font-mono), monospace;letter-spacing:.06em;color:var(--ink-faint);margin-bottom:.7rem;font-size:.72rem;display:inline-block}.review-module__p0qqNa__backLink:hover{color:var(--ink)}.review-module__p0qqNa__title{margin-top:.2rem;font-size:1.85rem}.review-module__p0qqNa__layout{grid-template-columns:2fr 1fr;align-items:start;gap:1.1rem;display:grid}@media (max-width:900px){.review-module__p0qqNa__layout{grid-template-columns:1fr}}.review-module__p0qqNa__card{min-width:0}.review-module__p0qqNa__qMeta{flex-wrap:wrap;align-items:center;gap:.7rem;margin-bottom:1rem;display:flex}.review-module__p0qqNa__progressLabel{color:var(--ink-faint);font-size:.78rem}.review-module__p0qqNa__badge{font-family:var(--font-mono), monospace;letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;padding:.2rem .55rem;font-size:.65rem}.review-module__p0qqNa__badgeCorrect{background:var(--success-soft);color:var(--success);border-color:var(--success)}.review-module__p0qqNa__badgeIncorrect{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.review-module__p0qqNa__badgeUnattempted{background:var(--bg-deep);color:var(--ink-faint);border-color:var(--border)}.review-module__p0qqNa__topicTag{color:var(--ink-soft);font-size:.78rem}.review-module__p0qqNa__timeTag{color:var(--ink-faint);margin-left:auto;font-size:.75rem}.review-module__p0qqNa__stem{margin-bottom:1.2rem;font-size:1.05rem;line-height:1.5}.review-module__p0qqNa__options{flex-direction:column;gap:.6rem;margin-bottom:1rem;display:flex}.review-module__p0qqNa__option{border:1px solid var(--border);border-radius:10px;align-items:center;gap:.7rem;padding:.7rem .9rem;display:flex}.review-module__p0qqNa__optionCorrect{border-color:var(--success);background:var(--success-soft)}.review-module__p0qqNa__optionWrong{border-color:var(--danger);background:var(--danger-soft)}.review-module__p0qqNa__optionLetter{color:var(--ink-faint);flex:none;width:1.1rem;font-size:.72rem}.review-module__p0qqNa__optionText{flex:1;min-width:0;font-size:.9rem}.review-module__p0qqNa__optionTag{font-family:var(--font-mono), monospace;letter-spacing:.04em;text-transform:uppercase;color:var(--ink-faint);flex:none;font-size:.62rem}.review-module__p0qqNa__unattemptedNote{color:var(--ink-faint);margin-bottom:1rem;font-size:.82rem}.review-module__p0qqNa__explanation{background:var(--bg-deep);border-radius:10px;margin-bottom:1.4rem;padding:.9rem 1rem}.review-module__p0qqNa__explanationLabel{font-family:var(--font-mono), monospace;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);margin:0 0 .4rem;font-size:.65rem}.review-module__p0qqNa__explanationText{color:var(--ink-soft);margin:0;font-size:.88rem}.review-module__p0qqNa__navRow{justify-content:space-between;gap:.7rem;display:flex}.review-module__p0qqNa__paletteCard{min-width:0}.review-module__p0qqNa__paletteTitle{margin-bottom:.8rem;font-size:.95rem}
