@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(244,63,94,.3)}50%{box-shadow:0 0 40px rgba(168,85,247,.6)}}@keyframes sparkle{0%,to{transform:scale(1) rotate(0deg);opacity:1}50%{transform:scale(1.2) rotate(180deg);opacity:.8}}@keyframes animate-bounce-in{0%{transform:translateY(100px) scale(.6);opacity:0}60%{transform:translateY(-20px) scale(1.1);opacity:.8}to{transform:translateY(0) scale(1);opacity:1}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.sparkle{animation:sparkle 1.5s ease-in-out infinite}.animate-bounce-in{animation:animate-bounce-in .8s cubic-bezier(.34,1.56,.64,1)}