html,body,#root{height:100%;width:100%;overflow:hidden}.editor-wrapper{display:flex;flex-direction:column;height:100%}.toolbar{display:flex;gap:8px;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.toolbar button{padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:14px}.editor-content{flex:1;padding:40px 60px;background:#fffbeb;color:#1f2937;font-family:PingFang SC,Microsoft YaHei,Source Han Sans SC,sans-serif;font-size:18px;line-height:1.8;overflow-y:auto;outline:none}.editor-content p{margin-bottom:1.2em;text-indent:2em}.word-count{padding:8px 16px;text-align:right;color:#6b7280;font-size:12px;background:#f8fafc;border-top:1px solid #e2e8f0}.import-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:110}.import-container{width:650px;max-height:80vh;background:#fff;border-radius:16px;padding:24px;display:flex;flex-direction:column;position:relative}.import-container h3{font-size:18px;margin-bottom:8px}.import-container .hint{color:#6b7280;font-size:13px;margin-bottom:16px}.import-input{flex:1;min-height:250px;padding:16px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;resize:none}.error-msg{color:#dc2626;font-size:13px;margin-top:8px}.import-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.char-count{color:#9ca3af;font-size:12px}.btn-analyze,.btn-import{padding:12px 24px;border-radius:10px;border:none;font-weight:500;cursor:pointer;background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46}.btn-analyze:disabled{background:#e5e7eb;color:#9ca3af}.btn-back{padding:12px 24px;border-radius:10px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.extract-header{display:flex;justify-content:space-between;margin-bottom:12px;font-size:14px}.extract-header button{background:#f1f5f9;border:none;padding:6px 12px;border-radius:6px;cursor:pointer}.extract-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px;max-height:350px}.extract-item{display:flex;gap:12px;padding:12px;background:#f8fafc;border-radius:10px;cursor:pointer;border:2px solid transparent}.extract-item.selected{border-color:#34d399;background:#f0fdf4}.extract-item input{width:18px;height:18px;accent-color:#10b981}.extract-info{flex:1}.extract-meta{display:flex;gap:8px;align-items:center;margin-bottom:4px}.extract-title{font-weight:500}.extract-keywords{font-size:11px;color:#9ca3af;margin-bottom:4px}.extract-preview{font-size:12px;color:#6b7280}.knowledge-modal{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.knowledge-container{width:960px;height:600px;background:#fff;border-radius:16px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0003}.knowledge-sidebar{width:320px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.knowledge-header{padding:12px;display:flex;flex-direction:column;gap:10px;border-bottom:1px solid #e2e8f0;align-items:stretch}.knowledge-header h3{font-size:15px;color:#0f766e;font-weight:700}.header-actions{display:flex;flex-wrap:wrap;gap:6px}.btn-import,.btn-new,.btn-export{padding:6px 10px;border-radius:8px;font-size:12px;cursor:pointer;border:none;white-space:nowrap}.btn-export{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-export:hover{background:#e2e8f0}.btn-import{background:#e2e8f0;color:#475569}.btn-new{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46}.category-filter{padding:8px;display:flex;flex-wrap:wrap;gap:4px;border-bottom:1px solid #e2e8f0}.category-filter button{background:transparent;border:1px solid #d1d5db;padding:4px 8px;border-radius:6px;font-size:12px;cursor:pointer}.category-filter button.active{background:#dcfce7;border-color:#34d399;color:#047857}.knowledge-list{flex:1;overflow-y:auto;list-style:none;padding:8px}.knowledge-list li{padding:12px;cursor:pointer;border-radius:8px;display:flex;flex-direction:column;gap:4px}.knowledge-list li:hover{background:#f1f5f9}.knowledge-list li.active{background:#dcfce7}.knowledge-list li.empty{color:#9ca3af;text-align:center}.entry-category{font-size:11px;color:#059669}.entry-title{font-size:14px}.knowledge-detail{flex:1;display:flex;flex-direction:column;padding:20px;min-height:0}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.detail-header h4{font-size:18px}.detail-actions{display:flex;gap:8px}.detail-actions button{padding:8px 16px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer}.detail-actions .btn-save{background:linear-gradient(135deg,#6ee7b7,#34d399);border:none;color:#065f46}.detail-actions .btn-delete{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.detail-form{flex:1;display:flex;flex-direction:column;gap:16px}.detail-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#6b7280}.detail-form input,.detail-form select,.detail-form textarea{padding:10px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.detail-form textarea{flex:1;min-height:150px;resize:none}.detail-content{flex:1;overflow-y:auto}.detail-content .meta{display:flex;gap:12px;margin-bottom:16px}.category-tag{background:#dcfce7;color:#047857;padding:4px 10px;border-radius:6px;font-size:12px}.keywords{color:#9ca3af;font-size:12px}.content-text{white-space:pre-wrap;line-height:1.8}.detail-empty{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af}.btn-close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#9ca3af}.btn-close:hover{color:#1f2937}.markdown-body strong{color:#0369a1;font-weight:700;background:#0ea5e914;padding:1px 4px;border-radius:4px}.markdown-body h2.md-h2{font-size:15px;color:#0284c7;margin:14px 0 8px;font-weight:700;border-bottom:1px solid #bae6fd;padding-bottom:4px}.markdown-body h3.md-h3{font-size:13.5px;color:#0369a1;margin:12px 0 6px;font-weight:700}.outline-modal{background:#fff;border-radius:16px;width:900px;height:600px;display:flex!important;flex-direction:row!important;overflow:hidden;box-shadow:0 20px 50px #00000026}.outline-modal-sidebar{width:220px;background:#f4fbf7;border-right:1px solid #d1fae5;padding:24px 16px;display:flex;flex-direction:column;gap:12px}.outline-modal-sidebar h3{font-size:16px;color:#065f46;margin-bottom:12px;font-weight:700}.outline-modal-sidebar .tab-btn{width:100%;padding:12px;border-radius:10px;border:1px solid transparent;background:none;cursor:pointer;text-align:left;font-size:14px;color:#374151;transition:all .2s}.outline-modal-sidebar .tab-btn:hover{background:#e6fbf0}.outline-modal-sidebar .tab-btn.active{background:#bbf7d0;color:#047857;font-weight:700;border-color:#34d399}.btn-close-large{margin-top:auto;padding:10px;border-radius:10px;border:1px solid #d1fae5;background:#fff;color:#059669;font-weight:700;cursor:pointer}.btn-close-large:hover{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.outline-modal-main{flex:1;padding:24px;overflow-y:auto;background:#fff}.outline-section{display:flex;flex-direction:column;height:100%;gap:20px}.section-header-row{display:flex;justify-content:space-between;align-items:center}.section-header-row h4{font-size:18px;color:#065f46}.outline-doc-select{padding:6px 12px;border-radius:8px;border:1px solid #d1fae5;outline:none}.outline-grid{display:flex;flex-direction:column;gap:16px;flex:1}.outline-card{display:flex;flex-direction:column;gap:8px}.outline-card label{font-size:13px;font-weight:700;color:#047857}.outline-card textarea{width:100%;height:100px;border:1px solid #d1fae5;border-radius:10px;padding:12px;font-size:13px;resize:none;outline:none}.outline-card textarea:focus{border-color:#34d399}.foreshadow-section{display:grid;grid-template-columns:280px 1fr;gap:24px;height:100%}.foreshadow-form{display:flex;flex-direction:column;gap:12px;background:#f9fafb;padding:16px;border-radius:12px;border:1px solid #e5e7eb}.foreshadow-form h4,.foreshadow-list-container h4{font-size:15px;color:#065f46;font-weight:700}.foreshadow-form input{padding:8px 12px;border:1px solid #d1fae5;border-radius:8px;font-size:13px;outline:none}.foreshadow-form textarea{height:120px;border:1px solid #d1fae5;border-radius:8px;padding:8px 12px;font-size:13px;resize:none;outline:none}.foreshadow-form button{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;font-weight:700;border:none;padding:10px;border-radius:8px;cursor:pointer}.foreshadow-list-container{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.foreshadow-list{display:flex;flex-direction:column;gap:12px}.foreshadow-item{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fff;display:flex;flex-direction:column;gap:8px}.foreshadow-item.recalled{background:#f0fdf4;border-color:#a7f3d0}.item-header{display:flex;justify-content:space-between;align-items:center}.item-header h5{font-size:14px;color:#111827;font-weight:700}.status-tag{font-size:11px;padding:2px 8px;border-radius:12px;font-weight:700}.status-tag.buried{background:#fef3c7;color:#d97706}.status-tag.recalled{background:#d1fae5;color:#047857}.foreshadow-item p{font-size:12px;color:#4b5563;line-height:1.5}.item-links{display:flex;gap:12px;align-items:center;border-top:1px dashed #e5e7eb;padding-top:8px;font-size:11px;color:#6b7280}.item-links select{padding:2px 6px;border-radius:6px;border:1px solid #d1fae5;font-size:11px;outline:none}.btn-delete{margin-left:auto;background:none;border:none;color:#ef4444;cursor:pointer;font-weight:700}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{display:flex;height:100vh;width:100vw;background:linear-gradient(180deg,#f0fdf4,#ecfdf5);overflow:hidden}.sidebar{width:240px;min-width:240px;background:#ffffffe6;border-right:1px solid #d1fae5;display:flex;flex-direction:column;height:100%}.main{flex:1;display:flex;min-width:0;height:100%;min-height:0}.editor-panel{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;min-height:0}.editor-panel .editor-wrapper{flex:1;min-height:0;height:auto!important}.chat-panel{width:380px;min-width:380px;display:flex;flex-direction:column;background:#fffc;border-left:1px solid #d1fae5;height:100%;min-height:0}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.settings-modal{background:#fff;border-radius:16px;width:700px;height:480px;display:flex!important;flex-direction:row!important;overflow:hidden}.settings-sidebar{width:180px;background:#f9fafb;border-right:1px solid #e5e7eb;padding:20px;display:flex;flex-direction:column}.settings-sidebar h4{margin-bottom:12px;font-size:14px;color:#374151}.provider-list{list-style:none;flex:1;overflow-y:auto}.provider-list li{padding:8px 12px;border-radius:8px;margin-bottom:4px;font-size:13px;cursor:pointer;color:#4b5563}.provider-list li.active{background:#ecfdf5;color:#047857;font-weight:700}.settings-main{flex:1;padding:24px;overflow-y:auto;position:relative}.btn-close-x{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#9ca3af}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;color:#4b5563;margin-bottom:6px}.form-group input{width:100%;padding:8px 12px;border:1px solid #d1fae5;border-radius:8px;outline:none;font-size:13px}.form-group input:focus{border-color:#34d399}.settings-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#6b7280}.footer-btns{display:flex;gap:8px}.btn-add{background:#e5e7eb;border:none;padding:6px 12px;border-radius:8px;cursor:pointer;font-size:12px;margin-bottom:12px}.btn-del{background:#fee2e2;color:#991b1b;border:none;padding:6px 12px;border-radius:8px;cursor:pointer}.btn-confirm{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;border:none;padding:6px 16px;border-radius:8px;cursor:pointer;font-weight:700}.sidebar-header{padding:16px;display:flex;justify-content:space-between;align-items:center}.sidebar-header button{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;border:none;padding:8px 14px;border-radius:10px;cursor:pointer}.doc-list{flex:1;overflow-y:auto;padding:0 8px;list-style:none}.doc-list li{padding:12px;cursor:pointer;border-radius:10px;margin-bottom:4px;font-size:14px;display:flex;justify-content:space-between;align-items:center}.doc-list li.active{background:#bbf7d0;color:#047857}.delete-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:16px}.delete-btn:hover{color:#ef4444}.sidebar-footer{padding:16px;border-top:1px solid #d1fae5;display:flex;flex-direction:column;gap:8px}.sidebar-footer .grid-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sidebar-footer button{width:100%;padding:8px 4px;border-radius:10px;border:1px solid #d1fae5;background:#fff;color:#065f46;cursor:pointer;font-size:12px;text-align:center!important;display:flex;align-items:center;justify-content:center;gap:4px}.sidebar-footer button:hover{background:#f0fdf4}.sidebar-footer button.active-footer-btn{background:#bbf7d0;border-color:#34d399;font-weight:700}.export-btns{display:flex;gap:8px;margin-top:4px}.export-btns button{flex:1;text-align:center}.chat-header{padding:12px 16px;border-bottom:1px solid #d1fae5;display:flex;justify-content:space-between;align-items:center;background:#f0fdf4}.model-select{padding:4px 8px;border-radius:8px;border:1px solid #d1fae5;font-size:12px;outline:none}.chat-messages{flex:1;overflow-y:auto;padding:16px}.message{margin-bottom:15px;padding:12px 14px;border-radius:14px;max-width:90%;font-size:14px;line-height:1.6}.message.user{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;margin-left:auto;position:relative;padding-right:32px}.message.assistant{background:#fff;border:1px solid #d1fae5}.message-content{position:relative}.edit-icon{position:absolute!important;right:8px!important;bottom:8px!important;top:auto!important;background:#fff6!important;border:none!important;cursor:pointer!important;font-size:11px!important;opacity:0;transition:opacity .2s;border-radius:4px;padding:2px 5px!important;display:flex!important;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000000d}.message.user:hover .edit-icon{opacity:1}.edit-icon:hover{background:#ffffffbf!important}.edit-box textarea{width:100%;height:60px;border:1px solid #d1fae5;border-radius:8px;padding:6px;font-size:14px;resize:none}.edit-btns{display:flex;gap:6px;margin-top:6px;justify-content:flex-end}.edit-btns button{padding:4px 8px;border-radius:6px;border:none;cursor:pointer;font-size:12px}.edit-btns button:first-child{background:#34d399;color:#065f46}.message-actions{display:flex;gap:8px;margin-top:8px;border-top:1px dashed #e6fbf0;padding-top:6px;justify-content:flex-end;position:relative}.message-actions button{background:none;border:none;cursor:pointer;font-size:12px;color:#059669;display:flex;align-items:center;gap:2px}.message-actions button:hover{color:#047857}.save-dropdown{position:absolute;right:0;bottom:30px;background:#fff;border:1px solid #d1fae5;border-radius:8px;padding:4px;display:flex;flex-direction:column;gap:4px;z-index:10;box-shadow:0 4px 12px #0000000d}.save-dropdown button{padding:4px 8px;border-radius:4px;text-align:left;width:120px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.matched-hint{padding:6px 16px;background:#ecfdf5;color:#047857;font-size:12px;border-top:1px solid #d1fae5}.chat-input{padding:12px;border-top:1px solid #d1fae5;display:flex;gap:10px}.chat-input textarea{flex:1;background:#fff;border:1px solid #d1fae5;padding:12px;border-radius:12px;height:70px;resize:none}.chat-input button{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;border:none;padding:0 18px;border-radius:12px;cursor:pointer;font-weight:700}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#4b5563}.empty-state button{background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;border:none;padding:10px 24px;border-radius:12px;font-weight:700;cursor:pointer;margin-top:16px}.bottom-task-panel{height:350px;max-height:45vh;background:#fff;border-top:1.5px solid #d1fae5;display:flex;flex-direction:row;min-height:0;box-shadow:0 -4px 12px #0478570a}.bottom-task-controls{width:320px;min-width:320px;border-right:1px solid #d1fae5;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fafdfb}.task-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.task-header-title{font-size:14px;color:#065f46;font-weight:700}.btn-close-bottom{background:none;border:1px solid #d1fae5;border-radius:6px;padding:2px 8px;font-size:11px;color:#4b5563;cursor:pointer;transition:all .2s}.btn-close-bottom:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.task-select-dropdown{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #d1fae5;font-size:13px;background:#fff;outline:none}.task-select-dropdown:focus{border-color:#34d399}.task-intro-card{background:#f0fdf4;border:1px solid #d1fae5;border-radius:10px;padding:10px 12px;font-size:12px;color:#047857;line-height:1.5}.task-run-btn{width:100%;background:linear-gradient(135deg,#6ee7b7,#34d399);color:#065f46;font-weight:700;border:none;padding:10px;border-radius:10px;cursor:pointer;transition:transform .1s}.task-run-btn:active{transform:scale(.98)}.task-run-btn:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed}.bottom-task-output{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:0}.task-result-viewport{flex:1;border:1px solid #d1fae5;border-radius:10px;background:#fafdfb;padding:12px;font-size:13px;line-height:1.6;overflow-y:auto;white-space:pre-wrap;word-break:break-all;box-shadow:inset 0 2px 6px #00000005}.task-actions-row{display:flex;gap:8px;justify-content:flex-end}.task-action-btn{width:120px;padding:8px;border-radius:8px;border:1px solid #d1fae5;background:#fff;color:#059669;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s}.task-action-btn:hover{background:#f0fdf4}.task-action-btn:disabled{background:#f3f4f6;color:#cbd5e1;border-color:#e5e7eb;cursor:not-allowed}.markdown-body{font-size:13px;color:#1f2937;line-height:1.6}.markdown-body p.md-p{margin-bottom:8px}.markdown-body strong{color:#065f46;font-weight:700;background:#34d39914;padding:1px 4px;border-radius:4px}.markdown-body h2.md-h2{font-size:15px;color:#047857;margin:14px 0 8px;font-weight:700;border-bottom:1px solid #d1fae5;padding-bottom:4px}.markdown-body h3.md-h3{font-size:13.5px;color:#065f46;margin:12px 0 6px;font-weight:700}.markdown-body h4.md-h4{font-size:12px;color:#0f766e;margin:10px 0 4px;font-weight:700}.markdown-body li{margin-left:20px;margin-bottom:4px;list-style-type:disc;line-height:1.5}
