.mvp-reproductor-container{width:100%;max-width:1200px;margin:0 auto;font-family:Arial,sans-serif;color:#333;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1);overflow:hidden}.mvp-reproductor-song-row{display:flex;align-items:flex-start;padding:15px 0 5px;border-bottom:1px solid #eee;position:relative}.mvp-reproductor-song-row:last-child{border-bottom:none}.mvp-reproductor-song-row:hover{background-color:#f9f9f9}.mvp-reproductor-col{padding:10px}.mvp-reproductor-col1,.mvp-reproductor-col2{padding-top:0}.mvp-reproductor-col1{width:50px;padding:0;margin:0;position:relative}.mvp-reproductor-position{min-width:30px;height:30px;background-color:#e8fc05;color:#000;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:4px;margin-left:10px;padding:0 5px;font-size:14px;overflow:hidden}.mvp-reproductor-position[data-digits="2"]{font-size:13px}.mvp-reproductor-position[data-digits="3"]{font-size:11px;min-width:32px}.mvp-reproductor-position[data-digits="4"]{font-size:9px;min-width:34px}.mvp-reproductor-position[data-digits="5"]{font-size:8px;min-width:36px}.mvp-reproductor-position[data-digits="6"]{font-size:7px;min-width:38px}.mvp-reproductor-col2{width:120px}.mvp-reproductor-cover{width:110px;height:110px;overflow:hidden;border-radius:4px}.mvp-reproductor-cover img{width:100%;height:100%;object-fit:cover;border-radius:4px;box-shadow:0 6px 10px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.1);transform:translateY(-3px);transition:all .3s ease}.mvp-reproductor-cover img:hover{transform:translateY(-5px);box-shadow:0 10px 15px rgba(0,0,0,.2),0 5px 8px rgba(0,0,0,.15)}.mvp-reproductor-default-cover{width:100%;height:100%;background-color:#ddd;display:flex;align-items:center;justify-content:center}.mvp-reproductor-default-cover:after{content:"W";font-size:40px;font-weight:700;color:#000}.mvp-reproductor-col3{width:250px;display:flex;flex-direction:column;justify-content:space-between}.mvp-reproductor-info-cell{padding:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mvp-reproductor-title{font-weight:700;font-size:16px}.mvp-reproductor-artist{font-size:14px}.mvp-reproductor-album,.mvp-reproductor-label,.mvp-reproductor-year{font-size:12px;color:#666;padding:1px 0;line-height:1.2}.mvp-reproductor-col4{flex:1;display:flex;flex-direction:column}@media (min-width:769px){.mvp-reproductor-col3{margin-top:-5px;padding-top:0;margin-right:20px}.mvp-reproductor-info-cell{padding:2px 0}.mvp-reproductor-title{font-size:18px;margin-bottom:0;padding-top:10px;line-height:1}.mvp-reproductor-artist{font-size:16px;margin-top:0;margin-bottom:2px;line-height:1.2}.mvp-reproductor-col4{margin-left:30px;padding-left:20px;border-left:1px solid #f0f0f0}.mvp-reproductor-col3{width:230px}}.mvp-reproductor-row{display:flex;margin-bottom:5px}.mvp-reproductor-row:last-child{margin-bottom:0}.mvp-reproductor-cell{padding:0 5px}.mvp-reproductor-row1{display:flex;justify-content:space-between}.mvp-reproductor-empty{width:100px}.mvp-reproductor-onfire{color:#ff3d00;font-weight:700;display:flex;align-items:center}.mvp-reproductor-onfire svg{fill:#ff3d00}.mvp-reproductor-download{display:flex;align-items:center;margin-right:15px}.mvp-reproductor-download-link{color:#4caf50;font-weight:700;display:flex;align-items:center;text-decoration:none;transition:color .2s ease}.mvp-reproductor-download-link:hover{color:#388e3c}.mvp-reproductor-download-link svg{fill:#4caf50;transition:fill .2s ease}.mvp-reproductor-download-link:hover svg{fill:#388e3c}.mvp-reproductor-fp{color:#666;font-size:12px;text-align:right;margin-left:auto}.mvp-reproductor-ref{color:#999;font-size:12px}.mvp-reproductor-row2{flex:1}.mvp-reproductor-player-controls{display:flex;align-items:center;width:100%;flex-direction:row;justify-content:flex-start}.mvp-reproductor-play-pause{width:36px;height:36px;border-radius:50%;background-color:#e8fc05;color:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-right:10px;transition:all .2s ease}.mvp-reproductor-play-pause:hover{background-color:#d0e204}.mvp-reproductor-play-pause.playing .fa-play{display:none}.mvp-reproductor-play-pause:not(.playing) .fa-pause{display:none}.mvp-reproductor-progress-container{flex:1;margin:0 10px;display:flex;align-items:center;height:36px}.mvp-reproductor-progress-bar{height:6px;background-color:#eee;border-radius:3px;position:relative;width:100%;overflow:hidden;margin:0}.mvp-reproductor-progress{height:100%;background-color:#e8fc05;border-radius:3px;width:0}.mvp-reproductor-time{display:flex;justify-content:space-between;font-size:12px;color:#666;min-width:80px;white-space:nowrap;align-items:center}.mvp-reproductor-current-time,.mvp-reproductor-duration{margin:0 5px}.mvp-reproductor-row3{display:flex;justify-content:space-between;margin-top:15px;margin-bottom:5px}.mvp-reproductor-genres{display:flex;flex-wrap:wrap;align-items:center;margin-top:2px}.mvp-reproductor-genre-tag{background-color:#f0f0f0;color:#333;padding:2px 10px;border-radius:12px;font-size:11px;margin-right:5px;margin-bottom:3px;display:inline-flex;align-items:center;justify-content:center;height:16px;line-height:1;box-shadow:0 1px 2px rgba(0,0,0,.1)}.mvp-reproductor-action-buttons{display:flex;align-items:center;position:relative;z-index:2}.mvp-reproductor-btn{background:0 0;border:none;cursor:pointer;padding:5px;color:#666;display:flex;align-items:center;transition:all .2s ease}.mvp-reproductor-btn:hover{color:#000}.mvp-reproductor-sound-btn.muted{color:#e74c3c}.mvp-reproductor-sound-btn.muted:hover{color:#c0392b}.mvp-reproductor-btn.active{color:#666;background-color:transparent}.mvp-reproductor-btn.active .fas{color:#f0c040}.mvp-reproductor-like-btn.active .fas.fa-heart{color:#ff3b30}.mvp-reproductor-btn.active .mvp-reproductor-count{color:#666}.mvp-reproductor-count{margin-left:3px;font-size:12px;color:#666}.mvp-reproductor-plays-counter .fas.fa-headphones{font-size:.8em}.mvp-reproductor-share-popup{display:none;position:absolute;top:30px;right:0;z-index:9999;background-color:#fff;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.3);padding:8px;border:1px solid #ddd;transform-origin:top right;flex-direction:row !important;flex-wrap:nowrap !important;gap:5px;visibility:hidden;opacity:0;transition:opacity .2s;width:auto;min-width:120px}.mvp-reproductor-song-row:last-child .mvp-reproductor-share-popup,.mvp-reproductor-song-row:nth-last-child(2) .mvp-reproductor-share-popup{top:auto;bottom:30px}.mvp-reproductor-share-popup.active{display:flex !important;visibility:visible !important;opacity:1 !important}.mvp-reproductor-share-container{position:relative;display:inline-block;z-index:3}.mvp-reproductor-controls{position:relative}.mvp-cover-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.9)}.mvp-cover-modal.active{display:flex;align-items:center;justify-content:center}.mvp-cover-modal-content{position:relative;display:block;width:80%;max-width:700px;margin:0 auto}.mvp-reproductor-share-popup h3{margin-top:0;margin-bottom:15px;font-size:16px;text-align:center;color:#333}.mvp-reproductor-share-buttons{display:flex !important;justify-content:center !important;gap:5px !important;margin-bottom:15px !important;width:100% !important}.mvp-reproductor-share-btn-social{display:flex !important;align-items:center !important;justify-content:center !important;width:28px !important;height:28px !important;border-radius:3px !important;color:#fff !important;text-decoration:none !important;transition:all .3s ease !important;position:relative !important;margin:0 2px !important;padding:0 !important}.mvp-reproductor-share-btn-social i{font-size:14px !important;margin:0 !important;padding:0 !important}.mvp-reproductor-favorite-btn{transition:all .2s ease !important;position:relative;cursor:pointer !important;outline:none !important;-webkit-tap-highlight-color:transparent;background:0 0 !important;border:none !important}.mvp-reproductor-favorite-btn i{color:#ccc !important;transition:all .2s ease !important;font-size:16px !important}.mvp-reproductor-favorite-btn.active i{color:gold !important;text-shadow:0 0 5px rgba(255,215,0,.5) !important}.mvp-reproductor-favorite-btn:active{transform:scale(1.2) !important}.mvp-reproductor-share-container{position:relative}.mvp-reproductor-share-popup{position:absolute;top:100%;right:0;background-color:#fff;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.2);padding:8px;z-index:1000;display:flex;flex-direction:row;gap:8px;margin-top:5px}.mvp-reproductor-share-popup.active{display:flex !important}.mvp-reproductor-share-btn-social{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;color:#fff;text-decoration:none;transition:all .2s ease}.mvp-reproductor-share-facebook{background-color:#3b5998}.mvp-reproductor-share-instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}.mvp-reproductor-share-tiktok{background-color:#000}.mvp-reproductor-share-whatsapp{background-color:#25d366}.mvp-reproductor-share-btn-social:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2);opacity:.9}.mvp-reproductor-close-popup{display:block;width:100%;padding:8px;background-color:#f0f0f0;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.mvp-reproductor-close-popup:hover{background-color:#e0e0e0}#mvp-cover-modal-img{width:100%;height:auto;display:block;margin:0 auto;max-height:80vh;object-fit:contain}.mvp-cover-modal-close{position:absolute;top:-40px;right:0;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s;cursor:pointer;z-index:1010;text-shadow:0 0 5px rgba(0,0,0,.5)}.mvp-cover-modal-close:hover,.mvp-cover-modal-close:focus{color:#bbb;text-decoration:none}.mvp-cover-clickable{cursor:pointer;transition:opacity .3s ease}.mvp-cover-clickable:hover{opacity:.8}.mvp-reproductor-info-popup.active,.mvp-reproductor-share-popup.active{display:block}.mvp-reproductor-info-popup-content h3,.mvp-reproductor-share-popup-content h3{margin-top:0;border-bottom:1px solid #eee;padding-bottom:10px}.mvp-reproductor-close-popup{background-color:#ff0;color:#000;border:none;padding:5px 15px;border-radius:4px;cursor:pointer;margin-top:10px}.mvp-reproductor-share-buttons{display:flex;justify-content:space-between;margin:15px 0}.mvp-reproductor-share-buttons a{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.mvp-reproductor-share-facebook{background-color:#3b5998}.mvp-reproductor-share-instagram{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}.mvp-reproductor-share-tiktok{background-color:#000}.mvp-reproductor-share-whatsapp{background-color:#25d366}@media (max-width:768px){.mvp-reproductor-song-row{flex-wrap:wrap}.mvp-reproductor-col1{width:40px}.mvp-reproductor-col2{width:80px}.mvp-reproductor-col3{width:calc(100% - 120px)}.mvp-reproductor-col4{width:100%;margin-top:10px}}@media (max-width:480px){.mvp-reproductor-col3{width:calc(100% - 120px)}.mvp-reproductor-row1{flex-wrap:wrap}.mvp-reproductor-empty,.mvp-reproductor-onfire,.mvp-reproductor-fp,.mvp-reproductor-ref{margin-bottom:5px}}