:root{--paper:#fff;--surface:#f5f5f3;--ink:#17181a;--muted:#63666c;--line:#e3e4e1;--accent:#2242c8;--accent-soft:#eef1fc;--alarm:#c9231d;--alarm-soft:#fdefee;--ok:#0e7a55;--ok-soft:#ecf6f2;--sans:-apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;--mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.5}*{box-sizing:border-box}body{background:var(--paper);margin:0}#root{min-height:100svh}.app{max-width:720px;margin:0 auto;padding:24px 20px 96px}.panel{padding-top:32px}.panel.wide{max-width:none}.panel.centered{text-align:center}.session-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:12px;display:flex}.wordmark{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:700}h1{letter-spacing:-.02em;margin:8px 0 16px;font-size:34px;font-weight:700;line-height:1.15}h2{letter-spacing:-.01em;margin:24px 0 8px;font-size:22px;font-weight:700;line-height:1.25}p{margin:8px 0}.eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0;font-size:13px;font-weight:500}.num{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:.95em}.muted{color:var(--muted)}.small{font-size:14px}.instructions{max-width:60ch;font-size:18px}.rules{padding-left:20px}.rules li{margin:10px 0}.time-rail{background:var(--line);z-index:10;height:4px;position:fixed;top:0;left:0;right:0}.time-rail-fill{background:var(--accent);height:100%;transition:width .25s linear}.time-rail-fill.critical{background:var(--alarm)}.clock{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:20px;font-weight:500}.clock.critical{color:var(--alarm)}.clock.huge{margin:24px 0 8px;font-size:64px}.exam-header{border-bottom:1px solid var(--line);background:var(--paper);z-index:5;justify-content:space-between;align-items:baseline;gap:16px;padding:16px 0 12px;display:flex;position:sticky;top:4px}.exam-section{font-weight:700}.exam-progress{color:var(--muted)}.question .prompt{white-space:pre-line;margin-top:12px}.figure svg{max-width:100%;height:auto;display:block}.prompt-figure{margin:16px 0}.prompt-figure svg{max-height:340px}.prompt-para{white-space:pre-wrap;margin:0 0 12px;font-size:16px;line-height:1.55}.prompt-question{white-space:pre-wrap;margin:14px 0 6px;font-size:19px;font-weight:700;line-height:1.4}.prompt-question.single{margin:4px 0 6px;font-size:21px}.prompt-table-wrap{margin:4px 0 14px;overflow-x:auto}.prompt-table{border-collapse:collapse;font-size:15px}.prompt-table th,.prompt-table td{border:1px solid var(--line);text-align:left;padding:6px 12px}.prompt-table th{background:var(--surface);font-weight:700}.prompt-mono{letter-spacing:3px;margin:2px 0;font-size:1.25em;display:inline-block}.choices{flex-direction:column;gap:8px;margin:20px 0;display:flex}.choices.figures{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));display:grid}.choice{text-align:left;width:100%;font:inherit;color:inherit;background:var(--paper);border:1px solid var(--line);cursor:pointer;border-radius:6px;align-items:center;gap:12px;padding:12px 14px;display:flex}.choices.figures .choice{flex-direction:column;align-items:flex-start}.choices.figures .choice .figure{width:100%}.choices.figures .choice .figure svg{width:100%;height:auto;max-height:180px}.choice:hover:not(:disabled){background:var(--surface)}.choice.selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:var(--accent-soft)}.choice:disabled{cursor:default;opacity:.7}.choice.selected:disabled{opacity:1}.choice-label{white-space:pre-line;line-height:1.5}.choice-key{border:1px solid var(--line);width:26px;height:26px;font-family:var(--mono);color:var(--muted);border-radius:4px;flex:none;justify-content:center;align-items:center;font-size:13px;display:inline-flex}.choice.selected .choice-key{border-color:var(--accent);color:var(--accent)}.answer-field{margin:20px 0}.answer-input{font:inherit;border:1px solid var(--line);background:var(--paper);width:100%;max-width:340px;color:var(--ink);border-radius:6px;padding:10px 14px;font-size:20px}.answer-input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.field-hint{color:var(--alarm);margin:6px 0 0;font-size:14px}.actions{flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0;display:flex}.btn{font:inherit;border:1px solid var(--ink);background:var(--paper);color:var(--ink);cursor:pointer;border-radius:6px;padding:10px 20px;font-weight:500}.btn.primary{background:var(--ink);color:var(--paper)}.btn.big{padding:14px 32px;font-size:20px}.btn.ghost{border-color:var(--line);color:var(--muted)}.btn:hover:not(:disabled){border-color:var(--accent)}.btn.primary:hover:not(:disabled){background:var(--accent)}.btn:disabled{opacity:.45;cursor:default}.btn-link{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;text-decoration:underline}.btn-link:hover{color:var(--alarm)}.solution{border-left:3px solid var(--line);background:var(--surface);margin:20px 0;padding:14px 18px}.solution.ok{border-left-color:var(--ok);background:var(--ok-soft)}.solution.bad{border-left-color:var(--alarm);background:var(--alarm-soft)}.solution-verdict{margin:0 0 6px;font-weight:700}.solution.ok .solution-verdict{color:var(--ok)}.solution.bad .solution-verdict{color:var(--alarm)}.solution-line{margin:4px 0}.solution-explanation{color:var(--muted);white-space:pre-line;margin:8px 0 0}.solution-line{white-space:pre-line}.memorize{border:1px solid var(--line);border-radius:6px;margin:24px 0;padding:20px}.memorize-pairs,.memorize-list{flex-direction:column;gap:10px;display:flex}.memorize-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;display:grid}.memorize-item{align-items:center;gap:12px;display:flex}.memorize-grid .memorize-item{text-align:center;flex-direction:column;align-items:center}.memorize-item .figure{width:56px}.memorize-item .figure svg{width:56px;height:56px}.memorize-text{border:1px solid var(--line);border-radius:6px;margin:20px 0;padding:20px 24px}.memorize-text h3{margin:0 0 10px}.memorize-text p{white-space:pre-line;max-width:65ch;margin:0;line-height:1.6}.memorize-key{font-weight:700}.memorize-value{color:var(--muted)}.memorize-pairs .memorize-item:after{content:"";border-bottom:1px dotted var(--line);flex:1;order:1}.memorize-pairs .memorize-key{order:0}.memorize-pairs .memorize-value{color:var(--ink);order:2}.schedule{margin:20px 0}.schedule-chips{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.schedule-chip{font:inherit;border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:999px;padding:7px 12px;font-size:14px}.schedule-chip:hover:not(:disabled){border-color:var(--accent)}.schedule-chip.armed{border-color:var(--accent);background:var(--accent-soft);box-shadow:inset 0 0 0 1px var(--accent)}.schedule-chip.placed{opacity:.35;cursor:default}.schedule-done{align-self:center;font-size:14px}.schedule-grid-wrap{gap:8px;display:flex}.schedule-hours{flex:none;width:44px;position:relative}.schedule-hour{color:var(--muted);font-family:ui-monospace,monospace;font-size:12px;position:absolute;transform:translateY(-50%)}.schedule-grid{border:1px solid var(--line);background:var(--paper);border-radius:6px;flex:1;position:relative}.schedule-grid.armed{cursor:copy;border-color:var(--accent)}.schedule-line{border-top:1px dashed var(--line);position:absolute;left:0;right:0}.schedule-block{border:1px solid var(--accent);background:var(--accent-soft);cursor:pointer;border-left-width:4px;border-radius:5px;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;padding:2px 8px;display:flex;position:absolute;left:8px;right:8px;overflow:hidden}.schedule-block.fixed{border-color:var(--muted);background:var(--surface);cursor:default}.schedule-block-time{flex:none;font-size:11.5px}.schedule-block-name{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.schedule-block-tag{text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-size:11px}.choices.recap .choice{cursor:default}.choice.recap-correct{background:#eef7f2;border-color:#2e8b62;box-shadow:inset 0 0 0 1px #2e8b62}.choice.recap-wrong{background:#fbf0ef;border-color:#b3423a;box-shadow:inset 0 0 0 1px #b3423a}.recap-tag{text-transform:uppercase;letter-spacing:.8px;margin-left:auto;font-size:11px;font-weight:700}.recap-tag.ok{color:#2e8b62}.recap-tag.bad{color:#b3423a}@media print{.no-print,.session-bar,.history{display:none!important}.panel{box-shadow:none;border:none;padding:0}}.cert-passung-row{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.cert-title{margin:0 0 4px;font-size:22px}.cert-passung-val{font-size:30px;font-weight:700}.passung{margin:8px 0 26px}.passung-labels{color:var(--muted);justify-content:space-between;font-size:12px;display:flex}.passung-axis{background:linear-gradient(to right, var(--surface), #dfe3ee 50%, var(--surface));border-radius:13px;height:26px;position:relative}.passung-mid{border-left:1px solid var(--muted);position:absolute;top:0;bottom:0;left:50%}.passung-dot{background:#d9a326;border:2px solid #17181a;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%)}.passung-ticks{color:var(--muted);justify-content:space-between;margin-top:2px;font-size:11px;display:flex}.cert-total-row{grid-template-columns:minmax(120px,200px) 40px 1fr;align-items:center;gap:10px;margin:6px 0 22px;display:grid}.cert-total-label{font-size:17px;font-weight:700}.cert-total-val{text-align:right;font-weight:700}.cert-total-bar{background:var(--surface);border-radius:4px;height:18px;overflow:hidden}.cert-total-fill{background:var(--accent);height:100%}.cert-group{margin:18px 0}.norm-row{grid-template-columns:minmax(130px,210px) 16px 34px 1fr;align-items:center;gap:8px;margin:6px 0;display:grid}.norm-row.group .norm-label{font-weight:700}.norm-label{font-size:14.5px}.norm-arrow{color:var(--muted);text-align:center;font-size:10px}.norm-val{text-align:right;font-size:14px}.result-essay{border-left:3px solid var(--line);color:var(--muted);white-space:pre-line;margin:8px 0 0;padding:10px 14px;line-height:1.55}.norm-scale{color:var(--muted);justify-content:space-between;padding:0 1px;font-size:11px;display:flex}.norm-bar{background:var(--surface);border-radius:3px;height:14px;position:relative}.norm-fill{background:#8b8b85;border-radius:2px;position:absolute;inset:2px auto 2px 0}.norm-fill.group{background:var(--accent)}.norm-window{border:1.5px solid #4f9e7e;border-radius:3px;position:absolute;top:-2px;bottom:-2px}.bullet.stacked{display:flex;overflow:hidden}.stack-correct{background:var(--accent);height:100%}.stack-wrong{background:#c4a08c;height:100%}.stack-open{background:#d9d9d4;height:100%}.workstyle{flex-wrap:wrap;align-items:flex-start;gap:20px;margin:12px 0 24px;display:flex}.workstyle-legend{flex-direction:column;gap:6px;min-width:170px;font-size:14px;display:flex}.workstyle-symbol{width:20px;color:var(--accent);font-size:16px;display:inline-block}.workstyle-plot{width:min(420px,100%)}.ws-axis{fill:var(--muted);font-size:12px}.ws-point{fill:var(--accent);font-size:18px}.section-list{border-top:1px solid var(--line);margin:24px 0;padding:0;list-style:none}.section-item{border-bottom:1px solid var(--line);align-items:baseline;gap:16px;padding:14px 4px;display:flex}.section-num{color:var(--muted);font-size:14px}.section-body{flex-direction:column;flex:1;display:flex}.section-title{font-weight:700}.section-item.todo .section-title{color:var(--muted);font-weight:400}.section-item.current{border-left:3px solid var(--accent);margin-left:-15px;padding-left:12px}.section-meta{color:var(--muted);font-size:14px}.section-state{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:13px}.section-item.done .section-state{color:var(--ok)}.section-item.current .section-state{color:var(--accent);font-weight:500}.assess{align-items:center;gap:20px;margin:28px 0;display:flex}.assess input[type=range]{accent-color:var(--accent);flex:1}.assess-value{text-align:right;min-width:90px;font-size:28px}.disclaimer{border:1px solid var(--line);border-left:3px solid var(--accent);background:var(--surface);color:var(--muted);max-width:64ch;padding:12px 16px;font-size:15px}.results{margin:28px 0 8px}.result-row{margin:20px 0}.result-head{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.result-title{font-weight:700}.bullet{background:var(--surface);border-radius:4px;height:10px;position:relative}.bullet-fill{background:var(--accent);border-radius:4px;position:absolute;inset:0 auto 0 0}.bullet-tick{background:var(--ink);width:2px;position:absolute;top:-4px;bottom:-4px;transform:translate(-1px)}.result-delta{margin:6px 0 0;font-size:14px}.legend{font-size:13px}.history{margin-top:36px}.history-chart{border-bottom:1px solid var(--line);align-items:flex-end;gap:8px;height:140px;padding-top:20px;display:flex}.history-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;max-width:48px;height:100%;display:flex}.history-val{color:var(--muted);font-size:12px}.history-bar{background:var(--line);border-radius:4px 4px 0 0;width:100%}.history-col.current .history-bar{background:var(--accent)}.history-col.current .history-val{color:var(--accent);font-weight:700}.history-table{border-collapse:collapse;width:100%;margin:12px 0 16px;font-size:15px}.history-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:500}.history-table th,.history-table td{border-bottom:1px solid var(--line);padding:8px 16px 8px 0}.review-section{margin:32px 0}.review-item{border:1px solid var(--line);border-left-width:3px;border-radius:6px;margin:14px 0;padding:16px 18px}.review-item.ok{border-left-color:var(--ok)}.review-item.bad{border-left-color:var(--alarm)}.review-num{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;font-size:13px}.review-prompt{white-space:pre-line;font-weight:500}.review-item .solution{margin-bottom:0}.home-title{letter-spacing:-.03em;margin:12px 0 20px;font-size:56px;line-height:1.02}.home-sub{max-width:58ch;color:var(--muted);font-size:19px}.seed-replay{color:var(--muted);margin:8px 0 32px}.seed-replay summary{cursor:pointer;font-size:15px}.seed-row{gap:10px;margin-top:12px;display:flex}.seed-row .answer-input{max-width:220px;font-family:var(--mono);font-size:16px}.resume-card{border:1px solid var(--accent);background:var(--accent-soft);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin:18px 0;padding:14px 18px;display:flex}.resume-card p{margin:4px 0 0}.drill-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin:20px 0 36px;display:grid}.drill-card{font:inherit;text-align:left;background:var(--paper);border:1px solid var(--line);cursor:pointer;color:var(--ink);border-radius:6px;flex-direction:column;gap:6px;padding:14px 16px;display:flex}.drill-card:hover{border-color:var(--accent)}.drill-title{font-weight:700}.drill-desc{color:var(--muted);font-size:14px}.footer-note{border-top:1px solid var(--line);max-width:64ch;margin-top:48px;padding-top:16px}.drill-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.drill-stats{gap:24px;margin:0;display:flex}.drill-stats div{flex-direction:column;align-items:flex-end;display:flex}.drill-stats dt{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:12px;font-family:var(--sans)}.drill-stats dd{margin:0;font-size:20px}.qstrip{flex-wrap:wrap;gap:6px;margin:16px 0 4px;display:flex}.qstrip-item{font-family:var(--mono);border:1px solid var(--line);background:var(--paper);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:4px;font-size:13px}.qstrip-item.answered{background:var(--surface);color:var(--ink);border-color:var(--muted)}.qstrip-item.current{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);color:var(--accent)}.block-actions{border-top:1px solid var(--line);padding-top:16px}.exposure{border:1px solid var(--line);text-align:center;border-radius:6px;margin:24px 0;padding:32px 24px}.exposure-text{letter-spacing:.18em;margin:16px 0 0;font-size:44px}.exposure-figure{justify-content:center;margin-top:16px;display:flex}.exposure-figure svg{width:auto;max-width:100%;margin:0 auto}.exposure-figure.wide svg{height:84px}.exposure-figure.tall svg{height:240px}.essay-prompts{flex-direction:column;gap:8px;margin:20px 0;display:flex}.essay-input{font:inherit;border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);resize:vertical;border-radius:6px;padding:14px;line-height:1.6}.essay-input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.essay-review{white-space:pre-wrap;font-weight:400}.section-group{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--line);padding:18px 4px 6px;font-size:13px;font-weight:700}.section-item.break-item .section-title{color:var(--muted);font-style:italic;font-weight:400}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.time-rail-fill{transition:none}}@media (width<=560px){.home-title{font-size:38px}h1{font-size:28px}.exam-header{flex-wrap:wrap}}.scratch{grid-template-columns:1fr 1fr;gap:16px;margin:8px 0 18px;display:grid}.scratch.editor{grid-template-columns:minmax(190px,250px) 1fr}@media (width<=640px){.scratch,.scratch.editor{grid-template-columns:1fr}}.scratch-pane>p{margin:0 0 6px}.scratch-script,.scratch-tray{background:var(--surface,#f4f4f2);border:1px solid #d9d9d3;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;min-height:120px;padding:12px;display:flex}.scratch.editor .scratch-tray{background:#fff;gap:8px;min-height:220px}.scratch-script.canvas{background-color:#fbfbf9;background-image:radial-gradient(#dddcd6 1px,#0000 1.5px);background-size:18px 18px;gap:4px;min-height:220px}.scratch-script.recap{background:0 0;border:none;min-height:0;padding:0}.scratch-block{color:#fff;text-align:left;cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:15px;font-weight:600;display:block;position:relative;box-shadow:inset 0 -3px #0003}.scratch-block:before{content:"";background:inherit;border-radius:3px 3px 0 0;width:18px;height:5px;position:absolute;top:-4px;left:14px}.scratch-block:disabled{cursor:default;opacity:.8}div.scratch-block{cursor:default}.scratch-block.data{background:#ff8c1a}.scratch-block.looks{background:#96f}.scratch-block.control{background:#ffab19}.scratch-block.motion{background:#4c97ff}.scratch-block.hat{cursor:default;background:#ffbf00;border-radius:18px 18px 6px 6px}.scratch-block.hat:before{display:none}.scratch-flag{color:#2e7d32;background:#fff;border-radius:50%;padding:0 4px;font-size:13px}.scratch-step{opacity:.85;margin-right:10px;font-size:12px}.scratch-slot{color:#8a8a82;border:2px dashed #b9b9b1;border-radius:6px;padding:6px 16px;font-size:13px}.order-recap{flex-wrap:wrap;gap:24px;margin:10px 0;display:flex}.order-recap .muted.small{margin:0 0 6px}.recap-wrong-block{outline-offset:1px;outline:3px solid #c0392b}.cert-passung-row{flex-wrap:wrap}.cert-passung-val{white-space:nowrap;flex:none}@media (width<=480px){.cert-passung-row{align-items:center}.cert-passung-val{font-size:26px}}.history-row.openable{cursor:pointer}.history-row.openable:hover td{background:var(--surface)}.btn.small{padding:4px 12px;font-size:14px}.training-status{margin:28px 0 8px}.status-list{flex-direction:column;gap:6px;margin:10px 0;display:flex}.status-row{text-align:left;width:100%;font:inherit;color:inherit;background:var(--paper);border:1px solid var(--line);cursor:pointer;border-radius:8px;flex-direction:column;align-items:stretch;gap:7px;padding:12px 14px;display:flex}.status-top{align-items:center;gap:10px;display:flex}.status-score{margin-left:auto;font-size:22px;font-weight:700;background:0 0!important}.status-score.status-focus{color:var(--alarm)}.status-score.status-mid{color:var(--accent)}.status-score.status-strong{color:var(--ok)}.status-row:hover:not(:disabled){background:var(--surface)}.status-row:disabled{cursor:default}.status-title{font-size:15px;font-weight:500}.status-chip{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.status-focus{background:var(--alarm-soft);color:var(--alarm)}.status-mid{background:var(--accent-soft);color:var(--accent)}.status-strong{background:var(--ok-soft);color:var(--ok)}.status-bar{background:var(--line);border-radius:4px;min-width:60px;height:8px;position:relative;overflow:hidden}.status-fill{background:var(--accent);border-radius:4px;position:absolute;inset:0 auto 0 0}.status-fill.status-focus{background:var(--alarm)}.status-fill.status-mid{background:var(--accent)}.status-fill.status-strong{background:var(--ok)}.status-nums{white-space:nowrap}.trend.up{color:var(--ok)}.trend.down{color:var(--alarm)}@media (width<=640px){.status-title{font-size:14px}}.cert-head{background:var(--ink);color:#fff;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin:0 0 26px;padding:20px 24px;display:flex}.cert-head-brand{letter-spacing:.12em;text-transform:uppercase;color:#c8cacf;margin:0 0 4px;font-size:12px;font-weight:700}.cert-head-title{letter-spacing:-.01em;color:#fff;margin:0 0 6px;font-size:26px}.cert-head-meta{color:#c8cacf;margin:0;font-size:13px}.cert-head-score{color:var(--ink);background:#fff;border-radius:8px;flex-direction:column;flex:none;align-items:center;padding:10px 18px;display:flex}.cert-head-val{font-size:40px;font-weight:700;line-height:1.1}.cert-head-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}@media print{.cert-head{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.btn-link.delete{color:var(--muted);margin-left:10px}.btn-link.delete:hover{color:var(--alarm)}.btn,.choice,.drill-card,.status-row,.scratch-block{transition:transform .12s,box-shadow .12s,background-color .12s,border-color .12s}.btn:hover:not(:disabled),.drill-card:hover{transform:translateY(-1px);box-shadow:0 3px 10px #17181a1f}.btn:active:not(:disabled),.choice:active:not(:disabled),.scratch-block:active:not(:disabled){transform:scale(.98)}.choice:hover:not(:disabled){transform:translate(2px)}.scratch-block:hover:not(:disabled){transform:translateY(-1px)rotate(-.5deg)}.panel{animation:.25s both panel-in}@keyframes panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.solution{animation:.2s both panel-in}.solution.ok{animation:.35s cubic-bezier(.34,1.56,.64,1) both solution-pop}.solution.bad{animation:.4s both solution-shake}@keyframes solution-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes solution-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(4px)}75%{transform:translate(-2px)}}.drill-trail{gap:5px;margin:10px 0 2px;display:flex}.trail-dot{border-radius:50%;width:10px;height:10px;animation:.25s cubic-bezier(.34,1.56,.64,1) both dot-in}.trail-dot.ok{background:var(--ok)}.trail-dot.bad{background:var(--alarm)}@keyframes dot-in{0%{transform:scale(0)}to{transform:scale(1)}}.streak.hot{color:var(--accent);animation:.5s streak-pulse}@keyframes streak-pulse{0%{transform:scale(1)}40%{transform:scale(1.25)}to{transform:scale(1)}}.level-toast{border-radius:999px;margin:8px 0;padding:8px 16px;font-size:15px;font-weight:700;animation:.4s cubic-bezier(.34,1.56,.64,1) both toast-in;display:inline-block}.level-toast.up{background:var(--ok-soft);color:var(--ok)}.level-toast.down{background:var(--accent-soft);color:var(--accent)}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)scale(.9)}to{opacity:1;transform:none}}.session-card{border:2px solid var(--accent);background:var(--accent-soft);border-radius:10px;margin:16px 0;padding:14px 18px;animation:.35s cubic-bezier(.34,1.56,.64,1) both toast-in}.session-title{margin:0 0 4px;font-weight:700}.session-stats{margin:0 0 4px}.session-card .actions{margin:12px 0 2px}.best-banner{background:var(--ok-soft);color:var(--ok);border:2px solid var(--ok);border-radius:10px;margin:0 0 16px;padding:12px 18px;font-size:17px;font-weight:700;animation:.5s cubic-bezier(.34,1.56,.64,1) both toast-in}.drill-chip{vertical-align:2px;border-radius:999px;margin-left:8px;padding:1px 8px;font-size:12px;font-weight:700;display:inline-block}.norm-fill,.status-fill,.cert-total-fill{transform-origin:0;animation:.6s both bar-grow}@keyframes bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (prefers-reduced-motion:reduce){.panel,.solution,.solution.ok,.solution.bad,.trail-dot,.streak.hot,.level-toast,.session-card,.best-banner,.norm-fill,.status-fill,.cert-total-fill{animation:none}.btn,.choice,.drill-card,.status-row,.scratch-block{transition:none}}.prompt-code{font-family:var(--mono);background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--accent);white-space:pre;border-radius:8px;max-width:100%;margin:6px 0 16px;padding:12px 18px;font-size:15px;line-height:1.65;overflow-x:auto}.choices.figures.wide{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.choices.figures.wide .choice .figure svg{max-height:170px}.scratch-slot-input{width:52px;font:inherit;text-align:center;color:var(--ink);background:#fff;border:none;border-radius:999px;margin:0 4px;padding:2px 6px;font-size:14px}.scratch-slot-input:focus{outline:2px solid var(--accent)}.scratch-slot-empty{text-align:center;background:#ffffff8c;border-radius:999px;min-width:34px;margin:0 4px;display:inline-block}
