@import url("https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Geist:wght@400;500;600&display=swap");:root{--background:#121212;--surface:#1A1A1A;--text-primary:#C0C0C0;--text-secondary:rgba(192,192,192,0.5);--text-white:#FFFFFF;--accent:#FF2700}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--background);color:var(--text-primary);line-height:1.6}.mono-heading,h1,h2,h3,h4,h5,h6{font-family:Space Mono,monospace;font-weight:700;letter-spacing:-.03em}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}