@keyframes slide-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-in-up{animation:slide-in-up .6s ease-out forwards}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .5s ease-out forwards}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.7}}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.animate-bounce-subtle{animation:bounce-subtle .3s ease-in-out}@keyframes scale-up{0%{transform:scale(.95)}to{transform:scale(1)}}.animate-scale-up{animation:scale-up .2s ease-out}.animation-delay-0{animation-delay:0ms}.animation-delay-100{animation-delay:.1s}.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}.animation-delay-700{animation-delay:.7s}.animation-delay-800{animation-delay:.8s}.animation-delay-900{animation-delay:.9s}.animation-delay-1000{animation-delay:1s}.animation-duration-2s{animation-duration:2s}.animation-duration-4s{animation-duration:4s}.animation-duration-6s{animation-duration:6s}.animation-duration-20s{animation-duration:20s}.animation-delay-0-2s{animation-delay:.2s}.animation-delay-2s{animation-delay:2s}.bg-orb-1{animation:pulse 4s ease-in-out infinite}.bg-orb-2{animation:pulse 6s ease-in-out infinite;animation-delay:2s}.bg-orb-3{animation:spin 20s linear infinite}
