@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--background:#0f172a;--foreground:#f8fafc;--primary:#3b82f6;--secondary:#1e293b;--accent:#8b5cf6;--border:#334155}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}
