.SongList-module__j8JSzG__listContainer{flex-direction:column;gap:.5rem;width:100%;display:flex}.SongList-module__j8JSzG__songRow{color:var(--text-secondary);cursor:pointer;border-radius:12px;grid-template-columns:50px 2fr 1.5fr 1fr 80px;align-items:center;padding:.8rem 1rem;transition:background .2s;display:grid}.SongList-module__j8JSzG__songRow:hover{background:#ffffff14}.SongList-module__j8JSzG__songRow:hover .SongList-module__j8JSzG__actions{opacity:1}.SongList-module__j8JSzG__active{color:var(--accent-color);background:#ffffff1f}.SongList-module__j8JSzG__index{color:var(--text-muted);text-align:center;justify-content:center;align-items:center;font-size:.9rem;display:flex}.SongList-module__j8JSzG__playingIndicator{align-items:flex-end;gap:2px;height:12px;display:flex}.SongList-module__j8JSzG__playingIndicator span{background-color:var(--accent-color);width:3px;animation:1s ease-in-out infinite SongList-module__j8JSzG__bounce}.SongList-module__j8JSzG__playingIndicator span:first-child{height:60%;animation-delay:0s}.SongList-module__j8JSzG__playingIndicator span:nth-child(2){height:100%;animation-delay:.2s}.SongList-module__j8JSzG__playingIndicator span:nth-child(3){height:40%;animation-delay:.4s}@keyframes SongList-module__j8JSzG__bounce{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.SongList-module__j8JSzG__titleCol{flex-direction:column;gap:.2rem;display:flex;overflow:hidden}.SongList-module__j8JSzG__songName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;overflow:hidden}.SongList-module__j8JSzG__active .SongList-module__j8JSzG__songName{color:var(--accent-color)}.SongList-module__j8JSzG__subText{color:var(--text-muted);font-size:.8rem}.SongList-module__j8JSzG__artist{white-space:nowrap;text-overflow:ellipsis;padding-right:1rem;font-size:.9rem;overflow:hidden}.SongList-module__j8JSzG__album{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;padding-right:1rem;font-size:.9rem;overflow:hidden}.SongList-module__j8JSzG__actions{opacity:0;gap:.5rem;transition:opacity .2s;display:flex}.SongList-module__j8JSzG__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.SongList-module__j8JSzG__actionBtn:hover{color:#fff;background:#ffffff1a}.SongList-module__j8JSzG__liked{color:#ff6b6b}
.search-module__iEHJ8a__container{max-width:1200px;margin:0 auto;padding:3rem}.search-module__iEHJ8a__title{background:linear-gradient(to right,var(--text-primary),var(--accent-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.search-module__iEHJ8a__searchBarContainer{gap:1rem;height:50px;margin-bottom:3rem;display:flex}.search-module__iEHJ8a__inputWrapper{border:1px solid var(--glass-border);background:#ffffff0d;border-radius:12px;flex:1;transition:all .3s;position:relative}.search-module__iEHJ8a__inputWrapper:focus-within{background:#ffffff1a;border-color:#ffffff4d;box-shadow:0 0 15px #ffffff0d}.search-module__iEHJ8a__searchIcon{color:var(--text-muted);position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.search-module__iEHJ8a__input{width:100%;height:100%;color:var(--text-primary);background:0 0;border:none;outline:none;padding:0 1rem 0 3rem;font-size:1rem}.search-module__iEHJ8a__input::placeholder{color:var(--text-muted)}.search-module__iEHJ8a__select{border:1px solid var(--glass-border);width:150px;color:var(--text-primary);cursor:pointer;appearance:none;background:#ffffff0d url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) right 1rem top 50%/.65rem no-repeat;border-radius:12px;outline:none;padding:0 1rem}.search-module__iEHJ8a__select option{background:var(--background-start);color:var(--text-primary)}.search-module__iEHJ8a__button{background:var(--accent-color);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:100px;font-weight:600;transition:all .2s;display:flex}.search-module__iEHJ8a__button:hover{background:var(--accent-hover);transform:scale(1.02)}.search-module__iEHJ8a__spin{animation:1s linear infinite search-module__iEHJ8a__spin}@keyframes search-module__iEHJ8a__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.search-module__iEHJ8a__resultsArea{min-height:200px}.search-module__iEHJ8a__emptyState{text-align:center;color:var(--text-muted);margin-top:3rem;font-size:1.1rem}.search-module__iEHJ8a__loadingState{color:var(--text-secondary);justify-content:center;padding:3rem;display:flex}
