@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}.glow{box-shadow:0 0 40px #8b5cf659}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.float{animation:float 6s ease-in-out infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .9s ease forwards}@keyframes glowPulse{0%,to{box-shadow:0 0 30px #8b5cf640}50%{box-shadow:0 0 60px #8b5cf680}}.glow-pulse{animation:glowPulse 4s ease-in-out infinite}@keyframes flow{0%{background-position:0% 50%}to{background-position:200% 50%}}.flow-line{background-size:200% 200%;animation:flow 3s linear infinite}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#5cf69c80;border-radius:4px 0 0 4px}::-webkit-scrollbar-thumb:hover{background-color:#5cf69cb3}
