@keyframes bounceIn{0%{transform:scale(.5)}60%{transform:scale(1.15)}100%{transform:scale(1)}}
.anim-bounce{animation:bounceIn .6s ease}
.anim-sparkle{animation:popFx .8s ease}
.anim-starRain{animation:popFx 1s ease}
.anim-confetti{animation:popFx 1.2s ease}
.anim-pulse{animation:pulseFx .8s ease infinite}
@keyframes pulseFx{0%,100%{transform:scale(1)}50%{transform:scale(1.15)}}
.anim-flip{animation:flipFx .8s ease}
@keyframes flipFx{0%{transform:rotateY(0)}50%{transform:rotateY(180deg)}100%{transform:rotateY(360deg)}}
.badge-card.unlocked .badge-icon{animation:bounceIn .5s ease}
