.wiki-shell{height:calc(100vh - 60px);display:flex;overflow:hidden}.left-panel{border-right:1px solid var(--border-color);background:#fff;flex-direction:column;width:220px;min-width:220px;transition:width .22s,min-width .22s;display:flex;position:relative;overflow:hidden}.left-panel.collapsed{border-right:none;width:0;min-width:0}.left-panel.collapsed .left-panel-header,.left-panel.collapsed .file-tree{opacity:0;pointer-events:none}.sidebar-toggle{z-index:20;border:1px solid var(--border-color);cursor:pointer;width:18px;height:48px;color:var(--secondary-color);background:#fff;border-left:none;border-radius:0 6px 6px 0;justify-content:center;align-items:center;font-size:.65rem;transition:left .22s,background .15s;display:flex;position:absolute;top:50%;left:220px;transform:translateY(-50%);box-shadow:2px 0 4px #0000000f}.sidebar-toggle:hover{background:var(--light-bg);color:var(--primary-color)}.wiki-shell.panel-collapsed .sidebar-toggle{border-left:1px solid var(--border-color);border-radius:0 6px 6px 0;left:0}.left-panel-header{border-bottom:1px solid var(--border-color);flex-shrink:0;padding:.75rem 1rem .5rem}.search-box{border:1px solid var(--border-color);border-radius:6px;outline:none;width:100%;padding:.4rem .6rem;font-size:.8rem;transition:border-color .15s}.search-box:focus{border-color:var(--primary-color)}.file-tree{flex:1;padding:.5rem 0;overflow-y:auto}.tree-folder{user-select:none}.tree-folder-label{color:var(--secondary-color);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;align-items:center;gap:.4rem;padding:.3rem 1rem;font-size:.78rem;font-weight:600;display:flex}.tree-folder-label:hover{color:var(--text-color)}.tree-children{padding-left:.75rem;display:block}.tree-children.collapsed{display:none}.tree-note{cursor:pointer;color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;border-radius:4px;align-items:center;gap:.4rem;margin:0 .25rem;padding:.3rem 1rem;font-size:.82rem;transition:background .1s;display:flex;overflow:hidden}.tree-note:hover{background:var(--light-bg)}.tree-note.active{color:var(--primary-color);background:#e8f4fd;font-weight:500}.tree-note.dimmed{opacity:.35}.graph-panel{background:#fafafa;flex:1;position:relative;overflow:hidden}#graph-svg{width:100%;height:100%}.node{transition:opacity .15s}.node circle{fill:#475569;stroke:none;cursor:pointer;transition:fill .15s,transform .15s}.node.unresolved circle{fill:#cbd5e1;cursor:default}.node.unresolved .node-label{fill:#cbd5e1}#graph-svg{--graph-accent:#8b5cf6}.node.selected circle{fill:var(--graph-accent)}.node-label{fill:var(--fg-muted);text-anchor:middle;pointer-events:none;user-select:none;opacity:var(--label-opacity,1);font-size:10px;transition:opacity .15s}.node-label.culled{visibility:hidden}.link{stroke:#cbd5e1;stroke-width:1px;stroke-opacity:.45;transition:stroke .15s,stroke-opacity .15s,stroke-width .15s}#graph-svg.hovering .node{opacity:.2}#graph-svg.hovering .node.focus,#graph-svg.hovering .node.neighbor{opacity:1}#graph-svg.hovering .node.focus circle{fill:var(--graph-accent);transform:scale(1.2)}#graph-svg.hovering .node.focus .node-label{opacity:1;fill:var(--fg);visibility:visible}#graph-svg.hovering .link{stroke-opacity:.05}#graph-svg.hovering .link.link-active{stroke:var(--graph-accent);stroke-opacity:.85;stroke-width:1.2px}.node.search-dim{opacity:.15}.graph-hint{color:#aaa;pointer-events:none;white-space:nowrap;font-size:.75rem;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.right-panel{border-left:1px solid var(--border-color);background:#fff;flex-direction:column;width:0;min-width:0;transition:width .25s,min-width .25s;display:flex;overflow:hidden}.right-panel.open{width:45%;min-width:45%}.right-panel-header{border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.right-panel-title{color:var(--text-color);text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.close-btn{cursor:pointer;color:var(--secondary-color);background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:1.1rem;line-height:1}.close-btn:hover{color:var(--text-color)}.right-panel-content{flex:1;padding:1.25rem 1.25rem 2rem;overflow-y:auto}.md-body h1,.md-body h2,.md-body h3,.md-body h4,.md-body h5,.md-body h6{color:var(--text-color);margin:1.2em 0 .4em;font-weight:600;line-height:1.3}.md-body h1{font-size:1.3rem}.md-body h2{font-size:1.1rem}.md-body h3{font-size:1rem}.md-body p{margin:.5em 0;font-size:.875rem;line-height:1.65}.md-body ul,.md-body ol{margin:.4em 0 .4em 1.4em;font-size:.875rem;line-height:1.6}.md-body li{margin:.15em 0}.md-body strong{color:var(--text-color)}.md-body code{background:var(--light-bg);border:1px solid var(--border-color);border-radius:3px;padding:.1em .35em;font-family:SFMono-Regular,Consolas,monospace;font-size:.8rem}.md-body pre{background:var(--light-bg);border:1px solid var(--border-color);border-radius:6px;margin:.75em 0;padding:.75rem 1rem;overflow-x:auto}.md-body pre code{background:0 0;border:none;padding:0;font-size:.8rem}.md-body table{border-collapse:collapse;width:100%;margin:.75em 0;font-size:.875rem}.md-body th,.md-body td{border:1px solid var(--border-color);text-align:left;padding:.4rem .6rem}.md-body th{background:var(--light-bg);font-weight:600}.md-body hr{border:none;border-top:1px solid var(--border-color);margin:1rem 0}.md-body blockquote{border-left:3px solid var(--primary-color);color:var(--secondary-color);margin:.75em 0;padding-left:.75rem;font-style:italic}.md-body img{border-radius:6px;max-width:100%;height:auto;margin:.5em 0}.wiki-link{color:var(--primary-color);border-bottom:1px dashed var(--primary-color);cursor:pointer;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s}.wiki-link:hover{color:var(--accent-color);border-color:var(--accent-color)}.wiki-link.unresolved{color:var(--secondary-color);border-bottom-color:var(--secondary-color);cursor:default}@keyframes sectionFlash{0%{background-color:#ffdd5700}25%{background-color:#ffdd578c}to{background-color:#ffdd5700}}.section-highlight{border-radius:4px;animation:1.6s ease-out sectionFlash}@keyframes nodePulse{0%{r:10;opacity:1}40%{r:22;opacity:.4}to{r:10;opacity:1}}.node-pulse{animation:.6s ease-out nodePulse}.graph-badge{border:1px solid var(--border-color);color:var(--secondary-color);background:#ffffffe6;border-radius:20px;padding:.25rem .65rem;font-size:.72rem;position:absolute;top:.75rem;right:.75rem}.wiki-empty{text-align:center;height:calc(100vh - 60px);color:var(--secondary-color);justify-content:center;align-items:center;padding:2rem;font-size:1rem;display:flex}@media (width<=1024px){.left-panel{display:none}.left-panel.mobile-open{z-index:50;height:100%;display:flex;position:absolute;box-shadow:2px 0 12px #0000001a}.mobile-toggle{z-index:10;border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:6px;padding:.35rem .5rem;font-size:1rem;position:absolute;top:.75rem;left:.75rem}}@media (width>=1025px){.mobile-toggle{display:none}}@media (width<=768px){.graph-panel{display:none}.right-panel{border:none;width:100%!important;min-width:0!important}.right-panel.open{width:100%!important}.mobile-note-list{flex-direction:column;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.mobile-note-item{border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:500}.mobile-note-item:hover{border-color:var(--primary-color);color:var(--primary-color)}.mobile-hint{color:var(--secondary-color);text-align:center;padding:.5rem;font-size:.75rem}}.md-body .callout{border-left:4px solid var(--callout-accent,var(--primary-color));background:var(--callout-bg,var(--light-bg));border-radius:6px;margin:1rem 0;padding:.75rem 1rem;font-style:normal}.md-body .callout-title{color:var(--callout-accent);align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;display:flex}.md-body .callout-title svg{flex-shrink:0;width:1.1em;height:1.1em}.md-body .callout-body>:first-child{margin-top:0}.md-body .callout-body>:last-child{margin-bottom:0}.md-body .callout-note{--callout-accent:#3b82f6;--callout-bg:#eff6ff}.md-body .callout-info{--callout-accent:#06b6d4;--callout-bg:#ecfeff}.md-body .callout-tip{--callout-accent:#14b8a6;--callout-bg:#f0fdfa}.md-body .callout-question{--callout-accent:#e9973f;--callout-bg:#fff7ed}.md-body .callout-warning{--callout-accent:#eab308;--callout-bg:#fefce8}.md-body .callout-danger{--callout-accent:#ef4444;--callout-bg:#fef2f2}.md-body .callout-failure{--callout-accent:#dc2626;--callout-bg:#fef2f2}.md-body .callout-bug{--callout-accent:#e11d48;--callout-bg:#fff1f2}.md-body .callout-example{--callout-accent:#a855f7;--callout-bg:#faf5ff}.md-body .callout-quote{--callout-accent:#64748b;--callout-bg:#f8fafc}.md-body .callout-success{--callout-accent:#22c55e;--callout-bg:#f0fdf4}.md-body .callout-abstract{--callout-accent:#0ea5e9;--callout-bg:#f0f9ff}.md-body .multi-column{align-items:start;gap:1.25rem;margin:1rem 0;display:grid}.md-body .multi-column-col>:first-child{margin-top:0}.md-body .multi-column-col>:last-child{margin-bottom:0}@media (width<=768px){.md-body .multi-column{grid-template-columns:1fr!important}}html,body{height:100%;overflow:hidden}body>footer{display:none}
