:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--color-accent:#597b62;--color-accent-strong:#3e674b;--color-danger:#a2483f;--color-warning:#a06d2e;--color-success:#4f7f5a;--font-sans:"Geist", "Inter", system-ui, sans-serif;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:.875rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--duration-fast:.12s;--duration-normal:.18s}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}:root,[data-theme=light]{--color-background:#f5f4ef;--color-surface:#fff;--color-surface-elevated:#ecebe6;--color-text:#121313;--color-text-muted:#6f7470;--color-border:#12131314;--focus-ring:#3e674b}[data-theme=dark]{--color-background:#0a0b0b;--color-surface:#111313;--color-surface-elevated:#171919;--color-text:#f4f3ee;--color-text-muted:#929793;--color-border:#ffffff14;--focus-ring:#88ad91}@media (prefers-color-scheme:dark){:root:not([data-theme]){--color-background:#0a0b0b;--color-surface:#111313;--color-surface-elevated:#171919;--color-text:#f4f3ee;--color-text-muted:#929793;--color-border:#ffffff14;--focus-ring:#88ad91}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
*{box-sizing:border-box}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-sans);margin:0}button{border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:2.75rem;padding:0 var(--space-4);background:var(--color-text);color:var(--color-background)}button:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.foundation-shell{align-content:center;gap:var(--space-4);max-width:46rem;min-height:100dvh;padding:var(--space-8);margin:auto;display:grid}.foundation-shell h1,.foundation-shell p{margin:0}.foundation-shell h1{letter-spacing:-.04em;font-size:clamp(2rem,7vw,4rem);font-weight:550}.foundation-shell p{color:var(--color-text-muted);line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem}
