@keyframes sparkle{0%,to{opacity:0;transform:scale(.3) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.sparkle-animation{position:relative;overflow:visible}.sparkle-animation:before,.sparkle-animation:after{content:"✨";position:absolute;font-size:1rem;pointer-events:none;animation:sparkle 2s ease-in-out infinite}.sparkle-animation:before{top:-8px;right:-8px;animation-delay:0s}.sparkle-animation:after{bottom:-8px;left:-8px;animation-delay:1s}.sparkle-animation.show-sparkles:before,.sparkle-animation.show-sparkles:after{animation-play-state:running}.sparkle-animation:not(.show-sparkles):before,.sparkle-animation:not(.show-sparkles):after{animation-play-state:paused;opacity:0;display:none}
