:root{--font-display:'Fraunces',Georgia,serif;--font-body:'Inter',sans-serif;--text-xs:clamp(.75rem,.7rem + .25vw,.875rem);--text-sm:clamp(.875rem,.8rem + .25vw,1rem);--text-base:clamp(1rem,.95rem + .25vw,1.0625rem);--text-lg:clamp(1.125rem,1rem + .6vw,1.5rem);--text-xl:clamp(1.5rem,1.2rem + 1.2vw,2.25rem);--text-2xl:clamp(2rem,1.2rem + 2.5vw,3.5rem);--text-hero:clamp(2.65rem,1.2rem + 4vw,5.25rem);--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;--radius-sm:4px;--radius-md:8px;--transition:160ms ease}
:root,[data-theme=dark]{--color-bg:#07223d;--color-surface:#0a2a4a;--color-surface-2:#113553;--color-text:#f4ecdc;--color-muted:#b8c1c8;--color-primary:#f08baa;--color-button:#f4ecdc;--color-button-text:#07223d;--color-border:oklch(0.93 .02 85 / .22);--color-error:#ffafba;color-scheme:dark}
[data-theme=light]{--color-bg:#f4ecdc;--color-surface:#eee3d0;--color-surface-2:#fffaf0;--color-text:#07223d;--color-muted:#4c5c69;--color-primary:#a72850;--color-button:#07223d;--color-button-text:#f4ecdc;--color-border:oklch(.25 .05 250 / .25);--color-error:#a41835;color-scheme:light}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--space-8);-webkit-font-smoothing:antialiased}body{min-height:100dvh;font:var(--text-base)/1.7 var(--font-body);background:var(--color-bg);color:var(--color-text)}h1,h2,h3{line-height:1.13;text-wrap:balance}h1,h2{font-family:var(--font-display);font-weight:450}p,li{max-width:72ch;text-wrap:pretty}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:.25em}button,input,select{font:inherit;color:inherit}button{cursor:pointer}button,a,input,select{transition:background var(--transition),color var(--transition),border-color var(--transition)}:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px}button:active,a:active{opacity:.75}table{width:100%;border-collapse:collapse}button:disabled{opacity:.45;cursor:not-allowed}[hidden]{display:none!important}::selection{background:var(--color-primary);color:var(--color-bg)}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
