@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes bubble{0%{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-15px) scale(1.1);opacity:.7}to{transform:translateY(0) scale(1);opacity:.4}}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-slow{animation:float 5s ease-in-out infinite}.animate-bubble{animation:bubble 4s ease-in-out infinite}.animate-bubble-slow{animation:bubble 6s ease-in-out infinite}.animate-bubble-fast{animation:bubble 2.5s ease-in-out infinite}}
