.search-bar{display:flex;gap:1rem;margin-bottom:2rem}.search-input{flex:1;padding:.875rem 1.25rem;font-size:1rem;background:var(--surface);border:2px solid var(--border-color);border-radius:12px;color:var(--text-primary);outline:none;transition:all .3s ease}.search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #6366f11a}.search-input:disabled{opacity:.6;cursor:not-allowed}.search-input::placeholder{color:var(--text-secondary)}.search-button{padding:.875rem 2rem;font-size:1rem;font-weight:500;background:var(--primary-color);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.search-button:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.search-bar{flex-direction:column}.search-button{width:100%}}.music-list{display:flex;flex-direction:column;gap:.75rem}.music-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--surface);border:2px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.music-item:hover{background:var(--surface-hover);border-color:var(--primary-color);transform:translate(4px)}.music-item.active{background:#6366f11a;border-color:var(--primary-color)}.music-cover{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--surface-hover)}.music-cover img{width:100%;height:100%;object-fit:cover}.music-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.music-info{flex:1;min-width:0}.music-title{font-size:1rem;font-weight:500;color:var(--text-primary);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-artist{font-size:.875rem;color:var(--text-secondary);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-album{font-size:.75rem;color:var(--text-secondary);opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-loading{font-size:.875rem;color:var(--primary-color);padding:.5rem;flex-shrink:0}.music-item.loading{opacity:.8}.music-list-empty{text-align:center;padding:4rem 2rem;color:var(--text-secondary)}.music-list-empty p{margin:.5rem 0}.music-list-empty .hint{font-size:.875rem;opacity:.7}@media (max-width: 768px){.music-item{padding:.75rem;gap:.75rem}.music-cover{width:56px;height:56px}.music-title{font-size:.9rem}.music-artist{font-size:.8rem}}.player{position:fixed;bottom:0;left:0;right:0;background:#2a2a2a;border-top:none;padding:0;box-shadow:0 -2px 10px #0000004d;z-index:1000}.player-top-progress{width:100%;height:6px;position:relative;cursor:pointer;background:#3a3a3a;transition:height .2s ease}.player-top-progress:hover{height:8px}.player-top-progress-slider{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer;z-index:10;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent}.player-top-progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#4ade80;cursor:pointer;box-shadow:0 0 4px #4ade8080;transition:transform .2s ease}.player-top-progress-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.player-top-progress-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#4ade80;cursor:pointer;border:none;box-shadow:0 0 4px #4ade8080;transition:transform .2s ease}.player-top-progress-slider::-moz-range-thumb:hover{transform:scale(1.2)}.player-top-progress-slider::-webkit-slider-runnable-track{height:100%;background:transparent}.player-top-progress-slider::-moz-range-track{height:100%;background:transparent}.player-top-progress-bar{position:absolute;top:0;left:0;height:100%;background:#4ade80;transition:width .1s linear;pointer-events:none;z-index:1}.player-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;gap:1rem;height:70px}.player-left{display:flex;align-items:center;gap:.75rem;flex-shrink:0;min-width:0}.player-cover{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#3a3a3a;transition:all .2s ease;cursor:pointer}.player-cover:hover{transform:scale(1.05)}.player-cover img{width:100%;height:100%;object-fit:cover}.player-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.player-info{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.player-title{font-size:.9rem;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.player-artist{font-size:.8rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.player-center{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0}.player-control-btn{background:#3a3a3a;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:1rem;width:32px;height:32px;-webkit-user-select:none;user-select:none}.player-control-btn:hover:not(:disabled){background:#4a4a4a}.player-control-btn:disabled{opacity:.4;cursor:not-allowed}.player-play-btn{width:40px;height:40px;font-size:1.2rem;background:#3a3a3a}.player-play-btn:hover:not(:disabled){background:#4a4a4a}.player-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.player-time-display{font-size:.85rem;color:#fff;white-space:nowrap;font-variant-numeric:tabular-nums}.player-volume-group{display:flex;align-items:center;gap:.5rem}.player-volume-icon{font-size:1rem;color:#fff;display:flex;align-items:center;width:20px}.player-volume-slider{width:80px;height:4px;border-radius:2px;background:#3a3a3a;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative}.player-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#4ade80;cursor:pointer;transition:all .2s ease}.player-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.player-volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#4ade80;cursor:pointer;border:none;transition:all .2s ease}.player-volume-slider::-moz-range-thumb:hover{transform:scale(1.2)}.player-volume-slider{background:linear-gradient(to right,#4ade80 0%,#4ade80 var(--volume-percent, 0%),#3a3a3a var(--volume-percent, 0%),#3a3a3a 100%)}.player-volume-slider::-webkit-slider-runnable-track{height:4px;background:linear-gradient(to right,#4ade80 0%,#4ade80 var(--volume-percent, 0%),#3a3a3a var(--volume-percent, 0%),#3a3a3a 100%)}.player-volume-slider::-moz-range-track{height:4px;background:#3a3a3a;position:relative}.player-volume-slider::-moz-range-progress{height:4px;background:#4ade80;border-radius:2px}.player-loop-btn,.player-lyrics-btn{font-size:.9rem}.player-lyrics-btn{font-weight:500}.lyrics-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:73px;background:#00000080;z-index:999;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease;pointer-events:none}.lyrics-modal-overlay>*{pointer-events:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lyrics-modal{width:100%;max-width:600px;max-height:70vh;background:var(--surface);border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 20px var(--shadow);display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}.lyrics-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.lyrics-modal-title{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.lyrics-modal-song{font-size:1.1rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lyrics-modal-artist{font-size:.9rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lyrics-modal-close{background:transparent;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lyrics-modal-close:hover{background:var(--surface-hover);color:var(--text-primary);transform:scale(1.1)}.lyrics-modal-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;scrollbar-width:none;-ms-overflow-style:none}.lyrics-modal-content::-webkit-scrollbar{display:none}.lyric-line{font-size:1rem;color:var(--text-secondary);padding:.5rem 0;transition:all .3s ease;text-align:center;line-height:1.6}.lyric-line.active{color:var(--primary-color);font-weight:600;font-size:1.2rem;transform:scale(1.05)}@media (max-width: 768px){.player-content{padding:.5rem;gap:.5rem;height:60px}.player-cover{width:36px;height:36px}.player-title{font-size:.85rem}.player-artist{font-size:.75rem}.player-control-btn{width:28px;height:28px;font-size:.9rem}.player-play-btn{width:36px;height:36px;font-size:1rem}.player-time-display{font-size:.75rem}.player-volume-slider{width:60px}.player-right{gap:.5rem}.lyrics-modal{max-height:80vh}.lyrics-modal-header{padding:1rem}.lyrics-modal-content{padding:1rem;gap:.75rem}.lyrics-modal-song{font-size:1rem}.lyrics-modal-artist{font-size:.85rem}.lyric-line{font-size:.9rem}.lyric-line.active{font-size:1.1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--surface);padding:1.5rem 2rem;border-bottom:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}.app-header h1{font-size:1.75rem;font-weight:600;color:var(--text-primary)}.app-main{flex:1;padding:2rem;padding-bottom:calc(2rem + 200px);max-width:1200px;width:100%;margin:0 auto}.search-info{margin:1.5rem 0;color:var(--text-secondary);font-size:.9rem}.search-info p{margin:.5rem 0}@media (max-width: 768px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem}.app-main{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--secondary-color: #8b5cf6;--background: #0f172a;--surface: #1e293b;--surface-hover: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--border-color: #334155;--shadow: rgba(0, 0, 0, .3)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--background);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}
