:root{--background:#0a0a0a;--foreground:#ededed;--primary:#fff;--secondary:#a1a1aa;--accent:#22c55e;--error:#ef4444;--card-bg:#171717;--border:#262626;--font-family:"Inter",system-ui,-apple-system,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);font-family:var(--font-family);-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 50% 0,#2e022f 0%,#0a0a0a 70%);flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}a{color:inherit;text-decoration:none}input,button{font-family:inherit}
