@keyframes micPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.mic-recording-icon{animation:1.5s ease-in-out infinite micPulse}.sound-visualizer{justify-content:center;align-items:center;gap:1px;width:16px;height:16px;display:flex}.sound-bar{background-color:#fff;border-radius:1px;width:2px;animation:1.2s ease-in-out infinite soundWave}.sound-bar:first-child{height:6px;animation-delay:0s}.sound-bar:nth-child(2){height:10px;animation-delay:.2s}.sound-bar:nth-child(3){height:14px;animation-delay:.4s}.sound-bar:nth-child(4){height:10px;animation-delay:.6s}.sound-bar:nth-child(5){height:6px;animation-delay:.8s}@keyframes soundWave{0%,to{opacity:.6;transform:scaleY(.4)}50%{opacity:1;transform:scaleY(1.2)}}
