:root{--bg:#0b0b13;--bg-2:#131326;--fg:#e8e8f4;--fg-muted:#9b9bb8;--accent:#7c5cff;--accent-2:#00d4ff;--card:#1a1a2e;--border:#2a2a44}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent-2);text-decoration:none}a:hover{text-decoration:underline}