@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Manrope:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6ef;--panel:#fff;--surface:#f9faf6;--surface-alt:#f0f3e9;--surface-soft:#e8eee0;--line:#141f1329;--muted:#5d675e;--subtle:#707970;--placeholder:#858d85;--text:#111611;--acid:#567c12;--acid-fill:#c9f46e;--on-acid:#10120f;--acid-border:#567c126b;--acid-border-strong:#567c12a3;--acid-wash:#7eb0211f;--acid-wash-soft:#7eb0210a;--ambient-glow:#bcef5c33;--ambient-grid:#141f130b;--warning:#985926;--mono:"DM Mono",monospace;--display:"Space Grotesk",sans-serif;--sans:"Manrope",sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0d0c;--panel:#121513;--surface:#0a0d0b;--surface-alt:#0c0f0d;--surface-soft:#111713;--line:#e8efe71c;--muted:#8d968f;--subtle:#687068;--placeholder:#505750;--text:#edf1ed;--acid:#c9f46e;--acid-fill:#c9f46e;--on-acid:#10120f;--acid-border:#c2ff4c73;--acid-border-strong:#c2ff4ca6;--acid-wash:#c2ff4c1f;--acid-wash-soft:#c2ff4c05;--ambient-glow:#c2ff4c17;--ambient-grid:#c2ff4c09;--warning:#e1b58e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--sans);min-width:320px;margin:0;transition:background-color .2s,color .2s}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}main{min-height:100vh}h1,h2,h3{font-family:var(--display);letter-spacing:-.045em}.kicker{color:var(--acid);font-family:var(--mono);letter-spacing:.17em;font-size:9px}.site-footer{border-top:1px solid var(--line);color:var(--muted);font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;font-size:7px}.site-footer>div{flex-wrap:wrap;align-items:center;gap:10px 22px;width:calc(100% - 40px);max-width:1100px;margin:0 auto;padding:22px 0;display:flex}.site-footer a{color:var(--acid)}.site-footer span:last-child{text-align:right;margin-left:auto}@media (max-width:650px){.site-footer>div{flex-direction:column;align-items:flex-start}.site-footer span:last-child{text-align:left;margin-left:0}}@media (prefers-reduced-motion:reduce){body{transition:none}}
