.ArtistInput-module__zwl93W__form{flex-direction:column;gap:20px;max-width:100%;margin:0 auto;display:flex}.ArtistInput-module__zwl93W__inputWrapper{flex-direction:column;gap:8px;display:flex}.ArtistInput-module__zwl93W__label{color:#333;text-align:center;font-size:14px;font-weight:600}.ArtistInput-module__zwl93W__inputContainer{position:relative}.ArtistInput-module__zwl93W__inputField{background-color:#fff;border:2px solid #ddd;border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;min-height:48px;padding:8px 12px;transition:border-color .2s;display:flex}.ArtistInput-module__zwl93W__inputField:focus-within{border-color:var(--accent)}.ArtistInput-module__zwl93W__input{color:#333;background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:0;font-size:16px}.ArtistInput-module__zwl93W__selectedArtists{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ArtistInput-module__zwl93W__artistPill{background-color:var(--accent);color:#fff;border-radius:16px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:14px;font-weight:500;display:inline-flex}.ArtistInput-module__zwl93W__pillImage{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.ArtistInput-module__zwl93W__pillName{white-space:nowrap;text-overflow:ellipsis;max-width:150px;overflow:hidden}.ArtistInput-module__zwl93W__removeButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:2px;padding:0;font-size:18px;line-height:1;transition:background-color .2s;display:flex}.ArtistInput-module__zwl93W__removeButton:hover{background-color:#fff3}.ArtistInput-module__zwl93W__suggestions{z-index:1000;background:#fff;border:2px solid #e5e5e5;border-radius:8px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:0;max-height:400px;margin-top:4px;padding:8px;display:grid;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.ArtistInput-module__zwl93W__suggestionItem{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background-color .2s;display:flex}.ArtistInput-module__zwl93W__artistImage{object-fit:cover;border-radius:50%;width:40px;height:40px}.ArtistInput-module__zwl93W__artistName{color:#333;font-size:16px;font-weight:500}.ArtistInput-module__zwl93W__loading{color:#666;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:16px;font-size:14px;display:flex}.ArtistInput-module__zwl93W__spinner{border:2px solid #e5e5e5;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite ArtistInput-module__zwl93W__spin}@keyframes ArtistInput-module__zwl93W__spin{to{transform:rotate(360deg)}}.ArtistInput-module__zwl93W__controls{justify-content:space-between;align-items:center;gap:16px;display:flex}.ArtistInput-module__zwl93W__limitControl{align-items:center;display:flex}.ArtistInput-module__zwl93W__limitLabel{color:#666;align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.ArtistInput-module__zwl93W__limitLabelText{white-space:nowrap}.ArtistInput-module__zwl93W__limitInputWrapper{background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;align-items:center;gap:0;transition:border-color .2s;display:flex;position:relative}.ArtistInput-module__zwl93W__limitInputWrapper:hover:not(:has(.ArtistInput-module__zwl93W__limitInput:disabled)){border-color:var(--accent)}.ArtistInput-module__zwl93W__limitButton{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:40px;padding:0;transition:all .2s;display:flex}.ArtistInput-module__zwl93W__limitButton:hover:not(:disabled){background-color:var(--accent-surface);color:var(--accent)}.ArtistInput-module__zwl93W__limitButton:disabled{opacity:.3;cursor:not-allowed}.ArtistInput-module__zwl93W__limitInput{text-align:center;color:#333;-moz-appearance:textfield;background-color:#0000;border:none;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:50px;padding:10px 4px;font-size:16px;font-weight:600;transition:all .2s}.ArtistInput-module__zwl93W__limitInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ArtistInput-module__zwl93W__limitInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ArtistInput-module__zwl93W__limitInput:focus{outline:none}.ArtistInput-module__zwl93W__limitInput:disabled{opacity:.5;cursor:not-allowed}.ArtistInput-module__zwl93W__label{color:#ededed}.ArtistInput-module__zwl93W__inputField{background-color:#1a1a1a;border-color:#444}.ArtistInput-module__zwl93W__input{color:#ededed}.ArtistInput-module__zwl93W__input::placeholder{color:#999}.ArtistInput-module__zwl93W__suggestions{background-color:#1a1a1a;border-color:#444}.ArtistInput-module__zwl93W__suggestionItem:hover,.ArtistInput-module__zwl93W__suggestionItem.ArtistInput-module__zwl93W__selected{background-color:#0d0a1a}.ArtistInput-module__zwl93W__artistName{color:#ededed}.ArtistInput-module__zwl93W__loading{color:#999}.ArtistInput-module__zwl93W__spinner{border-color:#444}.ArtistInput-module__zwl93W__limitLabel,.ArtistInput-module__zwl93W__limitLabelText{color:#999}.ArtistInput-module__zwl93W__limitInputWrapper{background-color:#1a1a1a;border-color:#444}.ArtistInput-module__zwl93W__limitInputWrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-subtle)}.ArtistInput-module__zwl93W__limitButton{color:#999}.ArtistInput-module__zwl93W__limitButton:hover:not(:disabled){background-color:#0d0a1a}.ArtistInput-module__zwl93W__limitButton:active:not(:disabled){background-color:#080618}.ArtistInput-module__zwl93W__limitInput{color:#ededed;background-color:#0000;border-left-color:#444;border-right-color:#444}.ArtistInput-module__zwl93W__limitInput:disabled{opacity:.5}@media (max-width:640px){.ArtistInput-module__zwl93W__form{width:100%}.ArtistInput-module__zwl93W__inputField{padding:8px 10px}.ArtistInput-module__zwl93W__controls{flex-direction:column;align-items:stretch}.ArtistInput-module__zwl93W__limitControl{justify-content:center}}
.SongList-module__7hWpaG__container{flex-direction:column;gap:32px;display:flex}.SongList-module__7hWpaG__titleBlock{text-align:center;margin-bottom:-16px}.SongList-module__7hWpaG__mainTitle{color:var(--accent);margin:0;font-size:36px;font-weight:700}.SongList-module__7hWpaG__legend{color:#888;align-items:center;gap:8px;margin-top:4px;font-size:12px;display:inline-flex}.SongList-module__7hWpaG__legendItem{align-items:center;gap:4px;display:inline-flex}.SongList-module__7hWpaG__legendDot{border:2px solid;border-radius:50%;width:8px;height:8px}.SongList-module__7hWpaG__legendOriginal{border-color:var(--accent)}.SongList-module__7hWpaG__legendCover{border-color:#1e40af}.SongList-module__7hWpaG__section{flex-direction:column;gap:16px;display:flex}.SongList-module__7hWpaG__sectionTitle{color:#333;margin:0;font-size:24px;font-weight:700}.SongList-module__7hWpaG__sectionDescription{color:#666;margin:0;font-size:14px}.SongList-module__7hWpaG__songList{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:24px;display:grid}.SongList-module__7hWpaG__artistGroup{flex-direction:column;gap:8px;display:flex}.SongList-module__7hWpaG__artistName{color:var(--accent);border-bottom:2px solid #e5e5e5;margin:0;padding:8px 0;font-size:18px;font-weight:600}.SongList-module__7hWpaG__artistSongs{flex-direction:column;gap:8px;padding-left:8px;display:flex}.SongList-module__7hWpaG__songItem{cursor:pointer;background-color:#fff;border:2px solid #e5e5e5;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:flex}.SongList-module__7hWpaG__songItem:hover{border-color:var(--accent);background-color:#f9f9f9}.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__selected{border-color:var(--accent);background-color:var(--accent-surface)}.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__cover.SongList-module__7hWpaG__selected{background-color:#dbeafe;border-color:#1e40af}.SongList-module__7hWpaG__checkbox{cursor:pointer;width:20px;height:20px}.SongList-module__7hWpaG__songInfo{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.SongList-module__7hWpaG__songName{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:16px;font-weight:500;overflow:hidden}.SongList-module__7hWpaG__coverBadge{margin-left:auto}.SongList-module__7hWpaG__frequencyBadge{flex-shrink:0}.SongList-module__7hWpaG__empty{text-align:center;color:#666;padding:48px}.SongList-module__7hWpaG__legend{color:#777}.SongList-module__7hWpaG__legendSeparator{color:#555}.SongList-module__7hWpaG__sectionTitle{color:#ededed}.SongList-module__7hWpaG__sectionDescription{color:#999}.SongList-module__7hWpaG__songItem{background-color:#1a1a1a;border-color:#444}.SongList-module__7hWpaG__songItem:hover,.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__selected{background-color:#0d0a1a}.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__cover{border-color:#1e40af}.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__cover:hover,.SongList-module__7hWpaG__songItem.SongList-module__7hWpaG__cover.SongList-module__7hWpaG__selected{background-color:#1e293b;border-color:#1e40af}.SongList-module__7hWpaG__songName{color:#ededed}.SongList-module__7hWpaG__artistName{border-bottom-color:#444}.SongList-module__7hWpaG__empty{color:#999}@media (max-width:640px){.SongList-module__7hWpaG__songItem{gap:10px;padding:10px 12px}.SongList-module__7hWpaG__checkbox{flex-shrink:0;width:18px;height:18px}.SongList-module__7hWpaG__songInfo{flex:1;gap:8px;min-width:0}.SongList-module__7hWpaG__songName{color:#1a1a1a;flex:1;min-width:0;font-size:14px;font-weight:500}.SongList-module__7hWpaG__frequencyBadge{flex-shrink:0;padding:4px 8px;font-size:11px}.SongList-module__7hWpaG__songName{color:#fff}}