.advanced-player-module__mlDINq__player{color:#fff;background:linear-gradient(135deg,#047857 0%,#065f46 100%);border-radius:12px;max-width:500px;margin:0 auto;padding:1.5rem;box-shadow:0 10px 40px #04785733}.advanced-player-module__mlDINq__statusBar{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.advanced-player-module__mlDINq__statusIndicator{align-items:center;gap:.5rem;display:flex}.advanced-player-module__mlDINq__dot{border-radius:50%;width:10px;height:10px;animation:2s infinite advanced-player-module__mlDINq__pulse}.advanced-player-module__mlDINq__dot.advanced-player-module__mlDINq__online{background:#4ade80;box-shadow:0 0 10px #4ade8080}.advanced-player-module__mlDINq__dot.advanced-player-module__mlDINq__offline{background:#ef4444;animation:none}@keyframes advanced-player-module__mlDINq__pulse{0%,to{opacity:1}50%{opacity:.5}}.advanced-player-module__mlDINq__statusText{font-size:.9rem;font-weight:500}.advanced-player-module__mlDINq__listeners{background:#ffffff1a;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.9rem;display:flex}.advanced-player-module__mlDINq__icon{font-size:1rem}.advanced-player-module__mlDINq__count{font-weight:600}.advanced-player-module__mlDINq__currentSongContainer{text-align:center;margin-bottom:1.5rem}.advanced-player-module__mlDINq__loadingState{padding:1rem}.advanced-player-module__mlDINq__skeleton{background:#fff3;border-radius:4px;width:200px;height:20px;margin:0 auto 1rem;animation:2s infinite advanced-player-module__mlDINq__shimmer}.advanced-player-module__mlDINq__skeletonLine{background:#ffffff26;border-radius:4px;width:100%;height:14px;margin:.5rem 0;animation:2s infinite advanced-player-module__mlDINq__shimmer}@keyframes advanced-player-module__mlDINq__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.advanced-player-module__mlDINq__nowPlayingLabel{text-transform:uppercase;letter-spacing:1px;opacity:.8;margin-bottom:.5rem;font-size:.85rem;font-weight:600}.advanced-player-module__mlDINq__songTitle{word-break:break-word;margin:0 0 .5rem;font-size:1.8rem;font-weight:700;line-height:1.2}.advanced-player-module__mlDINq__songArtist{opacity:.9;margin:0 0 1.5rem;font-size:1.1rem;font-weight:500}.advanced-player-module__mlDINq__emptyState{text-align:center;opacity:.8;padding:2rem}.advanced-player-module__mlDINq__emptyState p{margin:0;font-size:.95rem}.advanced-player-module__mlDINq__requestBtn{color:#047857;cursor:pointer;background:#fff;border:none;border-radius:8px;width:100%;max-width:300px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.advanced-player-module__mlDINq__requestBtn:hover{background:#f0fdf4;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.advanced-player-module__mlDINq__requestBtn:active{transform:translateY(0)}.advanced-player-module__mlDINq__historySection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:8px;padding:1rem}.advanced-player-module__mlDINq__historyTitle{text-transform:uppercase;letter-spacing:1px;opacity:.9;margin:0 0 1rem;font-size:.9rem;font-weight:600}.advanced-player-module__mlDINq__historyList{flex-direction:column;gap:.75rem;display:flex}.advanced-player-module__mlDINq__historyItem{background:#ffffff14;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.advanced-player-module__mlDINq__historyItem:hover{background:#ffffff1f}.advanced-player-module__mlDINq__historyIndex{text-align:center;background:#fff3;border-radius:4px;min-width:24px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.advanced-player-module__mlDINq__historyItemInfo{flex:1;min-width:0}.advanced-player-module__mlDINq__historyItemTitle{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}.advanced-player-module__mlDINq__historyItemArtist{opacity:.8;white-space:nowrap;text-overflow:ellipsis;margin:.2rem 0 0;font-size:.8rem;overflow:hidden}.advanced-player-module__mlDINq__refreshBtn{color:#047857;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 12px #00000026}.advanced-player-module__mlDINq__refreshBtn:hover:not(:disabled){transform:rotate(20deg);box-shadow:0 6px 16px #0003}.advanced-player-module__mlDINq__refreshBtn:active:not(:disabled){transform:rotate(0)}.advanced-player-module__mlDINq__refreshBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.advanced-player-module__mlDINq__player{border-radius:8px;padding:1rem}.advanced-player-module__mlDINq__songTitle{font-size:1.5rem}.advanced-player-module__mlDINq__songArtist{font-size:1rem}.advanced-player-module__mlDINq__refreshBtn{width:40px;height:40px;font-size:1rem;bottom:.75rem;right:.75rem}}
.song-request-dialog-module__woVHwq__overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out song-request-dialog-module__woVHwq__fadeIn;display:flex;position:fixed;inset:0}@keyframes song-request-dialog-module__woVHwq__fadeIn{0%{opacity:0}to{opacity:1}}.song-request-dialog-module__woVHwq__dialog{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:500px;max-height:90vh;animation:.3s ease-out song-request-dialog-module__woVHwq__slideUp;display:flex;box-shadow:0 20px 60px #0000004d}@keyframes song-request-dialog-module__woVHwq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.song-request-dialog-module__woVHwq__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.song-request-dialog-module__woVHwq__title{color:#1f2937;margin:0;font-size:1.5rem;font-weight:600}.song-request-dialog-module__woVHwq__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:32px;min-height:32px;padding:.25rem .5rem;font-size:1.5rem;transition:all .2s;display:flex}.song-request-dialog-module__woVHwq__closeBtn:hover{color:#1f2937;background:#f3f4f6}.song-request-dialog-module__woVHwq__content{flex:1;padding:1.5rem;overflow-y:auto}.song-request-dialog-module__woVHwq__searchInput{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.song-request-dialog-module__woVHwq__searchInput:focus{border-color:#047857;outline:none;box-shadow:0 0 0 3px #0478571a}.song-request-dialog-module__woVHwq__loading{text-align:center;color:#6b7280;padding:2rem;font-size:.95rem}.song-request-dialog-module__woVHwq__placeholder{text-align:center;color:#9ca3af;padding:2rem;font-size:.95rem}.song-request-dialog-module__woVHwq__noResults{text-align:center;color:#ef4444;padding:2rem;font-size:.95rem}.song-request-dialog-module__woVHwq__songList{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.song-request-dialog-module__woVHwq__songItem{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:1rem;padding:.75rem;transition:all .2s;display:flex}.song-request-dialog-module__woVHwq__songItem:hover{background:#f0fdf4;border-color:#047857}.song-request-dialog-module__woVHwq__songItemArt{object-fit:cover;border-radius:6px;flex-shrink:0;width:56px;height:56px}.song-request-dialog-module__woVHwq__songItemInfo{flex:1;min-width:0}.song-request-dialog-module__woVHwq__songItemTitle{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;font-weight:500;overflow:hidden}.song-request-dialog-module__woVHwq__songItemArtist{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;margin:.25rem 0 0;font-size:.85rem;overflow:hidden}.song-request-dialog-module__woVHwq__selectedSong{background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.song-request-dialog-module__woVHwq__songArt{object-fit:cover;border-radius:8px;flex-shrink:0;width:100px;height:100px}.song-request-dialog-module__woVHwq__songInfo{flex:1;min-width:0}.song-request-dialog-module__woVHwq__songTitle{color:#1f2937;margin:0;font-size:1.1rem;font-weight:600}.song-request-dialog-module__woVHwq__songArtist{color:#6b7280;margin:.5rem 0 0;font-size:.95rem}.song-request-dialog-module__woVHwq__changeBtn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.song-request-dialog-module__woVHwq__changeBtn:hover{color:#047857;border-color:#047857}.song-request-dialog-module__woVHwq__message{text-align:center;border-radius:8px;padding:1rem;font-weight:500}.song-request-dialog-module__woVHwq__message p{margin:0}.song-request-dialog-module__woVHwq__success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.song-request-dialog-module__woVHwq__error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.song-request-dialog-module__woVHwq__footer{background:#f9fafb;border-top:1px solid #e5e7eb;gap:1rem;padding:1.5rem;display:flex}.song-request-dialog-module__woVHwq__cancelBtn,.song-request-dialog-module__woVHwq__submitBtn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .2s}.song-request-dialog-module__woVHwq__cancelBtn{color:#1f2937;background:#f3f4f6;border:1px solid #d1d5db}.song-request-dialog-module__woVHwq__cancelBtn:hover:not(:disabled){background:#e5e7eb}.song-request-dialog-module__woVHwq__submitBtn{color:#fff;background:#047857}.song-request-dialog-module__woVHwq__submitBtn:hover:not(:disabled){background:#065f46}.song-request-dialog-module__woVHwq__submitBtn:disabled,.song-request-dialog-module__woVHwq__cancelBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:640px){.song-request-dialog-module__woVHwq__dialog{border-radius:16px 16px 0 0;max-height:100%}.song-request-dialog-module__woVHwq__overlay{align-items:flex-end}}
