:root{--bg:#f5f2eb;--panel:#fffdf8;--panel-alt:#e7efe9;--accent:#196f5a;--accent-soft:#edf7f1;--correct:#4c9b7f;--correct-soft:#dff2e9;--wrong:#bd5d4c;--wrong-soft:#fff4ed;--text:#16211b;--muted:#43524b;--border:#16211b24;color:var(--text);background:var(--bg);text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans TC,PingFang TC,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}#app{max-width:820px;margin:0 auto;padding:20px 16px 48px}.topbar{align-items:center;gap:12px;margin-bottom:18px;display:flex}.topbar h1{margin:0;font-size:1.3rem}button{font:inherit;color:inherit;cursor:pointer;border:none;border-radius:8px}.back,.review-btn{background:var(--panel);color:var(--accent);border:1px solid var(--border);padding:8px 14px;font-weight:700}.back:hover,.review-btn:hover{border-color:var(--accent);background:var(--accent-soft)}.lead{color:var(--muted);font-size:1.05rem;line-height:1.7}.cert-grid,.level-grid,.mode-picker{grid-template-columns:1fr;gap:14px;display:grid}.cert-card,.level-card,.mode-card,.subject-card{background:var(--panel);text-align:left;border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:6px;padding:18px;display:flex;box-shadow:0 6px 18px #12231c0d}.cert-card:hover,.level-card:hover,.mode-card:hover,.subject-card:hover{border-color:var(--accent);background:var(--accent-soft)}.cert-card h2,.level-card h2,.mode-card h2{color:var(--accent);margin:0}.cert-card p,.level-card p,.mode-card p{color:var(--muted);margin:0}.subject-card{width:100%}.subject-card.is-empty{opacity:.55;cursor:not-allowed}.subject-card.is-empty:hover{border-color:var(--border);background:var(--panel)}.mode-note{color:var(--muted);border:1px dashed var(--border);border-radius:10px;margin:0;padding:14px 18px;font-size:.9rem}.subject-code{color:var(--accent);font-weight:800}.subject-name{font-size:1.1rem;font-weight:700}.subject-stats,.subject-time{color:var(--muted);font-size:.85rem}.question .prompt{font-size:1.08rem;line-height:1.7}.q-topic{background:var(--panel-alt);color:var(--muted);border:1px solid var(--border);border-radius:999px;margin-bottom:8px;padding:3px 10px;font-size:.78rem;font-weight:700;display:inline-block}.q-source{color:#8a5a1b;background:#fdf3e3;border:1px solid #e0bd83;border-radius:999px;margin-bottom:8px;padding:3px 10px;font-size:.78rem;font-weight:700;display:inline-block}.q-topic+.q-source{margin-left:6px}.mode-card .mode-card-warn{color:#8a5a1b;font-size:.85rem;font-weight:700}.choices{gap:10px;margin:18px 0;display:grid}.choice{text-align:left;border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:12px;padding:14px;display:flex}.choice:hover,.choice.selected{border-color:var(--accent);background:var(--accent-soft)}.choice.correct{border-color:var(--correct);background:var(--correct-soft)}.choice.wrong{border-color:var(--wrong);background:var(--wrong-soft)}.choice-id{background:var(--accent);color:#fff;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-weight:800;display:inline-grid}.sr-live{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.view-anchor:focus{outline:none}.q-figures{gap:12px;margin:14px 0;display:grid}.q-figure{background:var(--panel);border:1px solid var(--border);border-left:3px solid var(--panel-alt);border-radius:8px;margin:0;padding:12px 14px}.figure-caption{color:var(--muted);margin:0 0 8px;line-height:1.7}.figure-label{background:var(--panel-alt);color:var(--muted);letter-spacing:.02em;border-radius:999px;margin-bottom:8px;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-block}.figure-prose{color:var(--muted);margin:0;line-height:1.75}.q-figure-note{border-left-color:var(--accent)}.q-figure-note .figure-prose{color:var(--text)}.figure-pre,.choice-figure{-webkit-overflow-scrolling:touch;background:var(--bg);border-radius:6px;margin:0;padding:10px 12px;overflow-x:auto}.figure-pre code,.choice-figure code{color:var(--text);white-space:pre;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.6}.choice:has(.choice-figure){align-items:flex-start}.choice-figure{flex:1;min-width:0}.explanation{background:var(--panel-alt);border-left:4px solid var(--accent);color:var(--muted);border-radius:8px;padding:14px 16px;line-height:1.75}.explanation strong{color:var(--text)}.answer-summary{border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:8px;margin:14px 0 10px;padding:12px 14px;line-height:1.6;display:flex}.answer-summary.has-figure{display:block}.answer-summary.has-figure .choice-figure{margin-top:8px}.answer-summary.is-correct{background:var(--correct-soft);border-color:var(--correct)}.answer-summary.is-wrong{background:var(--wrong-soft);border-color:var(--wrong)}.answer-summary strong{color:var(--text)}.decision-boundary{border:1px dashed var(--accent);background:var(--panel);color:var(--muted);border-radius:8px;margin-top:12px;padding:12px 14px;line-height:1.75}.decision-boundary strong{color:var(--text);margin-bottom:6px;display:block}.decision-boundary p{margin:0}.choice-explanations{background:var(--panel);border:1px solid var(--border);border-radius:8px;margin-top:12px;padding:14px}.choice-explanations>strong{margin-bottom:10px;display:block}.choice-explanation-list{gap:8px;display:grid}.choice-explanation{color:var(--muted);grid-template-columns:28px 1fr;align-items:start;gap:10px;line-height:1.65;display:grid}.choice-explanation.correct{color:var(--text)}.choice-explanation p{margin:0}.drill-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.drill-filter{background:var(--panel);color:var(--muted);border:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;padding:9px 10px;font-weight:800;display:flex}.drill-filter.active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.drill-filter strong{font-variant-numeric:tabular-nums}.drill-controls{margin-bottom:14px}.drill-controls .drill-filters{margin-bottom:8px}.drill-jump{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.drill-jump-label{color:var(--muted);align-items:center;gap:6px;font-size:.9rem;font-weight:700;display:flex}.drill-jump-input{background:var(--panel);width:84px;color:var(--text);border:1px solid var(--border);font:inherit;font-variant-numeric:tabular-nums;border-radius:8px;padding:7px 9px}.drill-jump-input:focus{border-color:var(--accent);outline:none}.drill-jump-go,.drill-reset{background:var(--panel);color:var(--accent);border:1px solid var(--border);padding:7px 12px;font-size:.9rem;font-weight:700}.drill-jump-go:hover,.drill-reset:hover{border-color:var(--accent);background:var(--accent-soft)}.drill-reset{color:var(--muted);margin-left:auto}.drill-progress-hint{color:var(--accent);font-weight:700}.empty-state{background:var(--panel);border:1px solid var(--border);color:var(--muted);border-radius:10px;padding:18px}.empty-state h2{color:var(--text);margin:0 0 6px;font-size:1.15rem}.empty-state p{margin:0}.qnav{gap:10px;margin-top:18px;display:flex}.qnav button{background:var(--panel);color:var(--accent);border:1px solid var(--border);flex:1;padding:11px 14px;font-weight:700}.qnav button:hover{border-color:var(--accent);background:var(--accent-soft)}.qnav .submit{background:var(--accent);color:#fff;border-color:var(--accent)}.qnav .submit:hover{background:#14342b}.progress,.timer{font-variant-numeric:tabular-nums;color:var(--muted);font-weight:700}.timer{margin-left:auto}.score{font-size:1.8rem;font-weight:850}.score.pass{color:var(--accent)}.score.fail{color:var(--wrong)}.topic-table{border-collapse:collapse;background:var(--panel);border:1px solid var(--border);border-radius:8px;width:100%;margin:14px 0;overflow:hidden}.topic-table th,.topic-table td{text-align:left;border-bottom:1px solid var(--border);padding:8px 12px}.topic-table th{color:var(--muted);font-size:.85rem}.drill-topics{background:var(--panel);color:var(--accent);border:1px solid var(--border);padding:6px 12px;font-weight:700}.drill-topics:hover{border-color:var(--accent);background:var(--accent-soft)}.topic-stats .topic-table{width:100%}.topic-stats .topic-name{line-height:1.5}.topic-stats .topic-progress,.topic-stats .topic-rate{white-space:nowrap}.topic-visual{width:96px}.topic-bar{background:var(--panel-alt);border-radius:999px;height:8px;display:block;overflow:hidden}.topic-bar-fill{height:100%;width:var(--rate);background:var(--correct);display:block}.topic-bar-empty{color:var(--muted);font-size:.8rem}.topic-note{color:var(--muted);font-size:.85rem;line-height:1.7}@media (width<=520px){.topic-visual,.topic-stats thead th:last-child{display:none}}.diag-heading{margin:26px 0 0;font-size:1rem}.diag-empty{color:var(--muted);line-height:1.8}.diag-errors{gap:10px;margin:14px 0;padding:0;list-style:none;display:grid}.diag-error{background:var(--panel);border:1px solid var(--border);border-radius:8px;padding:12px 14px}.diag-error-head{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.diag-error-label{font-weight:800}.diag-error-class{color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:1px 8px;font-size:.8rem}.diag-error-count{font-variant-numeric:tabular-nums;margin-left:auto}.diag-error-meaning{margin:8px 0 0;line-height:1.8}.diag-error-advice{color:var(--accent);margin:6px 0 0;font-weight:700;line-height:1.8}.diag-verdict{font-weight:700;line-height:1.8}.drill-confidence{background:var(--panel);color:var(--muted);border:1px solid var(--border);padding:6px 12px;font-weight:700}.drill-confidence:hover{border-color:var(--accent)}.drill-confidence.active{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.confidence-picker{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 12px;display:flex}.confidence-hint{color:var(--muted);font-size:.9rem;font-weight:700}.confidence-btn{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:999px;padding:5px 14px;font-weight:700}.confidence-btn:hover{border-color:var(--accent)}.confidence-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.calibration-note{background:var(--panel-alt);color:var(--muted);border-radius:8px;margin:10px 0 0;padding:10px 12px;line-height:1.8}.calibration-note.is-overconfident{color:var(--wrong);font-weight:700}.study-entry{background:var(--panel);width:100%;color:var(--accent);border:1px solid var(--border);margin-top:14px;padding:14px 16px;font-size:1rem;font-weight:700}.study-entry:hover{border-color:var(--accent);background:var(--accent-soft)}.study .lead{color:var(--muted)}.tts-rate{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 12px;font-size:.9rem;font-weight:700;display:inline-flex}.tts-rate button{border:1px solid var(--border);background:var(--panel);min-width:50px;color:var(--muted);padding:6px 9px;font-weight:800}.tts-rate button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.tts-rate button:disabled,.tts-button:disabled{opacity:.55;cursor:not-allowed}.study-cert{margin-bottom:20px}.study-cert>h2{color:var(--accent);border-bottom:2px solid var(--border);padding-bottom:6px}.study-level{margin-bottom:8px}.study-level-name{color:var(--muted);letter-spacing:.04em;margin:14px 0 4px;font-size:.95rem}.study-subject{background:var(--panel);border:1px solid var(--border);border-radius:10px;margin:14px 0;padding:14px 18px;box-shadow:0 6px 18px #12231c0d}.study-subject>h3{margin:4px 0 12px;font-size:1.08rem}.study-topic{margin:10px 0 16px}.study-topic h4{color:var(--text);margin:0 0 6px;font-size:.98rem}.study-contents{color:var(--muted);margin:0 0 6px;padding-left:20px}.study-contents li{margin:2px 0;line-height:1.6}.study-notes{border-left:3px solid var(--accent);margin:10px 0;padding-left:12px}.study-notes summary{color:var(--accent);cursor:pointer;font-weight:800;line-height:1.6}.study-notes summary span{color:var(--muted);font-size:.86rem;font-weight:700}.study-note-section{margin:10px 0 14px}.study-note-heading{justify-content:space-between;align-items:start;gap:8px;margin-bottom:6px;display:flex}.study-note-section h5{color:var(--text);margin:0;font-size:.95rem;line-height:1.5}.tts-button{border:1px solid var(--border);background:var(--panel);width:34px;height:34px;color:var(--accent);flex:none;place-items:center;display:inline-grid}.tts-button:hover{border-color:var(--accent);background:var(--accent-soft)}.tts-button:disabled:hover{border-color:var(--border);background:var(--panel)}.tts-button.speaking{background:var(--accent);border-color:var(--accent);color:#fff}.tts-button svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.study-note-section ul{color:var(--muted);margin:0;padding-left:20px}.study-note-section li{overflow-wrap:anywhere;margin:5px 0;line-height:1.72}.study-links{margin:0;padding-left:20px}.study-links li{margin:3px 0}.reading-link{color:var(--accent);font-weight:600;text-decoration:none}.reading-link:hover{text-decoration:underline}.exam-bar{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f5f2ebf0;padding:10px 4px;position:sticky;top:0}.exam-bar .submit{flex:none;padding:8px 16px}.exam-paper{gap:14px;display:grid}.exam-q{background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:16px}.exam-q .prompt{margin-top:0}.qnum{color:var(--accent);margin-right:4px;font-weight:800}.exam-paper .choices{grid-template-columns:1fr}.submit-bottom{width:100%;padding:14px;font-size:1.05rem}.your-answer{color:var(--muted);margin:8px 0 0;font-weight:700}.exam-paper.review .explanation{margin-top:10px}.note-block{margin:10px 0 10px -1.1em;list-style:none}.note-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.note-table{border-collapse:collapse;min-width:100%;font-size:.9rem}.note-table caption{text-align:left;color:var(--text);caption-side:top;padding:2px 0 6px;font-weight:700}.note-table th,.note-table td{border:1px solid var(--border);text-align:left;white-space:nowrap;padding:6px 10px}.note-table thead th{background:var(--accent-soft);color:var(--accent);font-weight:700}.note-table tbody th,.note-table tbody td:first-child{font-weight:600}.note-formula{border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 8px 8px 0;flex-wrap:wrap;align-items:baseline;gap:4px 10px;padding:8px 12px;display:flex}.note-formula-label{font-weight:600}.note-formula-expr{color:var(--accent);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.95rem}.note-formula-note{color:var(--muted);font-size:.85rem}.note-flow-label{font-weight:600}.note-flow-steps{flex-wrap:wrap;align-items:center;gap:4px;margin:0;padding:6px 0 0;list-style:none;display:flex}.note-flow-steps li{background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:2px 10px;font-size:.85rem}.note-flow-steps li+li:before{content:"→";color:var(--muted);margin-right:8px}.study-note-section.is-collapsible{border-left:2px solid var(--border);padding-left:10px}.study-note-section.is-collapsible>summary{cursor:pointer;color:var(--text);padding:6px 0;font-weight:700}.study-note-section.is-collapsible>summary span{color:var(--muted);font-size:.85rem;font-weight:400}.study-note-section.is-collapsible[open]>summary{color:var(--accent)}.study-note-section.is-collapsible>.study-note-heading h5{display:none}.study-tools{gap:8px;margin:10px 0 16px;display:grid}.study-tools-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.study-search{border:1px solid var(--border);background:var(--panel);min-width:0;color:var(--text);border-radius:8px;flex:240px;padding:8px 12px;font-size:.95rem}.study-search:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.study-search-count{color:var(--muted);font-size:.85rem}.study-action{border:1px solid var(--border);background:var(--panel);color:var(--text);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:.85rem}.study-action:hover{border-color:var(--accent);background:var(--accent-soft)}.study-action.active{border-color:var(--accent);background:var(--accent);color:#fff}.study-toc{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.study-toc-group{flex:none;align-items:center;gap:4px;display:flex}.study-toc-label{color:var(--muted);white-space:nowrap;font-size:.78rem}.study-toc-chip{border:1px solid var(--border);background:var(--panel);font-variant-numeric:tabular-nums;color:var(--accent);cursor:pointer;white-space:nowrap;border-radius:6px;padding:3px 8px;font-size:.8rem}.study-toc-chip:hover{background:var(--accent-soft);border-color:var(--accent)}.study-cert.is-cram .study-note-section:not([data-note-section=formula]):not([data-note-section=confuse]),.study-cert.is-cram .study-contents,.study-cert.is-cram .study-links{display:none}.node-actions{flex-wrap:wrap;gap:8px;margin:8px 0;display:flex}.node-drill{border:1px solid var(--accent);background:var(--accent-soft);color:var(--accent);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:.85rem;font-weight:600}.node-drill:hover{background:var(--accent);color:#fff}.node-drill.is-empty{border-style:dashed;border-color:var(--border);color:var(--muted);cursor:default;background:0 0;font-weight:400}.node-read{border:1px solid var(--border);background:var(--panel);color:var(--muted);cursor:pointer;border-radius:999px;padding:5px 12px;font-size:.85rem}.node-read:hover{border-color:var(--accent);color:var(--accent)}.node-read.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);font-weight:600}.study-read-count{color:var(--muted);margin-right:auto;font-size:.85rem}.abbr-lookup{margin:0 0 12px}.study-cert.is-cram .node-actions{display:none}
