@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");:root{--neon-blue:#3b82f6;--neon-purple:#8b5cf6;--neon-glow:0 0 10px rgba(59,130,246,.5),0 0 20px rgba(59,130,246,.3);--background:#030303;--foreground:#e2e8f0}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth;background-color:#030303}body{background-color:transparent;font-family:Inter,system-ui,sans-serif;overflow-x:hidden;color:#94a3b8}::selection{background-color:#3b82f6;color:#000}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#1f2937;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#374151}