@tailwind base;@tailwind components;@tailwind utilities;:root{--accent: #2563EB}html{scroll-behavior:smooth}body{margin:0;background:#0a0a0f;font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Syne,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .65s ease forwards;opacity:0}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.gradient-text{background:linear-gradient(110deg,#2563eb,#60a5fa);background-clip:text;-webkit-background-clip:text;color:transparent}.accent{color:#2563eb}@keyframes glowShift{0%,to{transform:translate(-8%,-3%) scale(1);opacity:.55}50%{transform:translate(8%,5%) scale(1.12);opacity:.8}}.glow-shift{animation:glowShift 9s ease-in-out infinite}
