@keyframes sparkle{0%,to{opacity:.4;transform:scale(.6)}50%{opacity:1;transform:scale(1.2)}}.animate-sparkle{animation:sparkle 1.2s ease-in-out infinite}@keyframes text-wobble{0%,to{transform:translate(0)}50%{transform:translateY(2px)}}.animate-text-wobble{animation:text-wobble 1.2s ease-in-out infinite}@keyframes instrument-play{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.animate-instrument-play{animation:instrument-play .8s ease-in-out infinite}
