.docs-header.svelte-1cyvigq{display:flex;align-items:center;justify-content:space-between;height:3.5rem;padding:0 1.5rem;background:var(--bg-page);border-bottom:1px solid var(--border-subtle);position:sticky;top:0;z-index:50}.header-left.svelte-1cyvigq{display:flex;align-items:center}.header-search.svelte-1cyvigq{flex:1;display:flex;justify-content:center;max-width:320px;margin:0 1rem}.logo.svelte-1cyvigq{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--docs-text);transition:transform .2s ease,filter .2s ease}.logo.svelte-1cyvigq:hover{transform:scale(1.02)}.logo-img.svelte-1cyvigq{height:1.5rem;width:auto;filter:var(--docs-logo-filter, none)}.header-nav.svelte-1cyvigq{display:flex;align-items:center;gap:.25rem}.nav-link.svelte-1cyvigq{font-size:.8125rem;font-weight:500;color:var(--text-secondary);text-decoration:none;padding:.375rem .625rem;border-radius:.375rem;transition:color .15s ease,background .15s ease}.nav-link.svelte-1cyvigq:hover{color:var(--text-primary);background:var(--bg-tertiary)}.nav-link.active.svelte-1cyvigq{color:var(--accent)}.header-right.svelte-1cyvigq{display:flex;align-items:center;gap:.5rem}.header-btn.svelte-1cyvigq{display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary);border:none;padding:.5rem;border-radius:.5rem;color:var(--text-secondary);cursor:pointer;transition:color .15s ease,background .15s ease}.header-btn.svelte-1cyvigq:hover{color:var(--text-primary);background:color-mix(in srgb,var(--bg-tertiary),var(--text-primary) 8%)}.hamburger.svelte-1cyvigq{display:none;align-items:center;justify-content:center;background:var(--bg-tertiary);border:none;padding:.5rem;border-radius:.5rem;color:var(--text-secondary);cursor:pointer;transition:color .15s ease,background .15s ease}.hamburger.svelte-1cyvigq:hover{color:var(--text-primary);background:color-mix(in srgb,var(--bg-tertiary),var(--text-primary) 8%)}@media(max-width:768px){.docs-header.svelte-1cyvigq{position:sticky;padding:0 .75rem}.hamburger.svelte-1cyvigq{display:flex;min-width:2.5rem;min-height:2.5rem}.desktop-logo.svelte-1cyvigq{display:none}.header-nav.svelte-1cyvigq{gap:0}.nav-link.svelte-1cyvigq{padding:.5rem;font-size:.75rem;min-height:2.5rem;display:inline-flex;align-items:center}.download-btn.svelte-1cyvigq,.try-live-btn.svelte-1cyvigq{min-height:2.25rem}.header-search.svelte-1cyvigq{display:none}.header-right.svelte-1cyvigq{gap:.25rem}}.section.svelte-hlx5m0{margin-bottom:1.5rem}.section-header.svelte-hlx5m0{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:var(--docs-text);text-transform:uppercase;letter-spacing:.06em;padding:.5rem .75rem;margin-bottom:.375rem}.section-items.svelte-hlx5m0{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}.section-link.svelte-hlx5m0{display:block;padding:.5rem .75rem .5rem 2rem;font-size:.8125rem;color:var(--docs-text-muted);text-decoration:none;border-radius:var(--radius-md);transition:color .15s ease,background .15s ease}.section-link.svelte-hlx5m0:hover{color:var(--docs-text);background:var(--bg-secondary)}.section-link.active.svelte-hlx5m0{color:var(--accent);background:var(--accent-muted);font-weight:600}@media(max-width:768px){.section-items.svelte-hlx5m0{gap:.25rem}.section-link.svelte-hlx5m0{padding:.625rem .75rem .625rem 2rem;min-height:2.75rem;display:flex;align-items:center}}.sidebar.svelte-1ftyrbf{width:240px;min-width:240px;height:100%;display:flex;flex-direction:column;background:var(--bg-page)}.sidebar-top.svelte-1ftyrbf{flex:1;overflow-y:auto;padding:.75rem;scrollbar-width:thin;scrollbar-color:transparent transparent}.sidebar-top.svelte-1ftyrbf:hover{scrollbar-color:rgba(128,128,128,.3) transparent}.sidebar-search.svelte-1ftyrbf{margin-bottom:1rem}.sidebar-nav.svelte-1ftyrbf{display:flex;flex-direction:column;gap:.25rem}.sidebar-footer.svelte-1ftyrbf{display:flex;align-items:center;gap:.25rem;padding:.625rem .75rem;border-top:1px solid var(--border-subtle)}.footer-btn.svelte-1ftyrbf{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .5rem;font-size:.6875rem;font-weight:500;color:var(--text-secondary);background:var(--bg-tertiary);border:none;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease}.footer-btn.svelte-1ftyrbf:hover{color:var(--text-primary);background:color-mix(in srgb,var(--bg-tertiary),var(--text-primary) 8%)}@media(max-width:768px){.sidebar.svelte-1ftyrbf{display:none;position:fixed;top:3.5rem;left:0;bottom:0;z-index:20;height:calc(100vh - 3.5rem);box-shadow:8px 0 32px #00000026}.footer-btn.svelte-1ftyrbf{padding:.5rem .625rem;min-height:2.5rem}.sidebar.mobile-open.svelte-1ftyrbf{display:flex}}.docs.svelte-1bpnej{min-height:100vh;background:var(--bg-page);color:var(--docs-text);font-family:var(--font-sans)}.docs-body.svelte-1bpnej{display:flex;height:calc(100vh - 3.5rem);overflow:hidden}.docs-main.svelte-1bpnej{position:relative;flex:1;min-width:0;background:var(--docs-surface-solid);border-radius:.75rem;margin:.5rem;margin-left:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.docs-main.svelte-1bpnej>*{position:relative;z-index:1}.docs-main.svelte-1bpnej:hover{scrollbar-color:rgba(128,128,128,.3) transparent}.sidebar-overlay.svelte-1bpnej{display:none}@media(max-width:768px){.docs-body.svelte-1bpnej{height:auto;overflow:visible}.docs-main.svelte-1bpnej{border-radius:0;margin:0}.sidebar-overlay.svelte-1bpnej{display:block;position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:19}}
