@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #d946ef4d}50%{box-shadow:0 0 40px #d946ef80}}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.animate-fade-in-up{animation:.6s ease-out forwards fade-in-up}.animate-scale-in{animation:.7s ease-out forwards scale-in}.animate-glow-pulse{animation:2s ease-in-out infinite glow-pulse}.animate-gradient{background-size:200% 200%;animation:3s infinite gradient-shift}.delay-75{animation-delay:75ms}.delay-100{animation-delay:.1s}.delay-150{animation-delay:.15s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}
