@keyframes float-slow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}@keyframes float-medium{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,20px) scale(1.1)}66%{transform:translate(30px,-40px) scale(.9)}}@keyframes float-fast{0%,to{transform:translate(0) scale(1)}50%{transform:translate(50px,30px) scale(1.15)}}.animate-float-slow{animation:float-slow 20s ease-in-out infinite}.animate-float-medium{animation:float-medium 25s ease-in-out infinite}.animate-float-fast{animation:float-fast 15s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.animate-float-slow,.animate-float-medium,.animate-float-fast{animation:none}}
