:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--color-canvas: #ffffff;--color-surface: #ffffff;--color-surface-subtle: var(--slate-50);--color-surface-muted: var(--slate-100);--color-surface-inverse: var(--slate-800);--color-heading: var(--slate-800);--color-text: var(--slate-600);--color-text-muted: var(--slate-500);--color-text-subtle: var(--slate-400);--color-on-inverse: #f8fafc;--color-on-inverse-muted: #cbd5e1;--color-border: var(--slate-200);--color-border-strong: var(--slate-300);--color-brand: var(--slate-700);--color-brand-hover: var(--slate-800);--color-accent: #0f766e;--color-accent-hover: #115e59;--color-accent-soft: #ccfbf1;--color-focus: var(--color-accent);--color-success: #059669;--color-success-surface: #ecfdf5;--color-danger: #dc2626;--color-danger-surface: #fee2e2;--color-warning-text: #92400e;--color-warning-surface: #fef3c7;--dim-1: #4f46e5;--dim-2: #7c3aed;--dim-3: #0e7490;--dim-4: #0f766e;--dim-5: #047857;--radius-sm: .375rem;--radius-md: .625rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgb(15 23 42 / .04);--shadow-sm: 0 1px 3px rgb(15 23 42 / .06), 0 1px 2px rgb(15 23 42 / .04);--shadow-md: 0 4px 12px rgb(15 23 42 / .07), 0 2px 4px rgb(15 23 42 / .04);--shadow-lg: 0 12px 32px rgb(15 23 42 / .1), 0 4px 8px rgb(15 23 42 / .04);--text-display: clamp(2.5rem, 1.6rem + 3.6vw, 4rem);--text-title: clamp(1.875rem, 1.4rem + 1.9vw, 2.5rem);--text-heading: clamp(1.5rem, 1.3rem + .8vw, 1.875rem);--text-subheading: 1.25rem;--text-body: 1rem;--text-sm: .9375rem;--text-xs: .8125rem;--text-2xs: .75rem;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;--container-width: 1200px;--header-height: 5rem;color-scheme:light}@media (prefers-color-scheme: dark){:root{--color-canvas: var(--slate-900);--color-surface: #16202f;--color-surface-subtle: #1a2534;--color-surface-muted: #22303f;--color-surface-inverse: #0b1220;--color-heading: #f1f5f9;--color-text: #cbd5e1;--color-text-muted: #94a3b8;--color-text-subtle: #64748b;--color-border: #2b3a4d;--color-border-strong: #3b4d63;--color-brand: #334155;--color-brand-hover: #3f5069;--color-accent: #2dd4bf;--color-accent-hover: #5eead4;--color-accent-soft: #134e4a;--color-success: #34d399;--color-success-surface: #064e3b;--color-danger: #f87171;--color-danger-surface: #4c1d1d;--color-warning-text: #fcd34d;--color-warning-surface: #3f2d0a;--shadow-xs: 0 1px 2px rgb(0 0 0 / .25);--shadow-sm: 0 1px 3px rgb(0 0 0 / .35);--shadow-md: 0 4px 12px rgb(0 0 0 / .4);--shadow-lg: 0 12px 32px rgb(0 0 0 / .5);color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background-color:var(--color-canvas);line-height:1.65}h1,h2,h3,h4,h5,h6{color:var(--color-heading);line-height:1.2;letter-spacing:-.02em;text-wrap:balance}p{text-wrap:pretty}a{color:var(--color-accent)}a:hover{color:var(--color-accent-hover)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px;border-radius:var(--radius-sm)}button{font-family:inherit}img{max-width:100%;height:auto}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.container{padding:0 1rem}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
