@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}@keyframes gradient-animation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animated-gradient{background:linear-gradient(-45deg,#0d1117,#161b22,#012a4a,#00509d);background-size:400% 400%;animation:gradient-animation 15s ease infinite}@keyframes pulse{0%,to{box-shadow:0 0 #00aaffb3}70%{box-shadow:0 0 0 10px #0af0}}.pulse-button{animation:pulse 2s infinite}@keyframes float{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}to{transform:translateY(0) rotate(0)}}.animate-float-1{animation:float 6s ease-in-out infinite}.animate-float-2{animation:float 8s ease-in-out infinite 1s}.animate-float-3{animation:float 10s ease-in-out infinite .5s}
