.playing-indicator{display:flex;align-items:center;gap:2px}.bar{width:4px;background:rgb(66,66,66);border-radius:2px;animation:wave 1s ease-in-out infinite}.dark .bar{background:rgb(216,216,216)}.bar:first-child{height:8px;animation-delay:0s}.bar:nth-child(2){height:12px;animation-delay:.2s}.bar:nth-child(3){height:6px;animation-delay:.4s}@keyframes wave{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}