:root{color-scheme:dark;--bg: #0b1220;--panel: #111827;--panel2: #0f172a;--text: #e5e7eb;--muted: #9ca3af;--border: rgba(255, 255, 255, .12);--accent: #22c55e;--danger: #ef4444;--c-blue: #60a5fa;--c-red: #f87171;--c-green: #34d399;--c-yellow: #fbbf24;--c-purple: #c084fc;--shadow: 0 10px 30px rgba(0, 0, 0, .35);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji"}:root[data-theme=light]{color-scheme:light;--bg: #f8fafc;--panel: #ffffff;--panel2: #f1f5f9;--text: #0f172a;--muted: #475569;--border: rgba(15, 23, 42, .14);--accent: #16a34a;--danger: #dc2626;--c-blue: #1d4ed8;--c-red: #ef4444;--c-green: #16a34a;--c-yellow: #d97706;--c-purple: #7c3aed;--shadow: 0 10px 30px rgba(2, 6, 23, .12)}:root[data-theme=light] body{background:radial-gradient(1200px 800px at 30% 0%,rgba(22,163,74,.1),transparent 55%),radial-gradient(1200px 800px at 90% 10%,rgba(59,130,246,.1),transparent 60%),var(--bg)}:root[data-theme=light] .topbar{background:#ffffffb8}:root[data-theme=light] .panel{background:#ffffffc7}:root[data-theme=light] .btn{background:#ffffffbf}:root[data-theme=light] .input{background:#ffffffeb}:root[data-theme=light] .docItem{background:#ffffffbf}:root[data-theme=light] .row:hover{background:#0f172a0d}:root[data-theme=light] .row.active{background:#16a34a1f}:root[data-theme=light] .toggle{background:#ffffffe0}:root[data-theme=light] .chip{background:#3b82f61a;border-color:#3b82f640;color:#1d4ed8}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:radial-gradient(1200px 800px at 30% 0%,rgba(34,197,94,.12),transparent 50%),radial-gradient(1200px 800px at 90% 10%,rgba(59,130,246,.12),transparent 55%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:16px}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#111827b3;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{font-weight:700;letter-spacing:.2px}.btn{border:1px solid var(--border);background:#0f172acc;color:var(--text);border-radius:10px;padding:8px 10px;cursor:pointer}.btn:hover{border-color:#ffffff38}.btn.primary{background:#22c55e2e;border-color:#22c55e73}.grid{margin-top:16px;display:grid;grid-template-columns:340px 1fr;gap:16px}.panel{border:1px solid var(--border);border-radius:12px;background:#111827a6;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.panel .hd{padding:12px 14px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.panel .bd{padding:12px 14px}.input{width:100%;border:1px solid var(--border);background:#0f172ae6;color:var(--text);border-radius:10px;padding:10px 12px;outline:none}.muted{color:var(--muted);font-size:12px}.docItem{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0f172a99;cursor:pointer}.docItem:hover{border-color:#ffffff2e}.docTitle{font-weight:600;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.outlineWrap{padding:10px 10px 14px}.rowBlock{margin-bottom:4px;animation:rowSlideIn .18s ease-out}@keyframes rowSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.row{display:grid;grid-template-columns:22px var(--indent, 0px) 22px 1fr;column-gap:5px;align-items:flex-start;padding:2px 5px;border-radius:8px;border:1px solid transparent}.indent{align-self:stretch;min-height:18px;background-image:repeating-linear-gradient(to right,transparent 0px,transparent 8px,var(--border) 8px,var(--border) 9px,transparent 9px,transparent 18px)}.rowSub{display:grid;grid-template-columns:22px var(--indent, 0px) 22px 1fr;column-gap:5px;padding:0 5px}.rowSub>.indent{grid-column:2;min-height:0}.rowSubContent{grid-column:4}.row:hover{border-color:#ffffff17;background:#0f172a59}.row.active{border-color:#22c55e59;background:#22c55e14}.row.selected{border-color:#3b82f659;background:#3b82f614}.toggle{width:22px;height:22px;border:1px solid var(--border);border-radius:8px;background:#0f172ab3;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.toggleSpacer{width:22px;height:22px;border:0;background:transparent;box-shadow:none}.handle{width:22px;height:22px;border:none;background:transparent;cursor:grab;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;opacity:.9}.handle:before{content:"";width:4px;height:4px;border-radius:999px;background:var(--muted)}.row.active .handle:before{background:var(--accent)}.text{flex:1;min-width:0;width:100%;outline:none;padding:1px 3px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text);font:inherit;line-height:1.22;white-space:pre-wrap;word-break:break-word;min-height:1.4em}.text:empty:before{content:"​"}.text:not([contenteditable=true]){opacity:.85;cursor:default}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.chip{font-size:12px;padding:2px 8px;border-radius:999px;background:#3b82f62e;border:1px solid rgba(59,130,246,.35);color:#bfdbfe}.btnSmall{padding:4px 8px;border-radius:8px;font-size:12px}.attachments{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:7px;margin-top:6px}.attachmentItem{border:1px solid var(--border);border-radius:12px;padding:8px;background:#0f172a59}:root[data-theme=light] .attachmentItem{background:#ffffffbf}.attachmentImg{width:100%;height:96px;object-fit:cover;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#0000001f}:root[data-theme=light] .attachmentImg{border-color:#0f172a1a;background:#0206170f}.docTree{display:grid;gap:4px;font-size:13px}.treeRow{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:10px;border:1px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.treeRow:hover{border-color:#ffffff17;background:#0f172a59}.treeRow.active{border-color:#22c55e59;background:#22c55e14}:root[data-theme=light] .treeRow:hover{background:#0f172a0d}:root[data-theme=light] .treeRow.active{background:#16a34a1f}.treeRow.folder{font-weight:700}.treeExpander{width:16px;text-align:center;opacity:.85;flex:0 0 auto}.treeName{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.treeMeta{font-size:12px;opacity:.75;flex:0 0 auto}.toolbar{display:flex;gap:7px;flex-wrap:wrap}@media (max-width: 960px){.grid{grid-template-columns:1fr}}.editorShell{height:100vh;display:flex;flex-direction:column}.editorHeader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--border);background:#111827a6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=light] .editorHeader{background:#ffffffd1}.editorHeaderLeft,.editorHeaderRight{display:flex;align-items:center;gap:7px;min-width:0}.editorBody{flex:1;min-height:0;display:flex}.sidebar{min-width:220px;max-width:520px;border-right:1px solid var(--border);background:#1118278c;overflow:auto;display:flex;flex-direction:column}:root[data-theme=light] .sidebar{background:#ffffffa6}.sidebarHd{position:sticky;top:0;z-index:2;padding:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#111827b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=light] .sidebarHd{background:#ffffffd1}.sidebarBd{padding:10px}.sidebarResizer{width:6px;cursor:col-resize;background:transparent}.sidebarResizer:hover{background:#22c55e2e}.main{flex:1;min-width:0;overflow:auto}.drawerBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;justify-content:flex-end}.drawer{width:380px;max-width:92vw;height:100%;border-left:1px solid var(--border);background:#111827eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column}:root[data-theme=light] .drawer{background:#ffffffeb}.drawerHd{padding:12px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.drawerBd{padding:12px;overflow:auto;display:grid;gap:12px}@media (max-width: 720px){.sidebar,.sidebarResizer{display:none}}.inlineImages{display:flex;flex-direction:column;gap:10px;margin-top:6px}.inlineImageItem{max-width:100%}.inlineImageToolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.inlineImageWrap{position:relative;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#0f172a59}:root[data-theme=light] .inlineImageWrap{background:#ffffffbf}.inlineImage{width:100%;height:auto;display:block;max-height:460px;object-fit:contain;background:#0000001a}:root[data-theme=light] .inlineImage{background:#0206170a}.inlineImageResize{position:absolute;right:8px;bottom:8px;width:18px;height:18px;border-radius:8px;border:1px solid rgba(255,255,255,.14);background:#02061773;cursor:nwse-resize;touch-action:none}:root[data-theme=light] .inlineImageResize{border-color:#0f172a1f;background:#0f172a14}
