@import"https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&family=Outfit:wght@500;600;700;800&display=swap";:root{--font-display: "Outfit", system-ui, sans-serif;--font-body: "Figtree", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 2rem;--spacing-xl: 4rem;--spacing-2xl: 6rem;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: 1rem;--radius-xl: 1.25rem;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--nav-height: 72px}:root,[data-theme=light]{color-scheme:light;--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-elevated: #ffffff;--bg-card: rgba(255, 255, 255, .92);--text-primary: #0a0a0a;--text-secondary: #525252;--text-muted: #737373;--accent-primary: #0a0a0a;--accent-secondary: #737373;--accent-tertiary: #d4d4d4;--accent-glow: rgba(10, 10, 10, .12);--accent-glow-strong: rgba(115, 115, 115, .18);--accent-subtle: rgba(10, 10, 10, .04);--accent-subtle-strong: rgba(10, 10, 10, .07);--accent-muted: rgba(10, 10, 10, .05);--accent-secondary-subtle: rgba(115, 115, 115, .08);--border-subtle: rgba(10, 10, 10, .08);--border-medium: rgba(10, 10, 10, .12);--border-accent: rgba(10, 10, 10, .22);--nav-bg: rgba(255, 255, 255, .82);--nav-bg-solid: rgba(255, 255, 255, .96);--nav-bg-mobile: rgba(255, 255, 255, .98);--surface-overlay: rgba(255, 255, 255, .88);--hero-grid-color: rgba(10, 10, 10, .05);--hero-glow-1: rgba(163, 163, 163, .22);--hero-glow-2: rgba(212, 212, 212, .35);--hero-space-from: #f8f9fc;--hero-space-to: #ffffff;--hero-star: rgba(10, 10, 10, .35);--hero-star-bright: rgba(10, 10, 10, .55);--hero-nebula-1: rgba(163, 163, 163, .18);--hero-nebula-2: rgba(212, 212, 212, .22);--hero-orbit: rgba(10, 10, 10, .08);--hero-planet-highlight: #f5f5f5;--hero-planet-mid: #a3a3a3;--hero-planet-shadow: #525252;--hero-moon: #e5e5e5;--floating-card-bg: rgba(255, 255, 255, .96);--shadow-lg: rgba(10, 10, 10, .08);--shadow-md: rgba(10, 10, 10, .06);--btn-outline-bg: rgba(255, 255, 255, .95);--btn-outline-hover-bg: rgba(10, 10, 10, .04);--btn-primary-text: #ffffff;--selection-bg: rgba(10, 10, 10, .14);--focus-ring: rgba(10, 10, 10, .12);--code-keyword: #404040;--code-name: #737373;--code-prop: #525252;--code-string: #262626;--code-fn: #0a0a0a;--code-brace: #737373}[data-theme=dark]{color-scheme:dark;--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-elevated: #1a1a1a;--bg-card: rgba(20, 20, 20, .85);--text-primary: #fafafa;--text-secondary: #a3a3a3;--text-muted: #737373;--accent-primary: #fafafa;--accent-secondary: #a3a3a3;--accent-tertiary: #525252;--accent-glow: rgba(250, 250, 250, .1);--accent-glow-strong: rgba(163, 163, 163, .14);--accent-subtle: rgba(250, 250, 250, .06);--accent-subtle-strong: rgba(250, 250, 250, .1);--accent-muted: rgba(250, 250, 250, .05);--accent-secondary-subtle: rgba(163, 163, 163, .1);--border-subtle: rgba(255, 255, 255, .08);--border-medium: rgba(255, 255, 255, .12);--border-accent: rgba(255, 255, 255, .22);--nav-bg: rgba(10, 10, 10, .78);--nav-bg-solid: rgba(10, 10, 10, .94);--nav-bg-mobile: rgba(10, 10, 10, .98);--surface-overlay: rgba(26, 26, 26, .88);--hero-grid-color: rgba(255, 255, 255, .04);--hero-glow-1: rgba(163, 163, 163, .1);--hero-glow-2: rgba(115, 115, 115, .08);--hero-space-from: #050508;--hero-space-to: #0a0a12;--hero-star: rgba(255, 255, 255, .45);--hero-star-bright: rgba(255, 255, 255, .85);--hero-nebula-1: rgba(99, 102, 139, .14);--hero-nebula-2: rgba(163, 163, 163, .08);--hero-orbit: rgba(255, 255, 255, .07);--hero-planet-highlight: #e8e8ec;--hero-planet-mid: #8a8a96;--hero-planet-shadow: #3a3a44;--hero-moon: #c4c4cc;--floating-card-bg: rgba(20, 20, 20, .94);--shadow-lg: rgba(0, 0, 0, .45);--shadow-md: rgba(0, 0, 0, .32);--btn-outline-bg: rgba(255, 255, 255, .03);--btn-outline-hover-bg: rgba(255, 255, 255, .06);--btn-primary-text: #0a0a0a;--selection-bg: rgba(250, 250, 250, .18);--focus-ring: rgba(250, 250, 250, .14);--code-keyword: #d4d4d4;--code-name: #a3a3a3;--code-prop: #737373;--code-string: #e5e5e5;--code-fn: #fafafa;--code-brace: #a3a3a3}html.theme-transition,html.theme-transition *,html.theme-transition *:before,html.theme-transition *:after{transition:background-color var(--transition-normal),color var(--transition-normal),border-color var(--transition-normal),box-shadow var(--transition-normal)!important}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color var(--transition-fast)}ul{list-style:none}button{cursor:pointer;border:none;font-family:inherit;background:none}img,svg{display:block;max-width:100%}::selection{background:var(--selection-bg);color:var(--text-primary)}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.section{padding:var(--spacing-2xl) 0}.section-label{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem}.section-label:before{content:"";width:1.5rem;height:2px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--radius-full)}.section-header{max-width:640px;margin-bottom:3.5rem}.section-header.center{margin-left:auto;margin-right:auto;text-align:center}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem;line-height:1.7}.text-center{text-align:center}.gradient-text{background:linear-gradient(135deg,var(--text-primary) 0%,var(--accent-secondary) 55%,var(--accent-tertiary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-full);font-family:var(--font-display);font-weight:600;font-size:.9375rem;transition:all var(--transition-normal);white-space:nowrap}.btn-primary{background:var(--accent-primary);color:var(--btn-primary-text);box-shadow:0 4px 20px var(--accent-glow)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px var(--accent-glow-strong)}.btn-outline{border:1px solid var(--border-medium);color:var(--text-primary);background:var(--btn-outline-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-outline:hover{border-color:var(--accent-primary);background:var(--btn-outline-hover-bg)}.btn-sm{padding:.625rem 1.25rem;font-size:.875rem}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;letter-spacing:-.03em}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-secondary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media(max-width:768px){.section{padding:var(--spacing-xl) 0}.section-header{margin-bottom:2.5rem}}.theme-toggle.svelte-1cmi4dh{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--surface-overlay);color:var(--text-secondary);transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.theme-toggle.svelte-1cmi4dh:hover{color:var(--text-primary);border-color:var(--border-medium);background:var(--accent-subtle)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.navbar.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;z-index:1000;height:var(--nav-height);background:var(--nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:background var(--transition-normal),border-color var(--transition-normal)}.navbar.scrolled.svelte-12qhfyh{background:var(--nav-bg-solid);border-bottom-color:var(--border-subtle)}.navbar-content.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;height:100%}.logo.svelte-12qhfyh{display:inline-flex;align-items:center;flex-shrink:0}.logo-image.svelte-12qhfyh{display:block;height:40px;width:auto}.logo-image-dark.svelte-12qhfyh,[data-theme=dark] .logo-image-light.svelte-12qhfyh{display:none}[data-theme=dark] .logo-image-dark.svelte-12qhfyh{display:block}.nav-links.svelte-12qhfyh{display:flex;gap:2.25rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--font-display);font-size:.9375rem;font-weight:500;color:var(--text-secondary);position:relative}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--radius-full);transition:width var(--transition-normal)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text-primary)}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover:after{width:100%}.nav-actions.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.menu-toggle.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.menu-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:100%;height:2px;background:var(--text-primary);border-radius:var(--radius-full);transition:all var(--transition-fast)}.menu-toggle.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.menu-toggle.open.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav.svelte-12qhfyh{position:absolute;top:100%;left:0;width:100%;background:var(--nav-bg-mobile);border-bottom:1px solid var(--border-subtle);padding:1.5rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:.25rem}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:block;padding:.875rem 0;font-size:1.125rem;font-weight:500;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle)}.mobile-nav.svelte-12qhfyh li:where(.svelte-12qhfyh):last-child{padding-top:1rem}.mobile-nav.svelte-12qhfyh li:where(.svelte-12qhfyh):last-child a:where(.svelte-12qhfyh){border-bottom:none;text-align:center}main.svelte-12qhfyh{flex:1;padding-top:var(--nav-height)}.footer.svelte-12qhfyh{background:var(--bg-secondary);border-top:1px solid var(--border-subtle);padding:4rem 0 2rem;margin-top:auto}.footer-top.svelte-12qhfyh{display:flex;justify-content:space-between;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border-subtle)}.footer-brand.svelte-12qhfyh{max-width:320px}.footer-brand.svelte-12qhfyh .logo-image:where(.svelte-12qhfyh){height:36px}.footer-brand.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-top:1rem;font-size:.9375rem;line-height:1.7}.footer-links.svelte-12qhfyh{display:flex;gap:4rem}.link-group.svelte-12qhfyh h4:where(.svelte-12qhfyh){font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-primary);margin-bottom:1.25rem}.link-group.svelte-12qhfyh li:where(.svelte-12qhfyh){margin-bottom:.625rem}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.9375rem;color:var(--text-secondary)}.link-group.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--accent-primary)}.footer-bottom.svelte-12qhfyh{padding-top:2rem;text-align:center}.footer-bottom.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:.875rem;color:var(--text-muted)}@media(max-width:768px){.desktop-nav.svelte-12qhfyh,.desktop-cta.svelte-12qhfyh{display:none}.menu-toggle.svelte-12qhfyh{display:flex}.footer-top.svelte-12qhfyh{flex-direction:column}.footer-links.svelte-12qhfyh{gap:2.5rem}}
