@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--surface:#ffffff0f;--elevated:#ffffff1a;--border:#ffffff1a;--border-hover:#ffffff2e;--border-active:#ffffff4d;--text:#fff;--text-secondary:#ffffffb3;--text-muted:#ffffff73;--text-faint:#fff3;--accent:#fff;--accent-hover:#ffffffd9;--accent-glow:#ffffff0f;--black:#000;--white:#fff;--purple:#7c3aed;--pink:#f472b6;--cyan:#22d3ee;--yellow:#facc15;--orange:#fb923c;--green:#4ade80;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d4d4d8;--gray-400:#a1a1aa;--gray-600:#52525b;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--font-display:"Instrument Serif",Georgia,serif;--font-body:"DM Sans",-apple-system,sans-serif;--font-mono:"JetBrains Mono",monospace}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:var(--bg);color:var(--text);font-family:var(--font-body);min-height:100vh;line-height:1.5;overflow-x:hidden}::selection{color:#fff;background:#fff3}button{cursor:pointer;font-family:inherit}
