@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800;900&display=swap");:root{--black:#080808;--white:#f5f4f0;--accent:#c8ff00;--accent2:#00ffd1;--dark:#111214;--card:#1c1e22;--border:#2a2d33;--muted:#6b7280;--secondary:#9ca3af}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}