@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(60px,-80px) scale(1.2)}66%{transform:translate(-40px,40px) scale(.8)}}@keyframes drift{0%{background-position:0 0}to{background-position:80px 80px}}@keyframes scan{0%{transform:translateY(-100%);opacity:0}50%{opacity:.5}to{transform:translateY(400%);opacity:0}}@keyframes pulse-glow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.animate-float{animation:float 18s ease-in-out infinite}.animate-float-slow{animation:float 28s ease-in-out infinite reverse}.animate-drift{animation:drift 30s linear infinite}.animate-scan{animation:scan 8s linear infinite}.animate-pulse-glow{animation:pulse-glow 4s ease-in-out infinite}
