.artistaReproductor_modalOverlay__5_iWZ{--lilac-base:#ffffff;--lilac-dark:#e0e0e0;--lilac-light:#ffffff;--mint-base:#1ED89B;--mint-dark:#15A77A;--mint-light:#7EE9C2;--blue-base:#ffffff;--blue-dark:#e0e0e0;--blue-light:#ffffff;--coral-base:#F61C5D;--coral-dark:#C4144C;--coral-light:#FF88A8;--text-primary:#ffffff;--text-secondary:rgba(255,255,255,0.7);--bg-color:#000000;--bg-player:#080808;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1000;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:artistaReproductor_fadeIn__yIKVC .3s ease}.artistaReproductor_modalContent__X_Rcj{position:relative;width:50%;max-height:72vh;background-color:#121212;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,.8);border:1px solid var(--border-light);animation:artistaReproductor_slideUp__63yOC .4s ease;display:flex;flex-direction:column;overflow-y:auto}.artistaReproductor_closeButton__IgSgA{position:absolute;top:12px;right:12px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.5);width:32px;height:32px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:20px;padding:0}.artistaReproductor_closeButton__IgSgA:hover{background:rgba(255,255,255,.12);color:#fff}.artistaReproductor_closeButton__IgSgA:active{transform:scale(.95)}.artistaReproductor_skeletonContainer__kptoe{height:100%;min-height:500px;padding:20px;display:flex;flex-direction:column;gap:20px}.artistaReproductor_skeletonHeader__O5XWw{justify-content:space-between;align-items:center;margin-bottom:20px}.artistaReproductor_skeletonTitle__xICaf{height:36px;width:200px;background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);border-radius:8px;animation:artistaReproductor_shimmer__Omk0L 1.5s infinite}.artistaReproductor_skeletonBody__pJFFe{display:flex;gap:30px;margin-bottom:30px}.artistaReproductor_skeletonImage__c1x7w{width:250px;height:250px;background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);border-radius:50%;animation:artistaReproductor_shimmer__Omk0L 1.5s infinite}.artistaReproductor_skeletonDetails__xk_HC{flex:1 1;display:flex;flex-direction:column;gap:15px;padding-top:10px}.artistaReproductor_skeletonLine__Q_uBh{height:24px;width:100%;background:linear-gradient(90deg,#2a2a2a,#3a3a3a 50%,#2a2a2a);border-radius:6px;animation:artistaReproductor_shimmer__Omk0L 1.5s infinite}.artistaReproductor_skeletonLine__Q_uBh:nth-child(2){width:80%}.artistaReproductor_skeletonLine__Q_uBh:nth-child(3){width:60%}@keyframes artistaReproductor_shimmer__Omk0L{0%{background-position:-468px 0}to{background-position:468px 0}}.artistaReproductor_loadingIndicator__32mbc{margin-top:30px;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:10px}.artistaReproductor_progressBar__7QdbI{width:60%;height:6px;background-color:#2a2a2a;border-radius:3px;margin:0 auto;box-shadow:inset 0 0 4px rgba(0,0,0,.3)}.artistaReproductor_progressBarFill__uaQ5K{border-radius:3px}.artistaReproductor_errorContainer__VIRc0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;min-height:300px}.artistaReproductor_errorIcon__9wZ1V{font-size:48px;color:var(--coral-base);margin-bottom:20px}.artistaReproductor_errorContainer__VIRc0 h3{font-size:24px;color:var(--text-primary);margin-bottom:10px}.artistaReproductor_errorContainer__VIRc0 p{font-size:16px;color:var(--text-secondary);max-width:400px;margin-bottom:30px}.artistaReproductor_errorActions__yEKKH{display:flex;gap:15px}.artistaReproductor_retryButton__1p4Wf{background:#ffffff;border:none;color:#000000;font-weight:700;padding:10px 20px;border-radius:30px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.artistaReproductor_retryButton__1p4Wf:hover{background:#e0e0e0;transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.4)}.artistaReproductor_retryButton__1p4Wf:active{transform:scale(.95)}.artistaReproductor_artistContent__UhrpX{padding:40px 30px 100px;width:100%;height:100%}.artistaReproductor_artistHeader__f4ANO{display:flex;margin-bottom:40px;gap:30px}.artistaReproductor_artistAvatar__Xa_Rt{width:200px;height:200px;flex-shrink:0;overflow:hidden;border-radius:50%;box-shadow:0 8px 24px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative}.artistaReproductor_artistAvatar__Xa_Rt:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .3s ease}.artistaReproductor_artistAvatar__Xa_Rt:hover:after{opacity:1}.artistaReproductor_artistAvatar__Xa_Rt img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.artistaReproductor_artistAvatar__Xa_Rt:hover{transform:none}.artistaReproductor_artistInfo__iTPfW{display:flex;flex-direction:column;justify-content:center}.artistaReproductor_artistType__9f8xY{text-transform:uppercase;color:var(--text-secondary);font-size:14px;margin-bottom:10px;letter-spacing:1.5px}.artistaReproductor_artistName__ft2ey{font-size:42px;font-weight:900;margin:0 0 10px;color:var(--text-primary);line-height:1.2;text-shadow:0 0 10px rgba(0,0,0,.8)}.artistaReproductor_artistMeta__HC4cW{display:flex;align-items:center;gap:15px;margin-bottom:20px;color:var(--text-secondary);font-size:14px}.artistaReproductor_albumCount__zzAX5,.artistaReproductor_artistFollowers__rqfqS{display:flex;align-items:center;gap:5px}.artistaReproductor_albumCount__zzAX5 ion-icon,.artistaReproductor_artistFollowers__rqfqS ion-icon{font-size:16px}.artistaReproductor_artistActions__wPe6J{display:flex;gap:15px;margin-top:20px}.artistaReproductor_playAllButton___NeZv{background:var(--color-primary);border:none;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:30px;cursor:pointer;transition:filter .2s ease}.artistaReproductor_playAllButton___NeZv:hover{filter:brightness(.85)}.artistaReproductor_playAllButton___NeZv:active{filter:brightness(.7)}.artistaReproductor_tabs__peWi7{display:flex;align-items:center;gap:10px;margin-bottom:30px;padding-bottom:10px;border-bottom:1px solid var(--border-light)}.artistaReproductor_tabButton__3w4Gu{background:transparent;color:var(--text-secondary);border:none;padding:10px 16px;display:flex;align-items:center;gap:6px;font-size:16px;font-weight:500;cursor:pointer;border-radius:20px;transition:all .2s ease;position:relative}.artistaReproductor_tabButton__3w4Gu:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255,255,255,.08);border-radius:50%;transform:translate(-50%,-50%);transition:width .3s,height .3s}.artistaReproductor_tabButton__3w4Gu:hover:before{width:100%;height:100%;border-radius:20px}.artistaReproductor_tabButton__3w4Gu:hover{color:white}.artistaReproductor_activeTab__VGlmG{color:white;background-color:rgba(255,255,255,.1)}.artistaReproductor_activeTab__VGlmG ion-icon{color:var(--lilac-base)}.artistaReproductor_artistBody__mXXGB{display:flex;flex-direction:column;gap:40px}.artistaReproductor_sectionTitle__xQHUv{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:20px;display:flex;align-items:center;gap:10px}.artistaReproductor_sectionTitle__xQHUv ion-icon{font-size:24px;color:var(--text-secondary)}.artistaReproductor_tracksList__CxruB{width:100%;border-radius:8px}.artistaReproductor_trackItem__0pZYs{display:flex;align-items:center;padding:10px 15px;border-radius:6px;transition:background-color .2s ease,transform .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.artistaReproductor_trackItem__0pZYs:hover{background-color:rgba(255,255,255,.06)}.artistaReproductor_activeTrack__uPBX_{background-color:rgba(255,255,255,.08)!important}.artistaReproductor_activeTrack__uPBX_:hover{background-color:rgba(255,255,255,.12)!important}.artistaReproductor_trackNumber__8gDLD{width:30px;font-size:16px;color:var(--text-secondary);text-align:center;margin-right:15px}.artistaReproductor_playingIndicator__EFjar{display:flex;align-items:center;justify-content:center;height:16px}.artistaReproductor_playingIndicator__EFjar .artistaReproductor_bar__qDsYi{width:3px;height:100%;background-color:var(--lilac-base);margin:0 1px;animation:artistaReproductor_sound__giRht .5s infinite alternate;box-shadow:0 0 8px rgba(255,255,255,.25)}.artistaReproductor_playingIndicator__EFjar .artistaReproductor_bar__qDsYi:nth-child(2){animation-delay:.2s}.artistaReproductor_playingIndicator__EFjar .artistaReproductor_bar__qDsYi:nth-child(3){animation-delay:.4s}@keyframes artistaReproductor_sound__giRht{0%{height:3px}to{height:16px}}.artistaReproductor_trackCover__3CFzE{width:40px;height:40px;border-radius:4px;overflow:hidden;margin-right:15px;box-shadow:0 2px 6px rgba(0,0,0,.2);position:relative}.artistaReproductor_trackCover__3CFzE img{width:100%;height:100%;object-fit:cover}.artistaReproductor_trackCoverOverlay__r1mMg{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.4);opacity:0;transition:opacity .2s ease;cursor:pointer}.artistaReproductor_trackCoverOverlay__r1mMg ion-icon{color:white;font-size:20px}.artistaReproductor_activeTrack__uPBX_ .artistaReproductor_trackCoverOverlay__r1mMg,.artistaReproductor_trackItem__0pZYs:hover .artistaReproductor_trackCoverOverlay__r1mMg{opacity:1}.artistaReproductor_trackInfo__SISgy{flex:1 1}.artistaReproductor_trackTitle__X8Ljv{font-size:16px;color:var(--text-primary);margin-bottom:4px;font-weight:500}.artistaReproductor_trackAlbum__C8Osh,.artistaReproductor_trackDuration__xKOXv{font-size:14px;color:var(--text-secondary)}.artistaReproductor_trackDuration__xKOXv{width:50px;text-align:right;margin:0 10px}.artistaReproductor_trackActions__MGjeu{display:flex;align-items:center;justify-content:flex-end;min-width:40px;gap:8px}.artistaReproductor_actionButton__O8YyP{background:transparent;color:var(--text-secondary);border:none;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.artistaReproductor_actionButton__O8YyP:hover{color:white;background-color:rgba(255,255,255,.1);transform:scale(1.1)}.artistaReproductor_favoriteActive__DnP6M{color:var(--coral-base)!important}.artistaReproductor_downloadButton__Pmg5N{background-color:rgba(1,183,46,.15);color:var(--color-primary);border:1px solid var(--color-primary);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.artistaReproductor_downloadButton__Pmg5N:hover{background-color:var(--color-primary);color:#fff}.artistaReproductor_albumsGrid__UALdr{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:20px;gap:20px}.artistaReproductor_albumCard__Kjo9i{cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;border-radius:8px;padding:8px}.artistaReproductor_albumCard__Kjo9i:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 10px 20px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.06);background-color:rgba(255,255,255,.03)}.artistaReproductor_albumCardCover__iejLo{width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;position:relative;margin-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);border:1px solid var(--border-light)}.artistaReproductor_albumCardCover__iejLo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.artistaReproductor_albumCardCover__iejLo:hover img{transform:scale(1.08)}.artistaReproductor_albumCardOverlay__4z__Q{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.artistaReproductor_albumCardCover__iejLo:hover .artistaReproductor_albumCardOverlay__4z__Q{opacity:1}.artistaReproductor_playAlbumButton__B_jCn{background:rgba(255,255,255,.2);border:none;color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.3);position:relative;overflow:hidden}.artistaReproductor_playAlbumButton__B_jCn:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,rgba(255,255,255,.3) 0,rgba(255,255,255,0) 70%);opacity:0;transition:opacity .2s}.artistaReproductor_playAlbumButton__B_jCn:hover:after{opacity:1}.artistaReproductor_playAlbumButton__B_jCn:hover{transform:scale(1.1);background:rgba(255,255,255,.3);box-shadow:0 6px 16px rgba(0,0,0,.4)}.artistaReproductor_albumCardInfo__ndUIo{padding:5px}.artistaReproductor_albumCardTitle__nKuCm{font-size:14px;color:var(--text-primary);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.artistaReproductor_albumCard__Kjo9i:hover .artistaReproductor_albumCardTitle__nKuCm{color:var(--lilac-light)}.artistaReproductor_albumCardYear__0vc_s{font-size:12px;color:var(--text-secondary);transition:color .2s ease}.artistaReproductor_albumCard__Kjo9i:hover .artistaReproductor_albumCardYear__0vc_s{color:var(--lilac-base)}.artistaReproductor_infoSection__BlEpT{max-width:800px}.artistaReproductor_artistBio__Os7uJ{font-size:16px;line-height:1.7;color:var(--text-secondary);margin-bottom:30px;padding:15px;border-radius:8px;background-color:rgba(255,255,255,.03);border-left:3px solid var(--text-secondary)}.artistaReproductor_genresSection__od6JI{margin-top:20px}.artistaReproductor_genresSection__od6JI h4{font-size:18px;color:var(--text-primary);margin-bottom:10px}.artistaReproductor_genresTags__u2yT2{display:flex;flex-wrap:wrap;gap:10px}.artistaReproductor_genreTag__8J7fZ{background-color:rgba(255,255,255,.06);color:var(--text-primary);padding:5px 15px;border-radius:20px;font-size:14px;transition:all .2s ease;border:1px solid var(--border-light)}.artistaReproductor_genreTag__8J7fZ:hover{background-color:rgba(255,255,255,.12);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.artistaReproductor_emptyState__Aj5my{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;color:var(--text-secondary);text-align:center;background-color:rgba(255,255,255,.03);border-radius:8px;margin:20px 0}.artistaReproductor_emptyState__Aj5my ion-icon{font-size:48px;margin-bottom:20px;color:var(--text-secondary);opacity:.7}@keyframes artistaReproductor_fadeIn__yIKVC{0%{opacity:0}to{opacity:1}}@keyframes artistaReproductor_slideUp__63yOC{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.artistaReproductor_modalContent__X_Rcj{width:100%;height:100%;max-height:100%;border-radius:0}.artistaReproductor_artistContent__UhrpX{padding:30px 15px 120px}.artistaReproductor_artistHeader__f4ANO{flex-direction:column;gap:20px;align-items:center;text-align:center}.artistaReproductor_artistAvatar__Xa_Rt{width:200px;height:200px}.artistaReproductor_artistName__ft2ey{font-size:28px}.artistaReproductor_artistActions__wPe6J,.artistaReproductor_artistMeta__HC4cW{justify-content:center}.artistaReproductor_tabs__peWi7{overflow-x:auto;padding-bottom:5px;justify-content:flex-start;white-space:nowrap}.artistaReproductor_tabButton__3w4Gu{padding:8px 12px;font-size:14px}.artistaReproductor_albumsGrid__UALdr{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}}.light-theme .artistaReproductor_modalOverlay__5_iWZ{background-color:rgba(245,245,247,.85)}.light-theme .artistaReproductor_modalContent__X_Rcj{background-color:#f5f5f7;box-shadow:0 25px 50px -12px rgba(0,0,0,.2),0 0 0 1px rgba(0,0,0,.05)}.light-theme .artistaReproductor_closeButton__IgSgA{background:rgba(0,0,0,.04);color:#64748b}.light-theme .artistaReproductor_closeButton__IgSgA:hover{background:rgba(0,0,0,.08);color:#1e293b}.light-theme .artistaReproductor_artistName__ft2ey{color:#000000;text-shadow:none}.light-theme .artistaReproductor_albumCardYear__0vc_s,.light-theme .artistaReproductor_artistMeta__HC4cW,.light-theme .artistaReproductor_artistType__9f8xY,.light-theme .artistaReproductor_trackAlbum__C8Osh,.light-theme .artistaReproductor_trackDuration__xKOXv{color:#555555}.light-theme .artistaReproductor_albumCardTitle__nKuCm,.light-theme .artistaReproductor_sectionTitle__xQHUv,.light-theme .artistaReproductor_trackTitle__X8Ljv{color:#000000}.light-theme .artistaReproductor_artistBio__Os7uJ{color:#333333;background-color:rgba(0,0,0,.03)}.light-theme .artistaReproductor_tabButton__3w4Gu{color:#555555}.light-theme .artistaReproductor_activeTab__VGlmG,.light-theme .artistaReproductor_tabButton__3w4Gu:hover{color:#000000;background-color:rgba(0,0,0,.06)}.light-theme .artistaReproductor_trackItem__0pZYs:hover{background-color:rgba(0,0,0,.04)}.light-theme .artistaReproductor_activeTrack__uPBX_{background-color:rgba(0,0,0,.06)!important}.light-theme .artistaReproductor_activeTrack__uPBX_:hover{background-color:rgba(0,0,0,.08)!important}.light-theme .artistaReproductor_trackNumber__8gDLD{color:#555555}.light-theme .artistaReproductor_genreTag__8J7fZ{background-color:rgba(0,0,0,.04);color:#000000;border:1px solid var(--border-light)}.light-theme .artistaReproductor_skeletonImage__c1x7w,.light-theme .artistaReproductor_skeletonLine__Q_uBh,.light-theme .artistaReproductor_skeletonTitle__xICaf{background:linear-gradient(90deg,#e0e0e0,#f0f0f0 50%,#e0e0e0)}.light-theme .artistaReproductor_loadingIndicator__32mbc{color:#555555}.light-theme .artistaReproductor_progressBar__7QdbI{background-color:#dddddd}.light-theme .artistaReproductor_errorContainer__VIRc0 h3{color:#000000}.light-theme .artistaReproductor_actionButton__O8YyP,.light-theme .artistaReproductor_errorContainer__VIRc0 p{color:#555555}.light-theme .artistaReproductor_actionButton__O8YyP:hover{color:#000000;background-color:rgba(0,0,0,.06)}.artistaReproductor_skeletonContainer__kptoe{width:100%;padding:1.5rem}.artistaReproductor_skeletonHeader__O5XWw{display:flex;gap:1.5rem;margin-bottom:2rem}.artistaReproductor_skeletonArtistImage__gA_Na{width:150px;height:150px;border-radius:50%;background-color:rgba(255,255,255,.06);animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_skeletonArtistInfo__AdkGr{flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.artistaReproductor_skeletonTitle__xICaf{height:32px;width:60%}.artistaReproductor_skeletonSubtitle__4nnEY,.artistaReproductor_skeletonTitle__xICaf{background-color:rgba(255,255,255,.06);border-radius:4px;animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_skeletonSubtitle__4nnEY{height:20px;width:40%}.artistaReproductor_skeletonButtonGroup__rh6wB{height:40px;width:120px;background-color:rgba(255,255,255,.06);border-radius:20px;margin-top:1rem;animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_skeletonTabs__6lgD3{display:flex;gap:1rem;margin-bottom:2rem}.artistaReproductor_skeletonTab__ocDcI{height:36px;width:120px;background-color:rgba(255,255,255,.06);border-radius:18px;animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_tracksLoadingSkeleton__BAoKu{padding:1rem 0}.artistaReproductor_trackItemSkeleton__FOh1A{display:flex;align-items:center;padding:10px 15px;border-radius:6px;margin-bottom:.5rem;background-color:rgba(255,255,255,.03);animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_trackCoverSkeleton__o2qoW{width:40px;height:40px;background-color:rgba(255,255,255,.06);border-radius:4px;margin-right:15px;flex-shrink:0}.artistaReproductor_trackInfoSkeleton__D_aXK{flex:1 1}.artistaReproductor_trackTitleSkeleton__1U7EC{height:16px;width:70%;background-color:rgba(255,255,255,.06);border-radius:4px;margin-bottom:.5rem}.artistaReproductor_trackAlbumSkeleton__9xMUj{height:12px;width:50%;background-color:rgba(255,255,255,.06);border-radius:4px}.artistaReproductor_trackDurationSkeleton__gRhza{width:40px;height:12px;background-color:rgba(255,255,255,.06);border-radius:4px;margin:0 10px}.artistaReproductor_trackActionsSkeleton__24gQU{display:flex;align-items:center;gap:8px}.artistaReproductor_actionButtonSkeleton__16M5g{width:24px;height:24px;background-color:rgba(255,255,255,.06);border-radius:50%}.artistaReproductor_downloadButtonSkeleton__bap55{width:70px;height:28px;background-color:rgba(255,255,255,.06);border-radius:4px}.artistaReproductor_albumsLoadingSkeleton__kf9vZ{padding:1rem 0}.artistaReproductor_albumsGridSkeleton__7zFf3{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:1.5rem;gap:1.5rem}.artistaReproductor_albumCardSkeleton__Rg2Hb{display:flex;flex-direction:column;animation:artistaReproductor_pulse__aCaoh 1.5s ease-in-out infinite}.artistaReproductor_albumCardCoverSkeleton__oxGI_{width:100%;aspect-ratio:1/1;background-color:rgba(255,255,255,.06);border-radius:8px;margin-bottom:.5rem;box-shadow:0 4px 8px rgba(0,0,0,.1)}.artistaReproductor_albumCardInfoSkeleton__C93ip{display:flex;flex-direction:column;gap:.5rem}.artistaReproductor_albumCardTitleSkeleton__SbkA3{height:16px;width:90%;background-color:rgba(255,255,255,.06);border-radius:4px}.artistaReproductor_albumCardYearSkeleton__NRIhM{height:12px;width:40%;background-color:rgba(255,255,255,.06);border-radius:4px}.artistaReproductor_loadingText__fPa9l{text-align:center;margin-top:1rem;font-size:.9rem;color:var(--text-secondary)}.artistaReproductor_loadingIndicator__32mbc{margin-top:2rem;text-align:center}.artistaReproductor_progressBar__7QdbI{height:4px;width:100%;background-color:rgba(0,0,0,.2);border-radius:2px;overflow:hidden;margin-bottom:1rem;box-shadow:inset 0 1px 3px rgba(0,0,0,.2)}.artistaReproductor_progressBarFill__uaQ5K{height:100%;background:linear-gradient(90deg,var(--lilac-dark) 0,var(--lilac-base) 100%);border-radius:2px;transition:width .3s ease;box-shadow:0 0 8px rgba(255,255,255,.25)}@keyframes artistaReproductor_pulse__aCaoh{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.artistaReproductor_artistAvatar__Xa_Rt:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);z-index:2;pointer-events:none}.artistaReproductor_playAlbumButton__B_jCn:hover,.artistaReproductor_retryButton__1p4Wf:hover{box-shadow:0 6px 16px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.2)}.artistaReproductor_albumCard__Kjo9i:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.1);background:linear-gradient(145deg,rgba(255,255,255,.02),rgba(255,255,255,.05))}.artistaReproductor_actionButtonSkeleton__16M5g,.artistaReproductor_albumCardCoverSkeleton__oxGI_,.artistaReproductor_albumCardTitleSkeleton__SbkA3,.artistaReproductor_albumCardYearSkeleton__NRIhM,.artistaReproductor_skeletonArtistImage__gA_Na,.artistaReproductor_skeletonButtonGroup__rh6wB,.artistaReproductor_skeletonImage__c1x7w,.artistaReproductor_skeletonLine__Q_uBh,.artistaReproductor_skeletonSubtitle__4nnEY,.artistaReproductor_skeletonTab__ocDcI,.artistaReproductor_skeletonTitle__xICaf,.artistaReproductor_trackAlbumSkeleton__9xMUj,.artistaReproductor_trackCoverSkeleton__o2qoW,.artistaReproductor_trackDurationSkeleton__gRhza,.artistaReproductor_trackItemSkeleton__FOh1A,.artistaReproductor_trackNumberSkeleton__Hzgsv,.artistaReproductor_trackTitleSkeleton__1U7EC{background:linear-gradient(90deg,rgba(255,255,255,.03),rgba(255,255,255,.06) 50%,rgba(255,255,255,.03));background-size:200% 100%;animation:artistaReproductor_shimmer__Omk0L 1.5s infinite}.artistaReproductor_activeTrack__uPBX_,.artistaReproductor_playAlbumButton__B_jCn,.artistaReproductor_retryButton__1p4Wf{position:relative;overflow:hidden}.artistaReproductor_activeTrack__uPBX_:after,.artistaReproductor_playAlbumButton__B_jCn:after,.artistaReproductor_retryButton__1p4Wf:after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,rgba(255,255,255,0) 65%);transform:translate(-50%,-50%);z-index:-1;animation:artistaReproductor_ripple__SveZx 2s ease-out infinite}@keyframes artistaReproductor_ripple__SveZx{0%{width:0;height:0;opacity:.5}to{width:300%;height:300%;opacity:0}}.artistaReproductor_actionButton__O8YyP,.artistaReproductor_albumCard__Kjo9i,.artistaReproductor_closeButton__IgSgA,.artistaReproductor_playAlbumButton__B_jCn,.artistaReproductor_retryButton__1p4Wf,.artistaReproductor_tabButton__3w4Gu,.artistaReproductor_trackItem__0pZYs{cursor:pointer}.artistaReproductor_actionButton__O8YyP,.artistaReproductor_albumCardCover__iejLo,.artistaReproductor_albumCard__Kjo9i,.artistaReproductor_artistAvatar__Xa_Rt,.artistaReproductor_closeButton__IgSgA,.artistaReproductor_playAlbumButton__B_jCn,.artistaReproductor_retryButton__1p4Wf,.artistaReproductor_tabButton__3w4Gu,.artistaReproductor_trackCover__3CFzE,.artistaReproductor_trackItem__0pZYs{transition:all .3s cubic-bezier(.2,0,.2,1)}.artistaReproductor_activeTrack__uPBX_{box-shadow:0 0 0 1px rgba(255,255,255,.15)}.artistaReproductor_evenTrack__IyC8L{background-color:#0c0c0c}.artistaReproductor_oddTrack__G9fFU{background-color:transparent}.light-theme .artistaReproductor_evenTrack__IyC8L{background-color:rgba(0,0,0,.03)}.light-theme .artistaReproductor_oddTrack__G9fFU{background-color:transparent}.artistaReproductor_trackItem__0pZYs .artistaReproductor_hoverPlayIcon__Mtcvq{display:flex;align-items:center;margin-right:10px;margin-left:10px}.artistaReproductor_trackItem__0pZYs .artistaReproductor_hoverPlayIcon__Mtcvq ion-icon{font-size:24px;color:var(--text-secondary);transition:transform .2s ease,color .2s ease}.artistaReproductor_trackItem__0pZYs:hover .artistaReproductor_hoverPlayIcon__Mtcvq ion-icon{transform:scale(1.2);color:var(--text-primary)}.artistaReproductor_trackItem__0pZYs:hover{background-color:rgba(255,255,255,.08)}.artistaReproductor_evenTrack__IyC8L:hover{background-color:rgba(255,255,255,.1)}.artistaReproductor_oddTrack__G9fFU:hover{background-color:rgba(255,255,255,.08)}.light-theme .artistaReproductor_trackItem__0pZYs:hover{background-color:rgba(0,0,0,.06)}.light-theme .artistaReproductor_evenTrack__IyC8L:hover{background-color:rgba(0,0,0,.08)}.light-theme .artistaReproductor_oddTrack__G9fFU:hover{background-color:rgba(0,0,0,.06)}