:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#000000de}a{text-decoration:inherit}a:hover{text-decoration:none}.icon{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}body{margin:0;display:flex;align-items:center;justify-content:center;min-height:100vh}#app{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-around;min-width:max(320px,56.25vh);max-width:max(320px,56.25vh);min-height:90vh;max-height:90vh;margin:0 auto;border:1px solid #ddd;background-color:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001a;overflow:hidden}.cover[data-v-f7cd45db]{position:relative;display:flex;width:var(--width);height:var(--width);transition:all .3s ease-in-out;z-index:1}.cover img[data-v-f7cd45db],.cover .span[data-v-f7cd45db]{width:100vw;max-width:100%;border-radius:10px}.cover .span[data-v-f7cd45db]{position:relative;background-color:#eee;overflow:hidden}.cover .span[data-v-f7cd45db]:before{content:"";position:absolute;background-color:#ddd;width:var(--width);height:var(--width);top:calc(var(--width) / 2);left:calc(var(--width) / 2);border-radius:50%;transition:all .3s ease-in-out}.item[data-v-cdf506a8]{display:flex;align-items:center;padding:.5rem .8rem;cursor:pointer;background-color:#fff;transition:background-color .3s ease-in-out}.item[data-v-cdf506a8]:hover{background-color:#0000001a}.item:hover .icon[data-v-cdf506a8]{opacity:1}.item .item-info[data-v-cdf506a8]{flex:1 1 auto;display:flex;flex-direction:column;margin-left:1rem}.item .item-info .item-name[data-v-cdf506a8]{white-space:nowrap;font-size:1.2rem;font-weight:700;color:#000;max-width:100%;overflow:hidden;line-height:1.4}.item .item-info .item-singer[data-v-cdf506a8]{font-size:.8rem;color:#666;line-height:1.2}.item .icon[data-v-cdf506a8]{position:absolute;left:50%;top:50%;font-size:32px;color:#fff;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease-in-out}#list[data-v-ba933aa8]{position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;pointer-events:none;transition:background-color .3s ease-in-out;z-index:100}#list .list-container[data-v-ba933aa8]{position:absolute;display:flex;flex-direction:column;top:100%;right:0;bottom:0;left:0;border-top-left-radius:15px;border-top-right-radius:15px;background-color:#fff;overflow:hidden;transition:top .3s ease-in-out}#list.show[data-v-ba933aa8]{background-color:#0000001a;pointer-events:all;backdrop-filter:blur(10px)}#list.show .list-container[data-v-ba933aa8]{top:30%}.list-control[data-v-ba933aa8]{display:flex;align-items:center;justify-content:space-between;margin:1rem 0 .5rem;padding:0 .8rem}.list-control-button[data-v-ba933aa8]{background-color:transparent;outline:0;border:none;border-radius:3px;padding:3px;color:#333;line-height:1;cursor:pointer}.list-control-button[data-v-ba933aa8]:hover{background-color:#0000001a}.list[data-v-ba933aa8]{flex:1 1 auto;overflow-y:auto}.list[data-v-ba933aa8]::-webkit-scrollbar{width:4px;height:4px}.list[data-v-ba933aa8]::-webkit-scrollbar-thumb{background-color:#e1e1e1b3;outline:0;border-radius:2px}.list[data-v-ba933aa8]::-webkit-scrollbar-track{box-shadow:none;border-radius:2px}.playing[data-v-cebc8086]{position:relative;display:flex;flex:1 0 auto;align-items:center;justify-content:center;flex-direction:column}.playing .play-cover[data-v-cebc8086]{transform:scale(var(--scale))}.playing .background[data-v-cebc8086]{position:absolute;width:var(--width);border-radius:50%;filter:blur(50px);transform:scale(var(--scale));z-index:0;transition:all .3s ease-in-out}.playing .background.playing[data-v-cebc8086]{animation:wobble-cebc8086 5s linear infinite 1s}@keyframes wobble-cebc8086{0%{transform:scale(calc(var(--scale)))}50%{transform:scale(calc(var(--scale) - .2))}to{transform:scale(calc(var(--scale)))}}.playing .play-cover-info[data-v-cebc8086]{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;bottom:10px;left:50%;padding:8px 20px;max-width:calc(var(--width) - 20px);min-width:200px;border-radius:10px;color:#ddd;background-color:#00000026;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transform:translate(-50%)}.playing .play-cover-info .play-cover-song[data-v-cebc8086]{color:#eee;flex:1 0 auto;font-size:1.2rem;font-weight:700;line-height:1.4}.toast-item[data-v-99dc4a66]{display:flex;align-items:center;justify-content:center;font-size:.9rem;padding:10px 8px;margin-bottom:1rem;line-height:1;min-width:150px;max-width:250px;border-radius:10px;text-align:center;backdrop-filter:blur(10px);background-color:#fffc;border:1px solid rgba(0 0 0 / .1);color:#555;box-shadow:0 5px 5px #0000000d;cursor:pointer}#YToast[data-v-4cfbbd93]{position:absolute;display:flex;align-items:center;flex-direction:column;top:20px;left:10px;right:10px;z-index:9999}#YToast .YToast-enter-active[data-v-4cfbbd93],#YToast .YToast-leave-active[data-v-4cfbbd93]{transition:all .5s ease}#YToast .YToast-enter-from[data-v-4cfbbd93]{opacity:0;transform:translateY(-30px)}#YToast .YToast-leave-to[data-v-4cfbbd93]{opacity:0;transform:translateY(30px)}.control[data-v-b7a036de]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex:0 0 auto;margin-bottom:4rem;width:100%}.control .progress[data-v-b7a036de]{display:flex;align-items:center;flex-direction:column;width:100%;text-align:center;margin-bottom:4rem}.control .progress .progress-body[data-v-b7a036de]{position:relative;margin-bottom:1rem;width:70%;height:4px;border-radius:2px;background-color:rgba(var(--a972565c),var(--a972561e),var(--a97255e0),.2);cursor:pointer;line-height:1}.control .progress .progress-body[data-v-b7a036de]:after{content:"";position:absolute;left:0;top:0;width:var(--dd362f70);height:4px;background-color:var(--themeColor);border-radius:2px 0 0 2px}.control .progress .progress-body .progress-dot[data-v-b7a036de]{position:absolute;top:50%;left:var(--dd362f70);transform:translate(-50%,-50%);width:0px;height:0px;border-radius:50%;background-color:var(--themeColor);transition:width .3s ease-in-out,height .3s ease-in-out,background-color .3s ease-in-out}.control .progress .progress-body:hover .progress-dot[data-v-b7a036de]{width:12px;height:12px}.control .progress .progress-time[data-v-b7a036de]{display:flex;align-items:center;justify-content:space-between;width:70%;font-size:.8rem;color:var(--themeColor);opacity:.5}.control .icon[data-v-b7a036de]{color:#fff}.control button[data-v-b7a036de]{background-color:transparent;outline:0;border:none;border-radius:unset;padding:unset;line-height:1;cursor:pointer;transition:all .3s ease-in-out}.control button.switch[data-v-b7a036de]{font-size:4rem}.control button.switch .icon[data-v-b7a036de]{color:var(--themeColor);transition:color .3s ease-in-out}.control button.switch[data-v-b7a036de]:hover{filter:brightness(120%)}.control button.play[data-v-b7a036de]{display:flex;align-items:center;justify-content:center;margin:0 3rem;font-size:2.5rem;line-height:1;width:64px;height:64px;border-radius:50%;background-color:var(--themeColor)}.control button.play[data-v-b7a036de]:hover{box-shadow:0 5px 10px var(--themeColor)}#mp3[data-v-1c5d2963]{display:none}.more[data-v-1c5d2963]{margin-bottom:4rem}.more-button[data-v-1c5d2963]{background-color:transparent;outline:0;border:none;border-radius:3px;padding:3px;color:#333;line-height:1;cursor:pointer}.more-button[data-v-1c5d2963]:hover{background-color:#0000001a}
