@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap";.header.svelte-1elxaub{position:sticky;top:0;z-index:var(--z-sticky);background-color:hsl(var(--background) / .8);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid transparent;transition:border-color var(--transition-base),background-color var(--transition-base)}.header--scrolled.svelte-1elxaub{border-bottom-color:hsl(var(--border))}.header__container.svelte-1elxaub{max-width:900px;margin:0 auto;padding:var(--space-4) var(--space-6);display:flex;justify-content:space-between;align-items:center;gap:var(--space-8)}.header__logo.svelte-1elxaub{flex-shrink:0}.logo-link.svelte-1elxaub{display:inline-flex;align-items:center;gap:var(--space-2);color:hsl(var(--foreground));text-decoration:none;transition:color var(--transition-base)}.logo-link.svelte-1elxaub:hover{color:hsl(var(--foreground))}.logo-text.svelte-1elxaub{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tight)}.header__nav.svelte-1elxaub{display:flex;align-items:center;gap:var(--space-1)}.nav-link.svelte-1elxaub{position:relative;padding:var(--space-2) var(--space-3);color:hsl(var(--muted-foreground));font-size:var(--text-sm);font-weight:var(--font-medium);text-decoration:none;transition:color var(--transition-base),background-color var(--transition-base)}.nav-link.svelte-1elxaub:hover{color:hsl(var(--foreground));background-color:hsl(var(--muted))}.nav-link.svelte-1elxaub:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.nav-link--cta.svelte-1elxaub{margin-left:var(--space-2);padding:var(--space-2) var(--space-4);color:hsl(var(--color-primary-foreground));background-color:hsl(var(--color-primary));font-weight:var(--font-semibold)}.nav-link--cta.svelte-1elxaub:hover{background-color:hsl(var(--color-primary-dark));color:hsl(var(--color-primary-foreground))}.mobile-toggle.svelte-1elxaub{display:none;flex-direction:column;gap:var(--space-1-5);padding:var(--space-2);background:none;border:none;cursor:pointer;transition:background-color var(--transition-base)}.mobile-toggle.svelte-1elxaub:hover{background-color:hsl(var(--muted))}.mobile-toggle__line.svelte-1elxaub{width:20px;height:2px;background-color:hsl(var(--foreground));transition:all var(--transition-base)}.mobile-toggle--open.svelte-1elxaub .mobile-toggle__line:where(.svelte-1elxaub):nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-toggle--open.svelte-1elxaub .mobile-toggle__line:where(.svelte-1elxaub):nth-child(2){opacity:0}.mobile-toggle--open.svelte-1elxaub .mobile-toggle__line:where(.svelte-1elxaub):nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:640px){.header__container.svelte-1elxaub{padding:var(--space-4)}}@media(max-width:768px){.header__nav.svelte-1elxaub{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:var(--space-2);background-color:hsl(var(--background));border-bottom:1px solid hsl(var(--border));opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity var(--transition-base),transform var(--transition-base),visibility var(--transition-base)}.header__nav--open.svelte-1elxaub{opacity:1;visibility:visible;transform:translateY(0)}.nav-link.svelte-1elxaub{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--text-base)}.nav-link--cta.svelte-1elxaub{margin:var(--space-2) 0 0 0}.mobile-toggle.svelte-1elxaub{display:flex}}:root{--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, "SF Mono", Consolas, monospace;--text-xs: clamp(.75rem, .7rem + .15vw, .8125rem);--text-sm: clamp(.875rem, .825rem + .2vw, .9375rem);--text-base: clamp(1rem, .95rem + .25vw, 1.0625rem);--text-lg: clamp(1.125rem, 1.05rem + .35vw, 1.25rem);--text-xl: clamp(1.25rem, 1.15rem + .5vw, 1.5rem);--text-2xl: clamp(1.5rem, 1.35rem + .75vw, 1.875rem);--text-3xl: clamp(1.875rem, 1.65rem + 1.125vw, 2.25rem);--text-4xl: clamp(2.25rem, 1.95rem + 1.5vw, 3rem);--text-5xl: clamp(3rem, 2.5rem + 2.5vw, 4rem);--text-6xl: clamp(3.75rem, 3rem + 3.75vw, 5rem);--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-none: 1;--leading-tight: 1.2;--leading-snug: 1.4;--leading-normal: 1.6;--leading-relaxed: 1.75;--leading-loose: 2;--tracking-tighter: -.05em;--tracking-tight: -.025em;--tracking-normal: 0;--tracking-wide: .025em;--tracking-wider: .05em;--color-white: 0 0% 100%;--color-black: 240 10% 3.9%;--color-neutral-50: 240 5% 98%;--color-neutral-100: 240 5% 96%;--color-neutral-200: 240 6% 90%;--color-neutral-300: 240 5% 84%;--color-neutral-400: 240 5% 65%;--color-neutral-500: 240 4% 46%;--color-neutral-600: 240 5% 34%;--color-neutral-700: 240 5% 26%;--color-neutral-800: 240 4% 16%;--color-neutral-900: 240 6% 10%;--color-neutral-950: 240 10% 3.9%;--color-primary: 240 10% 3.9%;--color-primary-light: 240 6% 10%;--color-primary-dark: 240 10% 0%;--color-primary-foreground: 0 0% 100%;--color-success: 142 76% 36%;--color-success-light: 142 76% 95%;--color-success-foreground: 0 0% 100%;--color-warning: 38 92% 50%;--color-warning-light: 38 92% 95%;--color-warning-foreground: 240 10% 3.9%;--color-error: 0 72% 51%;--color-error-light: 0 72% 97%;--color-error-foreground: 0 0% 100%;--color-info: 199 89% 48%;--color-info-light: 199 89% 96%;--color-info-foreground: 0 0% 100%;--background: 60 11% 96%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--muted: 240 5% 96%;--muted-foreground: 240 4% 46%;--accent: 240 5% 96%;--accent-foreground: 240 6% 10%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 240 6% 90%;--input: 240 6% 90%;--ring: 240 10% 3.9%;--space-0: 0;--space-px: 1px;--space-0-5: .125rem;--space-1: .25rem;--space-1-5: .375rem;--space-2: .5rem;--space-2-5: .625rem;--space-3: .75rem;--space-3-5: .875rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-7: 1.75rem;--space-8: 2rem;--space-9: 2.25rem;--space-10: 2.5rem;--space-11: 2.75rem;--space-12: 3rem;--space-14: 3.5rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-28: 7rem;--space-32: 8rem;--radius-none: 0;--radius-sm: 0;--radius-md: 0;--radius-lg: 0;--radius-xl: 0;--radius-2xl: 0;--radius-3xl: 0;--radius-full: 0;--shadow-xs: none;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--shadow-2xl: none;--border-width-thin: 1px;--border-width-medium: 2px;--border-width-thick: 3px;--border-width-heavy: 4px;--transition-fast: .1s cubic-bezier(.4, 0, .2, 1);--transition-base: .15s cubic-bezier(.4, 0, .2, 1);--transition-slow: .25s cubic-bezier(.4, 0, .2, 1);--transition-slower: .35s cubic-bezier(.4, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--z-base: 0;--z-dropdown: 1000;--z-sticky: 1100;--z-fixed: 1200;--z-modal: 1300;--z-popover: 1400;--z-tooltip: 1500;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1400px;--content-prose: 65ch;--content-narrow: 45ch;--content-wide: 90ch}@media(prefers-color-scheme:dark){:root{--background: 240 10% 3.9%;--foreground: 240 5% 96%;--card: 240 6% 10%;--card-foreground: 240 5% 96%;--popover: 240 6% 10%;--popover-foreground: 240 5% 96%;--muted: 240 5% 15%;--muted-foreground: 240 4% 65%;--accent: 240 5% 15%;--accent-foreground: 240 5% 96%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 240 5% 20%;--input: 240 5% 20%;--ring: 240 5% 96%}}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}body{line-height:1.5}ul[class],ol[class]{list-style:none}textarea:not([rows]){min-height:10em}button{background:none;border:none;cursor:pointer;color:inherit}a:not([class]){text-decoration-skip-ink:auto}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-body);background-color:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--text-base);line-height:var(--leading-normal);font-weight:var(--font-normal);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-semibold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:hsl(var(--foreground))}h1{font-size:var(--text-5xl);font-weight:var(--font-bold);letter-spacing:var(--tracking-tighter)}h2{font-size:var(--text-4xl);font-weight:var(--font-bold)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}p{margin-bottom:var(--space-4);max-width:var(--content-prose)}strong{font-weight:var(--font-semibold)}small{font-size:var(--text-sm);color:hsl(var(--muted-foreground))}code{font-family:var(--font-mono);font-size:.9em;padding:var(--space-0-5) var(--space-1-5);background:hsl(var(--muted));border:1px solid hsl(var(--border))}pre{font-family:var(--font-mono);font-size:var(--text-sm);padding:var(--space-4);background:hsl(var(--muted));border:1px solid hsl(var(--border));overflow-x:auto}pre code{padding:0;background:none;border:none}a{color:hsl(var(--foreground));text-decoration:none;transition:color var(--transition-base);cursor:pointer}a:hover{color:hsl(var(--muted-foreground))}a:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}button:focus-visible,[role=button]:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}::selection{background-color:hsl(var(--color-primary) / .2);color:hsl(var(--foreground))}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border:2px solid hsl(var(--background))}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}.container{width:100%;max-width:var(--container-xl);margin-left:auto;margin-right:auto;padding-left:var(--space-4);padding-right:var(--space-4)}@media(min-width:640px){.container{padding-left:var(--space-6);padding-right:var(--space-6)}}@media(min-width:1024px){.container{padding-left:var(--space-8);padding-right:var(--space-8)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.skip-to-main{position:absolute;left:-9999px;z-index:var(--z-tooltip);padding:var(--space-3) var(--space-4);background-color:hsl(var(--foreground));color:hsl(var(--background));text-decoration:none;font-weight:var(--font-medium);border:2px solid hsl(var(--foreground))}.skip-to-main:focus{left:var(--space-4);top:var(--space-4)}main.svelte-12qhfyh{max-width:var(--container-xl);margin:0 auto;padding:var(--space-8)}@media(max-width:768px){main.svelte-12qhfyh{padding:var(--space-4)}}
