.nav.svelte-1mok3ed{position:sticky;top:0;z-index:var(--z-sticky, 200);background:var(--color-foundation-deep);border-bottom:1px solid var(--color-border-subtle)}.nav--minimal.svelte-1mok3ed{background:#121826eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav__container.svelte-1mok3ed{display:flex;align-items:center;justify-content:space-between;max-width:var(--container-xl);margin:0 auto;padding:var(--space-3) var(--space-6)}.nav__brand.svelte-1mok3ed{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;transition:opacity var(--duration-fast) var(--ease-out)}.nav__brand.svelte-1mok3ed:hover{opacity:.8}.nav__brand-mark.svelte-1mok3ed{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-accent-primary);color:#fff;font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--font-weight-normal);border-radius:var(--radius-md)}.nav__brand-text.svelte-1mok3ed{display:none;font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-text-primary);letter-spacing:var(--tracking-tight)}@media(min-width:640px){.nav__brand-text.svelte-1mok3ed{display:inline}}.nav__links.svelte-1mok3ed{display:none;align-items:center;gap:var(--space-1)}@media(min-width:768px){.nav__links.svelte-1mok3ed{display:flex}}.nav__link.svelte-1mok3ed{padding:var(--space-2) var(--space-4);color:var(--color-text-tertiary);text-decoration:none;font-size:var(--text-sm);font-weight:var(--font-weight-medium);border-radius:var(--radius-md);transition:all var(--duration-fast) var(--ease-out)}.nav__link.svelte-1mok3ed:hover{color:var(--color-text-primary);background:var(--color-foundation-surface)}.nav__link--active.svelte-1mok3ed{color:var(--color-accent-primary);background:var(--color-accent-primary-subtle)}.nav__link--active.svelte-1mok3ed:hover{color:var(--color-accent-primary);background:var(--color-accent-primary-glow)}.nav__link--api.svelte-1mok3ed{margin-left:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--color-accent-primary);border:1px solid var(--color-accent-primary);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase}.nav__link--api.svelte-1mok3ed:hover{background:var(--color-accent-primary-subtle)}.nav__mobile-toggle.svelte-1mok3ed{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-out)}.nav__mobile-toggle.svelte-1mok3ed:hover{background:var(--color-foundation-surface)}@media(min-width:768px){.nav__mobile-toggle.svelte-1mok3ed{display:none}}.nav__hamburger.svelte-1mok3ed{position:relative;width:20px;height:14px}.nav__hamburger.svelte-1mok3ed span:where(.svelte-1mok3ed){position:absolute;left:0;width:100%;height:2px;background:var(--color-text-secondary);border-radius:1px;transition:all var(--duration-normal) var(--ease-spring)}.nav__hamburger.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(1){top:0}.nav__hamburger.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(2){top:6px}.nav__hamburger.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(3){top:12px}.nav__hamburger--open.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(1){top:6px;transform:rotate(45deg)}.nav__hamburger--open.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(2){opacity:0;transform:translate(-8px)}.nav__hamburger--open.svelte-1mok3ed span:where(.svelte-1mok3ed):nth-child(3){top:6px;transform:rotate(-45deg)}.nav__mobile-menu.svelte-1mok3ed{position:absolute;top:100%;left:0;right:0;background:var(--color-foundation-deep);border-bottom:1px solid var(--color-border-subtle);padding:var(--space-2);animation:svelte-1mok3ed-slideDown var(--duration-normal) var(--ease-spring)}@keyframes svelte-1mok3ed-slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav__mobile-links.svelte-1mok3ed{display:flex;flex-direction:column;gap:var(--space-1)}.nav__mobile-link.svelte-1mok3ed{display:block;padding:var(--space-4);color:var(--color-text-secondary);text-decoration:none;font-size:var(--text-base);font-weight:var(--font-weight-medium);border-radius:var(--radius-lg);transition:all var(--duration-fast) var(--ease-out)}.nav__mobile-link.svelte-1mok3ed:hover{background:var(--color-foundation-surface);color:var(--color-text-primary)}.nav__mobile-link--active.svelte-1mok3ed{color:var(--color-accent-primary);background:var(--color-accent-primary-subtle)}.nav__mobile-link--api.svelte-1mok3ed{margin-top:var(--space-2);padding-top:var(--space-4);border-top:1px solid var(--color-border-subtle);color:var(--color-accent-primary)}.footer.svelte-7lfk2o{background:var(--color-foundation-deepest);border-top:1px solid var(--color-border-subtle);padding:var(--space-12) var(--space-6) var(--space-8)}.footer--minimal.svelte-7lfk2o{padding:var(--space-6)}.footer__container.svelte-7lfk2o{max-width:var(--container-xl);margin:0 auto}.footer__content.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-8);margin-bottom:var(--space-8);padding-bottom:var(--space-8);border-bottom:1px solid var(--color-border-subtle)}@media(min-width:768px){.footer__content.svelte-7lfk2o{flex-direction:row;align-items:flex-start;gap:var(--space-12)}}.footer__brand.svelte-7lfk2o{display:flex;align-items:flex-start;gap:var(--space-3)}.footer__mark.svelte-7lfk2o{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-accent-primary);color:#fff;font-family:var(--font-display);font-size:var(--text-xl);border-radius:var(--radius-md);flex-shrink:0}.footer__brand-text.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-1)}.footer__name.svelte-7lfk2o{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-text-primary);letter-spacing:var(--tracking-tight)}.footer__tagline.svelte-7lfk2o{font-size:var(--text-sm);color:var(--color-text-muted)}.footer__grid.svelte-7lfk2o{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-8)}@media(min-width:768px){.footer__grid.svelte-7lfk2o{gap:var(--space-12)}}.footer__section.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-3)}.footer__heading.svelte-7lfk2o{font-family:var(--font-body);font-size:var(--text-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:var(--tracking-widest);color:var(--color-text-muted);margin:0}.footer__nav.svelte-7lfk2o{display:flex;flex-direction:column;gap:var(--space-2)}.footer__nav.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--color-text-tertiary);text-decoration:none;font-size:var(--text-sm);transition:color var(--duration-fast) var(--ease-out)}.footer__nav.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--color-accent-primary)}.footer__bottom.svelte-7lfk2o{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);text-align:center}@media(min-width:640px){.footer__bottom.svelte-7lfk2o{flex-direction:row;justify-content:space-between}}.footer__copyright.svelte-7lfk2o{font-size:var(--text-sm);color:var(--color-text-muted);margin:0}.footer__links.svelte-7lfk2o{display:flex;align-items:center;gap:var(--space-6);font-size:var(--text-sm)}.footer__links.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--color-text-tertiary);text-decoration:none;transition:color var(--duration-fast) var(--ease-out)}.footer__links.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--color-accent-primary)}.standard-layout.svelte-gzjwwu{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(to bottom,#0c0a08,#1c1410)}.standard-layout__content.svelte-gzjwwu{flex:1}
