.now-playing-pending{opacity:0;pointer-events:none}.now-playing-loaded{animation:nowPlayingFadeIn 2s cubic-bezier(.22,1,.36,1)}@keyframes nowPlayingFadeIn{0%{opacity:0}60%,to{opacity:1}}.music{width:50px;height:40px}.music>div{display:inline-block;width:2px;height:60%;margin-right:3px;animation:wavy 1s ease infinite forwards;transform-origin:0 100%;box-shadow:1px 1px 2px #00000054}.music>div:last-child{margin-right:0}.music .rect2{animation-delay:.5s}.music .rect3{animation-delay:.25s}.music .rect4{animation-delay:.1s}.music .rect5{animation-delay:.3s}.now-playing-progress{transition:width 1s linear}@keyframes wavy{0%,to{transform:scaleY(1)}50%{transform:scaleY(.3)}}.song-info{position:relative;min-width:0;overflow:hidden}.marquee{animation:marqueeSmall 10s linear infinite alternate}@media(min-width:640px){.marquee{animation-name:marqueeFull}}@media(min-width:768px){.marquee{animation-name:marqueeHalf}}@media(min-width:1024px){.marquee{animation-name:marqueeFull}}@keyframes marqueeFull{0%,25%{transform:translate(0)}75%,to{transform:translate(calc(-100% + 320px))}}@keyframes marqueeHalf{0%,25%{transform:translate(0)}75%,to{transform:translate(calc(-100% + 200px))}}@keyframes marqueeSmall{0%,25%{transform:translate(0)}75%,to{transform:translate(calc(-100% + 265px))}}@media(prefers-reduced-motion:reduce){.music>div{animation:none}.marquee,.now-playing-loaded,.now-playing-progress{animation:none;transition:none}}
