@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin-slow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes gradient-x{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards}.animate-spin-slow{animation:spin-slow 3s linear infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-float-delayed{animation:float-delayed 4s ease-in-out infinite}.animate-float-slow{animation:float-slow 5s ease-in-out infinite}.animate-gradient-x{background-size:200% 200%;animation:gradient-x 8s ease infinite}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-delay-600{animation-delay:.6s}