@keyframes fadeInZoom{from{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-in{animation:fadeInZoom 0.2s ease-out forwards}