.neural-sculpture{position:relative;width:100%;height:100%;min-height:220px}.neural-sculpture canvas{display:block;width:100%;height:100%}.neural-sculpture-fallback{position:absolute;inset:0;width:100%;height:100%;opacity:.65}.neural-sculpture[data-ready=true] .neural-sculpture-fallback{display:none}.intro-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f6f5f0;color:#173f35}.intro-overlay:before{content:"";position:absolute;inset:18px;border:1px solid rgba(23,63,53,.13);pointer-events:none}.intro-overlay-leaving{opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s}.intro-topline,.intro-bottomline{position:absolute;left:42px;right:42px;display:flex;align-items:center;justify-content:space-between;gap:24px}.intro-topline{top:39px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:10px;letter-spacing:.13em;color:#6f7d71}.intro-bottomline{bottom:38px}.intro-stage{display:flex;flex-direction:column;align-items:center;width:min(560px,92vw);padding-bottom:18px}.intro-art{width:min(360px,72vw);height:min(300px,54vh);animation:intro-reveal 1s ease both}.intro-wordmark{margin-top:-11px;font-family:Georgia,Times New Roman,serif;font-size:clamp(60px,11vw,94px);font-weight:400;line-height:1.12;letter-spacing:-.065em;animation:intro-reveal .7s .15s both}.intro-wordmark span{color:#bd6d45}.intro-statement{margin:20px 0 30px;font-family:"Noto Serif SC",Songti SC,SimSun,serif;font-size:19px;letter-spacing:.28em;color:#526757;animation:intro-reveal .7s .35s both}.intro-rule{height:1px;width:140px;overflow:hidden;background:#dce1d6}.intro-rule span{display:block;height:100%;background:#597461;transform-origin:left;animation:intro-progress 2.9s linear both}.intro-preference{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#6f7d71;cursor:pointer}.intro-preference input{accent-color:#173f35;width:14px;height:14px}.intro-skip{display:flex;align-items:center;gap:14px;border:1px solid #cad2c6;border-radius:6px;background:transparent;padding:11px 15px;color:#173f35;font:inherit;font-size:12px;cursor:pointer;transition:background .15s,border-color .15s}.intro-skip:hover{background:#e9ede3;border-color:#9caf9e}.intro-skip:focus-visible,.intro-preference input:focus-visible{outline:2px solid #bd6d45;outline-offset:4px}.intro-skip kbd{font:10px ui-monospace,monospace;color:#768472;border-left:1px solid #cad2c6;padding-left:12px}@keyframes intro-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes intro-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(max-width:600px){.intro-overlay:before{inset:10px}.intro-topline,.intro-bottomline{left:25px;right:25px}.intro-topline{top:29px}.intro-topline span:last-child{display:none}.intro-bottomline{bottom:29px;gap:12px}.intro-skip kbd{display:none}.intro-skip{padding:10px 12px;gap:10px}.intro-preference{font-size:11px}}@media(prefers-reduced-motion:reduce){.intro-art,.intro-wordmark,.intro-statement,.intro-rule span{animation:none}.intro-overlay-leaving{transition:none}}.reader-page>.ant-alert{margin-bottom:16px}.reader-workspace{display:grid;grid-template-columns:248px minmax(0,1fr);gap:24px;align-items:start}.reader-directory{position:sticky;top:20px;min-width:0;max-height:calc(100vh - 170px);display:flex;flex-direction:column}.reader-directory-heading{padding:12px 8px 22px;border-bottom:1px solid var(--border,#dce1d7);margin-bottom:20px}.reader-directory-heading h2{font-size:18px;font-weight:500;margin:14px 0 8px;line-height:1.6;overflow-wrap:anywhere}.reader-directory-heading>span:last-child{font-size:11px;color:var(--muted,#7d877c)}.chapter-list-panel{display:flex;flex-direction:column;gap:14px;min-height:0;min-width:0}.chapter-list{overflow:auto;min-height:0;display:flex;flex-direction:column;gap:5px}.chapter-list-item{width:100%;display:flex;gap:13px;border:1px solid transparent;border-radius:9px;text-align:left;padding:14px 12px;background:transparent;color:var(--ink,#173f35);cursor:pointer;transition:background .18s,border-color .18s}.chapter-list-item:hover{background:#edf1e9}.chapter-list-item.is-active{background:#e7eee3;border-color:#cbd9c7}.chapter-list-item:focus-visible{outline:2px solid #326451;outline-offset:-2px}.chapter-list-number{font-family:Consolas,monospace;font-size:12px;color:#889786;padding-top:3px}.chapter-list-item.is-active .chapter-list-number{color:#326451}.chapter-list-copy{min-width:0;display:flex;flex-direction:column;gap:6px}.chapter-list-copy strong{font-size:13px;font-weight:500;line-height:1.6;overflow-wrap:anywhere}.chapter-list-copy small{font-size:10px;color:var(--muted,#7d877c)}.reader-sheet{border:1px solid var(--border,#dce1d7);border-radius:14px;background:#fdfdfa;box-shadow:0 8px 40px #2c422503;min-width:0;overflow:hidden}.reader-sheet>.chapter-reader{min-height:560px;height:calc(100vh - 270px)}.chapter-reader,.reader-drawer{--reader-font-size: 18px;--reader-font-family: "Noto Serif SC","Source Han Serif SC","Songti SC","Noto Serif CJK SC","SimSun",serif;--reader-paper: #f5f0e5;--reader-ink: #343a34;--reader-muted: #626a5c;--reader-border: #d6d6c7;--reader-accent: #365843;--reader-panel: #eeeade;--reader-selection: #c6d6bb;--reader-evidence: #f5d69c;--reader-evidence-ring: #9a762f;--reader-rule: #9c8565;--paper: var(--reader-paper);--ink: var(--reader-ink);--muted: var(--reader-muted);--border: var(--reader-border);--accent: var(--reader-accent);color-scheme:light;color:var(--reader-ink)}.chapter-reader[data-reader-font=sans],.reader-drawer.reader-font-sans{--reader-font-family: "Noto Sans SC","PingFang SC","Microsoft YaHei","Segoe UI",sans-serif}.chapter-reader[data-reader-theme=white],.reader-drawer.reader-theme-white{--reader-paper: #fcfcfa;--reader-ink: #313733;--reader-muted: #667166;--reader-border: #dce1d7;--reader-panel: #f1f4ee}.chapter-reader[data-reader-theme=night],.reader-drawer.reader-theme-night{--reader-paper: #202522;--reader-ink: #d8d9cf;--reader-muted: #aeb7ac;--reader-border: #475149;--reader-accent: #b7cba4;--reader-panel: #292f29;--reader-selection: #405941;--reader-evidence: #62491f;--reader-evidence-ring: #bfa162;--reader-rule: #a18e70;color-scheme:dark}.chapter-reader{display:flex;flex-direction:column;min-height:400px;height:100%;min-width:0;overflow:hidden;background:var(--reader-paper)}.chapter-reader-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 25px;border-bottom:1px solid var(--reader-border);background:var(--reader-paper);flex-shrink:0;flex-wrap:wrap}.chapter-reader-toolbar>span{color:var(--reader-muted);font-size:11px}.reader-preference-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.reader-preference-label{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--reader-muted)}.reader-preference-select{min-height:36px;max-width:100%;padding:5px 8px;border:1px solid var(--reader-border);border-radius:6px;background:var(--reader-paper);color:var(--reader-ink);font:inherit;cursor:pointer}.reader-preference-select:focus-visible{outline:2px solid var(--reader-accent);outline-offset:2px}.reader-font-value{display:inline-flex;align-items:center;justify-content:center;min-width:2.5ch;color:var(--reader-ink);font-size:12px;font-variant-numeric:tabular-nums}.chapter-reader-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 28px;overscroll-behavior:contain}.reader-prose{max-width:calc(36em + 20px);margin:0 auto;padding:48px 10px 30px;font-size:var(--reader-font-size)}.reader-chapter-kicker{font-size:10px;letter-spacing:.2em;color:var(--reader-muted);font-family:Consolas,monospace;text-align:center}.reader-prose h2{font-family:var(--reader-font-family);font-size:max(1.35em,24px);font-weight:500;line-height:1.7;text-align:center;margin:16px 0 24px;color:var(--reader-ink)}.reader-chapter-rule{width:30px;height:1px;background:var(--reader-rule);margin:0 auto 38px}.reader-prose-body,.chapter-confirmation-editor.ant-input,.reader-drawer .chapter-prose-streaming{font-family:var(--reader-font-family);font-size:var(--reader-font-size);white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.9;letter-spacing:0;color:var(--reader-ink)}.reader-prose ::selection,.chapter-confirmation-editor::selection,.reader-drawer .chapter-prose-streaming::selection{background:var(--reader-selection);color:var(--reader-ink)}.reader-selection-actions,.reader-evidence-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:9px 24px;border-bottom:1px solid var(--reader-border);flex-shrink:0;background:var(--reader-panel);color:var(--reader-ink);font-size:12px}.reader-evidence-highlight{background:var(--reader-evidence);color:inherit;border-radius:3px;box-shadow:0 0 0 2px var(--reader-evidence-ring);scroll-margin:80px 0}.reader-evidence-highlight:focus{outline:2px solid var(--reader-accent);outline-offset:3px}.reader-end-mark{text-align:center;margin:45px 0 10px;color:var(--reader-muted);font-size:13px}.reader-loading{text-align:center;padding:60px 24px;font-size:12px;color:var(--muted,#7d877c)}.reader-loading p{margin-top:20px}.reader-blank{text-align:center;display:flex;min-height:400px;flex-direction:column;align-items:center;justify-content:center;gap:12px}.reader-pagination{padding:15px 24px;border-top:1px solid var(--border,#dce1d7);display:flex;justify-content:space-between;gap:10px;align-items:center;flex-shrink:0}.reader-pagination>span{font-size:10px;letter-spacing:.07em;color:var(--muted,#7d877c);font-family:Consolas,monospace}.reader-drawer-hint{color:var(--muted,#7d877c);line-height:1.8;font-size:13px;margin:0 0 24px}@media(min-width:1600px){.reader-workspace{grid-template-columns:280px minmax(0,1fr);gap:32px}.reader-prose{padding-top:60px}}@media(max-width:1050px){.reader-workspace{grid-template-columns:200px minmax(0,1fr);gap:18px}.chapter-reader-toolbar{padding:15px}.chapter-reader-scroll{padding:0 18px}}@media(max-width:760px){.reader-workspace{grid-template-columns:minmax(0,1fr)}.reader-directory{position:static;max-height:240px;border:1px solid var(--border,#dce1d7);border-radius:12px;padding:16px}.reader-directory-heading{padding:0 0 10px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.reader-directory-heading .eyebrow{display:none}.reader-directory-heading h2{margin:0;font-size:14px}.chapter-list-panel{flex:1}.reader-directory .chapter-list{max-height:120px}.reader-directory .chapter-list-item{padding:10px}.reader-sheet>.chapter-reader{height:650px;min-height:460px}.reader-prose{padding-top:35px}.reader-pagination{padding:12px}}.chapter-confirmation{display:flex;flex-direction:column;gap:12px;flex-shrink:0;margin:16px 0;padding:18px;border:1px solid var(--reader-border);border-radius:12px;background:var(--reader-panel);color:var(--reader-ink)}.chapter-confirmation-heading,.chapter-background-status{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.chapter-confirmation-hint{color:var(--muted);font-size:12px;line-height:1.8;margin:0}.chapter-background-status{justify-content:flex-start;gap:8px 24px;font-size:12px}.chapter-confirmation-editor.ant-input{max-width:calc(36em + 24px);margin-inline:auto;padding:12px;background:var(--reader-paper)}.reader-drawer .chapter-prose-streaming{background:var(--reader-paper);border-color:var(--reader-border);padding:20px}.chapter-warning-details p{margin:5px 0;white-space:pre-wrap}.chapter-summary{font-size:12px;line-height:1.9}.chapter-summary summary{color:var(--accent);cursor:pointer}.chapter-summary p{white-space:pre-wrap;margin:10px 0 0}@media(max-width:600px){.chapter-confirmation{margin:12px 0;padding:14px}}@media(max-width:760px){.chapter-reader-toolbar{padding:12px}.reader-preference-controls{gap:8px;width:100%}.reader-preference-select{min-height:44px;font-size:16px}.chapter-reader-toolbar .ant-btn,.reader-selection-actions .ant-btn,.reader-evidence-actions .ant-btn{min-width:44px;min-height:44px}.chapter-reader-scroll{padding-inline:12px}.reader-prose{padding-inline:0;max-width:36em}.reader-selection-actions,.reader-evidence-actions{padding-inline:12px}}.writing-page>.ant-alert{margin-bottom:18px}.studio-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:22px;align-items:start}.studio-rail{min-width:0;padding:24px 18px;background:var(--paper,#fff);border:1px solid var(--border,#ddd);border-radius:16px}.studio-rail-heading{padding:0 4px 24px}.studio-rail-heading h2{margin:12px 0 7px;font-size:20px;font-weight:600;line-height:1.55;overflow-wrap:anywhere}.studio-rail-label{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:12px;margin:24px 4px 12px}.studio-chapters{display:flex;flex-direction:column;gap:7px;max-height:50vh;overflow-y:auto}.studio-chapter{display:flex;align-items:flex-start;gap:12px;width:100%;border:1px solid transparent;background:transparent;border-radius:8px;text-align:left;padding:13px 10px;color:var(--ink);cursor:pointer;transition:background .16s}.studio-chapter:hover{background:#f0f3ed}.studio-chapter.is-active{border-color:#c9d7cb;background:#eaf0e8}.studio-chapter-number{font:12px/1.8 Consolas,monospace;color:var(--muted)}.studio-chapter strong{display:block;font-size:13px;line-height:1.6;font-weight:500;overflow-wrap:anywhere}.studio-chapter small{display:block;margin-top:5px;font-size:10px;color:var(--muted)}.studio-rail-empty{color:var(--muted);font-size:12px;line-height:2;padding:20px 6px}.studio-rail-footer{border-top:1px solid var(--border);padding:22px 4px 0;margin-top:28px}.studio-rail-footer p{font-size:12px;color:var(--muted);line-height:1.9;margin:12px 0}.studio-rail-footer a{font-size:12px}.studio-main{min-width:0;border:1px solid var(--border);border-radius:16px;background:var(--paper,#fff);padding:4px 28px 30px;min-height:660px}.studio-main>.ant-tabs>.ant-tabs-nav{margin-bottom:28px}.studio-main .ant-tabs-tab{padding:20px 0}.studio-main .ant-tabs-content-holder{min-width:0}.generation-workspace{display:flex;flex-direction:column;gap:22px}.generation-intro{padding:10px 0 5px}.generation-intro h2{margin:18px 0 14px;color:var(--ink);font:500 clamp(24px,2.4vw,34px)/1.5 "Noto Serif SC","Songti SC",SimSun,serif}.generation-intro p{color:var(--muted);font-size:13px;line-height:1.9;max-width:490px}.generation-action-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;padding-bottom:5px}.field-label{display:flex;flex-direction:column;gap:9px;color:var(--muted);font-size:12px}.generation-action-row>.field-label{width:100px}.generation-action-row .ant-input-number{width:100%;height:40px;display:flex;align-items:center}.generation-inputs{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.generation-inputs a{margin-left:auto;font-size:12px}.field-caption,.muted-note{font-size:12px;color:var(--muted);line-height:1.8}.generation-options.ant-collapse,.generation-options .ant-collapse-content{background:transparent}.generation-options .ant-collapse-header{align-items:center!important;padding-block:17px!important}.generation-option-content{display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:4px 6px 12px}.generation-option-content>p{margin:0}.generation-settings-grid{display:grid;grid-template-columns:2fr 1.2fr 1fr;gap:16px;width:100%}.generation-settings-grid .ant-select,.generation-settings-grid .ant-input-number{width:100%}.context-result{width:100%;border-top:1px solid var(--border);padding-top:18px}.context-result-heading{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;font-size:13px}.context-node-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:350px;overflow:auto}.context-node-list>div{padding:13px;border:1px solid var(--border);border-radius:8px;font-size:12px}.context-node-list p{color:var(--muted);line-height:1.8;margin-bottom:0}.context-prompt{margin-top:18px;font-size:12px}.context-prompt summary{cursor:pointer;color:var(--accent)}.context-prompt pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:300px;overflow:auto;line-height:1.8;padding:15px;background:#f1f3ed}.studio-document-actions{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:16px;font-size:12px;margin-bottom:16px}.studio-reader>.chapter-reader{height:clamp(440px,calc(100vh - 280px),800px)}.studio-reader .chapter-prose{max-height:none;min-height:320px;height:auto;overflow:visible}.studio-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:75px 24px;min-height:480px;border:1px solid var(--border);border-radius:18px;background:var(--paper);text-align:center}.studio-empty-mark{font-size:38px;color:var(--accent);margin-bottom:12px}.studio-empty h2{font:500 26px/1.6 "Noto Serif SC",Songti SC,SimSun,serif}.studio-empty p{color:var(--muted);line-height:1.9;margin-bottom:26px}.studio-status{display:flex;flex-direction:column;gap:22px}.studio-status-heading{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center}.studio-status-heading h2{font-size:23px;font-weight:500}.studio-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--border);border-radius:12px}.studio-status-grid>div{padding:22px 16px;border-right:1px solid var(--border)}.studio-status-grid>div:last-child{border:0}.studio-status-grid strong{display:block;font-size:23px;font-weight:500;color:var(--accent)}.studio-status-grid span{display:block;color:var(--muted);margin-top:10px;font-size:12px}.review-topbar{display:flex;gap:18px;align-items:center;flex-wrap:wrap;padding:18px 22px;background:var(--paper);border:1px solid var(--border);border-radius:12px;margin-bottom:22px}.review-topbar .ant-select{min-width:230px}.review-topbar a{margin-left:auto;font-size:13px}.review-content{padding:8px 24px 24px;border:1px solid var(--border);border-radius:16px;background:var(--paper)}.review-content>.ant-tabs>.ant-tabs-nav{margin-bottom:24px}.review-content>.ant-tabs>.ant-tabs-nav .ant-tabs-tab{padding-block:18px}.review-note{margin-bottom:18px;color:var(--muted);font-size:12px;line-height:1.9}@media(max-width:1100px){.studio-layout{grid-template-columns:205px minmax(0,1fr);gap:16px}.studio-main{padding-inline:20px}.generation-settings-grid{grid-template-columns:1fr 1fr}.generation-settings-grid>:first-child{grid-column:1/-1}.studio-status-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.studio-layout{grid-template-columns:1fr}.studio-rail{padding:18px}.studio-rail-heading{padding-bottom:16px}.studio-rail-heading h2{margin-top:8px}.studio-rail-footer{display:none}.studio-chapters{max-height:220px}.studio-rail-empty{padding:0 6px}.studio-main{padding:0 18px 24px;min-height:500px}.generation-action-row{gap:10px}.generation-inputs a{margin-left:0;width:100%}.context-node-list{grid-template-columns:1fr}.generation-options .ant-space{flex-wrap:wrap}.review-content{padding-inline:12px}.review-topbar{padding:16px}.review-topbar .ant-select{min-width:0;width:100%}.studio-empty{padding:45px 18px}.studio-empty h2{font-size:22px}}.scene-task-binding{display:flex;flex-wrap:wrap;align-items:center;gap:8px 16px;background:#eef2e8;border-radius:8px;padding:14px 16px;margin-bottom:20px;font-size:12px}.scene-task-binding>span,.scene-task-binding small{color:var(--muted)}.scene-task-binding strong{font-weight:500}@media(max-width:600px){.review-content .ant-card-head-wrapper{flex-wrap:wrap;padding-block:10px;gap:10px}.review-content .ant-card-head-title{overflow:visible;white-space:normal;min-width:0}.review-content .ant-card-head-title .ant-space{flex-wrap:wrap}.review-content .ant-card-body{padding:16px}}.generation-mode-hint{font-size:12px;color:var(--muted);line-height:1.9;margin:12px 0}.batch-progress{padding:18px;border:1px solid var(--border);background:var(--paper);border-radius:12px;margin-block:16px}.batch-progress-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.batch-progress p{margin:8px 0}.batch-progress small{display:block;color:var(--muted);line-height:1.9;margin-bottom:8px}.library-page>.ant-alert{margin-bottom:16px}.library-empty{padding:70px 24px;text-align:center;border:1px solid var(--border);border-radius:16px;background:var(--paper)}.library-pipeline{display:grid;grid-template-columns:1fr 32px 1fr 32px 1fr;align-items:center;gap:22px;padding:26px 30px;margin-bottom:22px;border:1px solid var(--border);border-radius:14px;background:#eef2e9}.library-pipeline>div{display:grid;grid-template-columns:30px 1fr;gap:7px 12px;align-items:center}.library-pipeline>div>span{grid-row:span 2;font:13px Consolas,monospace;color:#83947d;align-self:start;padding-top:3px}.library-pipeline strong{color:var(--ink);font-size:14px;font-weight:550}.library-pipeline p{margin:0;font-size:11px;color:var(--muted);line-height:1.7}.library-pipeline>.anticon{color:#9aaa93;font-size:16px}.library-analysis{padding:25px 28px;border:1px solid var(--border);border-radius:14px;background:var(--paper);margin-bottom:22px}.library-analysis-copy{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.library-analysis-copy>.anticon{width:36px;height:36px;display:grid;place-items:center;font-size:20px;color:var(--accent);background:#eff3eb;border-radius:10px;flex-shrink:0}.library-analysis h2{font-size:16px;font-weight:550;margin:0 0 6px}.library-analysis p{margin:0;color:var(--muted);font-size:12px;line-height:1.8}.library-analysis-controls{display:flex;gap:12px}.library-analysis-controls .ant-select{width:100%;max-width:450px;min-width:0}.library-analysis .library-analysis-hint{margin-top:12px}.library-memory-count{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:8px 0 16px;font-size:12px;color:var(--muted)}.library-memory-count strong{font-weight:500;color:var(--ink);margin-left:12px}.knowledge-review{display:flex;flex-direction:column;gap:18px}.knowledge-review>.ant-card>.ant-card-body:empty{display:none}.knowledge-review-grid{display:grid;grid-template-columns:minmax(250px,.4fr) minmax(0,1fr);gap:20px;align-items:start}.knowledge-review-grid>.ant-card{min-width:0}.knowledge-draft-list .ant-card-body{max-height:70vh;overflow-y:auto}.knowledge-draft-list .ant-list-item{margin-bottom:6px;transition:background .18s ease}.knowledge-draft-list .ant-list-item:hover{background:#f1f4ec}.knowledge-draft-list .ant-list-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.knowledge-draft-list .ant-list-item .ant-typography{overflow-wrap:anywhere}.knowledge-draft-list .ant-list-item>div>div:first-child{flex-wrap:wrap;gap:8px}.knowledge-draft-list .ant-tag{font-size:10px;margin-inline-end:0}.knowledge-draft-metadata{margin-bottom:20px;color:var(--muted);font-size:12px}.knowledge-draft-metadata summary{cursor:pointer;margin-bottom:12px}.knowledge-draft-metadata .ant-descriptions-item-content{overflow-wrap:anywhere;font:11px/1.7 Consolas,monospace}.knowledge-candidate .ant-card-body{padding:20px}.knowledge-candidate-heading{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:16px}.knowledge-candidate-heading>.ant-typography{flex:1 1 180px}.knowledge-candidate .ant-descriptions-item-content{overflow-wrap:anywhere}@media(max-width:1200px){.knowledge-review-grid{grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:14px}.library-pipeline{padding:22px;gap:12px}}@media(max-width:750px){.knowledge-review-grid{grid-template-columns:1fr}.knowledge-draft-list .ant-card-body{max-height:300px}.library-pipeline{grid-template-columns:1fr;gap:18px}.library-pipeline>.anticon{display:none}.library-pipeline>div{grid-template-columns:28px 1fr}.library-analysis{padding:20px}.library-analysis-controls{flex-direction:column}.library-analysis-controls .ant-select{max-width:none}.library-memory-count{flex-wrap:wrap}.knowledge-candidate .ant-card-body{padding:15px}.knowledge-review .ant-card-head-title{white-space:normal;padding-block:10px}}:root{--paper: #f6f5f0;--surface: #fffefa;--ink: #263b32;--accent: #173f35;--muted: #728078;--border: #e2e5dd;--sage: #a9bbaa;--rust: #bd6d45;--serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", Georgia, serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}button:focus-visible,a:focus-visible{outline:2px solid #bd6d45;outline-offset:4px}::selection{background:#dce7d7;color:#173f35}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#cbd3c9;border-radius:6px}::-webkit-scrollbar-track{background:transparent}.app-shell{min-height:100vh}.app-sidebar{width:218px;position:fixed;inset:0 auto 0 0;background:#173c33;color:#c9d5cb;padding:36px 18px 20px;display:flex;flex-direction:column;z-index:30}.brand{display:flex;gap:11px;color:#eef3e7;text-decoration:none;align-items:flex-start;padding:0 10px;margin-bottom:48px}.brand svg{width:37px;height:42px;margin-top:1px;flex-shrink:0;color:#c6d8ba}.brand>span{font-size:30px;line-height:1.2;letter-spacing:-1.6px;font-family:Georgia,Times New Roman,serif}.brand small{display:block;font-family:Microsoft YaHei,sans-serif;font-size:10px;letter-spacing:2px;color:#b3c5b8;margin-top:9px}.sidebar-label{display:flex;justify-content:space-between;font:9px/1.5 Consolas,monospace;letter-spacing:1.7px;color:#9bafa2;padding:0 12px;margin-bottom:13px}.sidebar-label span{font-size:9px;letter-spacing:1px}.main-nav{display:flex;flex-direction:column;gap:5px}.nav-item{position:relative;border:0;background:transparent;width:100%;text-align:left;display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:7px;color:#bfd0c3;text-decoration:none;transition:background .2s,color .2s;font-size:13px}.nav-item>.anticon{font-size:16px}.nav-item small{margin-left:auto;font:10px Consolas,monospace;color:#809e8e}.nav-item:hover{color:#fff;background:#254a40}.nav-item.active{background:#e6eddd;color:#173c33;box-shadow:0 3px 10px #09271c12}.nav-item.active small{color:#698370}.nav-item.active:before{content:"";width:3px;height:14px;background:#7c986e;border-radius:3px;position:absolute;left:-18px}.sidebar-foot{margin-top:auto;padding-top:48px}.sidebar-foot .nav-item{font-size:12px}.sidebar-foot .nav-item>.anticon:last-child:not(:first-child){margin-left:auto;font-size:12px}.lab-note{font:8px/1.7 Consolas,monospace;letter-spacing:.5px;padding:0 10px 20px;margin-bottom:10px;border-bottom:1px solid #456256;color:#b7c8ba}.lab-note p{font:11px/1.8 Microsoft YaHei,sans-serif;letter-spacing:.5px;margin:9px 0 0;color:#aebfaf}.lab-dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:#b6cba0;margin-right:5px;vertical-align:2px}.app-main{margin-left:218px;min-height:100vh;display:flex;flex-direction:column}.app-header{min-height:76px;padding:0 38px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:20px}.header-location{display:flex;align-items:center;gap:15px;font-size:12px;white-space:nowrap}.header-location strong{font-weight:500}.header-section{color:var(--muted)}.header-slash{color:#b9c4b9;font-weight:300}.header-tools{display:flex;align-items:center;gap:22px;min-width:0}.header-project{width:196px;font-size:12px}.connection-status{display:flex;align-items:center;gap:8px;font-size:10px;color:var(--muted);white-space:nowrap}.mobile-menu-button.ant-btn{display:none}#main-content{flex:1;min-width:0;outline:none}.app-footer{padding:24px 38px;margin-top:14px;display:flex;justify-content:space-between;gap:16px;font-size:10px;letter-spacing:.4px;color:#748274}.app-footer>span{font-family:Consolas,Microsoft YaHei,monospace}.footer-divider{margin:0 9px;opacity:.5}.app-footer button{border:0;background:transparent;color:inherit;font-size:11px;padding:0}.app-footer button:hover{color:var(--accent)}.skip-link{position:fixed;top:8px;left:240px;padding:12px;background:var(--surface);z-index:100;transform:translateY(-150%)}.skip-link:focus{transform:none}.page-container{padding:34px 38px 20px;max-width:1640px;width:100%;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:18px;margin-bottom:24px}.page-title{font-size:28px;line-height:1.4;letter-spacing:-.6px;font-weight:600;margin:5px 0 7px}.page-subtitle{font-size:13px;color:var(--muted);margin:0 0 24px;line-height:1.9}.page-heading .page-subtitle{margin-bottom:0}.eyebrow{font:10px/1.6 Consolas,Microsoft YaHei,monospace;letter-spacing:1.7px;color:var(--muted)}.ink-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block;margin-right:8px;vertical-align:1px}.ant-card .ant-card-head{min-height:52px}.ant-card{box-shadow:0 2px 3px #263b3202}.ant-btn{font-size:12px}.ant-btn-lg{font-size:13px;height:44px;padding-inline:21px}.ant-tabs-tab{font-size:13px}.ant-alert{line-height:1.8}.ant-form-item-label>label{font-size:12px}.ant-input,.ant-input-number,.ant-select-selector{font-size:13px}.ant-input::placeholder,.ant-input-number-input::placeholder{font-size:12px}.ant-drawer-body{overscroll-behavior:contain}.ant-table-wrapper{overflow-x:auto}.ant-card .ant-card-extra{max-width:100%}.chapter-prose,.chapter-prose-streaming{white-space:pre-wrap;overflow-wrap:anywhere;line-height:2.15;font-size:16px;color:#334033;background:#fffefa;border:1px solid var(--border);border-radius:8px;padding:30px 36px}.chapter-prose{max-height:calc(100vh - 260px);overflow-y:auto}.stream-cursor:after{content:"▍";color:var(--rust);animation:stream-blink 1s step-end infinite}@keyframes stream-blink{50%{opacity:0}}.dashboard-page{padding-top:0}.dashboard-hero{position:relative;display:grid;grid-template-columns:1.04fr 1fr;column-gap:26px;padding:52px 0 0;min-height:394px;border-bottom:1px solid #cdd7ca}.hero-copy{z-index:1;padding:6px 0 32px}.hero-copy>.eyebrow{font-size:10px;letter-spacing:1.5px;color:#55705b}.hero-copy h1{font-family:var(--serif);font-size:clamp(34px,3.4vw,56px);line-height:1.5;letter-spacing:1px;font-weight:500;margin:23px 0 14px}.hero-copy h1 span{color:#648063}.hero-copy>p{color:#788577;font-size:12px;line-height:2.15;margin:0 0 26px;letter-spacing:.3px}.hero-actions{display:flex;align-items:center;gap:16px}.hero-caption{font-size:10px;color:#8b9686;letter-spacing:.3px}.hero-art{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;max-width:530px;width:100%;justify-self:end;align-self:stretch;min-width:0}.figure-index{position:absolute;top:0;right:0;font:8px/1.5 Consolas,monospace;letter-spacing:1.2px;color:#91a18c}.hero-brain{width:100%;height:310px;margin-top:10px}.figure-caption{display:flex;justify-content:space-between;padding:0 10px 25px;font:9px/1.7 Consolas,Microsoft YaHei,monospace;letter-spacing:1px;color:#85967e}.hero-bottom-line{grid-column:1/-1;padding:14px 0;border-top:1px solid #e2e7db;display:flex;justify-content:space-between;font:9px/1.5 Consolas,Microsoft YaHei,monospace;color:#83907b;letter-spacing:.8px}.hero-bottom-line i{display:inline-block;width:22px;height:1px;background:#a7b39d;vertical-align:middle;margin:0 12px}.connection-alert{margin-top:24px}.continue-strip{margin-top:26px;display:flex;align-items:center;gap:16px;background:#eaf0e3;border:1px solid #dce6d3;border-radius:10px;padding:18px 24px}.continue-mark{width:42px;height:50px;background:#dbe6d2;display:grid;place-items:center;color:#5c7753;border-radius:4px;font-size:22px}.continue-title{flex:1;min-width:0}.continue-title .eyebrow{font-size:8px;color:#77896f}.continue-title h2{font-family:var(--serif);font-weight:600;font-size:19px;margin:5px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.continue-meta{display:flex;align-items:center;gap:9px;margin-right:26px}.continue-meta b{font:25px Georgia,serif}.continue-meta span{font-size:10px;color:#7c8c72}.projects-section{margin-top:38px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:21px}.section-heading .eyebrow{font-size:9px;letter-spacing:1.8px}.section-heading h2{font-size:20px;font-weight:500;letter-spacing:.2px;margin:6px 0 0}.section-heading>p{font-size:11px;color:#81907c;margin:0}.count-label{font:12px Consolas,monospace;color:#8a9983;margin-left:10px;vertical-align:middle}.section-tools{display:flex;gap:8px;align-items:center}.project-search{width:185px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.book-card{display:flex;flex-direction:column;min-height:220px;background:#fdfdf8;border:1px solid var(--border);border-radius:9px;padding:15px 21px 0 24px;position:relative;overflow:hidden;transition:box-shadow .2s,border-color .2s,transform .2s}.book-card:before{content:"";width:4px;position:absolute;left:0;top:0;bottom:0;background:#9dac8e}.book-tone-1:before{background:#bfad92}.book-tone-2:before{background:#9cacb2}.book-card:hover{transform:translateY(-3px);border-color:#bbc9b0;box-shadow:0 10px 24px #173f3509}.book-card.is-current{background:#f7faf1;border-color:#c2d1b6}.book-top{display:flex;align-items:center;min-height:28px;gap:8px}.book-number{font:8px Consolas,monospace;letter-spacing:1.3px;color:#89957f}.book-top .ant-btn{margin-left:auto;height:24px;width:20px}.current-indicator{font-size:8px;color:#69895f;margin-left:auto;white-space:nowrap}.current-indicator span{display:inline-block;width:4px;height:4px;background:#709663;border-radius:50%;margin-right:4px}.current-indicator+.ant-btn{margin-left:0}.book-main{flex:1;background:transparent;color:inherit;border:0;text-align:left;padding:0;width:100%}.book-main h3{font-family:var(--serif);font-size:22px;font-weight:600;letter-spacing:.5px;margin:20px 0 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.book-main p{color:#83907d;font-size:11px;line-height:1.9;margin:0 0 23px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-bottom{border-top:1px solid #e5e9dd;padding:10px 0;display:flex;justify-content:space-between;align-items:center;font:9px Consolas,Microsoft YaHei,monospace;color:#8a9683}.date-label{font-size:8px;margin-left:3px}.book-bottom button{border:0;background:transparent;color:#4a6c42;padding:5px}.new-story-card{background:transparent;border:1px dashed #cbd6c2;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;color:#67805f;min-height:220px;transition:background .2s}.new-story-card:hover{background:#edf2e7}.new-story-card>span{height:35px;width:35px;border:1px solid #dbe4d2;border-radius:50%;display:grid;place-items:center}.new-story-card b{font-size:12px;font-weight:500}.new-story-card small{font-size:10px;color:#8a9980}.shelf-empty{border:1px dashed #d4dccd;border-radius:12px;padding:26px;text-align:center;min-height:200px}.pathways-section{margin-top:42px}.pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #d9e1d1;border-bottom:1px solid #d9e1d1}.pathway{background:transparent;border:0;color:var(--ink);padding:23px 20px;text-align:left;position:relative}.pathway+.pathway:before{content:"";position:absolute;left:0;top:26px;bottom:26px;border-left:1px solid #dce3d5}.pathway:first-child{padding-left:0}.pathway:last-child{padding-right:0}.pathway>div{display:flex;align-items:center;justify-content:space-between;color:#8ea17f;font-size:20px}.pathway-number{font:10px Consolas,monospace;color:#899981}.pathway h3{font-size:13px;font-weight:500;margin:19px 0 9px;display:flex;align-items:center;gap:12px}.pathway h3 .anticon{opacity:0;font-size:10px;transition:opacity .2s}.pathway:hover h3 .anticon{opacity:1}.pathway:hover h3{color:#557846}.pathway p{font-size:10px;line-height:1.9;color:#86927f;margin:0;max-width:190px}.about-content{padding:16px 8px;max-width:600px;margin:0 auto}.about-content h2{font-family:var(--serif);font-size:36px;line-height:1.65;font-weight:500;margin:24px 0}.about-content p{font-size:14px;line-height:2;color:#768473}.about-principle{padding:26px 0;border-bottom:1px solid var(--border)}.about-principle b{font-size:14px;font-weight:500}.about-principle p{font-size:13px;margin:12px 0 0}.about-content .about-caption{margin:28px 0;font-size:12px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 240px;gap:26px;align-items:start}.settings-note{border-left:1px solid var(--border);padding-left:24px;font-size:12px;line-height:2;color:var(--muted)}.settings-note h3{font-size:14px;color:var(--ink);font-weight:500}.settings-note .note-number{font:42px Georgia,serif;color:#becbb5;margin-bottom:20px;display:block}.settings-layout .ant-tabs-content-holder{min-width:0}.settings-layout .ant-form{max-width:650px}.project-create-intro{color:var(--muted);line-height:1.9;font-size:12px;margin-bottom:24px}.form-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.route-loading,.route-error{padding:80px 32px;text-align:center;color:var(--muted)}.route-error h2{color:var(--ink)}@media(min-width:1600px){.dashboard-hero{min-height:430px;padding-top:62px}.hero-brain{height:340px}.project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1200px){.app-sidebar{width:194px;padding-inline:14px}.app-main{margin-left:194px}.brand{padding-inline:4px}.brand>span{font-size:28px}.sidebar-label{font-size:8px}.sidebar-label span{display:none}.app-header,.page-container{padding-inline:26px}.connection-status>span:last-child{display:none}.header-tools{gap:14px}.hero-copy h1{font-size:40px}.hero-caption{display:none}.hero-art{align-self:center}.hero-brain{height:270px}.figure-index{top:-14px;font-size:7px}.figure-caption{font-size:8px;padding-bottom:12px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-layout{grid-template-columns:1fr}.settings-note{display:none}}@media(max-width:900px){.app-sidebar{display:none}.app-main{margin-left:0}.mobile-menu-button.ant-btn{display:inline-flex}.app-header{min-height:65px}.header-location{gap:10px}.mobile-nav .ant-drawer-body{background:#173c33;display:flex;flex-direction:column}.mobile-nav .brand{margin:10px 0 32px}.mobile-nav .sidebar-foot{padding-top:32px}.page-title{font-size:25px}.skip-link{left:20px}}@media(max-width:600px){.app-header{padding:10px 16px;gap:8px}.header-section,.header-slash{display:none}.header-project{width:150px}.header-tools{gap:8px}.header-location{font-size:11px;gap:5px}.page-container{padding:24px 18px 12px}.dashboard-page{padding-top:0}.dashboard-hero{grid-template-columns:1fr;padding-top:32px;gap:0}.hero-copy{padding:0}.hero-copy h1{font-size:39px;margin:18px 0 12px}.hero-copy>p{font-size:11px;margin-bottom:20px}.hero-art{justify-self:center;width:100%;max-width:380px;margin-top:34px}.hero-brain{height:230px;margin-top:0}.figure-index{top:-8px;right:4px}.figure-caption{padding-bottom:20px}.hero-bottom-line{font-size:7px;letter-spacing:.1px;padding:12px 0}.hero-bottom-line>span:last-child{font-size:8px}.hero-bottom-line i{width:12px;margin:0 5px}.continue-strip{padding:16px;gap:11px;flex-wrap:wrap}.continue-title{flex-basis:calc(100% - 64px)}.continue-meta{margin-right:auto}.continue-title h2{font-size:19px}.continue-meta b{font-size:20px}.section-heading{flex-wrap:wrap;align-items:center}.section-heading h2{font-size:20px}.section-tools{width:100%}.project-search{flex:1;min-width:0}.project-grid{grid-template-columns:1fr;gap:14px}.book-card{min-height:205px}.new-story-card{min-height:150px}.pathway-grid{grid-template-columns:1fr 1fr}.pathway{padding:20px 16px}.pathway:nth-child(odd){padding-left:0}.pathway:nth-child(odd):before{display:none}.pathway:nth-child(-n+2){border-bottom:1px solid var(--border)}.pathway h3 .anticon{opacity:1}.app-footer{padding:24px 18px;font-size:8px;gap:9px}.app-footer button{font-size:10px}.footer-divider{margin-inline:4px}.chapter-prose,.chapter-prose-streaming{padding:20px 18px;font-size:15px}.form-two-columns{grid-template-columns:1fr;gap:0}.about-content h2{font-size:28px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
