@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=Space+Grotesk:wght@400;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0f;--bg-card:#12121a;--accent:#e040fb;--accent-dim:#7c1f8e;--text:#e8e6f0;--text-dim:#6b6b80;--glow:#e040fb66}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Space Grotesk,system-ui,-apple-system,sans-serif;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#00000008 2px 4px);position:fixed;inset:0}@keyframes pulse-glow{0%,to{opacity:.4}50%{opacity:1}}@keyframes flicker{0%,to{opacity:1}92%{opacity:1}93%{opacity:.8}94%{opacity:1}96%{opacity:.9}97%{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.cursor-blink:after{content:"█";color:var(--accent);animation:1s step-end infinite blink}.mono{font-family:JetBrains Mono,monospace}
