.audio-bars{display:flex;align-items:flex-end;gap:2px;margin-right:4px;margin-top:-2px}.bar{width:2px;background-color:#fff;border-radius:2px;transform-origin:bottom;animation:barScale 1s ease-in-out infinite}.bar1{height:5px;animation-delay:0s}.bar2{height:10px;animation-delay:.2s}.bar3{height:3px;animation-delay:.4s}@keyframes barScale{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}