@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;600;700&family=Share+Tech+Mono&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08080f;--panel:#0f0f1a;--border:#1e1e35;--accent:#e8003d;--accent2:#fc0;--text:#dde0f0;--muted:#557;--green:#00e676;--red:#e8003d;--orange:#f60}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Share Tech Mono,monospace;font-size:12px}a{color:inherit;text-decoration:none}button{cursor:pointer}
