.music-player-container{position:fixed;top:70px;left:16px;display:flex;align-items:flex-end;gap:4px;height:28px;cursor:pointer;padding:4px;transition:transform .2s ease;z-index:50;background:#ffffffe6;border-radius:6px;box-shadow:0 2px 8px #0000001a}.music-player-container:hover{transform:scale(1.1)}.music-bar{width:5px;background:linear-gradient(to top,#ff6b35,#ff8c5a);border-radius:2px;transition:all .3s ease;box-shadow:0 0 4px #ff6b3566}.music-bar.bar1{height:40%}.music-bar.bar2{height:25%}.music-bar.bar3{height:50%}.music-bar.bar1.playing{animation:equalize-bar1 .6s ease-in-out infinite}.music-bar.bar2.playing{animation:equalize-bar2 .6s ease-in-out infinite;animation-delay:.2s}.music-bar.bar3.playing{animation:equalize-bar3 .6s ease-in-out infinite;animation-delay:.4s}@keyframes equalize-bar1{0%,to{height:40%}20%{height:80%}40%{height:30%}60%{height:70%}80%{height:50%}}@keyframes equalize-bar2{0%,to{height:25%}20%{height:60%}40%{height:85%}60%{height:35%}80%{height:45%}}@keyframes equalize-bar3{0%,to{height:50%}20%{height:35%}40%{height:75%}60%{height:90%}80%{height:40%}}@media(max-width:768px){.music-player-container{top:86px;left:24px;height:64px;gap:8px;padding:10px}.music-bar{width:12px}}@media(max-width:480px){.music-player-container{top:56px;left:8px;height:20px;gap:2px;padding:3px}.music-bar{width:3px}}
