@charset "UTF-8";:root{--color-surface: #ffffff;--color-surface-muted: #f5f6f8;--color-ink: #14181f;--color-ink-muted: #545c69;--color-accent: #1f5f4f;--color-border: #dfe3e9;--font-sans: system-ui, -apple-system, "Segoe UI", roboto, "Helvetica Neue", arial, sans-serif;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2.5rem;--space-5: 4rem;--measure: 40rem;--radius: 10px}@media(prefers-color-scheme:dark){:root{--color-surface: #0f1319;--color-surface-muted: #161b23;--color-ink: #eef1f5;--color-ink-muted: #a2acba;--color-accent: #6fd3b4;--color-border: #262d38}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background-color:var(--color-surface);color:var(--color-ink);font-family:var(--font-sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.2;text-wrap:balance}a{color:var(--color-accent)}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
