:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--bg-elevated:#fff;--bg-muted:#f5f6f8;--bg-hover:#eef0f3;--bg-active:#e3e7ec;--border:#e4e7eb;--border-strong:#cdd2d8;--fg:#1a1d21;--fg-muted:#5a6068;--fg-subtle:#878d95;--fg-inverse:#fff;--accent:#2d80c2;--accent-hover:#1f6fa9;--accent-soft:#aadeff38;--accent-fg:#fff;--brand:#2d80c2;--code-bg:#f5f6f8;--code-border:#e4e7eb;--code-fg:#1a1d21;--inline-code-bg:#0000000d;--focus-ring:0 0 0 2px #aadeff99;--sidebar-width:280px;--topbar-height:56px;--content-max-width:1080px;--radius:8px;--radius-sm:4px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--shadow-sm:0 1px 2px #0000000f;--shadow-md:0 4px 12px #00000014}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f1115;--bg-elevated:#161a20;--bg-muted:#1a1f26;--bg-hover:#232931;--bg-active:#2d3540;--border:#262c34;--border-strong:#353d48;--fg:#e6e8eb;--fg-muted:#9aa1ab;--fg-subtle:#6b727c;--fg-inverse:#0f1115;--accent:#aadeff;--accent-hover:#c8eaff;--accent-soft:#aadeff24;--accent-fg:#0a1929;--brand:#aadeff;--code-bg:#161a20;--code-border:#262c34;--code-fg:#e6e8eb;--inline-code-bg:#ffffff14;--focus-ring:0 0 0 2px #aadeff8c;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006}*{box-sizing:border-box}html,body{height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:15px;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;cursor:pointer}:focus-visible{box-shadow:var(--focus-ring);border-radius:var(--radius-sm);outline:none}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);background-clip:padding-box;border:2px solid #0000;border-radius:6px}::-webkit-scrollbar-track{background:0 0}.prose{max-width:var(--content-max-width);margin:0 auto;padding:1.5rem 2rem 4rem}.prose h1,.prose h2,.prose h3,.prose h4{scroll-margin-top:calc(var(--topbar-height) + 1rem);margin:2rem 0 1rem;font-weight:600;line-height:1.25}.prose h1{border-bottom:1px solid var(--border);margin-top:0;padding-bottom:.5rem;font-size:2rem}.prose h2{border-bottom:1px solid var(--border);padding-bottom:.35rem;font-size:1.5rem}.prose h3{font-size:1.2rem}.prose p{margin:.85rem 0}.prose ul,.prose ol{margin:.85rem 0;padding-left:1.5rem}.prose li{margin:.25rem 0}.prose code{font-family:var(--font-mono);background:var(--inline-code-bg);border-radius:var(--radius-sm);padding:.15em .4em;font-size:.875em}.prose pre{background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--radius);margin:1rem 0;padding:1rem;font-size:.875em;line-height:1.5;overflow-x:auto}.prose pre code{font-size:inherit;background:0 0;padding:0}.prose blockquote{border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--fg-muted);border-radius:0 var(--radius) var(--radius) 0;margin:1rem 0;padding:.5rem 1rem}.prose table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.95em}.prose th,.prose td{border:1px solid var(--border);text-align:left;padding:.5rem .75rem}.prose th{background:var(--bg-muted);font-weight:600}.prose img{border-radius:var(--radius);border:1px solid var(--border);max-width:100%}.prose img[src*=shields\.io],.prose img[src*=badgen\.net]{border:none;border-radius:0}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.btn{border:1px solid var(--border);background:var(--bg-elevated);color:var(--fg);border-radius:var(--radius-sm);align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.btn:hover{background:var(--bg-hover);border-color:var(--border-strong);text-decoration:none}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-fg)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-fg)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--bg-hover)}.theme-toggle.svelte-1cmi4dh{color:var(--fg-muted);padding:.4rem}.theme-toggle.svelte-1cmi4dh:hover{color:var(--fg)}.topbar.svelte-yic9pk{height:var(--topbar-height);border-bottom:1px solid var(--border);background:var(--bg-elevated);z-index:10;align-items:center;gap:1rem;padding:0 1rem;display:flex;position:sticky;top:0}.brand.svelte-yic9pk{color:var(--fg);min-width:calc(var(--sidebar-width) - 1rem);align-items:center;gap:.6rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.brand.svelte-yic9pk:hover{text-decoration:none}.logo.svelte-yic9pk{object-fit:contain;border-radius:6px;width:28px;height:28px;display:block}.search.svelte-yic9pk{flex:1;max-width:480px}.search-input.svelte-yic9pk{border:1px solid var(--border);background:var(--bg-muted);width:100%;height:36px;color:var(--fg);border-radius:var(--radius-sm);padding:0 .85rem;font-family:inherit;font-size:.9rem}.search-input.svelte-yic9pk::placeholder{color:var(--fg-subtle)}.search-input.svelte-yic9pk:disabled{cursor:not-allowed;opacity:.7}.actions.svelte-yic9pk{align-items:center;gap:.5rem;margin-left:auto;display:flex}.signin.svelte-yic9pk{opacity:.5;cursor:not-allowed}.sidebar.svelte-129hoe0{flex-direction:column;height:100%;padding:.75rem .5rem 1rem;display:flex;overflow-y:auto}.tree.svelte-129hoe0{flex:1;min-height:0}ul.svelte-129hoe0{margin:0;padding:0;list-style:none}.tree.svelte-129hoe0{font-size:.92rem}li.svelte-129hoe0{margin:0}.row.svelte-129hoe0{border-radius:var(--radius-sm);text-align:left;width:100%;font-size:inherit;color:var(--fg-muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.35rem .55rem;font-family:inherit;line-height:1.3;text-decoration:none;display:flex}.row-text.svelte-129hoe0{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.row-spacer.svelte-129hoe0{flex-shrink:0;width:12px;display:inline-block}.row.svelte-129hoe0:hover{background:var(--bg-hover);color:var(--fg);text-decoration:none}.leaf.active.svelte-129hoe0{background:var(--accent-soft);color:var(--accent);font-weight:500}.chapter-row.svelte-129hoe0{color:var(--fg);font-weight:500}.chevron.svelte-129hoe0{color:var(--fg-subtle);flex-shrink:0;align-items:center;transition:transform .12s;display:inline-flex}.chevron.open.svelte-129hoe0{transform:rotate(90deg)}.children.svelte-129hoe0{padding-left:.85rem;position:relative}.children.svelte-129hoe0:before{content:"";background:var(--border);width:1px;position:absolute;top:.15rem;bottom:.15rem;left:.35rem}.empty.svelte-129hoe0{color:var(--fg-subtle);padding:.35rem .55rem .35rem calc(.95rem + 12px);font-size:.85em;font-style:italic}.chapter-row-wrap.svelte-129hoe0{border-radius:var(--radius-sm);align-items:center;gap:.1rem;display:flex}.chapter-row-wrap.svelte-129hoe0:hover{background:var(--bg-hover)}.chapter-row-wrap.svelte-129hoe0:hover .chapter-row:where(.svelte-129hoe0){background:0 0}.chapter-row-wrap.svelte-129hoe0 .chapter-row:where(.svelte-129hoe0){flex:1;min-width:0}.row-actions.svelte-129hoe0{opacity:0;align-items:center;gap:.1rem;padding-right:.25rem;transition:opacity .12s;display:flex}.chapter-row-wrap.svelte-129hoe0:hover .row-actions:where(.svelte-129hoe0),.chapter-row-wrap.svelte-129hoe0:focus-within .row-actions:where(.svelte-129hoe0){opacity:1}.action-btn.svelte-129hoe0{width:22px;height:22px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.action-btn.svelte-129hoe0:hover{background:var(--bg-active);color:var(--fg)}.form-host.svelte-129hoe0{padding:.3rem .1rem}.sidebar-form.svelte-129hoe0{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);flex-direction:column;gap:.4rem;padding:.4rem;display:flex}.sidebar-form.svelte-129hoe0 input:where(.svelte-129hoe0){border:1px solid var(--border);background:var(--bg);width:100%;color:var(--fg);border-radius:var(--radius-sm);font:inherit;padding:.35rem .5rem;font-size:.85rem}.slug-preview.svelte-129hoe0{font-family:var(--font-mono);color:var(--fg-subtle);text-overflow:ellipsis;white-space:nowrap;padding:0 .15rem;font-size:.75rem;overflow:hidden}.slug-preview.svelte-129hoe0 span:where(.svelte-129hoe0){color:var(--fg-muted)}.form-row.svelte-129hoe0{align-items:center;gap:.35rem;display:flex}.btn-sm.svelte-129hoe0{padding:.3rem .7rem;font-size:.8rem}.btn-icon.svelte-129hoe0{border:1px solid var(--border);background:var(--bg);width:26px;height:26px;color:var(--fg-muted);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;display:inline-flex}.btn-icon.svelte-129hoe0:hover{background:var(--bg-hover);color:var(--fg)}.error.svelte-129hoe0{color:#c4423a;border-radius:var(--radius-sm);background:#c4423a14;padding:.3rem .5rem;font-size:.8rem}[data-theme=dark] .error.svelte-129hoe0{color:#f08c84;background:#f08c841a}.app.svelte-12qhfyh{flex-direction:column;min-height:100vh;display:flex}.shell.svelte-12qhfyh{grid-template-columns:var(--sidebar-width) 1fr;flex:1;min-height:0;display:grid}.sidebar-pane.svelte-12qhfyh{border-right:1px solid var(--border);background:var(--bg-elevated);height:calc(100vh - var(--topbar-height));top:var(--topbar-height);position:sticky}.content-pane.svelte-12qhfyh{background:var(--bg);min-width:0}@media (width<=900px){.shell.svelte-12qhfyh{grid-template-columns:1fr}.sidebar-pane.svelte-12qhfyh{display:none}}
