@keyframes countdown-enter{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}@keyframes countdown-exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.animate-countdown-enter{animation:.5s ease-in-out countdown-enter}.animate-countdown-exit{animation:.5s ease-in-out countdown-exit}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-recording-pulse{animation:1s ease-in-out infinite recording-pulse}@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)}}
