.navbar[data-v-bf6c477b]{height:var(--nav-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);z-index:100;background:#0a0a0ff2;position:fixed;top:0;left:0;right:0}.nav-inner[data-v-bf6c477b]{align-items:center;gap:32px;max-width:1400px;height:100%;margin:0 auto;padding:0 32px;display:flex}.logo[data-v-bf6c477b]{flex-shrink:0;align-items:center;gap:8px;display:flex}.logo-icon[data-v-bf6c477b]{color:var(--accent);font-size:28px}.logo-text[data-v-bf6c477b]{background:linear-gradient(135deg, var(--accent-light), #a78bfa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:20px;font-weight:700}.nav-links[data-v-bf6c477b]{gap:4px;display:flex}.nav-link[data-v-bf6c477b]{border-radius:var(--radius-sm);color:var(--text-secondary);padding:8px 16px;font-size:15px;transition:all .2s}.nav-link[data-v-bf6c477b]:hover{color:var(--text-primary);background:var(--bg-hover)}.nav-link.active[data-v-bf6c477b]{color:var(--accent-light);background:#6366f11a}.search-bar[data-v-bf6c477b]{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;flex:1;align-items:center;max-width:360px;margin-left:auto;padding:0 4px 0 16px;transition:border-color .2s;display:flex}.search-bar[data-v-bf6c477b]:focus-within{border-color:var(--accent)}.search-bar input[data-v-bf6c477b]{height:36px;color:var(--text-primary);flex:1;font-size:14px}.search-bar input[data-v-bf6c477b]::placeholder{color:var(--text-muted)}.search-btn[data-v-bf6c477b]{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex}.search-btn[data-v-bf6c477b]:hover{background:var(--bg-hover)}.playlist-panel[data-v-b9ee8dae]{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius);width:380px;max-height:420px;box-shadow:var(--shadow);flex-direction:column;display:flex;position:absolute;bottom:100%;right:32px;overflow:hidden}.playlist-header[data-v-b9ee8dae]{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.playlist-header h3[data-v-b9ee8dae]{font-size:15px;font-weight:600}.clear-btn[data-v-b9ee8dae]{color:var(--text-muted);border-radius:var(--radius-sm);border:1px solid var(--border-color);padding:4px 12px;font-size:12px;transition:all .2s}.clear-btn[data-v-b9ee8dae]:hover{color:#ef4444;border-color:#ef4444}.playlist-list[data-v-b9ee8dae]{flex:1;padding:8px 0;overflow-y:auto}.playlist-item[data-v-b9ee8dae]{cursor:pointer;align-items:center;gap:12px;padding:10px 16px;transition:background .2s;display:flex}.playlist-item[data-v-b9ee8dae]:hover{background:var(--bg-hover)}.playlist-item.active[data-v-b9ee8dae]{background:#6366f11a}.item-cover[data-v-b9ee8dae]{object-fit:cover;border-radius:6px;width:40px;height:40px}.item-info[data-v-b9ee8dae]{flex:1;min-width:0}.item-title[data-v-b9ee8dae]{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;overflow:hidden}.item-artist[data-v-b9ee8dae]{color:var(--text-muted);margin-top:2px;font-size:11px}.item-duration[data-v-b9ee8dae]{color:var(--text-muted);flex-shrink:0;font-size:12px}.remove-btn[data-v-b9ee8dae]{color:var(--text-muted);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;transition:all .2s;display:flex}.playlist-item:hover .remove-btn[data-v-b9ee8dae]{opacity:1}.remove-btn[data-v-b9ee8dae]:hover{color:#ef4444;background:#ef44441a}.empty-state[data-v-b9ee8dae]{text-align:center;color:var(--text-muted);padding:40px;font-size:14px}.player-bar[data-v-20dac030]{height:var(--player-height);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border-color);z-index:200;background:#0c0c14fa;position:fixed;bottom:0;left:0;right:0}.player-inner[data-v-20dac030]{align-items:center;gap:24px;max-width:1400px;height:100%;margin:0 auto;padding:0 32px;display:flex}.player-left[data-v-20dac030]{flex-shrink:0;width:280px}.song-info[data-v-20dac030]{align-items:center;gap:12px;display:flex}.cover-wrap[data-v-20dac030]{cursor:pointer;border-radius:8px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}.cover-wrap:hover .cover-expand[data-v-20dac030]{opacity:1}.song-info .cover[data-v-20dac030]{object-fit:cover;border-radius:8px;width:48px;height:48px;display:block}.cover-expand[data-v-20dac030]{opacity:0;color:#fff;background:#00000073;border-radius:8px;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.song-info .text .title[data-v-20dac030]{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:14px;font-weight:600;overflow:hidden}.song-info .text .artist[data-v-20dac030]{color:var(--text-secondary);margin-top:2px;font-size:12px}.song-info.empty .text .title[data-v-20dac030]{color:var(--text-muted)}.fav-btn[data-v-20dac030]{color:var(--text-muted);margin-left:auto;font-size:18px;transition:color .2s,transform .2s}.fav-btn[data-v-20dac030]:hover{color:var(--text-secondary)}.fav-btn.favorited[data-v-20dac030]{color:#ef4444}.player-center[data-v-20dac030]{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.controls[data-v-20dac030]{align-items:center;gap:16px;display:flex}.ctrl-btn[data-v-20dac030]{color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:color .2s;display:flex}.ctrl-btn[data-v-20dac030]:hover{color:var(--text-primary);background:var(--bg-hover)}.ctrl-btn.active[data-v-20dac030]{color:var(--accent-light)}.play-btn[data-v-20dac030]{background:var(--accent);color:#fff;width:40px;height:40px;font-size:16px}.play-btn[data-v-20dac030]:hover{background:var(--accent-light);color:#fff}.progress-area[data-v-20dac030]{align-items:center;gap:12px;width:100%;max-width:520px;display:flex}.time[data-v-20dac030]{color:var(--text-muted);text-align:center;font-variant-numeric:tabular-nums;min-width:35px;font-size:11px}.progress-bar[data-v-20dac030]{cursor:pointer;flex:1;align-items:center;height:20px;display:flex}.progress-track[data-v-20dac030]{background:var(--border-color);border-radius:2px;width:100%;height:4px;position:relative}.progress-fill[data-v-20dac030]{background:var(--accent);border-radius:2px;height:100%;transition:width .1s linear}.progress-thumb[data-v-20dac030]{opacity:0;pointer-events:none;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s;position:absolute;top:50%;transform:translate(-50%,-50%)}.progress-bar:hover .progress-thumb[data-v-20dac030]{opacity:1}.progress-bar:hover .progress-track[data-v-20dac030],.progress-bar:hover .progress-fill[data-v-20dac030]{height:6px}.player-right[data-v-20dac030]{flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;width:200px;display:flex}.download-btn[data-v-20dac030]:hover{color:#10b981}.volume-bar[data-v-20dac030]{cursor:pointer;align-items:center;width:100px;height:20px;display:flex}.volume-track[data-v-20dac030]{background:var(--border-color);border-radius:2px;width:100%;height:4px}.volume-fill[data-v-20dac030]{background:var(--accent-light);border-radius:2px;height:100%}.lyrics-panel[data-v-20dac030]{border:1px solid var(--border-color);background:#0c0c14f5;border-bottom:none;border-radius:12px 12px 0 0;width:90%;max-width:600px;max-height:300px;padding:20px;position:absolute;bottom:100%;left:50%;overflow:hidden;transform:translate(-50%)}.lyrics-content[data-v-20dac030]{scroll-behavior:smooth;height:100%;max-height:260px;overflow-y:auto}.lyric-line[data-v-20dac030]{color:var(--text-muted);text-align:center;cursor:pointer;padding:4px 0;font-size:14px;line-height:2;transition:color .3s,font-size .3s}.lyric-line.active[data-v-20dac030]{color:var(--accent-light);font-size:16px;font-weight:600}.lyrics-content[data-v-20dac030]::-webkit-scrollbar{width:4px}.lyrics-content[data-v-20dac030]::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.slide-up-enter-active[data-v-20dac030],.slide-up-leave-active[data-v-20dac030]{transition:transform .3s,opacity .3s}.slide-up-enter-from[data-v-20dac030],.slide-up-leave-to[data-v-20dac030]{opacity:0;transform:translateY(20px)}.fade-enter-active[data-v-20dac030],.fade-leave-active[data-v-20dac030]{transition:opacity .3s}.fade-enter-from[data-v-20dac030],.fade-leave-to[data-v-20dac030]{opacity:0}.vip-toast[data-v-20dac030]{color:#fff;white-space:nowrap;z-index:300;pointer-events:none;background:#ef4444eb;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500;position:absolute;top:-48px;left:50%;transform:translate(-50%)}@media (width<=768px){.player-left[data-v-20dac030]{width:180px}.player-right[data-v-20dac030]{width:120px}.volume-bar[data-v-20dac030]{width:60px}}.desktop-lyrics[data-v-df1cd797]{z-index:9999;-webkit-user-select:none;user-select:none;pointer-events:auto;cursor:grab;background:0 0;min-width:160px;max-width:600px;padding:0;position:fixed}.desktop-header[data-v-df1cd797]{opacity:0;flex-direction:column;align-items:flex-end;padding:4px;transition:opacity .2s;display:flex}.desktop-lyrics:hover .desktop-header[data-v-df1cd797]{opacity:1}.desktop-controls[data-v-df1cd797]{cursor:default;gap:4px;display:flex}.dl-btn[data-v-df1cd797]{color:#fff6;cursor:pointer;background:#0000004d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.dl-btn[data-v-df1cd797]:hover{color:#ffffffe6;background:#ffffff26}.color-picker[data-v-df1cd797]{cursor:default;background:#0c0c14e6;border-radius:8px;gap:4px;margin-top:4px;padding:6px 8px;display:flex}.color-swatch[data-v-df1cd797]{cursor:pointer;border:2px solid #0000;border-radius:50%;width:20px;height:20px;transition:border-color .2s}.color-swatch[data-v-df1cd797]:hover{border-color:#ffffff80}.color-swatch.active[data-v-df1cd797]{border-color:#fff}.desktop-body[data-v-df1cd797]{padding:0 8px}.desktop-next-row[data-v-df1cd797]{color:#ffffff40;text-align:center;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;line-height:1.4;overflow:hidden}.desktop-lyric-row[data-v-df1cd797]{justify-content:center;align-items:center;min-height:36px;display:flex}.desktop-lyric-text[data-v-df1cd797]{color:#ffffff4d;text-align:center;text-overflow:ellipsis;font-size:20px;font-weight:700;line-height:1.5;transition:color .3s;overflow:hidden}.desktop-lyric-text.active[data-v-df1cd797]{color:var(--lyric-color,#818cf8);text-shadow:0 0 20px color-mix(in srgb, var(--lyric-color,#818cf8) 40%, transparent)}.resize-handle[data-v-df1cd797]{cursor:nwse-resize;opacity:0;width:16px;height:16px;transition:opacity .2s;position:absolute;bottom:0;right:0}.resize-handle[data-v-df1cd797]:after{content:"";border-bottom:2px solid #ffffff4d;border-right:2px solid #ffffff4d;width:10px;height:10px;position:absolute;bottom:3px;right:3px}.desktop-lyrics:hover .resize-handle[data-v-df1cd797]{opacity:1}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-card:#1a1a26;--bg-hover:#24243a;--text-primary:#f0f0f5;--text-secondary:#8888a0;--text-muted:#555570;--accent:#6366f1;--accent-light:#818cf8;--accent-dark:#4f46e5;--border-color:#2a2a3e;--shadow:0 4px 24px #0006;--radius:12px;--radius-sm:8px;--nav-height:64px;--player-height:80px}html,body{background:var(--bg-primary);height:100%;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;overflow-x:hidden}#app{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;outline:none;font-family:inherit}input{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}ul,li{list-style:none}img{display:block}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.page-container{margin-top:var(--nav-height);margin-bottom:var(--player-height);flex:1;width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding:24px 32px}.section-title{color:var(--text-primary);margin-bottom:20px;font-size:24px;font-weight:700}.section-subtitle{color:var(--text-secondary);margin-bottom:24px;font-size:14px}.card-grid{gap:16px;display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.slide-up-enter-active,.slide-up-leave-active{transition:all .3s}.slide-up-enter-from,.slide-up-leave-to{opacity:0;transform:translateY(20px)}
