@keyframes grow{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}.animate-grow{animation:grow .6s ease-out forwards}.animate-pulse{animation:pulse 1s ease-in-out infinite}@keyframes pulse-once{0%{transform:scale(0);opacity:1}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:1}}.animate-pulse-once{animation:pulse-once .8s ease-out}
