:root{--bg:#fbfcfa;--surface:#fff;--surface-2:#f1f5ef;--ink:#13201a;--muted:#5c665f;--line:#e7ece4;--line-strong:#d7e0d2;--brand:#0e5107;--brand-deep:#0a3d05;--brand-tint:#e9f1e6;--brand-ink:#0e5107;--on-brand:#fff;--shadow:0 18px 46px -22px rgba(20,40,25,.28);--f:"Poppins","Segoe UI",system-ui,sans-serif;--f-mono:"IBM Plex Mono",ui-monospace,Menlo,monospace}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#0b120d;--surface:#111a13;--surface-2:#16211a;--ink:#eaf1ea;--muted:#98a69c;--line:#24312a;--line-strong:#2e3c33;--brand:#2f8a3c;--brand-deep:#0e5107;--brand-tint:#15241a;--brand-ink:#7fc98a;--on-brand:#fff;--shadow:0 20px 50px -24px rgba(0,0,0,.6)}}:root[data-theme=dark]{color-scheme:dark;--bg:#0b120d;--surface:#111a13;--surface-2:#16211a;--ink:#eaf1ea;--muted:#98a69c;--line:#24312a;--line-strong:#2e3c33;--brand:#2f8a3c;--brand-deep:#0e5107;--brand-tint:#15241a;--brand-ink:#7fc98a;--on-brand:#fff;--shadow:0 20px 50px -24px rgba(0,0,0,.6)}*{box-sizing:border-box}body,html{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f);-webkit-font-smoothing:antialiased}a{color:inherit}button{font-family:inherit;cursor:pointer}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:6px}