@keyframes countdown-enter{0%{transform:scale(.3);opacity:0}to{transform:scale(1);opacity:1}}@keyframes countdown-exit{0%{transform:scale(1);opacity:1}to{transform:scale(.3);opacity:0}}.animate-countdown-enter{animation:countdown-enter .5s ease-in-out}.animate-countdown-exit{animation:countdown-exit .5s ease-in-out}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-recording-pulse{animation:recording-pulse 1s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes bounce-horizontal{0%,20%,50%,80%,to{transform:translate(0)}40%{transform:translate(10px)}60%{transform:translate(5px)}}
