*{box-sizing:border-box}html,body,#app{height:100%;margin:0;padding:0}:root{--bg-app: #f6f7f9;--bg-sidebar: #fafbfc;--bg-header: #ffffff;--bg-main: #ffffff;--bg-hover: #eef2f7;--bg-active: #dbeafe;--bg-flash: #fde68a;--bg-code-inline:#f3f4f6;--bg-quote: #f9fafb;--bg-table-th: #f3f4f6;--text-primary: #1f2937;--text-second: #374151;--text-third: #4b5563;--text-muted: #6b7280;--text-mute2: #9ca3af;--text-title: #1f2937;--text-active: #1d4ed8;--text-code: #db2777;--text-link: #2563eb;--border: #e4e7eb;--border-soft: #eee;--border-softer: #f0f0f0;--border-quote: #d1d5db;--border-table: #e5e7eb;--pre-bg: #0d1117;--pre-fg: #e6edf3;--shadow: 0 1px 2px rgba(0,0,0,.04)}[data-theme=dark]{--bg-app: #0f1115;--bg-sidebar: #14171d;--bg-header: #1a1d24;--bg-main: #14171d;--bg-hover: #232833;--bg-active: #1e3a5f;--bg-flash: #6b5b16;--bg-code-inline:#22262e;--bg-quote: #1a1d24;--bg-table-th: #1f232b;--text-primary: #e5e7eb;--text-second: #d1d5db;--text-third: #cbd5e1;--text-muted: #9ca3af;--text-mute2: #6b7280;--text-title: #f3f4f6;--text-active: #93c5fd;--text-code: #f472b6;--text-link: #60a5fa;--border: #2a2f38;--border-soft: #2a2f38;--border-softer: #232833;--border-quote: #3a4150;--border-table: #2a2f38;--pre-bg: #0a0d12;--pre-fg: #e6edf3;--shadow: 0 1px 2px rgba(0,0,0,.4)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;color:var(--text-primary);background:var(--bg-app);transition:background .2s,color .2s}#app{display:flex;height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-mute2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*{scrollbar-width:thin;scrollbar-color:var(--text-mute2) transparent}.sidebar{min-width:260px;max-width:720px;background:var(--bg-sidebar);overflow:hidden;display:flex;flex-direction:column;flex:0 0 auto}.sidebar-header{min-height:48px;padding:8px 10px 8px 12px;border-bottom:1px solid var(--border);background:var(--bg-header);display:flex;align-items:center;gap:6px}.sidebar-title{font-weight:600;color:var(--text-title);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-status{display:inline-flex;align-items:center;padding:5px;color:var(--text-muted)}.ws-status .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--text-mute2)}.ws-status.connected .dot{background:#10b981}.ws-status.error .dot{background:#ef4444}.icon-button,.tool-button{background:transparent;border:1px solid var(--border);color:var(--text-second);height:28px;padding:0 8px;border-radius:6px;font-size:13px;cursor:pointer;line-height:1;transition:background .15s,border-color .15s}.icon-button:hover,.tool-button:hover:not(:disabled){background:var(--bg-hover);border-color:var(--text-mute2)}.icon-button{width:30px;padding:0;font-size:15px}.tool-button:disabled{opacity:.45;cursor:default}.sidebar-tools{padding:8px;border-bottom:1px solid var(--border);display:flex;gap:6px;background:var(--bg-sidebar)}.tree-search-wrap{position:relative;min-width:0;flex:1}.tree-search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.tree-search{width:100%;height:30px;padding:0 28px 0 26px;border:1px solid var(--border);border-radius:6px;outline:none;color:var(--text-primary);background:var(--bg-header)}.tree-search:focus{border-color:var(--text-link);box-shadow:0 0 0 2px color-mix(in srgb,var(--text-link) 18%,transparent)}.tree-search::-webkit-search-cancel-button{display:none}.search-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;border-radius:4px;color:var(--text-muted);background:transparent;cursor:pointer}.search-clear:hover{background:var(--bg-hover)}.tree-wrap{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:6px 0 12px}.node{-webkit-user-select:none;user-select:none}.node-row{display:flex;align-items:center;height:32px;padding-top:4px;padding-right:8px;padding-bottom:4px;cursor:pointer;white-space:nowrap;border-radius:4px;margin:1px 6px;color:var(--text-second)}.node-row:hover{background:var(--bg-hover)}.node-row.active{background:var(--bg-active);color:var(--text-active)}.node-row.changed{animation:flash 1s ease-out}@keyframes flash{0%{background:var(--bg-flash)}to{background:transparent}}.node-row .arrow{flex:0 0 14px;display:inline-block;width:14px;text-align:center;font-size:10px;color:var(--text-mute2)}.node-row .icon{flex:0 0 20px;width:20px;margin-right:3px;text-align:center}.node-row .name{min-width:0;overflow:hidden;text-overflow:ellipsis}.node-children{padding-left:0}.tree-empty{padding:28px 16px;text-align:center;color:var(--text-muted);font-size:13px}.sidebar-resizer{position:relative;z-index:5;width:5px;flex:0 0 5px;margin-left:-2px;border-left:1px solid var(--border);cursor:col-resize}.sidebar-resizer:hover,.is-resizing-sidebar .sidebar-resizer{border-left-color:var(--text-link);background:color-mix(in srgb,var(--text-link) 12%,transparent)}.is-resizing-sidebar{cursor:col-resize;-webkit-user-select:none;user-select:none}.sidebar-reopen{position:fixed;z-index:10;left:10px;top:9px;width:32px;height:32px;border:1px solid var(--border);border-radius:7px;color:var(--text-primary);background:var(--bg-header);box-shadow:var(--shadow);cursor:pointer}.sidebar-reopen:hover{background:var(--bg-hover)}.main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-main)}.main-header{padding:10px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:12px;background:var(--bg-header);flex-shrink:0}.main-header .crumb{font-family:SF Mono,Consolas,Menlo,monospace;font-size:14px;color:var(--text-third)}.main-header .meta{margin-left:auto;font-size:12px;color:var(--text-mute2)}.viewer{flex:1;min-height:0;overflow:hidden;background:var(--bg-main);display:flex;flex-direction:column}.md-layout{display:flex;flex:1;min-height:0;overflow:hidden;width:100%}.md-content{flex:1;min-width:0;width:0;overflow-y:auto;overflow-x:hidden}.toc{width:220px;min-width:160px;max-width:320px;border-right:1px solid var(--border);background:var(--bg-sidebar);overflow-y:auto;overflow-x:hidden;flex-shrink:0;-webkit-user-select:none;user-select:none}.toc-header{padding:10px 14px;font-weight:600;font-size:13px;color:var(--text-muted);border-bottom:1px solid var(--border-soft);position:sticky;top:0;background:var(--bg-sidebar);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1}.toc-list{list-style:none;margin:0;padding:6px 0}.toc-item{padding:5px 14px;cursor:pointer;font-size:14px;color:var(--text-second);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-left:2px solid transparent;transition:color .12s,background .12s,border-color .12s}.toc-item:hover{background:var(--bg-hover);color:var(--text-primary)}.toc-item.toc-active{background:var(--bg-active);color:var(--text-active);border-left-color:var(--text-active)}.toc-item.toc-h1{font-weight:600}.toc-item.toc-h2{font-weight:500}.toc-item.toc-h3{font-weight:400;font-size:12px;color:var(--text-muted)}.markdown-body{padding:24px 32px;max-width:980px;margin:0 auto;line-height:1.75;font-size:16px;color:var(--text-primary)}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin-top:1.6em;margin-bottom:.6em;font-weight:600;line-height:1.3;color:var(--text-title)}.markdown-body h1{font-size:28px;border-bottom:1px solid var(--border-soft);padding-bottom:.3em}.markdown-body h2{font-size:22px;border-bottom:1px solid var(--border-softer);padding-bottom:.25em}.markdown-body h3{font-size:18px}.markdown-body h4{font-size:16px}.markdown-body p{margin:.8em 0}.markdown-body ul,.markdown-body ol{padding-left:1.6em}.markdown-body li{margin:.25em 0}.markdown-body blockquote{margin:1em 0;padding:.4em 1em;color:var(--text-muted);border-left:4px solid var(--border-quote);background:var(--bg-quote)}.markdown-body a{color:var(--text-link);text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body table{border-collapse:collapse;margin:1em 0;display:block;overflow-x:auto}.markdown-body th,.markdown-body td{border:1px solid var(--border-table);padding:6px 10px}.markdown-body th{background:var(--bg-table-th);font-weight:600}.markdown-body code{background:var(--bg-code-inline);padding:2px 5px;border-radius:4px;font-family:SF Mono,Consolas,Menlo,monospace;font-size:14.5px;color:var(--text-code)}.markdown-body pre{background:var(--pre-bg);color:var(--pre-fg);padding:14px 16px;border-radius:6px;overflow-x:auto;font-size:15px;line-height:1.55}.markdown-body pre code{background:transparent;padding:0;color:inherit}.markdown-body img{max-width:100%}.markdown-body hr{border:none;border-top:1px solid var(--border-table);margin:2em 0}.monaco-wrap{width:100%;height:100%}.empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-mute2);font-size:14px}
