:root{color-scheme:light;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--r-xs: .25rem;--r-sm: .375rem;--r: .625rem;--r-md: .875rem;--r-lg: 1.25rem;--r-xl: 1.75rem;--r-full: 9999px;--font-sans: "Inter", system-ui, -apple-system, "SF Pro Display", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--z-base: 1;--z-overlay: 50;--z-modal: 100;--z-toast: 200;--t-fast: .12s ease;--t: .2s ease;--t-slow: .4s ease;--bg: #fafaf9;--bg-grad: #fafaf9;--surface: #ffffff;--surface-2: #f5f5f4;--surface-3: #e7e5e4;--surface-hover: rgba(0, 0, 0, .03);--border: #e7e5e4;--border-strong: #d6d3d1;--border-focus: #0ea5e9;--text: #0c0a09;--text-2: #57534e;--text-3: #a8a29e;--text-inverse: #fafaf9;--accent: #0ea5e9;--accent-hover: #0284c7;--accent-soft: rgba(14, 165, 233, .1);--accent-fg: #ffffff;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--danger-soft: rgba(239, 68, 68, .1);--shadow-sm: 0 1px 2px rgba(12, 10, 9, .05);--shadow: 0 2px 6px rgba(12, 10, 9, .06), 0 1px 2px rgba(12, 10, 9, .03);--shadow-md: 0 8px 24px rgba(12, 10, 9, .08), 0 2px 6px rgba(12, 10, 9, .04);--shadow-lg: 0 24px 48px rgba(12, 10, 9, .1), 0 8px 16px rgba(12, 10, 9, .05);--shadow-glow: 0 0 0 4px rgba(14, 165, 233, .15);--canvas-bg: #fafaf9;--grid-fine: #e7e5e4;--grid-strong: #d6d3d1;--ground-line: #0c0a09}[data-theme=dark]{color-scheme:dark;--bg: #08090c;--bg-grad: #08090c;--surface: #11131a;--surface-2: #181a23;--surface-3: #1f222d;--surface-hover: rgba(255, 255, 255, .04);--border: #1f222d;--border-strong: #2a2e3c;--border-focus: #38bdf8;--text: #fafaf9;--text-2: #a8a29e;--text-3: #57534e;--text-inverse: #0c0a09;--accent: #38bdf8;--accent-hover: #7dd3fc;--accent-soft: rgba(56, 189, 248, .15);--accent-fg: #08090c;--success: #34d399;--warning: #fbbf24;--danger: #f87171;--danger-soft: rgba(248, 113, 113, .15);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 8px 24px rgba(0, 0, 0, .5);--shadow-lg: 0 24px 48px rgba(0, 0, 0, .6);--shadow-glow: 0 0 0 4px rgba(56, 189, 248, .2);--canvas-bg: #0d0f15;--grid-fine: #1a1d26;--grid-strong: #262a36;--ground-line: #fafaf9}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg-grad);color:var(--text);font-size:15px;line-height:1.5;transition:background-color var(--t),color var(--t)}h1,h2,h3,h4{margin:0;letter-spacing:-.02em;color:var(--text);font-weight:600;line-height:1.1}h1{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.03em;font-weight:700;line-height:1.05}h2{font-size:1.5rem}h3{font-size:1.15rem}h4{font-size:.95rem}p{margin:0;color:var(--text-2);line-height:1.6}a{color:var(--accent);text-decoration:none;transition:color var(--t-fast)}a:hover{color:var(--accent-hover)}button{font-family:inherit}::selection{background:var(--accent-soft);color:var(--text)}:root,[data-theme]{transition:background-color var(--t),color var(--t)}@media(prefers-reduced-motion:reduce){:root,[data-theme],*{transition:none!important;animation:none!important}}.theme-toggle.svelte-1cmi4dh{width:2.25rem;height:2.25rem;border:1px solid var(--border);background:var(--surface);color:var(--text-2);border-radius:var(--r);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:border-color var(--t-fast),color var(--t-fast),background var(--t-fast)}.theme-toggle.svelte-1cmi4dh:hover{border-color:var(--border-strong);color:var(--text);background:var(--surface-hover)}.theme-toggle.svelte-1cmi4dh:active{transform:scale(.96)}header.svelte-12qhfyh{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--border)}header.svelte-12qhfyh .inner:where(.svelte-12qhfyh){max-width:1280px;margin:0 auto;padding:.85rem 1.25rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.brand.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1rem;letter-spacing:-.02em;transition:opacity var(--t-fast)}.brand.svelte-12qhfyh:hover{opacity:.85}.brand-name.svelte-12qhfyh{font-variant-ligatures:none}.brand-accent.svelte-12qhfyh{color:var(--accent)}nav.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-full);padding:.25rem;margin:0 auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-2);text-decoration:none;font-size:.875rem;font-weight:500;padding:.4rem .95rem;border-radius:var(--r-full);transition:color var(--t-fast),background var(--t-fast)}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);background:var(--surface-hover)}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){color:var(--text);background:var(--surface-2);box-shadow:var(--shadow-sm)}.actions.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem}.menu-btn.svelte-12qhfyh{display:none;width:2.25rem;height:2.25rem;border:1px solid var(--border);background:var(--surface);color:var(--text-2);border-radius:var(--r);cursor:pointer;align-items:center;justify-content:center;padding:0}main.svelte-12qhfyh{min-height:calc(100vh - 12rem);max-width:1280px;margin:0 auto;padding:1.5rem 1.25rem 4rem}footer.svelte-12qhfyh{border-top:1px solid var(--border);background:var(--surface);padding:2rem 0;margin-top:4rem}footer.svelte-12qhfyh .inner:where(.svelte-12qhfyh){max-width:1280px;margin:0 auto;padding:0 1.25rem}.foot-row.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.foot-brand.svelte-12qhfyh{display:flex;flex-direction:column;gap:.3rem}.foot-sub.svelte-12qhfyh{color:var(--text-3);font-size:.8rem}.foot-links.svelte-12qhfyh{display:flex;gap:1.25rem}.foot-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--text-2);font-size:.875rem;text-decoration:none}.foot-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text)}@media(max-width:720px){nav.svelte-12qhfyh{position:absolute;top:calc(100% + .4rem);right:1.25rem;flex-direction:column;gap:.15rem;padding:.35rem;border-radius:var(--r-md);box-shadow:var(--shadow-md);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity var(--t-fast),transform var(--t-fast)}nav.open.svelte-12qhfyh{opacity:1;transform:translateY(0);pointer-events:auto}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:.55rem 1.25rem;text-align:left}.menu-btn.svelte-12qhfyh{display:inline-flex}header.svelte-12qhfyh .inner:where(.svelte-12qhfyh){grid-template-columns:auto 1fr;gap:.5rem}}
