:root{--ground:#0f1219;--surface:#171e28;--surface-hover:#1d2535;--surface-raised:#202736;--primary:#e8edf5;--secondary:#7c8898;--tertiary:#4a5568;--amber:#c09a50;--amber-dim:rgba(192,154,80,0.15);--green:#4ade80;--green-dim:rgba(74,222,128,0.12);--rule:rgba(232,237,245,0.07);--rule-strong:rgba(232,237,245,0.12);--font:"Space Grotesk",system-ui,sans-serif;--mono:"DM Mono","Fira Mono",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--ground);color:var(--primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{min-height:100vh}a{color:inherit;text-decoration:none}@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500&family=DM+Mono:wght@300;400&display=swap");