@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&family=Outfit:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-display: "Instrument Serif", Georgia, serif;--font-body: "Outfit", -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.75rem;--text-5xl: 3.5rem;--text-6xl: 4.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--max-width: 1400px;--content-width: 720px;--sidebar-width: 280px;--header-height: 72px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 20px}:root{--color-bg: #fafafa;--color-bg-elevated: #ffffff;--color-bg-subtle: #f4f4f5;--color-bg-muted: #e4e4e7;--color-text: #18181b;--color-text-secondary: #52525b;--color-text-tertiary: #a1a1aa;--color-border: #e4e4e7;--color-border-subtle: #f4f4f5;--color-accent: #18181b;--color-accent-hover: #27272a;--color-accent-text: #fafafa;--color-highlight: #fef08a;--color-success: #22c55e;--color-warning: #f59e0b;--color-error: #ef4444;--gradient-page: linear-gradient(180deg, #fafafa 0%, #f4f4f5 100%);--gradient-card: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .08);--shadow-glow: 0 0 0 1px rgba(24, 24, 27, .04)}html.dark{--color-bg: #09090b;--color-bg-elevated: #18181b;--color-bg-subtle: #1f1f23;--color-bg-muted: #27272a;--color-text: #fafafa;--color-text-secondary: #a1a1aa;--color-text-tertiary: #71717a;--color-border: #27272a;--color-border-subtle: #1f1f23;--color-accent: #fafafa;--color-accent-hover: #e4e4e7;--color-accent-text: #09090b;--color-highlight: #854d0e;--gradient-page: linear-gradient(180deg, #09090b 0%, #0f0f12 100%);--gradient-card: linear-gradient(135deg, #18181b 0%, #1f1f23 100%);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .4);--shadow-glow: 0 0 0 1px rgba(255, 255, 255, .06)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-body);font-weight:400;line-height:1.6;color:var(--color-text);background:var(--gradient-page);min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.15;letter-spacing:-.02em}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}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{max-width:65ch}a{color:inherit;text-decoration:none}code,pre{font-family:var(--font-mono);font-size:.9em}.shiki,.shiki code{background-color:transparent!important}.shiki span{color:var(--shiki-light)}html.dark .shiki span{color:var(--shiki-dark)}::selection{background:var(--color-accent);color:var(--color-accent-text)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-6)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stagger>*{animation:slideUp var(--duration-slow) var(--ease-out) backwards}.stagger>*:nth-child(1){animation-delay:0ms}.stagger>*:nth-child(2){animation-delay:50ms}.stagger>*:nth-child(3){animation-delay:.1s}.stagger>*:nth-child(4){animation-delay:.15s}.stagger>*:nth-child(5){animation-delay:.2s}.stagger>*:nth-child(6){animation-delay:.25s}.stagger>*:nth-child(7){animation-delay:.3s}.stagger>*:nth-child(8){animation-delay:.35s}.logo.svelte-1l8nvlt{display:inline-flex;align-items:center;color:var(--color-text);transition:color var(--duration-fast) var(--ease-out)}.logo.svelte-1l8nvlt:hover{color:var(--color-text-secondary)}.logo-svg.svelte-1l8nvlt{display:block}.mark.svelte-1l8nvlt{transition:transform var(--duration-normal) var(--ease-out)}.logo.svelte-1l8nvlt:hover .mark:where(.svelte-1l8nvlt){transform:translate(2px)}.mark-fill.svelte-1l8nvlt{opacity:.9}.mark-line.svelte-1l8nvlt{opacity:.6}.wordmark.svelte-1l8nvlt{font-family:var(--font-body);font-size:18px;font-weight:500;letter-spacing:-.02em}.wordmark-tg.svelte-1l8nvlt{font-weight:600}.wordmark-dot.svelte-1l8nvlt{opacity:.4}.wordmark-engineer.svelte-1l8nvlt{font-weight:400;opacity:.85}.theme-toggle.svelte-1cmi4dh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--color-text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.theme-toggle.svelte-1cmi4dh:hover{color:var(--color-text);background:var(--color-bg-subtle)}.header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);transition:background var(--duration-normal) var(--ease-out),border-color var(--duration-normal) var(--ease-out),backdrop-filter var(--duration-normal) var(--ease-out)}.header.scrolled.svelte-1elxaub{background:color-mix(in srgb,var(--color-bg) 80%,transparent);-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid var(--color-border-subtle)}.header-inner.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;height:100%;gap:var(--space-8)}.nav.svelte-1elxaub{flex:1;display:flex;justify-content:center}.nav-list.svelte-1elxaub{display:flex;gap:var(--space-1);list-style:none}.nav-link.svelte-1elxaub{display:block;padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:450;color:var(--color-text-secondary);border-radius:var(--radius-md);transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.nav-link.svelte-1elxaub:hover{color:var(--color-text);background:var(--color-bg-subtle)}.header-actions.svelte-1elxaub{display:flex;align-items:center;gap:var(--space-3)}.cta.svelte-1elxaub{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-size:var(--text-sm);font-weight:500;color:var(--color-accent-text);background:var(--color-accent);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.cta.svelte-1elxaub:hover{background:var(--color-accent-hover);transform:translateY(-1px)}.cta-icon.svelte-1elxaub{display:flex;opacity:.9}@media(max-width:768px){.nav.svelte-1elxaub,.cta-text.svelte-1elxaub{display:none}.cta.svelte-1elxaub{padding:var(--space-2)}}.footer.svelte-jz8lnl{margin-top:var(--space-24);padding-top:var(--space-16);border-top:1px solid var(--color-border-subtle)}.footer-inner.svelte-jz8lnl{display:grid;grid-template-columns:1fr;gap:var(--space-12)}@media(min-width:768px){.footer-inner.svelte-jz8lnl{grid-template-columns:280px 1fr;gap:var(--space-16)}}.footer-brand.svelte-jz8lnl{max-width:280px}.footer-tagline.svelte-jz8lnl{margin-top:var(--space-4);font-size:var(--text-sm);color:var(--color-text-tertiary);line-height:1.6}.footer-nav.svelte-jz8lnl{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--space-8)}.footer-group-title.svelte-jz8lnl{font-family:var(--font-body);font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);margin-bottom:var(--space-4)}.footer-group-list.svelte-jz8lnl{list-style:none;display:flex;flex-direction:column;gap:var(--space-2)}.footer-link.svelte-jz8lnl{display:inline-flex;align-items:center;gap:var(--space-1);font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--duration-fast) var(--ease-out)}.footer-link.svelte-jz8lnl:hover{color:var(--color-text)}.external-icon.svelte-jz8lnl{opacity:.5}.footer-bottom.svelte-jz8lnl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-4);margin-top:var(--space-12);padding:var(--space-6) 0;border-top:1px solid var(--color-border-subtle)}.copyright.svelte-jz8lnl{font-size:var(--text-xs);color:var(--color-text-tertiary)}.footer-legal.svelte-jz8lnl{display:flex;gap:var(--space-4)}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl){font-size:var(--text-xs);color:var(--color-text-tertiary);transition:color var(--duration-fast) var(--ease-out)}.footer-legal.svelte-jz8lnl a:where(.svelte-jz8lnl):hover{color:var(--color-text-secondary)}.app.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}.main.svelte-12qhfyh{flex:1;padding-top:var(--header-height)}.coming-soon.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.cs-bg.svelte-12qhfyh{position:absolute;inset:0;pointer-events:none}.cs-grid.svelte-12qhfyh{position:absolute;inset:0;background-image:linear-gradient(var(--color-border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-subtle) 1px,transparent 1px);background-size:60px 60px;opacity:.5;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 30%,transparent 100%)}.cs-inner.svelte-12qhfyh{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-8);max-width:600px;animation:slideUp var(--duration-slow) var(--ease-out)}.cs-logo.svelte-12qhfyh{margin-bottom:var(--space-12)}.cs-status.svelte-12qhfyh{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-text-tertiary);letter-spacing:.08em;margin-bottom:var(--space-6);animation:slideUp var(--duration-slow) var(--ease-out) 50ms backwards}.cs-headline.svelte-12qhfyh{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,var(--text-6xl));font-weight:400;line-height:1.05;letter-spacing:-.02em;margin-bottom:var(--space-6)}.cs-headline-line.svelte-12qhfyh{display:block;animation:slideUp var(--duration-slow) var(--ease-out) .1s backwards}.cs-headline-accent.svelte-12qhfyh{display:block;font-style:italic;background:linear-gradient(135deg,var(--color-text) 0%,var(--color-text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:slideUp var(--duration-slow) var(--ease-out) .15s backwards}.cs-sub.svelte-12qhfyh{font-size:var(--text-base);color:var(--color-text-secondary);line-height:1.7;max-width:44ch;margin-bottom:var(--space-10);animation:slideUp var(--duration-slow) var(--ease-out) .2s backwards}
