.audio-track--indicator{align-items:center;display:flex;gap:2px;height:14px;justify-content:space-between;padding:0}.audio-track--indicator div{animation:visual-in 1s linear infinite;background:#fff;border-radius:5px;height:100%;width:4px}.audio-track--indicator div:nth-child(odd){animation:visual-out 1.5s linear infinite;height:5px}@keyframes visual-in{0%{height:14px}50%{background:hsla(0,0%,100%,.6);height:4px}to{height:14px}}@keyframes visual-out{0%{background:hsla(0,0%,100%,.6);height:4px}50%{background:#fff;height:14px}to{background:hsla(0,0%,100%,.6);height:4px}}
