*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.app{display:flex;height:100vh;background:url(/_next/static/media/8.8cd75ca2.jpg) no-repeat;background-size:cover}.sidebar{width:250px;color:white;padding:1rem;height:calc(100vh - 106px);border-radius:10px;overflow-y:auto;background-color:rgb(255 255 255/.1);border:1px solid rgb(255 255 255/.2);margin:14px 0 20px 14px;flex-shrink:0}.sidebar-header h1{font-size:1.2rem;margin-bottom:1rem;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:1rem;letter-spacing:1px}.sidebar-nav{list-style:none}.sidebar-nav li{margin-bottom:.5rem}.nav-link{display:flex;align-items:center;padding:.8rem;color:white;text-decoration:none;border-radius:8px;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);transition:all .6s ease;z-index:0}.nav-link.active:before{width:300px;height:300px}.nav-link:hover{background-color:rgba(255,255,255,.1)}.nav-link i{width:20px}.nav-label,.nav-link i{position:relative;z-index:1}.nav-label{margin-left:.7rem}.main-content{flex:1 1;padding:22px 0 120px 1rem;animation:fadeInUp .5s ease-in;will-change:opacity,transform}@keyframes fadeInUp{0%{opacity:0;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.content-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;position:absolute;top:15px;width:calc(100% - 29px);height:55px;padding:0 10px;z-index:9;-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);border-radius:10px;background-color:#ffffff1a;border:1px solid #fff3}.content-header h2{font-size:1.2rem;font-weight:600;color:white}.content-body{height:calc(100vh - 115px);overflow-y:auto;padding-right:13px;scrollbar-gutter:stable}.content-body::-webkit-scrollbar{width:8px}.content-body::-webkit-scrollbar-track{background:transparent}.content-body::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}.content-body::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.content-body{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.home-sections{display:flex;flex-direction:column;gap:3rem;margin-top:58px}.section h3{font-size:16px;margin-bottom:7px;color:white;text-indent:10px}.playlist-grid{grid-template-columns:repeat(auto-fill,minmax(149px,1fr));grid-gap:.7rem;gap:.7rem;display:grid}.playlist-card{border-radius:12px;overflow:hidden;background-color:#ffffff1a;border:1px solid #fff3;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;padding:12px}.playlist-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.playlist-cover{position:relative;aspect-ratio:1;overflow:hidden}.playlist-cover img{width:100%;height:100%;object-fit:cover;border-radius:10px}.playlist-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(205,203,203,.5);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease}.playlist-card:hover .playlist-overlay{opacity:1}.playlist-overlay .play-btn{width:40px;height:40px;border-radius:50%;background:#007bff;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .3s ease}.playlist-overlay .play-btn:hover{background:#0056b3;transform:scale(1.1)}.playlist-overlay .collect-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);color:#666;font-size:14px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .3s ease}.playlist-overlay .collect-btn:hover{background:white;color:#333;transform:scale(1.1)}.playlist-overlay .collect-btn.collected{background:#ff4757;color:white;font-size:14px}.playlist-overlay .collect-btn.collected:hover{background:#e63946}.playlist-overlay .collect-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.playlist-info{padding:1rem 0 0}.playlist-des{display:flex;justify-content:space-between;align-items:center}.playlist-info h4{font-size:1.1rem;margin-bottom:.5rem;color:#ffffff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;max-height:3em;line-height:1.5em}.playlist-info p{color:#ffffff;font-size:.9rem}.search-playlist-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.song-list{border-radius:12px;overflow:hidden;background-color:rgb(255 255 255/.1);border:1px solid rgba(255,255,255,.144)}.song-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #ffffff25;transition:background-color .3s ease}.song-item:hover{background-color:#f8f9fa18}.song-item.playing{border-left:4px solid #e7ff5a}.song-item.playing,.song-item.playing:hover{background-color:#ffffff40}.song-item:last-child{border-bottom:none}.song-index{width:40px;text-align:center;color:#ffffff;font-weight:500;display:none}.song-cover{width:50px;height:50px;margin-right:1rem;border-radius:4px;overflow:hidden}.song-cover img{width:100%;height:100%;object-fit:cover}.song-info{flex:1 1;min-width:0}.song-title{font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:white;max-width:400px;display:flex;align-items:center}.song-title .song-platform{margin-left:6px}.song-artist{color:rgb(255 255 255/.6);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:400px}.song-platform{background:#f0f0f0;border-radius:4px;height:1.7rem;margin:0;padding:0 4px;font-size:11px;height:20px;display:flex;justify-content:center;align-items:center}.song-platform-wyy{color:white;background-color:#fc1c2d}.song-platform-qq{color:white;background-color:green}.song-duration{color:#666;font-size:.9rem;margin-right:1rem}.song-actions{display:flex;gap:.5rem}.action-btn{width:32px;height:32px;font-size:17px;border:none;border-radius:4px;background:transparent;color:#ffffff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.action-btn:hover{background:#e9ecef;color:#333}.empty-state{text-align:center;color:#fff;padding:3rem;width:calc(100vw - 400px);margin:auto;height:calc(100vh - 200px);display:flex;justify-content:center;align-items:center;flex-direction:column}.empty-state i{font-size:3rem;margin-bottom:1rem;color:#ddd}.empty-state a{color:#007bff;text-decoration:none}.empty-state a:hover{text-decoration:underline}.search-welcome{text-align:center;padding:3rem 2rem;color:#ffffff;max-width:500px;margin:0 auto}.search-welcome i{font-size:3rem;color:#667eea;margin-bottom:1rem}.search-welcome h3{font-size:1.2rem;margin-bottom:.5rem;color:#ffffff}.search-welcome>p{font-size:1rem;margin-bottom:2rem;color:#dadada}.search-tips{background-color:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:1rem;margin-top:1rem}.search-tips p{margin:0;font-size:.9rem;color:#ffffff;display:flex;align-items:center;justify-content:center;gap:.5rem}.search-tips i{color:#f39c12;font-size:.9rem;margin:0}.search-empty{color:white;display:flex;justify-content:center;align-items:center;flex-direction:column;line-height:30px;font-size:20px}.search-empty-hint{font-size:.9rem;color:#999;margin-top:.5rem}.now-playing,.play-history,.search-page{margin-top:58px}.profile-card{margin-top:58px!important}.favorites-content{margin-top:58px}.search-bar,.search-container{margin-bottom:1rem}.search-bar{display:flex}.search-bar input{flex:1 1;padding:1rem;border-radius:8px 0 0 8px;font-size:1rem;outline:none;background-color:#ffffff1a;border:1px solid #fff3;color:white}.search-bar input:focus{border-color:#ffffff1a}.search-bar input::placeholder{color:rgb(219,219,219)}.search-btn{padding:1rem 1.5rem;background:#ffffff40;color:white;border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:background .3s ease;font-size:16px}.search-btn:hover{background:#ffffff59}.search-tabs{display:flex;gap:1rem}.tab-btn{color:#666;cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:5px 10px;transition:all .3s;font-size:16px}.tab-btn.active{background:#007bff;color:white}.tab-btn.active,.tab-btn:hover{border-color:#007bff}.search-loading{text-align:center;padding:2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.music-player{position:fixed;bottom:0;left:0;right:0;padding:1rem 2rem;gap:2rem;z-index:1000;height:80px;color:white;background-color:rgb(255 255 255/.1);border:1px solid rgb(255 255 255/.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.music-player,.player-info{display:flex;align-items:center}.player-info{gap:1rem;width:300px}.current-cover{width:50px;height:50px;border-radius:4px;object-fit:cover}.track-info{flex:1 1;min-width:0}.track-title{font-weight:500;margin-bottom:.25rem}.track-artist,.track-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-artist{color:#666;font-size:.9rem}.player-controls{gap:1rem}.control-btn,.player-controls{display:flex;align-items:center}.control-btn{width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:#ffffff;cursor:pointer;justify-content:center;transition:all .3s ease}.control-btn:hover{background:orange;color:#ffffff}.play-btn{width:50px;height:50px;background:#007bff;color:white}.play-btn:hover{background:#0056b3}.player-progress{flex:1 1;display:flex;align-items:center;gap:1rem;max-width:500px}.time{font-size:.9rem;color:#ffffff;min-width:40px}.progress-bar{flex:1 1;height:6px;background:#e9ecef;border-radius:3px;position:relative;cursor:pointer}.progress-fill{height:100%;background:#007bff;border-radius:3px;transition:width .1s ease}.progress-handle{position:absolute;top:50%;right:0;transform:translateY(-50%);width:12px;height:12px;background:#007bff;border-radius:50%;opacity:0;transition:opacity .3s ease}.progress-bar:hover .progress-handle{opacity:1}.player-volume{display:flex;align-items:center;gap:.5rem;width:150px}.volume-slider{flex:1 1;height:6px;background:#e9ecef;border-radius:3px;position:relative;cursor:pointer}.volume-fill{height:100%;background:#007bff;border-radius:3px;transition:width .1s ease}.volume-handle{position:absolute;top:50%;right:0;transform:translateY(-50%);width:12px;height:12px;background:#007bff;border-radius:50%;opacity:0;transition:opacity .3s ease}.volume-slider:hover .volume-handle{opacity:1}.toast-container{position:fixed;top:20px;right:20px;z-index:2000;display:flex;flex-direction:column;gap:10px}.toast{background:#333;color:white;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.2);transform:translateX(100%);opacity:0;transition:all .3s ease}.toast.show{transform:translateX(0);opacity:1}.settings-container{max-width:600px}.settings-group{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.setting-item{padding:1rem 0;border-bottom:1px solid #f0f0f0}.setting-item:last-child{border-bottom:none}.setting-item label{display:block;font-weight:500;margin-bottom:.5rem;color:#333}.setting-item p{color:#666;margin:0;font-size:.9rem}.view-all-btn{display:inline-block;padding:.5rem 1rem;background:#007bff;color:white;text-decoration:none;border-radius:20px;font-size:.9rem;transition:background .3s ease}.view-all-btn:hover{background:#0056b3}.section-footer{text-align:center;margin-top:1rem}.user-info{gap:.75rem;position:relative;min-width:120px}.user-avatar,.user-info{display:flex;align-items:center}.user-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);justify-content:center;color:white;cursor:pointer;transition:all .2s ease}.user-avatar:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.user-details{flex:1 1;min-width:0}.user-name{font-weight:600;color:white;font-size:.9rem}.user-email,.user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{color:rgba(255,255,255,.8);font-size:.8rem}.user-menu-btn{background:none;border:none;color:rgba(255,255,255,.8);cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.user-menu-btn:hover{background:rgba(255,255,255,.1);color:white}.user-menu{position:absolute;top:100%;right:0;background:white;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);min-width:180px;z-index:1000;overflow:hidden}.user-menu-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:none;width:100%;text-align:left;color:#333;text-decoration:none;transition:background-color .2s ease;cursor:pointer;font-size:.9rem}.user-menu-item:hover{background-color:#f8f9fa}.auth-buttons{display:flex;flex-direction:column;gap:.5rem;min-width:120px}.auth-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;text-align:center}.login-btn{background:rgba(255,255,255,.2);color:white;border:1px solid rgba(255,255,255,.3)}.login-btn:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.register-btn{background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2)}.register-btn:hover{background:rgba(255,255,255,.2);transform:translateY(-1px)}.user-loading{height:60px;min-width:60px}.scroll-loading,.user-loading{display:flex;justify-content:center;align-items:center}.scroll-loading{flex-direction:column;padding:2rem 1rem;gap:1rem;color:#ffffff}.scroll-loading .loading-spinner{width:24px;height:24px;border:2px solid #f3f3f3;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.scroll-hint{font-size:14px;color:#999;text-align:center;padding:1rem;border:1px dashed #ddd;border-radius:8px;background:#f9f9f9;margin:0}.load-complete{display:flex;justify-content:center;align-items:center;padding:2rem 1rem;color:#ffffff;border-top:1px solid #eee;margin-top:1rem}.load-complete p{font-size:14px;margin:0;padding:.5rem 1rem;background:#f0f0f0;border-radius:20px}.load-more-manual-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#667eea;color:white;border:none;border-radius:25px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px rgba(102,126,234,.3)}.load-more-manual-btn:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.load-more-manual-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.load-more-manual-btn i{font-size:12px}.sidebar-user{display:flex;align-items:center;min-width:200px;justify-content:flex-end}