@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.animate-scale-in{animation:scaleIn .6s ease-out}@media (max-width:768px){.animate-scale-in{width:64px;height:64px}}