*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',system-ui,-apple-system,sans-serif;background:#f5f7fa;color:#1e293b;line-height:1.6;display:flex;min-height:100vh}.sidebar{width:320px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;padding:24px 12px;box-shadow:2px 0 8px #00000005;position:sticky;top:0;height:100vh;overflow-y:auto}.doc-header{padding:0 8px 20px;border-bottom:1px solid #edf2f7;margin-bottom:20px}.doc-header h2{font-weight:600;font-size:1.3rem;color:#0f172a;display:flex;align-items:center;gap:10px}.doc-header h2 i{color:#3b82f6;font-size:1.4rem}.doc-header p{font-size:.8rem;color:#64748b;margin-top:6px;margin-left:34px}.add-section-btn{width:100%;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;padding:12px 16px;margin:16px 0 8px;color:#475569;font-weight:500;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.add-section-btn:hover{background:#f1f5f9;border-color:#3b82f6;color:#2563eb}.nav-tree{flex:1}.section-container{margin-bottom:3px}.section-header{display:flex;align-items:center;padding:8px 8px 8px 4px;border-radius:8px;transition:background .15s}.section-header:hover{background:#f8fafc}.section-toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;font-size:.8rem;margin-right:4px}.section-title{flex:1;font-weight:600;font-size:.9rem;color:#1e293b;cursor:pointer;padding:6px 4px;border-radius:6px}.section-title.active{background:#eff6ff;color:#2563eb}.section-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s}.section-header:hover .section-actions{opacity:1}.icon-btn{width:26px;height:26px;border-radius:6px;border:none;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .15s}.icon-btn:hover{background:#e2e8f0;color:#0f172a}.icon-btn.delete:hover{background:#fee2e2;color:#dc2626}.subitems-list{margin-left:28px;padding-left:8px;border-left:1.5px solid #e2e8f0}.subitem{display:flex;align-items:center;padding:6px 8px;margin:2px 0;border-radius:6px;font-size:.85rem;color:#475569;transition:background .15s}.subitem:hover{background:#f8fafc}.subitem-title{flex:1;cursor:pointer;padding:4px;border-radius:4px}.subitem-title.active{background:#eff6ff;color:#2563eb;font-weight:500}.subitem-actions{display:flex;gap:2px;opacity:0}.subitem:hover .subitem-actions{opacity:1}.add-subitem-btn{margin:8px 0 8px 28px;padding:6px 12px;background:transparent;border:1px dashed #cbd5e1;border-radius:20px;color:#64748b;font-size:.75rem;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s}.add-subitem-btn:hover{border-color:#3b82f6;color:#2563eb;background:#f8fafc}.sidebar-footer{margin-top:auto;font-size:.75rem;color:#94a3b8;padding:16px 8px 8px;border-top:1px solid #e2e8f0}.inline-edit-input{flex:1;padding:6px 8px;font-size:.9rem;font-family:'Inter',sans-serif;border:2px solid #3b82f6;border-radius:6px;outline:none;background:#fff}.subitem .inline-edit-input{font-size:.85rem;padding:4px 6px}.confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(2px)}.confirm-dialog{background:#fff;border-radius:16px;padding:24px;max-width:360px;width:90%;box-shadow:0 20px 25px -5px #0000001a;animation:slideIn .2s ease}@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.confirm-dialog h3{font-size:1.1rem;margin-bottom:12px;color:#0f172a;display:flex;align-items:center;gap:8px}.confirm-dialog p{color:#475569;margin-bottom:24px}.confirm-actions{display:flex;gap:12px;justify-content:flex-end}.confirm-btn{padding:8px 20px;border-radius:8px;border:none;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s}.confirm-btn.cancel{background:#f1f5f9;color:#475569}.confirm-btn.cancel:hover{background:#e2e8f0}.confirm-btn.confirm{background:#dc2626;color:#fff}.confirm-btn.confirm:hover{background:#b91c1c}.section-actions,.subitem-actions{display:flex;gap:2px}.icon-btn.confirm-btn-icon{color:#10b981}.icon-btn.confirm-btn-icon:hover{background:#d1fae5;color:#059669}.icon-btn.delete-btn-icon{color:#ef4444}.icon-btn.delete-btn-icon:hover{background:#fee2e2;color:#dc2626}.main{flex:1;padding:40px 48px;max-width:1000px;margin:0 auto;width:100%}.content-card{background:#fff;border-radius:24px;padding:36px 40px;box-shadow:0 10px 25px -5px #0000000d;border:1px solid #eef2f6}.content-header{margin-bottom:28px}.content-header h1{font-weight:650;font-size:2rem;color:#0f172a;margin-bottom:8px}.editable-content{margin-top:24px}.editable-content textarea{width:100%;min-height:300px;padding:20px;font-family:'Inter',sans-serif;font-size:1rem;line-height:1.6;border:1px solid #e2e8f0;border-radius:16px;resize:vertical;background:#fafbfc}.content-actions{display:flex;gap:12px;margin-top:24px}.btn{background:#fff;border:1px solid #cbd5e1;border-radius:40px;padding:10px 22px;font-size:.9rem;font-weight:500;color:#1e293b;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .15s}.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.empty-state{text-align:center;padding:60px 20px;color:#94a3b8}.empty-state i{font-size:3rem;margin-bottom:16px;opacity:.5}@media (max-width: 700px){body{flex-direction:column}.sidebar{width:100%;height:auto;position:relative}.main{padding:20px 16px}}.toast-message{position:fixed;top:24px;right:24px;background:#1e293b;color:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 10px 25px -5px #0003;display:flex;align-items:center;gap:10px;z-index:9999;animation:slideInRight .3s ease;max-width:300px;pointer-events:none}.toast-message i{color:#10b981;font-size:1.1rem}.toast-message span{font-size:.9rem;font-weight:500}.toast-message.fade-out{animation:fadeOut .3s ease forwards}@keyframes slideInRight{from{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.toast-message.success{background:#059669}.toast-message.success i{color:#fff}.toast-message.error{background:#dc2626}.toast-message.error i{color:#fff}#clearAllBtn{color:red}.editor-toolbar{display:flex;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.view-toggle{display:flex;gap:4px;background:#f1f5f9;padding:4px;border-radius:40px}.view-btn{padding:6px 16px;border:none;background:transparent;border-radius:30px;font-size:.85rem;cursor:pointer;color:#64748b;transition:all .15s}.view-btn.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px #0000000d}.view-btn i{margin-right:6px}.editor-container{position:relative}.editor-panel{display:flex;gap:0}.editor-panel .CodeMirror,.editor-panel textarea{flex:1;min-height:400px}.markdown-preview{flex:1;min-height:400px;padding:20px;background:#fafbfc;border:1px solid #e2e8f0;border-radius:16px;overflow-y:auto;font-family:'Inter',system-ui,sans-serif;line-height:1.7}.markdown-preview h1{font-size:2rem;font-weight:650;margin-top:0;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;color:#0f172a}.markdown-preview h2{font-size:1.5rem;font-weight:600;margin-top:24px;margin-bottom:16px;color:#1e293b}.markdown-preview h3{font-size:1.25rem;font-weight:600;margin-top:20px;margin-bottom:12px;color:#334155}.markdown-preview p{margin-bottom:16px;color:#334155}.markdown-preview code{background:#1e293b;color:#e2e8f0;padding:2px 8px;border-radius:6px;font-family:'JetBrains Mono',monospace;font-size:.9em}.markdown-preview pre{background:#1e293b;color:#e2e8f0;padding:18px 22px;border-radius:12px;overflow-x:auto;margin:16px 0}.markdown-preview pre code{background:none;padding:0;color:inherit}.markdown-preview ul,.markdown-preview ol{margin-left:24px;margin-bottom:16px;color:#334155}.markdown-preview li{margin-bottom:6px}.markdown-preview blockquote{border-left:4px solid #3b82f6;padding-left:20px;margin:16px 0;color:#64748b;font-style:italic}.markdown-preview a{color:#2563eb;text-decoration:none}.markdown-preview a:hover{text-decoration:underline}.markdown-preview table{width:100%;border-collapse:collapse;margin:16px 0}.markdown-preview th,.markdown-preview td{padding:10px 16px;border:1px solid #e2e8f0;text-align:left}.markdown-preview th{background:#f1f5f9;font-weight:600}.markdown-preview img{max-width:100%;border-radius:8px}.editor-split{display:flex;gap:16px}.editor-split textarea{flex:1;min-height:400px}.editor-split .markdown-preview{flex:1}.editor-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;background:#fff;padding:20px}.editor-fullscreen textarea,.editor-fullscreen .markdown-preview{height:100%;min-height:100%}.token.comment{color:#6a9955;font-style:italic}.token.keyword{color:#569cd6;font-weight:500}.token.string{color:#ce9178}.token.number{color:#b5cea8}.token.function{color:#dcdcaa}.token.tag{color:#569cd6}.token.attr-name{color:#9cdcfe}.token.selector{color:#d7ba7d}.token.property{color:#9cdcfe}.token.value{color:#ce9178}.token.boolean{color:#569cd6}.token.command{color:#4ec9b0}.code-lang{position:absolute;top:8px;right:12px;font-size:.75rem;color:#94a3b8;text-transform:uppercase;background:#2d3748;padding:2px 8px;border-radius:4px}pre{position:relative}.task-list{list-style:none;padding-left:0}.task-list-item{list-style:none;margin-left:-24px}.task-list-item input[type="checkbox"]{margin-right:8px}mark{background:#fef08a;color:#1e293b;padding:2px 4px;border-radius:4px}.footnotes{margin-top:40px;padding-top:16px;border-top:1px solid #e2e8f0;font-size:.9rem;color:#64748b}.footnotes hr{display:none}.footnotes ol{padding-left:20px}.footnotes li{margin-bottom:8px}.footnotes a{text-decoration:none;margin-left:8px}sup,sub{font-size:.75em;line-height:1}table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.9rem}th,td{padding:10px 16px;border:1px solid #e2e8f0}th{background:#f1f5f9;font-weight:600}tr:hover{background:#f8fafc}