:root{--player-list-bgcolor:rgba(0,0,0,.5)}[data-theme=dark]{--player-list-bgcolor:rgba(255,255,255,.2)}.main-player{box-sizing:border-box;border-radius:1.3em;height:450px;padding:20px;position:relative;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.7)}@media screen and (min-width:1000px){.main-player{justify-content:space-around;align-items:center;display:flex}}@media screen and (max-width:900px){.main-player{height:680px}}.blur-background{filter:blur(20px)brightness(.8);background-position:50%;background-repeat:no-repeat;background-size:100%;width:100%;height:100%;position:absolute;top:0;left:0}@media screen and (max-width:900px){.blur-background{background-repeat:repeat}}.player-disc{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:100%;width:230px;height:230px;position:relative}.disc-image{background-position:50%;background-repeat:no-repeat;background-size:100%;border-radius:50%;width:150px;height:150px;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.disc-image.play{animation:15s linear infinite disc}@keyframes disc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.disc-pointer{transform-origin:100% 0;width:50px;transition:all .3s;position:absolute;top:0;right:-25px;transform:rotate(-15deg)}.disc-pointer.play{transform:rotate(0)}.player-controls{width:670px;height:410px;margin-left:5%;position:relative}@media screen and (max-width:900px){.player-controls{width:100%;margin-left:0}}.song-info{width:100%;height:120px;margin-bottom:5px}.song-info .marquee-container{color:#fafafa;width:80%;margin-left:.5%;font-size:2.5rem;font-weight:700}.song-info p{color:#ccc;margin-top:15px;margin-left:5.5%;font-size:1.3rem}.song-lyrics{width:100%;height:39%;margin-bottom:1.2em;overflow:hidden;-webkit-mask-image:linear-gradient(transparent 0%,#000 15%,#000 85%,transparent 100%);mask-image:linear-gradient(transparent 0%,#000 15%,#000 85%,transparent 100%)}.song-instrumental{justify-content:center;align-items:center;height:100%;display:flex}.song-instrumental p,.song-instrumental i{color:rgba(255,255,255,.8);font-size:2rem}@media screen and (max-width:900px){.song-instrumental p,.song-instrumental i{font-size:1.5rem}}.lyrics-box{overscroll-behavior:contain;-ms-overflow-style:none;scrollbar-width:none;height:100%;position:relative;overflow-y:auto}.lyrics-box>ul{text-align:center;padding-top:85px;padding-bottom:85px;flex-direction:column;align-items:center;list-style:none;display:flex}.lyrics-box>ul:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:0}.lyrics-box>ul:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:0}.lyrics-box>ul:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:0}.lyrics-box>ul:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:0}.lyrics-box>ul>li{cursor:pointer;opacity:.6;border-radius:.75rem;padding:.15rem .75rem;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1)}.lyrics-box>ul>li:hover{background-color:rgba(255,255,255,.1)}.lyrics-box>ul>li.active{opacity:1;transform:scale(1.15)}.lyrics-word{white-space:pre;font-size:1.5rem;font-weight:600;display:inline-block}@media screen and (max-width:900px){.lyrics-word{font-size:1.2rem}}.song-controls{width:100%}.controls-button{color:#fff;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:1.5rem;display:flex}@media screen and (max-width:900px){.controls-button{font-size:1.1rem}}.left-buttons i{cursor:pointer;margin:0 5px}.right-buttons{align-items:center;display:flex}.right-buttons input,.right-buttons i{cursor:pointer;margin:0 8px}input[type=range]{-webkit-appearance:none;appearance:none;background:linear-gradient(#059cfa,#059cfa) 0 0/0% 100% no-repeat;outline:none;height:7px;box-shadow:inset 0 1px 2px rgba(0,0,0,.5)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;width:18px;height:18px}input[type=range]::-moz-range-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;width:18px;height:18px}.controls-progress input{width:100%}.progress-nowtime,.progress-totaltime{color:#fff;box-sizing:border-box;background-color:rgba(0,0,0,.3);border-radius:6px;margin-top:10px;padding:0 5px;font-size:1.5rem}.progress-nowtime{float:left}.progress-totaltime{float:right}.player-list{box-sizing:border-box;background-color:var(--player-list-bgcolor);border-radius:1.3em;width:100%;margin-top:50px;padding:10px;box-shadow:0 2px 6px rgba(0,0,0,.5)}.player-list>h2{margin-top:.2em;margin-bottom:0;margin-left:1.5em}@media screen and (max-width:900px){.player-list>h2{margin-left:0}}.song-list{margin-top:10px;margin-left:3em}@media screen and (max-width:900px){.song-list{margin-left:0}}.song-item{color:#ccc;cursor:pointer;border-radius:10px;width:80%;margin:5px 0;padding:.4em 0 .4em .6em;list-style-position:inside}.song-item:hover{color:#09f;background-color:#ddd}.song-item.play{color:#00fff2;transform:scale(1.03)}.song-item.play:before{content:"";width:1.3em;font-family:"Font Awesome 7 Pro";display:inline-block}
