@import "https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@400;500;600&display=swap";
.mini-player-wrapper{z-index:9999;font-family:Montserrat Alternates,sans-serif;position:fixed;bottom:20px;left:20px}@media (max-width:600px){.mini-player-wrapper{bottom:12px;left:10px;right:10px}}.mini-player-glass{-webkit-backdrop-filter:blur(20px);background:#1c1c1ed9;border:1px solid #ffffff26;border-radius:30px;align-items:center;gap:14px;min-width:260px;max-width:320px;height:60px;padding:0 18px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 12px 40px #00000080}@media (max-width:600px){.mini-player-glass{width:100%;max-width:none}}.mini-player-glass:hover{border-color:#fff6}.mp-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.mp-btn:hover{color:#000;background:#cc0100;transform:scale(1.05)}.mp-btn:active{transform:scale(.95)}.mp-btn svg{width:20px;height:20px;display:block}.mp-btn .play-icon{margin-left:3px}.mp-track-info{flex-grow:1;height:20px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.mp-marquee{white-space:nowrap;width:100%;position:absolute;overflow:hidden}.mp-marquee-content{animation:15s linear infinite marquee;display:inline-block}.mp-marquee-content span{color:#fff;letter-spacing:.5px;font-size:15px;font-weight:600}.mp-marquee-content .spacer{opacity:.4;margin:0 20px;font-weight:300}.mp-bars{flex-shrink:0;align-items:flex-end;gap:3px;height:16px;display:flex}.mp-bars .bar{background:#cc0100;border-radius:2px;width:3px;height:3px;transition:height .2s}.mp-bars.animating .bar{animation:.8s ease-in-out infinite sound}.mp-bars.animating .bar:first-child{height:60%;animation-duration:.6s}.mp-bars.animating .bar:nth-child(2){height:100%;animation-duration:.9s}.mp-bars.animating .bar:nth-child(3){height:50%;animation-duration:.7s}.mp-bars.animating .bar:nth-child(4){height:80%;animation-duration:1s}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes sound{0%,to{transform:scaleY(.3)}50%{transform:scaleY(1)}}
