#audio-player{transition:all 5s ease-in-out;position:relative}#audio-player:after{content:"";border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--audio-player-bg,#000);filter:drop-shadow(0 2px 4px #0003);width:0;height:0;position:absolute;bottom:-8px;right:20px}#audio-player.no-tail:after{display:none}.music-bars{grid-template-columns:repeat(5,1fr);gap:.5rem;height:2rem;display:grid}.bar-container{width:.5rem;position:relative}.bar{background:linear-gradient(#0000,#fff);width:.5rem;position:absolute;bottom:0}#bar-1{animation:1s ease-out infinite both play}#bar-2{animation:1s ease-out .5s infinite both play}#bar-3{animation:1s ease-out .2s infinite both play}#bar-4{animation:1s ease-out .75s infinite both play}#bar-5{animation:1s ease-out .9s infinite both play}@keyframes play{0%{height:10%;max-height:10%}30%{height:65%;max-height:65%}45%{height:45%;max-height:45%}75%{height:100%;max-height:100%}to{height:0;max-height:0}}
