:root{--ink:#172026;--ink-soft:#536069;--navy:#14232a;--navy-2:#20353c;--paper:#f4f2ec;--surface:#fffefa;--line:#dcded8;--line-dark:#33464d;--accent:#dfff65;--accent-deep:#95b72f;--blue:#3467eb;--orange:#f3a24c;--danger:#b83a44;--radius:14px;--shadow:0 18px 50px #1a252a17;color:var(--ink);background:var(--paper);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%}body{background:var(--paper);min-height:100%;margin:0}button,input,textarea{font:inherit}button{color:inherit}button,a,input,textarea{outline-offset:3px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #3467eb59}.hidden{display:none!important}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.muted{color:#7b858a;line-height:1.8}.app-header{border-bottom:1px solid var(--line);z-index:30;background:#fbfaf6;grid-template-columns:270px 1fr auto;align-items:center;height:72px;padding:0 24px;display:grid;position:sticky;top:0}.brand{color:var(--ink);align-items:center;gap:11px;text-decoration:none;display:flex}.brand-mark{background:var(--navy);width:38px;height:38px;color:var(--accent);border-radius:10px;place-items:center;font-weight:900;display:grid}.brand strong{letter-spacing:.08em;display:block}.brand small{letter-spacing:.15em;color:#849096;margin-top:2px;font:700 9px/1.2 ui-monospace,monospace;display:block}.product-nav{justify-content:center;gap:8px;display:flex}.product-nav a{color:#68747a;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:650;text-decoration:none}.product-nav a.active{color:var(--ink);background:#e8ebe7}.header-actions{align-items:center;gap:9px;display:flex}.local-pill{color:#66747a;align-items:center;gap:7px;margin-right:5px;font-size:12px;display:inline-flex}.local-pill i{background:#68b56f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #dff0e1}.button{cursor:pointer;border:0;border-radius:9px;padding:10px 15px;font-weight:750;transition:transform .15s,opacity .15s,background .15s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.42;cursor:not-allowed}.button--dark{background:var(--navy);color:#fff}.button--quiet{border:1px solid var(--line);background:0 0}.button--accent{background:var(--accent);color:#162108}.button--wide{width:100%;padding:13px 16px}.icon-button{border:1px solid var(--line-dark);color:#fff;cursor:pointer;background:0 0;border-radius:9px;place-items:center;width:34px;height:34px;font-size:20px;display:grid}.icon-button--light{color:var(--ink);border-color:var(--line);background:#ffffffbf;font-size:15px}.app-shell{grid-template-columns:270px minmax(520px,1fr) 330px;min-height:calc(100vh - 72px);display:grid}.library-panel{background:var(--navy);color:#fff;border-right:1px solid #0d191e;flex-direction:column;min-height:calc(100vh - 72px);padding:26px 18px 20px;display:flex}.library-head{justify-content:space-between;align-items:center;padding:0 4px 18px;display:flex}.library-head h1{margin:3px 0 0;font-size:21px}.kicker{color:#91a2a9;letter-spacing:.18em;font:700 10px/1 ui-monospace,monospace}.workspace-list{gap:7px;max-height:205px;padding-right:2px;display:grid;overflow:auto}.workspace-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px;display:grid}.workspace-remove{color:#6f858c;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.workspace-remove:hover{color:#fff;background:#ffffff12}.workspace-card{color:#cad3d6;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;width:100%;padding:11px}.workspace-card:hover{background:#ffffff0d}.workspace-card.active{background:var(--navy-2);color:#fff;border-color:#536870}.workspace-card strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.workspace-card small{color:#82959c;justify-content:space-between;margin-top:6px;font-size:10px;display:flex}.empty-library{color:#81939a;padding:14px 8px 18px;font-size:12px;line-height:1.6}.section-divider{border-top:1px solid var(--line-dark);color:#a8b7bc;letter-spacing:.08em;justify-content:space-between;align-items:center;margin-top:22px;padding:17px 4px 9px;font-size:11px;font-weight:800;display:flex}.section-divider b{color:var(--accent)}.progress-track{background:#30434a;border-radius:99px;height:3px;margin:0 4px 14px;overflow:hidden}.progress-track span{background:var(--accent);width:0;height:100%;transition:width .3s;display:block}.chapter-tools{justify-content:flex-end;padding:0 5px 6px;display:flex}.text-button{color:var(--accent);cursor:pointer;background:0 0;border:0;font-size:11px}.chapter-list{gap:5px;margin:0;padding:0;list-style:none;display:grid;overflow:auto}.chapter-item{color:#aebbbf;cursor:pointer;border-radius:9px;grid-template-columns:22px 18px 1fr auto;align-items:center;gap:7px;padding:9px 8px;display:grid}.chapter-item:hover{background:#ffffff0a}.chapter-item.active{color:#fff;background:#263a41}.chapter-item input{accent-color:var(--accent-deep)}.chapter-index{border:1px solid #466068;border-radius:7px;place-items:center;width:22px;height:22px;font:700 10px/1 ui-monospace,monospace;display:grid}.chapter-item.active .chapter-index{background:var(--accent);color:var(--navy);border-color:var(--accent)}.chapter-name{min-width:0}.chapter-name strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.chapter-name small{color:#758991;font-size:9px}.chapter-move{display:flex}.chapter-move button{color:#8da0a6;cursor:pointer;background:0 0;border:0;padding:2px}.privacy-note{border-top:1px solid var(--line-dark);color:#7f939a;gap:9px;margin-top:auto;padding:14px 8px 2px;display:flex}.privacy-note span{color:var(--accent);font-size:20px}.privacy-note p{margin:0;font-size:10px;line-height:1.6}.privacy-note strong{color:#adbbbf}.learning-panel{background:var(--paper);min-width:0}.empty-state{grid-template-columns:minmax(320px,1fr) minmax(330px,460px);align-items:center;gap:clamp(40px,7vw,100px);min-height:calc(100vh - 72px);padding:clamp(36px,6vw,88px);display:grid}.eyebrow{letter-spacing:.17em;color:var(--blue);font:800 11px/1 ui-monospace,monospace}.empty-copy h2{letter-spacing:-.04em;margin:18px 0 20px;font-family:Georgia,Songti SC,serif;font-size:clamp(40px,4.5vw,68px);font-weight:500;line-height:1.07}.empty-copy h2 em{color:var(--blue);font-style:normal}.empty-copy>p{max-width:620px;color:var(--ink-soft);font-size:15px;line-height:1.85}.feature-strip{color:#536069;flex-wrap:wrap;gap:11px 22px;margin:34px 0 0;padding:0;font-size:12px;font-weight:700;list-style:none;display:flex}.feature-strip b{color:var(--blue);margin-right:5px;font:800 10px ui-monospace,monospace}.import-card{box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #d6d9d2;border-radius:18px;padding:24px}.import-tabs{background:#ebece7;border-radius:10px;grid-template-columns:1fr 1fr;padding:4px;display:grid}.import-tabs button,.side-tabs button,.mode-switch button{cursor:pointer;background:0 0;border:0}.import-tabs button{color:#69757a;border-radius:8px;padding:9px;font-weight:700}.import-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #00000012}.import-pane{margin-top:20px}.import-pane label:not(.file-drop){gap:7px;margin-bottom:13px;font-size:12px;font-weight:700;display:grid}.import-pane input[type=text],.import-pane textarea,#chapter-note,#personal-summary{border:1px solid var(--line);resize:vertical;width:100%;color:var(--ink);background:#fff;border-radius:9px;padding:11px}.file-drop{cursor:pointer;text-align:center;background:#f7f8f4;border:1.5px dashed #b9c0ba;border-radius:13px;align-content:center;place-items:center;gap:9px;min-height:218px;margin-bottom:15px;transition:border .15s,background .15s;display:grid}.file-drop.dragging{border-color:var(--accent-deep);background:#f0f7d9}.file-drop input{opacity:0;pointer-events:none;position:absolute}.file-drop strong{font-size:14px}.file-drop small{color:#849096}.upload-glyph{background:var(--navy);width:48px;height:48px;color:var(--accent);border-radius:50%;place-items:center;font-size:24px;display:grid}.import-progress{background:#eef3e1;border-radius:10px;align-items:center;gap:12px;margin-top:16px;padding:14px}.import-progress:not(.hidden){display:flex}.import-progress div{gap:3px;display:grid}.import-progress small{color:#697668}.spinner{border:3px solid #cad6a8;border-top-color:#4f651a;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.chapter-view{max-width:940px;margin:0 auto;padding:22px clamp(24px,4vw,60px) 90px}.chapter-toolbar{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.breadcrumbs{color:#788388;gap:8px;font-size:11px;display:flex}.breadcrumbs b{color:#b8bebc}.mode-switch{border:1px solid var(--line);background:#ebece7;border-radius:9px;gap:2px;padding:3px;display:flex}.mode-switch button{color:#6b777c;border-radius:7px;padding:7px 10px;font-size:11px;font-weight:700}.mode-switch button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 5px #00000014}.chapter-hero{background:var(--navy);color:#fff;box-shadow:var(--shadow);border-radius:16px;justify-content:space-between;gap:25px;padding:35px 37px;display:flex}.chapter-hero h2{max-width:700px;margin:12px 0 10px;font:500 clamp(30px,4vw,48px)/1.12 Georgia,Songti SC,serif}.chapter-hero p{color:#b4c0c4;max-width:720px;margin:0;font-size:13px;line-height:1.75}.status-chip{color:var(--accent);letter-spacing:.1em;border:1px solid #5b7077;border-radius:999px;padding:5px 8px;font:800 9px/1 ui-monospace,monospace;display:inline-flex}.chapter-actions{gap:7px;display:flex}.content-section{border-bottom:1px solid var(--line);padding:36px 0}.section-title{grid-template-columns:38px 1fr auto;align-items:start;gap:12px;margin-bottom:19px;display:grid}.section-title>span{color:#657178;background:#e0e4dd;border-radius:8px;place-items:center;width:30px;height:30px;font:800 10px ui-monospace,monospace;display:grid}.section-title h3{margin:0;font-size:17px}.section-title p{color:#849096;margin:4px 0 0;font-size:11px}.section-title>b{background:#e3e5e0;border-radius:999px;padding:5px 8px;font-size:10px}.key-point-list{gap:10px;display:grid}.key-point{border:1px solid var(--line);border-left:3px solid var(--blue);background:var(--surface);border-radius:11px;grid-template-columns:28px 1fr auto;align-items:start;gap:12px;padding:17px 16px;display:grid}.key-point.candidate{border-left-color:var(--orange)}.point-number{width:25px;height:25px;color:var(--blue);background:#edf1ff;border-radius:50%;place-items:center;font:800 10px ui-monospace,monospace;display:grid}.key-point p{margin:1px 0 8px;font-size:13px;line-height:1.7}.point-meta{color:#8b9599;gap:8px;font-size:9px;display:flex}.point-actions{gap:2px;display:flex}.point-actions button,.source-meta button{color:#6d797e;cursor:pointer;background:0 0;border:0;font-size:11px}.concept-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.concept-card{border:1px solid var(--line);background:var(--surface);border-radius:11px;min-height:130px;padding:17px}.concept-card strong{color:var(--blue);font-size:15px}.concept-card p{color:#46535a;margin:11px 0;font-size:12px;line-height:1.65}.evidence-button{color:#748087;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:10px;text-decoration:underline}.quiz-list{gap:12px;display:grid}.quiz-card{background:#e8eae5;border-radius:11px;padding:18px}.quiz-card header{justify-content:space-between;gap:12px;display:flex}.quiz-card header span{color:#7d888d;font:800 9px ui-monospace,monospace}.quiz-card p{font-size:13px;line-height:1.65}.quiz-answer{gap:8px;display:flex}.quiz-answer input{background:#fff;border:1px solid #ccd0ca;border-radius:8px;flex:1;min-width:0;padding:9px}.quiz-answer button{background:var(--navy);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:9px 12px}.quiz-result{min-height:18px;margin-top:8px;font-size:11px;display:block}.quiz-result.correct{color:#46734a}.quiz-result.incorrect{color:var(--danger)}.task-list{gap:7px;display:grid}.task-row{border:1px solid var(--line);background:var(--surface);border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.task-row input{width:18px;height:18px;accent-color:var(--navy)}.task-row strong{font-size:12px}.task-row small{color:#899397;font-size:9px}.task-row.completed strong{color:#879196;text-decoration:line-through}.source-panel{border-left:1px solid var(--line);background:#fbfaf6;min-width:0;min-height:calc(100vh - 72px)}.side-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;height:51px;display:grid}.side-tabs button{color:#7b878c;border-bottom:2px solid #0000;font-size:12px;font-weight:750}.side-tabs button.active{color:var(--ink);border-bottom-color:var(--blue)}.side-content{padding:18px}.source-meta{color:#8b9599;justify-content:space-between;margin-bottom:14px;font:700 9px ui-monospace,monospace;display:flex}.source-text{max-height:calc(100vh - 165px);padding-right:4px;overflow:auto}.source-text p{white-space:pre-wrap;color:#46535a;margin:0;font:13px/1.9 Georgia,Songti SC,serif}.source-text mark{color:inherit;background:#e9f9a4;padding:2px 0;animation:1.4s flash}@keyframes flash{0%,to{background:#e9f9a4}50%{background:#ffe59b}}.note-label{margin:10px 0 7px;font-size:11px;font-weight:800;display:block}#chapter-note,#personal-summary{line-height:1.7}#save-state{color:#8a959a;margin-top:9px;display:block}.empty-inline{border:1px dashed var(--line);color:#899398;text-align:center;border-radius:9px;padding:15px;font-size:11px}.toast{z-index:80;background:var(--navy);color:#fff;max-width:360px;box-shadow:var(--shadow);opacity:0;pointer-events:none;border-radius:10px;padding:12px 16px;font-size:12px;transition:all .2s;position:fixed;bottom:24px;right:24px;transform:translateY(12px)}.toast.show{opacity:1;transform:translateY(0)}.toast.error{background:#7e2831}.mobile-nav,.mobile-library-button{display:none}@media (width<=1160px){.app-header{grid-template-columns:230px 1fr auto}.local-pill,.button--quiet{display:none}.app-shell{grid-template-columns:230px minmax(480px,1fr) 290px}.empty-state{grid-template-columns:1fr;align-content:start;padding:48px}.empty-copy h2{font-size:48px}}@media (width<=900px){body{padding-bottom:58px}.app-header{grid-template-columns:1fr auto;height:62px;padding:0 15px}.brand small,.product-nav,.header-actions .button--quiet{display:none}.mobile-library-button{border:1px solid var(--line);background:0 0;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:750;display:block}.header-actions{display:none}.app-shell{min-height:calc(100vh - 120px);display:block}.library-panel{z-index:40;min-height:0;display:none;position:fixed;inset:62px 0 58px}.library-panel.mobile-visible{display:flex}.source-panel{z-index:35;min-height:0;display:none;position:fixed;inset:62px 0 58px;overflow:auto}.source-panel.mobile-visible{display:block}.source-text{max-height:none}.learning-panel.mobile-hidden{display:none}.empty-state{gap:28px;min-height:calc(100vh - 120px);padding:32px 20px}.empty-copy h2{font-size:clamp(34px,10vw,48px)}.feature-strip{grid-template-columns:1fr 1fr;display:grid}.chapter-view{padding:16px 16px 70px}.chapter-hero{padding:25px 21px}.chapter-toolbar{align-items:flex-start;gap:12px}.breadcrumbs{display:none}.concept-grid{grid-template-columns:1fr}.mobile-nav{z-index:70;border-top:1px solid var(--line);background:#fbfaf6;grid-template-columns:repeat(5,1fr);height:58px;display:grid;position:fixed;inset:auto 0 0}.mobile-nav button,.mobile-nav a{color:#7d898e;background:0 0;border:0;place-items:center;font-size:11px;font-weight:700;text-decoration:none;display:grid}.mobile-nav button.active{color:var(--blue)}.toast{max-width:none;bottom:72px;left:14px;right:14px}}@media (width<=520px){.brand strong{font-size:14px}.header-actions .button--dark{padding:8px 10px;font-size:11px}.empty-copy>p{font-size:13px}.import-card{padding:16px}.file-drop{min-height:180px}.chapter-hero{display:block}.chapter-actions{margin-top:18px}.chapter-hero h2{font-size:33px}.section-title{grid-template-columns:32px 1fr}.section-title>b{display:none}.key-point{grid-template-columns:26px 1fr}.point-actions{grid-column:2}}
