:root{--bg:#f7f7f6;--surface:#fff;--surface-subtle:#fafafa;--ink:#242625;--muted:#858986;--faint:#b7bbb8;--line:#e3e5e3;--line-dark:#d3d6d3;--accent:#242725;--accent-soft:#e8ece9;--success:#3f6d5b;--radius:4px;--header-height:72px}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0}body{letter-spacing:0;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;overflow:hidden}button,input,textarea,select{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:2px solid #6f7772}.app-shell{background:var(--bg);min-height:100vh}.topbar{height:var(--header-height);border-bottom:1px solid var(--line);z-index:20;background:#fffffff5;grid-template-columns:296px 1fr 430px;align-items:center;display:grid;position:relative}.brand{border-right:1px solid var(--line);align-items:center;gap:11px;height:100%;padding:0 28px;font-size:18px;font-weight:650;display:flex}.brand b{border:1px solid var(--ink);vertical-align:2px;border-radius:3px;padding:2px 3px;font-size:11px;font-weight:700}.brand-mark{color:#fff;background:var(--ink);border-radius:3px;place-items:center;width:32px;height:32px;display:grid}.document-state{height:100%;color:var(--muted);justify-content:center;align-items:center;gap:12px;min-width:0;padding:0 16px;display:flex}.book-tabs{scrollbar-width:none;align-items:center;min-width:0;max-width:100%;height:42px;display:flex;overflow-x:auto}.book-tabs::-webkit-scrollbar{display:none}.book-tab{border:0;border-right:1px solid var(--line);color:#8a8e8b;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;flex:none;max-width:168px;height:34px;padding:0 15px;position:relative;overflow:hidden}.book-tab:hover{color:var(--ink);background:#f7f8f7}.book-tab.active{color:var(--ink);font-weight:600}.book-tab.active:after{content:"";background:var(--ink);height:2px;position:absolute;bottom:0;left:13px;right:13px}.new-book-tab{cursor:pointer;background:0 0;border:0;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.new-book-tab:hover{background:#f0f1f0}.save-state{color:#999d9a;white-space:nowrap;flex:none;font-size:12px}.mobile-book-select,.mobile-new-book{display:none}.state-divider{background:var(--line);width:1px;height:16px}.header-actions{border-left:1px solid var(--line);justify-content:flex-end;align-items:center;gap:6px;height:100%;padding:0 24px;display:flex}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:3px;place-items:center;width:36px;height:36px;padding:0;display:inline-grid}.icon-button svg{width:18px;height:18px}.icon-button:hover{background:#f0f1f0}.text-button,.import-button{cursor:pointer;border-radius:var(--radius);white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:8px;height:40px;padding:0 14px;display:inline-flex}.text-button:hover{background:#f2f3f2}.import-button{border-color:var(--line-dark);background:#fff;margin-right:7px}.import-button:hover{border-color:#a7aaa8}.panel-toggle.active{color:#141615;background:#eceeec}.workspace{height:calc(100vh - var(--header-height));grid-template-columns:296px minmax(470px,1fr) 430px;transition:grid-template-columns .2s;display:grid}.workspace.assistant-collapsed{grid-template-columns:296px minmax(470px,1fr) 0}.mobile-drawer{min-width:0;min-height:0}.mobile-drawer.left{border-right:1px solid var(--line)}.mobile-drawer.right{border-left:1px solid var(--line)}.assistant-collapsed>.mobile-drawer.right{visibility:hidden;border-left:0;overflow:hidden}.library-panel{background:#fafafa;flex-direction:column;height:100%;min-height:0;padding:26px 27px 18px;display:flex}.mobile-panel-title{display:none}.book-cover{color:#fff;background:#262827;border-radius:3px;flex-direction:column;flex:0 0 167px;justify-content:space-between;height:167px;padding:21px;display:flex;position:relative;overflow:hidden}.book-cover:after{content:"";border:1px solid #ffffff21;width:120px;height:120px;position:absolute;bottom:-38px;right:-28px;transform:rotate(18deg)}.cover-lines{gap:3px;display:flex}.cover-lines i{background:#505351;width:11px;height:43px;display:block}.cover-lines i:nth-child(2){background:#777a78;height:58px}.cover-lines i:nth-child(3){background:#a2a5a3;height:35px}.cover-copy{z-index:1;flex-direction:column;display:flex;position:relative}.cover-copy span{color:#aeb1af;margin-bottom:5px;font-size:9px}.cover-copy strong{font-family:Songti SC,SimSun,serif;font-size:18px;font-weight:600}.cover-copy small{color:#aeb1af;margin-top:4px}.search-box{border:1px solid var(--line-dark);height:42px;color:var(--muted);background:#fff;border-radius:3px;flex:0 0 42px;align-items:center;gap:9px;margin:16px 0 10px;padding:0 12px;display:flex}.search-box input{width:100%;color:var(--ink);background:0 0;border:0;outline:0}.search-box input::placeholder{color:#a1a5a2}.library-tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);height:42px;display:grid}.library-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;position:relative}.library-tabs button+button:before{content:"";background:var(--line);width:1px;height:13px;position:absolute;top:14px;left:0}.library-tabs button.active{color:var(--ink);font-weight:600}.chapter-list{scrollbar-width:thin;flex:1;min-height:0;padding:8px 0;overflow-y:auto}.chapter-row{background:0 0;border:0;border-radius:3px;grid-template-columns:minmax(0,1fr) 30px;align-items:center;width:100%;min-height:45px;display:grid}.chapter-select{text-align:left;min-width:0;min-height:45px;color:inherit;cursor:pointer;background:0 0;border:0;grid-template-columns:31px minmax(0,1fr);align-items:center;padding:7px 5px 7px 12px;display:grid}.chapter-row span{color:#a1a5a2;font-variant-numeric:tabular-nums;font-size:11px}.chapter-row strong{white-space:nowrap;text-overflow:ellipsis;font-weight:450;overflow:hidden}.chapter-delete{color:#a2a6a3;opacity:0;cursor:pointer;background:0 0;border:0;border-radius:3px;place-items:center;width:28px;height:28px;display:grid}.chapter-row:hover .chapter-delete,.chapter-row:focus-within .chapter-delete{opacity:1}.chapter-delete:hover{color:#a23b36;background:#e5e7e5}.chapter-row:hover{background:#f0f1f0}.chapter-row.active{color:#fff;background:#303231}.chapter-row.active span{color:#aeb2af}.chapter-row.active .chapter-delete{color:#d2d5d3}.chapter-row.active .chapter-delete:hover{color:#fff;background:#4a4d4b}.new-chapter{border:0;border-top:1px solid var(--line);cursor:pointer;background:0 0;flex:0 0 43px;align-items:center;gap:9px;padding:0 12px;display:flex}.new-chapter:hover{background:#f0f1f0}.library-footer{color:#a0a4a1;flex:0 0 32px;align-items:flex-end;gap:7px;padding-left:12px;font-size:11px;display:flex}.editor-panel{background:#f4f4f3;grid-template-rows:64px 1fr 56px;min-width:0;min-height:0;padding:20px 20px 16px;display:grid}.mobile-editor-actions{display:none}.editor-tabs{border-bottom:1px solid var(--line);background:#fff;border-radius:3px 3px 0 0;justify-content:center;gap:38px;display:flex}.editor-tabs button{min-width:90px;color:var(--muted);cursor:pointer;background:0 0;border:0;font-size:15px;position:relative}.editor-tabs button.active{color:var(--ink);font-weight:600}.editor-tabs button.active:after{content:"";background:var(--ink);height:2px;position:absolute;bottom:0;left:7px;right:7px}.editor-tabs button:disabled{cursor:not-allowed;opacity:.65}.paper{background:#fff;min-height:0;padding:52px clamp(48px,7vw,100px) 20px;overflow:hidden}.paper-heading{border-bottom:1px solid #eceeec;justify-content:space-between;align-items:flex-end;margin-bottom:22px;padding-bottom:20px;display:flex}.paper-heading span{color:#9a9e9b;font-size:11px}.paper-heading h1{margin:7px 0 0;font-family:Songti SC,SimSun,serif;font-size:25px;font-weight:600;line-height:1.2}.paper-heading .saved-chip{color:var(--success);align-items:center;gap:4px;display:inline-flex}.paper textarea{resize:none;color:#373a38;background:0 0;border:0;outline:0;width:100%;height:calc(100% - 90px);padding:0;font-family:Songti SC,STSong,SimSun,serif;font-size:17px;line-height:2.05}.paper textarea[readonly]{cursor:text}.editor-toolbar{border-top:1px solid var(--line);color:#777b78;background:#fff;border-radius:0 0 3px 3px;justify-content:space-between;align-items:center;padding:0 18px;display:flex;box-shadow:0 4px 12px #1a1c1b09}.editor-toolbar>div{align-items:center;gap:2px;display:flex}.editor-toolbar .icon-button{width:37px;height:37px}.editor-toolbar .icon-button svg{width:17px}.editor-toolbar .muted{color:#bec1bf}.toolbar-separator{background:var(--line);width:1px;height:20px;margin:0 8px}.editor-toolbar>span{font-size:12px}.assistant-panel{background:#fbfbfb;flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.assistant-title{border-bottom:1px solid var(--line);flex:0 0 72px;justify-content:space-between;align-items:center;height:72px;padding:0 29px;display:flex}.assistant-title>div{align-items:center;gap:10px;display:flex}.assistant-title strong{font-size:18px}.live-dot{background:#c9cdca;border-radius:50%;width:8px;height:8px;display:inline-block}.live-dot.connected{background:#4c7b67;box-shadow:0 0 0 4px #e5eee9}.mobile-only{display:none}.provider-switch{border-bottom:1px solid var(--line);flex:0 0 54px;grid-template-columns:1fr 1fr;height:54px;display:grid}.provider-switch button{cursor:pointer;color:#6f7470;background:0 0;border:0;position:relative}.provider-switch button+button{border-left:1px solid var(--line)}.provider-switch button i{vertical-align:-4px;border:1px solid #b8bcb9;border-radius:50%;width:17px;height:17px;margin-right:8px;display:inline-block}.provider-switch button.active{color:var(--ink);font-weight:600}.provider-switch button.active i{border:5px solid var(--ink)}.provider-switch-three{grid-template-columns:repeat(3,1fr)}.credentials{border-bottom:1px solid var(--line);padding:12px 26px 10px}.endpoint-field{border:1px solid var(--line-dark);background:#fff;border-radius:3px;grid-template-columns:66px minmax(0,1fr);align-items:center;min-height:40px;margin-bottom:7px;padding:0 10px;display:grid}.endpoint-field span{color:var(--muted);font-size:11px}.endpoint-field input{background:0 0;border:0;outline:0;min-width:0}.key-field{border:1px solid var(--line-dark);color:#8c908d;background:#fff;border-radius:3px;align-items:center;gap:8px;height:40px;padding:0 11px;display:flex}.key-field input{border:0;outline:0;flex:1;min-width:0}.model-picker{border-bottom:1px solid var(--line);position:relative}.model-picker-row{height:38px;color:var(--muted);grid-template-columns:52px minmax(0,1fr);align-items:center;display:grid}.model-picker-row>span{font-size:12px}.model-combobox{align-items:center;min-width:0;height:32px;display:flex;position:relative}.model-combobox input{color:#4e524f;text-align:right;background:0 0;border:0;outline:0;flex:1;min-width:0}.model-list-toggle{color:#777c78;cursor:pointer;background:0 0;border:0;border-radius:3px;flex:0 0 28px;place-items:center;width:28px;height:28px;padding:0;display:grid}.model-list-toggle:hover:not(:disabled){background:#eff1ef}.model-list-toggle:disabled{opacity:.3;cursor:default}.model-options{z-index:30;border:1px solid var(--line-dark);background:#fff;border-radius:3px;width:min(310px,100vw - 44px);max-height:230px;padding:5px;position:absolute;top:calc(100% + 5px);right:0;overflow-y:auto;box-shadow:0 12px 30px #191c1a24}.model-options button{text-align:left;cursor:pointer;color:#505451;background:0 0;border:0;border-radius:2px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:34px;padding:7px 9px;display:flex}.model-options button:hover,.model-options button[aria-selected=true]{color:var(--ink);background:#eff1ef}.model-options button span{overflow-wrap:anywhere;min-width:0}.model-options p{color:#8a8e8b;margin:8px;font-size:11px;line-height:1.5}.model-picker-meta{color:#989c99;justify-content:space-between;align-items:flex-start;gap:10px;min-height:25px;font-size:10px;display:flex}.model-picker-meta>span{min-width:0;padding-top:3px;line-height:1.35}.model-picker-meta button{color:#5f6561;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:5px;height:23px;padding:0;font-size:11px;display:inline-flex}.model-picker-meta button:disabled{opacity:.55;cursor:wait}.credential-meta{color:#909491;justify-content:space-between;align-items:flex-end;height:30px;font-size:11px;display:flex}.credential-meta label{align-items:center;gap:5px;display:flex}.credential-meta input{accent-color:var(--accent)}.credential-meta button{cursor:pointer;color:#5f6561;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:flex}.assistant-tabs{border-bottom:1px solid var(--line);flex:0 0 54px;grid-template-columns:repeat(4,1fr);height:54px;padding:0 18px;display:grid}.assistant-tabs button{color:#777b78;cursor:pointer;white-space:nowrap;background:0 0;border:0;font-size:13px;position:relative}.assistant-tabs button.active{color:var(--ink);font-weight:600}.assistant-tabs button.active:after{content:"";background:var(--ink);height:2px;position:absolute;bottom:0;left:8px;right:8px}.generation-settings,.analysis-view{scrollbar-width:thin;flex:1;min-height:0;overflow-y:auto}.generation-settings section{border-bottom:1px solid var(--line);padding:15px 26px}.generation-settings .generation-mode{justify-content:space-between;align-items:center;min-height:61px;display:flex}.generation-mode>div{flex-direction:column;gap:4px;display:flex}.generation-mode small{color:#999d9a;font-size:10px;font-weight:400}.generation-mode input,.toggle-list input{appearance:none;cursor:pointer;background:#d5d8d6;border-radius:12px;width:39px;height:22px;transition:background .16s;position:relative}.generation-mode input:after,.toggle-list input:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.generation-mode input:checked,.toggle-list input:checked{background:var(--ink)}.generation-mode input:checked:after,.toggle-list input:checked:after{transform:translate(17px)}.generation-mode input:disabled{cursor:not-allowed;opacity:.6}.section-label,.control-section label{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.section-label span:first-child,.control-section label span{font-weight:600}.section-label span:last-child{color:#9a9e9b;font-size:11px}.direction-section textarea{resize:vertical;border:1px solid var(--line-dark);background:#fff;border-radius:3px;outline:0;width:100%;height:68px;padding:9px 10px;line-height:1.55}.expandable-text-field{min-width:0;min-height:0;position:relative}.expandable-textarea{padding-right:38px!important}.expandable-content{white-space:pre-wrap;min-height:72px;padding-right:38px}.expand-text-button{z-index:2;color:#7c817d;cursor:pointer;opacity:0;background:#ffffffeb;border:1px solid #0000;border-radius:3px;place-items:center;width:27px;height:27px;padding:0;transition:opacity .14s,border-color .14s,background .14s;display:grid;position:absolute;top:6px;right:6px}.expandable-text-field:hover .expand-text-button,.expandable-text-field:focus-within .expand-text-button{opacity:1}.expand-text-button:hover{color:var(--ink);border-color:var(--line-dark);background:#fff}.quick-prompts{gap:6px;margin-top:8px;display:flex}.quick-prompts button{border:1px solid var(--line);color:#777b78;cursor:pointer;background:#fff;border-radius:3px;height:26px;padding:0 9px;font-size:11px}.quick-prompts button:hover{color:var(--ink);border-color:#9ca19e}.control-section label strong{font-variant-numeric:tabular-nums;font-weight:500}.number-input{border:1px solid var(--line-dark);text-align:right;background:#fff;border-radius:3px;width:84px;height:30px;padding:0 7px}.control-section input[type=range]{width:100%;height:4px;accent-color:var(--accent);cursor:pointer}.range-labels{color:#a1a5a2;justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.toggle-list label{justify-content:space-between;align-items:center;min-height:53px;display:flex}.toggle-list label+label{border-top:1px solid var(--line)}.toggle-list span{flex-direction:column;gap:4px;font-weight:550;display:flex}.toggle-list small{color:#9a9e9b;font-size:10px;font-weight:400}.advanced-toggle{cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;width:calc(100% - 52px);height:42px;margin:0 26px;padding:0;display:flex}.advanced-toggle svg{transition:transform .18s}.advanced-toggle svg.rotated{transform:rotate(180deg)}.advanced-grid{grid-template-columns:1fr 1fr;gap:10px;padding:0 26px 15px;display:grid}.advanced-grid label{color:#858986;font-size:11px}.advanced-grid select{border:1px solid var(--line-dark);background:#fff;border-radius:3px;width:100%;height:35px;margin-top:5px;padding:0 7px}.advanced-content{border-bottom:1px solid var(--line)}.reset-data-button{color:#9d3934;cursor:pointer;background:snow;border:1px solid #dec8c6;border-radius:3px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 52px);height:38px;margin:0 26px 15px;display:flex}.reset-data-button:hover{background:#fff5f4;border-color:#b96a65}.batch-config{padding-top:8px!important}.batch-count{justify-content:space-between;align-items:center;min-height:52px;display:flex}.batch-count>span{flex-direction:column;gap:4px;font-weight:600;display:flex}.batch-count small{color:#999d9a;font-size:10px;font-weight:400}.batch-count input,.batch-target-list input,.outline-target input{border:1px solid var(--line-dark);text-align:right;background:#fff;border-radius:3px;width:78px;height:31px;padding:0 7px}.batch-target-list{border-top:1px solid var(--line);max-height:240px;overflow-y:auto}.batch-target-list label{color:#666b67;grid-template-columns:1fr 78px 18px;align-items:center;height:42px;display:grid}.batch-target-list label+label{border-top:1px solid #eeeeed}.batch-target-list em{color:#9a9e9b;text-align:right;font-size:11px;font-style:normal}.generation-settings .batch-workspace{padding:0}.batch-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:8px 18px 8px 26px;display:flex}.batch-heading>div{flex-direction:column;gap:4px;display:flex}.batch-heading small{color:#999d9a;font-size:10px}.outline-list{gap:9px;padding:12px 18px;display:grid}.outline-item{border:1px solid var(--line-dark);background:#fff;border-radius:3px;padding:10px}.outline-item.status-error{border-color:#deb7b3}.outline-item.status-complete{border-left:3px solid #60806f}.outline-item-heading{grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:5px;display:grid}.outline-item-heading>span{color:#a1a5a2;font-size:10px}.outline-item-heading input{border:0;border-bottom:1px solid var(--line);background:0 0;outline:0;min-width:0;height:29px;font-weight:600}.outline-item-heading em{color:#858986;font-size:10px;font-style:normal}.outline-direction-field{margin-top:8px}.outline-direction{border:1px solid var(--line);resize:vertical;border-radius:3px;width:100%;min-height:66px;padding:7px;line-height:1.5}.outline-direction[readonly],.outline-item-heading input[readonly]{color:#595d5a}.outline-target{color:#8a8e8b;justify-content:flex-end;align-items:center;gap:8px;margin-top:7px;font-size:11px;display:flex}.batch-draft-field{margin-top:8px}.batch-draft{border:1px solid var(--line);resize:vertical;width:100%;height:125px;padding:8px;font-family:Songti SC,SimSun,serif;line-height:1.65}.item-error{color:#a23b36;font-size:11px;line-height:1.5}.outline-item>.small-button{margin-top:8px}.accept-all{border:1px solid var(--ink);cursor:pointer;background:#fff;border-radius:3px;justify-content:center;align-items:center;gap:7px;width:calc(100% - 36px);height:38px;margin:0 18px 14px;display:flex}.analysis-view{padding:22px 26px}.analysis-heading{justify-content:space-between;align-items:center;display:flex}.analysis-heading>div{align-items:center;gap:8px;display:flex}.small-button{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:3px;align-items:center;gap:6px;height:32px;padding:0 10px;display:flex}.small-button:disabled{opacity:.5}.analysis-content-field{margin-top:20px}.analysis-content{white-space:pre-wrap;color:#5e625f;font-family:Songti SC,SimSun,serif;line-height:1.8}.draft-preview{border:1px solid var(--line-dark);background:#fff;flex:0 0 min(280px,36vh);grid-template-rows:39px 1fr 44px;min-height:160px;margin:0 18px;display:grid;box-shadow:0 -5px 18px #1416150d}.draft-preview>div:first-child{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:0 12px;display:flex}.draft-preview>div:first-child span{color:var(--muted);font-size:11px}.draft-preview textarea{resize:none;border:0;outline:0;padding:12px;font-family:Songti SC,SimSun,serif;line-height:1.7}.draft-preview-field{min-height:0}.draft-preview-text{width:100%;height:100%}.draft-actions{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:6px;padding:0 8px;display:flex}.draft-actions button{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:3px;height:29px;padding:0 9px;font-size:11px}.draft-actions button.dark{background:var(--ink);color:#fff;border-color:var(--ink)}.draft-actions button:disabled{opacity:.5;cursor:not-allowed}.assistant-footer{border-top:1px solid var(--line);background:#fbfbfb;flex:none;padding:10px 26px 13px}.status-message{color:#747976;justify-content:center;align-items:center;gap:6px;min-height:26px;font-size:11px;display:flex}.generate-button{color:#fff;background:var(--ink);cursor:pointer;border:0;border-radius:3px;justify-content:center;align-items:center;gap:9px;width:100%;height:46px;font-weight:600;display:flex}.generate-button:hover{background:#3c403d}.generate-button:disabled{cursor:default;background:#777b78}.stop-secondary{color:#8e403b;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;width:100%;height:28px;font-size:11px;display:flex}.assistant-footer p{text-align:center;color:#a4a8a5;margin:7px 0 0;font-size:10px}.modal-backdrop{z-index:120;background:#1c1e1d52;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.confirm-dialog{border:1px solid var(--line-dark);text-align:center;background:#fff;border-radius:4px;width:min(420px,100%);padding:28px;position:relative;box-shadow:0 18px 60px #0003}.dialog-close{position:absolute;top:8px;right:8px}.dialog-icon{color:#9c3d38;background:#f7eceb;border-radius:50%;place-items:center;width:40px;height:40px;margin:0 auto 13px;display:grid}.dialog-icon svg{width:20px}.confirm-dialog h2{margin:0;font-size:18px}.confirm-dialog p{color:#777b78;margin:12px 0 22px;line-height:1.65}.dialog-actions{justify-content:center;gap:8px;display:flex}.dialog-actions button{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:3px;justify-content:center;align-items:center;gap:6px;min-width:92px;height:38px;display:inline-flex}.dialog-actions button.danger{color:#fff;background:#9d3934;border-color:#9d3934}.expanded-text-backdrop{z-index:200;background:#191b1a75;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.expanded-text-dialog{background:#fff;border:1px solid #cfd2d0;border-radius:4px;grid-template-rows:72px minmax(0,1fr) 62px;width:min(1000px,92vw);height:min(820px,86vh);min-height:420px;display:grid;overflow:hidden;box-shadow:0 24px 80px #0000003d}.expanded-text-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:0 18px 0 26px;display:flex}.expanded-text-header>div:first-child{min-width:0}.expanded-text-header h2{color:#242725;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:19px;font-weight:650;line-height:1.35;overflow:hidden}.expanded-text-header p{color:#929693;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:11px;overflow:hidden}.expanded-text-tools{color:#8a8f8b;flex:none;align-items:center;gap:3px;display:flex}.expanded-text-tools>span{font-variant-numeric:tabular-nums;margin-right:8px;font-size:11px}.expanded-text-body{background:#fff;min-height:0;position:relative;overflow:hidden}.expanded-text-body textarea,.expanded-text-content{resize:none;color:#303432;white-space:pre-wrap;background:#fff;border:0;outline:0;width:100%;height:100%;margin:0;padding:36px clamp(30px,6vw,76px) 48px;font-family:Songti SC,STSong,SimSun,serif;font-size:18px;line-height:1.95;overflow-y:auto}.expanded-text-body textarea[readonly]{color:#555a56;cursor:text}.expanded-text-content{display:block}.expanded-live-state{color:#657069;background:#f5f7f5f0;border:1px solid #dde2de;border-radius:3px;align-items:center;gap:6px;height:27px;padding:0 9px;font-size:10px;display:flex;position:absolute;bottom:14px;right:18px}.expanded-live-state i{background:#4c7b67;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.expanded-text-footer{border-top:1px solid var(--line);background:#fafafa;justify-content:flex-end;align-items:center;gap:8px;padding:0 20px;display:flex}.expanded-text-footer button{border:1px solid var(--line-dark);cursor:pointer;background:#fff;border-radius:3px;justify-content:center;align-items:center;gap:6px;min-width:82px;height:36px;padding:0 13px;font-size:12px;display:inline-flex}.expanded-text-footer button:hover{border-color:#969b97}.expanded-text-footer button.primary{color:#fff;background:var(--ink);border-color:var(--ink)}.expanded-text-footer button.danger{color:#9d3934;background:snow;border-color:#dec8c6}.expanded-text-footer button:disabled{opacity:.5;cursor:not-allowed}.toast{z-index:100;color:#fff;background:#292c2a;border-radius:3px;align-items:center;gap:8px;padding:11px 16px;display:flex;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #0000002e}.visually-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.drawer-backdrop{display:none}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.35}}@media (max-width:1220px){.topbar{grid-template-columns:250px 1fr 380px}.workspace{grid-template-columns:250px minmax(420px,1fr) 370px}.workspace.assistant-collapsed{grid-template-columns:250px minmax(420px,1fr) 0}.brand{padding:0 21px}.library-panel{padding-left:20px;padding-right:20px}.assistant-title{padding:0 22px}.paper{padding-left:44px;padding-right:44px}}@media (max-width:1020px){.topbar{grid-template-columns:250px 1fr 248px}.workspace,.workspace.assistant-collapsed{grid-template-columns:244px minmax(0,1fr)}.mobile-drawer.right{z-index:60;right:0;top:var(--header-height);width:min(430px,94vw);transition:transform .2s;position:fixed;bottom:0;transform:translate(101%);box-shadow:-12px 0 30px #0000001f}.assistant-collapsed>.mobile-drawer.right{visibility:visible;border-left:1px solid var(--line);display:block;overflow:visible}.mobile-drawer.right.open{transform:translate(0)}.mobile-only{display:inline-grid}.mobile-editor-actions{z-index:2;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:absolute;top:8px;left:8px;right:8px}.mobile-editor-actions .icon-button{pointer-events:auto}.mobile-editor-actions strong{display:none}.editor-panel{position:relative}.hide-tablet{display:none}.header-actions{padding:0 16px}.drawer-backdrop{z-index:50;inset:var(--header-height) 0 0;background:#1e201f3d;border:0;display:block;position:fixed}}@media (max-width:740px){:root{--header-height:60px}body{overflow:hidden}.topbar{grid-template-columns:auto minmax(0,1fr) auto}.brand{border:0;padding:0 10px 0 14px;font-size:0}.brand-mark{width:30px;height:30px}.document-state,.hide-small{display:none}.mobile-book-select{min-width:0;padding-right:5px;display:block}.mobile-book-select select{color:#4f5450;text-overflow:ellipsis;background:0 0;border:0;width:100%;height:34px;font-size:12px}.header-actions{border-left:0;padding:0 8px}.mobile-new-book{display:inline-grid}.import-button{justify-content:center;width:36px;height:36px;margin:0;padding:0}.import-button span{display:none}.panel-toggle{display:inline-grid}.workspace{height:calc(100vh - var(--header-height));display:block}.editor-panel{grid-template-rows:54px 1fr 52px;height:100%;padding:0}.editor-tabs{border-radius:0;gap:7px;padding:0 40px}.editor-tabs button{min-width:76px;font-size:13px}.mobile-editor-actions{top:9px}.paper{padding:32px 24px 16px}.paper-heading h1{font-size:21px}.paper-heading .saved-chip{display:none}.paper textarea{font-size:16px;line-height:1.9}.editor-toolbar{border-radius:0;padding:0 8px}.editor-toolbar .icon-button:nth-of-type(n+4){display:none}.mobile-drawer.left{z-index:60;left:0;top:var(--header-height);width:min(310px,90vw);transition:transform .2s;position:fixed;bottom:0;transform:translate(-101%);box-shadow:12px 0 30px #0000001f}.mobile-drawer.left.open{transform:translate(0)}.mobile-drawer.right{top:var(--header-height)}.library-panel{padding-top:12px}.mobile-panel-title{align-items:center;gap:7px;height:42px;margin-bottom:10px;display:flex}.book-cover{flex-basis:140px;height:140px}.assistant-title{flex-basis:60px;height:60px}.credentials{padding-left:18px;padding-right:18px}.assistant-tabs{padding:0 8px}.generation-settings section{padding-left:18px;padding-right:18px}.advanced-toggle{width:calc(100% - 36px);margin:0 18px}.reset-data-button{width:calc(100% - 36px);margin-left:18px;margin-right:18px}.assistant-footer{padding-left:18px;padding-right:18px}.expanded-text-backdrop{padding:0}.expanded-text-dialog{border:0;border-radius:0;grid-template-rows:64px minmax(0,1fr) auto;width:100vw;height:100dvh;min-height:0}.expanded-text-header{padding:env(safe-area-inset-top) 8px 0 18px;min-height:64px}.expanded-text-header h2{font-size:16px}.expanded-text-tools>span{display:none}.expanded-text-body textarea,.expanded-text-content{padding:25px 20px 38px;font-size:16px;line-height:1.9}.expanded-text-footer{min-height:58px;padding:8px max(12px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));overflow-x:auto}.expanded-text-footer.has-actions{justify-content:flex-start}.expanded-text-footer button{flex:none}.toast{width:max-content;max-width:calc(100vw - 28px);bottom:18px}}@media (hover:none){.chapter-row.active .chapter-delete,.expand-text-button{opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
