:root{font-family:Inter,Noto Sans CJK JP,Noto Sans JP,Yu Gothic UI,Microsoft YaHei UI,system-ui,sans-serif;color:#17201f;background:#f4f7f5;font-synthesis:none;text-rendering:optimizeLegibility;--font-scale: 1;--bg: #f4f7f5;--surface: #ffffff;--surface-muted: #edf2ef;--text: #17201f;--muted: #66716f;--line: #d6dfdb;--brand: #155f55;--brand-strong: #0d4841;--brand-soft: #dceee9;--amber: #a66213;--amber-soft: #fff0d7;--red: #a93535;--red-soft: #fde7e7;--blue: #285c90;--blue-soft: #e4eff9;--shadow: 0 8px 26px rgb(26 45 41 / 8%)}:root[data-theme=dark]{--bg: #111716;--surface: #19211f;--surface-muted: #222c29;--text: #eff6f3;--muted: #aebbb7;--line: #34413d;--brand: #66b8a6;--brand-strong: #8dd0c2;--brand-soft: #203d37;--amber: #e7ae5f;--amber-soft: #3b3020;--red: #ef8c8c;--red-soft: #3c2525;--blue: #8bb9e5;--blue-soft: #203245;color-scheme:dark}@media(prefers-color-scheme:dark){:root[data-theme=system]{--bg: #111716;--surface: #19211f;--surface-muted: #222c29;--text: #eff6f3;--muted: #aebbb7;--line: #34413d;--brand: #66b8a6;--brand-strong: #8dd0c2;--brand-soft: #203d37;--amber: #e7ae5f;--amber-soft: #3b3020;--red: #ef8c8c;--red-soft: #3c2525;--blue: #8bb9e5;--blue-soft: #203245;color-scheme:dark}}*{box-sizing:border-box}html{min-width:320px;background:var(--bg);font-size:calc(16px * var(--font-scale))}body{margin:0;min-width:320px;min-height:100vh;color:var(--text);background:var(--bg)}button,input,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}svg{width:1.15rem;height:1.15rem;flex:0 0 auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0}code,pre{font-family:Cascadia Mono,Consolas,monospace}.boot-screen{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.boot-screen svg,.loading-panel svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1fr) minmax(360px,560px);background:var(--surface)}.auth-brand{min-height:100vh;padding:clamp(36px,8vw,120px);display:flex;flex-direction:column;justify-content:center;color:#f5fffc;background:#164d47}.auth-brand h1{margin:0 0 18px;font-size:clamp(3rem,8vw,7rem);line-height:.95}.auth-brand>p:not(.eyebrow){max-width:640px;font-size:1.2rem;line-height:1.75}.auth-mark{width:58px;height:58px;margin-bottom:28px;display:grid;place-items:center;border:1px solid currentColor;border-radius:8px;font-size:1.7rem;font-weight:800}.eyebrow{margin-bottom:8px;color:var(--brand);font-size:.72rem;font-weight:800;text-transform:uppercase}.auth-brand .eyebrow{color:#bde7dd}.auth-points{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px}.auth-points span{display:inline-flex;gap:7px;align-items:center}.auth-panel{padding:32px;display:grid;place-items:center;background:var(--bg)}.auth-card{width:min(100%,420px);padding:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.auth-card h2{font-size:1.65rem}.form-stack,.settings-panel{display:grid;gap:18px}label{display:grid;gap:7px;color:var(--muted);font-size:.88rem;font-weight:650}input,select{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface)}input:focus,select:focus,button:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 30%,transparent);outline-offset:2px}.auth-actions{display:flex;justify-content:space-between;gap:8px;margin-top:18px}.fine-print,.muted{color:var(--muted);font-size:.82rem;line-height:1.6}.fine-print{margin:20px 0 0}.config-layout{min-height:100vh;padding:24px;display:grid;place-items:center}.config-panel{width:min(100%,720px);padding:clamp(26px,6vw,64px);border-left:6px solid var(--brand);background:var(--surface);box-shadow:var(--shadow)}.config-panel h1{font-size:clamp(2rem,6vw,4rem);line-height:1.08}.config-panel>p{color:var(--muted);line-height:1.75}.check-list{margin:28px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.check-list p,.config-guide{display:flex;gap:10px;align-items:flex-start}.check-list svg,.config-guide svg{flex:0 0 auto;margin-top:3px}.check-list span,.config-guide span{min-width:0;overflow-wrap:anywhere}.button,.icon-button,.sync-pill,.sidebar nav button,.bottom-nav button,.mode-switch button{border:0;cursor:pointer}.button{min-height:44px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:750;text-decoration:none}.button.primary{color:#fff;background:var(--brand)}.button.primary:hover{background:var(--brand-strong)}.button.secondary{border:1px solid var(--line);color:var(--text);background:var(--surface)}.button.text{padding-inline:6px;color:var(--brand);background:transparent}.button.danger{color:var(--red);background:var(--red-soft)}.button.wide{width:100%}.button:disabled{cursor:not-allowed;opacity:.55}.alert{padding:14px 16px;display:flex;gap:10px;align-items:flex-start;border-radius:6px;line-height:1.5}.alert.danger{color:var(--red);background:var(--red-soft)}.alert.info{color:var(--blue);background:var(--blue-soft)}.alert.success{color:var(--brand);background:var(--brand-soft)}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr)}.sidebar{position:sticky;top:0;z-index:30;height:100vh;padding:20px 14px;display:flex;flex-direction:column;border-right:1px solid var(--line);background:var(--surface)}.brand{min-height:62px;padding:0 8px 20px;display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;color:#fff;background:var(--brand);font-weight:900}.brand div{min-width:0}.brand strong,.brand small{display:block}.brand strong{font-size:.9rem}.brand small{margin-top:2px;color:var(--muted);font-size:.72rem}.sidebar nav{display:grid;gap:4px;padding:18px 0}.sidebar nav button{min-height:44px;padding:10px 12px;display:flex;gap:11px;align-items:center;border-radius:6px;color:var(--muted);background:transparent;text-align:left}.sidebar nav button:hover{color:var(--text);background:var(--surface-muted)}.sidebar nav button.active{color:var(--brand-strong);background:var(--brand-soft);font-weight:750}.sidebar-foot{margin-top:auto;padding:14px 8px 0;border-top:1px solid var(--line)}.sidebar-foot span,.sidebar-foot small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-foot small{margin-top:3px;color:var(--muted)}.main-shell{min-width:0}.topbar{position:sticky;top:0;z-index:20;min-height:72px;padding:12px clamp(18px,4vw,48px);display:flex;gap:16px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(12px)}.topbar h1{margin:0;font-size:1.15rem}.topbar small{color:var(--muted)}.topbar-actions{display:flex;gap:8px;align-items:center}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--surface)}.mobile-menu{display:none}.sync-pill{min-height:38px;padding:8px 12px;display:inline-flex;gap:7px;align-items:center;border-radius:999px;color:var(--brand-strong);background:var(--brand-soft);font-size:.8rem;font-weight:750}.sync-pill.offline,.sync-pill.error{color:var(--red);background:var(--red-soft)}.sync-pill.pending{color:var(--amber);background:var(--amber-soft)}.sync-pill.syncing svg{animation:spin 1s linear infinite}.main-shell main{width:min(100%,1320px);margin:0 auto;padding:clamp(22px,4vw,48px);padding-bottom:110px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:var(--surface)}.metric-card{min-width:0;min-height:108px;padding:20px;display:flex;gap:14px;align-items:center;border-right:1px solid var(--line)}.metric-card:last-child{border-right:0}.metric-card>span{width:40px;height:40px;display:grid;place-items:center;border-radius:6px;color:var(--brand);background:var(--brand-soft)}.metric-card small,.metric-card strong{display:block}.metric-card small{color:var(--muted)}.metric-card strong{margin-top:5px;font-size:1.4rem}.metric-card .small-value{font-size:.85rem;line-height:1.4}.resume-band{margin:24px 0;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid var(--blue);background:var(--blue-soft)}.resume-band>div{display:flex;gap:14px;align-items:center}.resume-band h2,.resume-band p{margin:0}.resume-band h2{font-size:1rem}.resume-band p{margin-top:3px;color:var(--muted);font-size:.82rem}.section{margin-top:34px}.section-head{margin:36px 0 16px;display:flex;gap:18px;align-items:end;justify-content:space-between}.section-head.compact{margin:0 0 14px;align-items:center}.section-head h2{margin:0;font-size:1.35rem}.section-head>span{color:var(--muted);font-size:.82rem}.mode-switch{height:38px;padding:3px;display:flex;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.mode-switch button{min-width:58px;border-radius:4px;color:var(--muted);background:transparent}.mode-switch button.active{color:#fff;background:var(--brand)}.plan-list{border-top:1px solid var(--line)}.plan-row{min-height:70px;padding:12px 8px;display:grid;grid-template-columns:44px minmax(0,1fr) auto 44px;gap:12px;align-items:center;border-bottom:1px solid var(--line)}.plan-row.completed{opacity:.62}.plan-index{color:var(--muted);font-variant-numeric:tabular-nums}.plan-row p{margin:3px 0 0;color:var(--muted);font-size:.8rem}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:44px}.stack-list,.coverage-list{display:grid;gap:10px}.list-button{min-height:46px;padding:8px 0;display:flex;justify-content:space-between;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.coverage-list>div>span{margin-bottom:6px;display:flex;justify-content:space-between;color:var(--muted);font-size:.82rem}.progress-track{width:100%;height:6px;overflow:hidden;border-radius:3px;background:var(--surface-muted)}.progress-track span{height:100%;display:block;background:var(--brand);transition:width .18s ease}.badge,.priority{display:inline-flex;min-height:22px;padding:3px 7px;align-items:center;border-radius:4px;color:var(--muted);background:var(--surface-muted);font-size:.68rem;font-weight:800}.priority-s{color:var(--red);background:var(--red-soft)}.priority-a{color:var(--amber);background:var(--amber-soft)}.priority-b{color:var(--blue);background:var(--blue-soft)}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.choice-card{min-height:156px;padding:22px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:8px 14px;align-items:center;border:1px solid var(--line);border-radius:8px;color:var(--text);background:var(--surface);text-align:left}.choice-card:hover{border-color:var(--brand);box-shadow:var(--shadow)}.choice-card>svg{grid-row:1 / 3;width:30px;height:30px;color:var(--brand)}.choice-card strong{font-size:1.12rem}.choice-card span{color:var(--muted);font-size:.82rem}.choice-card b{grid-column:3;grid-row:1 / 3;font-size:1.25rem}.question-shell{max-width:900px;margin:0 auto}.question-meta{margin-bottom:14px;display:flex;justify-content:space-between;align-items:center}.question-meta>div{display:flex;flex-wrap:wrap;gap:6px}.question-text{margin:28px 0;font-size:1.2rem;line-height:1.85}.option-list{display:grid;gap:10px}.option-button{width:100%;min-height:64px;padding:10px 14px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:center;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface);text-align:left;line-height:1.65}.option-button b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:var(--surface-muted)}.option-button.selected,.option-button.correct{border-color:var(--brand);background:var(--brand-soft)}.option-button.incorrect{border-color:var(--red);background:var(--red-soft)}.question-actions{margin:20px 0;display:flex;gap:10px}.answer-panel{margin-top:22px;padding:24px;border-left:4px solid var(--brand);background:var(--surface);box-shadow:var(--shadow);line-height:1.75}.answer-panel.incorrect{border-left-color:var(--red)}.answer-title{margin-bottom:16px;display:flex;gap:8px;align-items:center;color:var(--brand);font-size:1.1rem}.answer-panel.incorrect .answer-title{color:var(--red)}.answer-panel small{margin-top:14px;display:block;color:var(--muted)}.completion,.empty-state,.loading-panel{min-height:300px;display:grid;place-items:center;align-content:center;color:var(--muted);text-align:center}.completion>svg,.empty-state>svg{width:44px;height:44px;margin-bottom:10px;color:var(--brand)}.memory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.memory-card{min-height:180px;padding:18px;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.memory-card>div{display:flex;gap:6px}.memory-card p{margin:18px 0;line-height:1.7}.memory-card>span{margin-top:auto;color:var(--brand);font-weight:800}.memory-card small{margin-top:6px;color:var(--muted)}.quick-shell{max-width:820px;margin:0 auto}.quick-statement{min-height:260px;margin:26px 0 18px;padding:clamp(24px,6vw,54px);display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-size:1.3rem;line-height:1.9;text-align:center}.judge-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.judge-buttons button{min-height:64px;border:1px solid var(--line);border-radius:6px;color:var(--text);background:var(--surface);font-size:1.1rem;font-weight:800}.judge-buttons button:first-child{color:var(--brand);border-color:var(--brand)}.judge-buttons button:last-child{color:var(--red);border-color:var(--red)}.subject-sections{display:grid;gap:40px}.topic-list{border-top:1px solid var(--line)}.topic-row{width:100%;min-height:62px;padding:10px 2px;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr);gap:24px;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.topic-row>span:first-child{display:flex;gap:8px;align-items:center}.topic-row>span:last-child{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:center}.topic-row small{color:var(--muted);text-align:right}.search-box{max-width:820px;margin:0 auto 34px;padding:8px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.search-box>span{display:grid;place-items:center;color:var(--muted)}.search-box input{border:0}.search-results{display:grid;gap:8px}.search-results h2{margin:26px 0 4px;font-size:1rem}.result-row{min-height:58px;padding:10px 0;display:flex;gap:12px;align-items:center;border:0;border-bottom:1px solid var(--line);color:var(--text);background:transparent;text-align:left}.result-row.static{cursor:default}.result-row span{min-width:0}.result-row b,.result-row small{display:block}.result-row small{margin-top:3px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.migration-layout{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.migration-card,.migration-summary,.settings-panel{padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.migration-card p,.migration-summary p,.migration-summary li{color:var(--muted);line-height:1.65}.file-picker{min-height:52px;padding:12px;display:flex;justify-content:center;align-items:center;gap:8px;border:1px dashed var(--brand);border-radius:6px;color:var(--brand);cursor:pointer}.migration-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.migration-summary>div{padding:12px;background:var(--surface-muted)}.migration-summary small,.migration-summary strong{display:block}.migration-summary strong{margin-top:4px;font-size:1.4rem}.migration-summary p,.migration-summary ul,.migration-summary button,.migration-layout .alert{grid-column:1 / -1}.migration-layout pre{max-width:100%;overflow:auto}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.settings-panel label.check{min-height:42px;display:flex;align-items:center;gap:10px}.settings-panel label.check input{width:20px;min-height:20px}.status-list{margin:0;display:grid;gap:0}.status-list div{min-height:44px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.status-list dt{color:var(--muted)}.status-list dd{margin:0;font-weight:700}.bottom-nav{display:none}.toast{position:fixed;right:24px;bottom:24px;z-index:80;max-width:min(420px,calc(100vw - 32px));padding:12px 16px;border-radius:6px;color:#fff;background:#18201f;opacity:0;pointer-events:none;transform:translateY(12px);transition:.16s ease}.toast.show{opacity:1;transform:translateY(0)}@media(max-width:1000px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card:nth-child(2){border-right:0}.metric-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.migration-layout{grid-template-columns:1fr}}@media(max-width:760px){.auth-layout{grid-template-columns:1fr}.auth-brand{min-height:42vh;padding:34px 24px}.auth-brand h1{font-size:3.2rem}.auth-panel{padding:20px}.auth-card{padding:24px}.app-shell{display:block}.sidebar{position:fixed;inset:0 auto 0 0;width:min(82vw,290px);transform:translate(-105%);transition:transform .18s ease;box-shadow:var(--shadow)}.sidebar.open{transform:translate(0)}.mobile-menu{display:inline-grid}.topbar{min-height:64px;padding:10px 14px}.topbar>div:nth-child(2){min-width:0;margin-right:auto}.topbar h1{overflow:hidden;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.sync-pill{width:42px;padding:0;justify-content:center;border-radius:6px}.sync-pill span{display:none}.main-shell main{padding:20px 14px 98px}.dashboard-grid,.choice-grid,.memory-grid,.settings-grid,.two-column{grid-template-columns:1fr}.dashboard-grid{border-bottom:0}.metric-card{min-height:82px;border-right:0;border-bottom:1px solid var(--line)}.resume-band,.section-head{align-items:flex-start}.mode-switch{flex:0 0 auto}.mode-switch button{min-width:46px}.plan-row{grid-template-columns:34px minmax(0,1fr) 44px}.plan-row>.badge{display:none}.question-text{font-size:1.05rem}.option-button{min-height:68px}.question-actions{position:sticky;bottom:72px;z-index:10;padding:10px;background:color-mix(in srgb,var(--bg) 92%,transparent);backdrop-filter:blur(8px)}.question-actions .button{min-height:50px;flex:1}.topic-row{grid-template-columns:1fr;gap:8px}.search-box{grid-template-columns:30px minmax(0,1fr)}.search-box .button{grid-column:1 / -1}.migration-summary{grid-template-columns:repeat(2,1fr)}.bottom-nav{position:fixed;inset:auto 0 0;z-index:25;height:calc(66px + env(safe-area-inset-bottom));padding:6px 4px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);background:var(--surface)}.bottom-nav button{min-width:0;display:grid;place-items:center;align-content:center;gap:3px;color:var(--muted);background:transparent;font-size:.68rem}.bottom-nav button.active{color:var(--brand);font-weight:800}.bottom-nav svg{width:1.3rem;height:1.3rem}.toast{right:16px;bottom:82px}}@media(max-width:420px){.auth-actions{align-items:flex-start;flex-direction:column}.dashboard-grid{grid-template-columns:1fr}.metric-card:nth-child(2){border-right:0}.metric-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.resume-band{flex-direction:column;gap:14px}.resume-band .button{width:100%}.section-head{flex-direction:column}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
