.app{font-family:sans-serif;padding:2px;max-width:600px;margin:0 auto}.app-container{padding:10px;background-color:#f8f8f8;min-height:100vh}.player-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #ddd;padding:10px;text-align:center}audio{width:100%;max-width:500px}.search-box{position:relative;margin-bottom:20px}.search-box input{width:100%;padding:12px 40px 12px 15px;border:1px solid #ddd;border-radius:25px;outline:none;font-size:16px;box-sizing:border-box;transition:border-color .3s}.search-box input:focus{border-color:#646cff}.clear-btn{position:absolute;right:15px;top:50%;transform:translateY(-50%);cursor:pointer;color:#999}.no-result{text-align:center;margin-top:50px;color:#999}.m-playlist-scroll{display:flex;overflow-x:auto;gap:12px;padding:5px 0 15px}.m-playlist-scroll::-webkit-scrollbar{display:none}.m-section-header{display:flex;justify-content:space-between;align-items:center;margin:20px 0 15px}.m-section-header h2{font-size:18px;font-weight:700;color:#333}.m-more{color:#999;font-size:12px}.refresh-btn{background:none;border:1px solid #ddd;border-radius:15px;padding:2px 10px;font-size:12px;color:#666;cursor:pointer}.refresh-btn:active{background-color:#eee}.detail-page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:900;overflow-y:auto;padding:20px 20px 100px;box-sizing:border-box;animation:slideIn .3s ease-out}.back-btn{display:flex;align-items:center;gap:6px;background:#f3f4f6;border:none;padding:8px 16px;border-radius:20px;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:10px}.back-btn:hover{background:#e5e7eb;transform:translate(-3px)}.back-btn:active{transform:scale(.95)}.back-btn .icon{font-size:16px}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.detail-nav{margin-bottom:20px}.detail-header{display:flex;gap:20px;margin-bottom:30px}.detail-cover{width:120px;height:120px;border-radius:12px;box-shadow:0 4px 15px #0000001a}@media(max-width:768px){.app-container{padding:10px}.m-section-header h2{font-size:16px}.m-playlist-card{width:120px}.m-playlist-cover-wrap{width:120px;height:120px}.song-item{padding:8px}.cover{width:40px;height:40px}.info .title{font-size:14px}.info .artist{font-size:12px}}@media(max-width:480px){.app-container{padding:5px}.m-section-header{margin:15px 0 10px}.m-section-header h2{font-size:14px}.m-playlist-card{width:100px}.m-playlist-cover-wrap{width:100px;height:100px}.song-item{padding:6px}.cover{width:35px;height:35px}.info .title{font-size:13px}.info .artist{font-size:11px}.refresh-btn{font-size:11px;padding:1px 8px}}.search-results{animation:fadeIn .2s ease-in}.clear-text-btn{background:none;border:none;color:#646cff;font-size:14px;cursor:pointer}.section-header{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.m-search-container{margin:15px 0;width:100%}.m-search-wrapper{position:relative;display:flex;align-items:center;background:#f3f4f6;border-radius:12px;padding:0 15px;transition:all .3s ease;border:2px solid transparent}.m-search-wrapper:focus-within{background:#fff;border-color:#646cff;box-shadow:0 4px 10px #646cff26}.m-search-icon{font-size:14px;margin-right:8px;color:#9ca3af;-webkit-user-select:none;user-select:none}.m-search-input{flex:1;border:none;background:transparent;padding:12px 0;font-size:15px;color:#1f2937;outline:none}.m-search-input::placeholder{color:#9ca3af}.m-search-clear{background:#e5e7eb;border:none;color:#4b5563;cursor:pointer;width:20px;height:20px;font-size:10px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.m-search-clear:hover{background:#d1d5db}@media(max-width:768px){.m-search-input{padding:10px 0;font-size:14px}.m-search-icon{font-size:12px}}@media(max-width:480px){.m-search-input{padding:8px 0;font-size:13px}.m-search-icon{font-size:11px}.m-search-clear{width:18px;height:18px;font-size:8px}}.mini-player{position:fixed;bottom:0;left:0;right:0;height:64px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-top:1px solid #eee;z-index:1000;cursor:pointer}.m-player-bar{position:fixed;bottom:0;left:0;right:0;height:80px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #eee;display:flex;align-items:center;padding:0 20px;z-index:1000}.m-player-info{display:flex;align-items:center;width:30%}.m-player-cover{width:50px;height:50px;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-right:12px}.m-player-text .title{font-weight:700;font-size:14px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m-player-text .artist{font-size:12px;color:#666}.m-player-controls{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.m-control-btns{display:flex;align-items:center;gap:20px}.m-btn-play{width:40px;height:40px;background:#646cff;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.m-progress-container{width:100%;max-width:500px;display:flex;align-items:center;gap:10px;font-size:12px;color:#999}.m-progress-bar{flex:1;height:4px;background:#e5e7eb;border-radius:2px;cursor:pointer;position:relative}.m-progress-fill{height:100%;background:#646cff;border-radius:2px;position:relative}.m-progress-fill:after{content:"";position:absolute;right:-6px;top:-4px;width:12px;height:12px;background:#fff;border:2px solid #646cff;border-radius:50%}.full-screen-player{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#121212;color:#fff;z-index:2000;display:flex;flex-direction:column}.full-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.disc-section,.lyric-section{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.vinyl-record{position:relative;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,#222 30%,#111);border:8px solid #333;box-shadow:0 10px 40px #0009;display:flex;justify-content:center;align-items:center;transition:transform .5s ease}.vinyl-cover{width:180px;height:180px;border-radius:50%;object-fit:cover;border:4px solid #000}.vinyl-record:after{content:"";position:absolute;width:12px;height:12px;background:#121212;border-radius:50%;border:2px solid rgba(255,255,255,.2);z-index:10}.rotating{animation:rotateAni 20s linear infinite}.vinyl-record.paused{animation-play-state:paused}@keyframes rotateAni{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.slide-up-enter-active,.slide-up-leave-active{transition:transform .4s cubic-bezier(.32,.72,0,1)}.slide-up-enter-from,.slide-up-leave-to{transform:translateY(100vh)}.full-header{display:flex;justify-content:space-between;align-items:center;padding:20px;height:60px;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.header-text{text-align:center;flex:1;min-width:0}.header-text h3{margin:0;font-size:18px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-text p{margin:4px 0 0;font-size:13px;color:#fff9}.close-btn{width:80px;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:10px}.placeholder{width:80px}.full-controls{padding:40px 20px 60px;display:flex;flex-direction:column;align-items:center;gap:30px}.main-btns{display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.side-btn{background:none;border:none;color:#ffffffe6;font-size:32px;cursor:pointer;transition:transform .2s,opacity .2s;display:flex;align-items:center}.side-btn:hover{opacity:.8}.side-btn:active{transform:scale(.9)}.play-btn-large{width:72px;height:72px;border-radius:50%;background:#fff;border:none;color:#000;font-size:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #fff3;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.play-btn-large:hover{transform:scale(1.05);box-shadow:0 6px 20px #ffffff4d}.play-btn-large:active{transform:scale(.95)}.progress-bar-wrap{width:90%;max-width:500px;display:flex;align-items:center;gap:12px;font-family:monospace;font-size:12px;color:#ffffff80}.progress-bg{flex:1;height:4px;background:#ffffff1a;border-radius:2px;position:relative;cursor:pointer}.progress-current{height:100%;background:#fff;border-radius:2px;position:relative}.progress-current:after{content:"";position:absolute;right:-6px;top:-4px;width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 0 10px #00000080}@media(min-width:768px)or (orientation:landscape){.full-main{flex-direction:row}}@media(max-width:768px){.m-player-bar{height:70px;padding:0 15px}.m-player-cover{width:40px;height:40px}.m-player-text .title{font-size:12px}.m-player-text .artist{font-size:10px}.m-btn-play{width:35px;height:35px;font-size:16px}.m-control-btns button{font-size:14px}.m-progress-container{font-size:11px}}@media(max-width:480px){.m-player-bar{height:60px;padding:0 10px}.m-player-info{width:25%}.m-player-cover{width:35px;height:35px}.m-player-text .title{font-size:11px}.m-player-text .artist{font-size:9px}.m-btn-play{width:30px;height:30px;font-size:14px}.m-control-btns button{font-size:12px}.m-progress-container{font-size:10px}}.m-playlist-card{width:126px;cursor:pointer;margin-right:14px;flex-shrink:0}.m-playlist-cover-wrap{position:relative;width:126px;height:126px}.m-playlist-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;color:#fff;background:#0009;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .3s ease;pointer-events:none;z-index:1}.m-playlist-cover{width:100%;height:100%;border-radius:12px;object-fit:cover}.m-playlist-name{margin-top:8px;font-size:14px;line-height:1.4;text-align:center}@media(max-width:768px){.m-playlist-name{font-size:13px}}@media(max-width:480px){.m-playlist-name{font-size:12px}}.song-list{display:flex;flex-direction:column;gap:12px}.song-item{display:flex;align-items:center;padding:12px;border-radius:8px;background:#f8f9fa;cursor:pointer;transition:all .3s ease}.song-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.song-item.active{background:#55c584;color:#fff}.cover{width:50px;height:50px;border-radius:6px;object-fit:cover;margin-right:12px}.info{flex:1}.title{font-weight:600;margin-bottom:4px}.artist{font-size:14px;color:#6c757d}.song-item.active .artist{color:#fffc}.play-count{display:flex;align-items:center;gap:6px;background:#ff63471a;padding:6px 10px;border-radius:12px;font-size:14px;font-weight:500}.fire-icon{font-size:16px}.count{color:tomato}.song-item.active .count{color:gold}.lyric-container[data-v-77c554a5]{height:100%;width:100%;overflow:hidden;position:relative;-webkit-mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}.lyric-wrapper[data-v-77c554a5]{transition:transform .3s ease-out;text-align:center}.lyric-line[data-v-77c554a5]{height:40px;line-height:40px;margin:0;color:#fff6;transition:all .3s;font-size:16px}.lyric-line.active[data-v-77c554a5]{color:#0e725b;font-size:18px;font-weight:700;transform:scale(1.1)}
