@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.animate-fade-in-up{animation:.6s ease-out fadeInUp}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-fade-in-left{animation:.6s ease-out fadeInLeft}.animate-fade-in-right{animation:.6s ease-out fadeInRight}.animate-scale-in{animation:.6s ease-out scaleIn}.no-animation{opacity:1}@keyframes glowPulse{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:.5;transform:scale(1.05)}}.animate-glow-pulse{animation:4s ease-in-out infinite glowPulse}@keyframes ripple{0%{opacity:0;transform:scale(0)}5%{opacity:.6}90%{opacity:.2}to{opacity:0;transform:scale(2.2)}}.ripple-circle{transform-origin:50%;opacity:0;animation:12s linear infinite ripple;transform:scale(0)}.ripple-circle:first-child{animation-delay:0s}.ripple-circle:nth-child(2){animation-delay:1.5s}.ripple-circle:nth-child(3){animation-delay:3s}.ripple-circle:nth-child(4){animation-delay:4.5s}.ripple-circle:nth-child(5){animation-delay:6s}.ripple-circle:nth-child(6){animation-delay:7.5s}.ripple-circle:nth-child(7){animation-delay:9s}.ripple-circle:nth-child(8){animation-delay:10.5s}@media (prefers-reduced-motion:reduce){.animate-fade-in-up,.animate-fade-in,.animate-fade-in-left,.animate-fade-in-right,.animate-scale-in,.animate-glow-pulse,.ripple-circle{opacity:1;animation:none;transform:none}}
