.vfm-ext-player,
.vfm-ext-ads-container,
.vfm-vast-modal,
.vfm-premium-modal {
    box-sizing: border-box !important;
}
/* ===== Reproductor fijo inferior ===== */
.vfm-ext-player {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 80px;
    background: #1e1e1e;
    display: flex;
    align-items: center;
    z-index: 1000090;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: white;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.vfm-progress-bar-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    z-index: 10;
}
.vfm-progress-fill {
    height: 100%;
    background-color: #ff3333;
    width: 0%;
}
.vfm-ext-expand-btn {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 22px;
    background: #222;
    border: 1px solid #444;
    border-top: 2px solid #ff3333;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1000091;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.vfm-ext-expand-btn:hover {
    background: #333;
    transform: translateX(-50%) translateY(-2px);
}
.vfm-ext-expand-btn svg {
    width: 16px;
    height: 16px;
    fill: white;
    transition: 0.3s transform;
}
.vfm-ext-cover {
    width: 80px;
    height: 100%;
    background: #ff3333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.vfm-ext-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: transparent;
}
.vfm-ext-info {
    flex-grow: 1;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.vfm-ext-top {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    margin-bottom: 4px;
}
.vfm-ext-live {
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
    flex-shrink: 0;
    cursor: pointer;
}
.vfm-ext-live.is-live {
    color: #ff3333;
}
.vfm-ext-live.is-live::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff3333;
    border-radius: 50%;
    display: inline-block;
    animation: vfmPulse 1.5s infinite;
}
.vfm-ext-live.is-return {
    background: #444;
    color: white;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #555;
    transition: 0.3s;
}
.vfm-ext-live.is-return:hover {
    background: #ff3333;
    border-color: #ff3333;
}
.vfm-ext-live.is-return::before {
    display: none;
}
.vfm-ext-live.is-podcast {
    background: #ff3333;
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
}
.vfm-ext-station-name {
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vfm-ext-song {
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.vfm-ext-title {
    font-weight: normal;
    color: #aaa;
}
.vfm-ext-controls {
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.vfm-ext-feedback-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 35px;
    padding: 0 12px;
    border-radius: 20px;
    transition: 0.3s all;
    outline: none;
    color: #aaa;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.vfm-ext-feedback-btn svg {
    width: 16px;
    height: 16px;
    fill: #aaa;
    transition: fill 0.3s, transform 0.3s;
}
.vfm-ext-feedback-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.vfm-ext-feedback-btn.btn-like:hover,
.vfm-ext-feedback-btn.btn-like.voted {
    border-color: #2ed573;
    color: #2ed573;
}
.vfm-ext-feedback-btn.btn-like:hover svg,
.vfm-ext-feedback-btn.btn-like.voted svg {
    fill: #2ed573;
    transform: scale(1.1);
}
.vfm-ext-feedback-btn.btn-dislike:hover,
.vfm-ext-feedback-btn.btn-dislike.voted {
    border-color: #ff4757;
    color: #ff4757;
}
.vfm-ext-feedback-btn.btn-dislike:hover svg,
.vfm-ext-feedback-btn.btn-dislike.voted svg {
    fill: #ff4757;
    transform: scale(1.1);
}
.vfm-ext-feedback-btn.voted {
    pointer-events: none;
    animation: vfmHeartbeat 0.5s;
    background: rgba(255, 255, 255, 0.05);
}
.vfm-ext-feedback-btn.vfm-vote-locked {
    pointer-events: none;
    opacity: 0.35;
    filter: grayscale(0.6);
    cursor: default;
}
.vfm-ext-volume {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
}
.vfm-ext-volume input[type=range] {
    -webkit-appearance: none;
    width: 80px;
    background: transparent;
    cursor: pointer;
}
.vfm-ext-volume input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #444;
    border-radius: 2px;
}
.vfm-ext-volume input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
}
.vfm-playbtn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #ff3333;
    background: #111;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s transform;
    flex-shrink: 0;
    position: relative;
    margin-left: 10px;
}
.vfm-playbtn:hover {
    transform: scale(1.05);
}
.vfm-playbtn div {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ff3333;
    margin-left: 4px;
}
.vfm-playbtn.playing div {
    border: none;
    width: 12px;
    height: 16px;
    border-left: 4px solid #ff3333;
    border-right: 4px solid #ff3333;
    margin-left: 0;
}
.vfm-playbtn.buffering div {
    display: none !important;
}
.vfm-playbtn.buffering::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: vfmSpinner 0.8s linear infinite;
    box-sizing: border-box;
}
/* ===== Mini reproductor (shortcode) ===== */
.vfm-mini-player {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 5px 14px 5px 5px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    flex-shrink: 0;
}
.vfm-mini-playbtn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #ff3333;
    background: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: 0.2s transform;
    padding: 0;
    position: relative;
}
.vfm-mini-playbtn:hover {
    transform: scale(1.06);
}
.vfm-mini-playbtn div {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #ff3333;
    margin-left: 3px;
}
.vfm-mini-playbtn.playing div {
    border: none;
    width: 8px;
    height: 11px;
    border-left: 3px solid #ff3333;
    border-right: 3px solid #ff3333;
    margin-left: 0;
}
.vfm-mini-playbtn.buffering div {
    display: none !important;
}
.vfm-mini-playbtn.buffering::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    animation: vfmSpinner 0.8s linear infinite;
    box-sizing: border-box;
}
.vfm-mini-cover {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #ff3333;
}
.vfm-mini-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vfm-mini-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 230px;
    flex-shrink: 0;
    overflow: hidden;
}
.vfm-mini-live {
    color: #ff3333;
    font-weight: 800;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
    white-space: nowrap;
    flex-shrink: 0;
}
.vfm-mini-live.is-live::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff3333;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    animation: vfmPulse 1.5s infinite;
}
.vfm-mini-song-viewport {
    width: 100%;
    overflow: hidden;
}
.vfm-mini-song {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
.vfm-mini-song.scrolling {
    animation: vfmMiniMarquee var(--vfm-marquee-duration, 10s) linear infinite;
}
.vfm-mini-song .vfm-mini-song-gap {
    display: inline-block;
    width: 40px;
}
.vfm-mini-controls {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}
.vfm-mini-fb-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    padding: 0;
}
.vfm-mini-fb-btn svg {
    width: 14px;
    height: 14px;
    fill: #888;
    transition: fill 0.2s, transform 0.2s;
}
.vfm-mini-fb-btn:hover {
    background: rgba(255, 255, 255, 0.08);
}
.vfm-mini-fb-btn.vfm-mini-like:hover svg,
.vfm-mini-fb-btn.vfm-mini-like.voted svg {
    fill: #2ed573;
    transform: scale(1.15);
}
.vfm-mini-fb-btn.vfm-mini-dislike:hover svg,
.vfm-mini-fb-btn.vfm-mini-dislike.voted svg {
    fill: #ff4757;
    transform: scale(1.15);
}
.vfm-mini-fb-btn.voted {
    pointer-events: none;
    animation: vfmHeartbeat 0.5s;
}
.vfm-mini-fb-btn.vfm-vote-locked {
    pointer-events: none;
    opacity: 0.35;
    filter: grayscale(0.6);
    cursor: default;
}
/* ===== Toast ===== */
#vfm-ext-toast {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background: #111;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border-left: 4px solid #ff3333;
    z-index: 9999999;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
/* ===== Banner de voto ===== */
#vfm-vote-banner-container {
    position: fixed;
    left: 20px;
    bottom: 96px;
    z-index: 9999998;
    pointer-events: none;
}
.vfm-vote-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1e1e1e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 10px 16px 10px 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
    font-family: 'Montserrat', sans-serif;
    max-width: 280px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}
.vfm-vote-banner.show {
    opacity: 1;
    transform: translateY(0);
}
.vfm-vote-banner img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.15);
}
.vfm-vote-banner.is-like img {
    border-color: #2ed573;
}
.vfm-vote-banner.is-dislike img {
    border-color: #ff4757;
}
.vfm-vote-banner-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    overflow: hidden;
}
.vfm-vote-banner-text strong {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vfm-vote-banner-text span {
    font-size: 12px;
    color: #aaa;
}
.vfm-vote-banner.is-like .vfm-vote-banner-text span {
    color: #2ed573;
}
.vfm-vote-banner.is-dislike .vfm-vote-banner-text span {
    color: #ff4757;
}
/* ===== Modal premium ===== */
.vfm-premium-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 1000095;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    font-family: 'Montserrat', sans-serif;
}
.vfm-premium-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.vfm-modal-content {
    width: 90%;
    max-width: 1100px;
    height: 85vh;
    max-height: 800px;
    min-height: 0;
    background: #f4f4f4;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: translateY(20px);
    transition: transform 0.4s ease;
    box-sizing: border-box;
}
.vfm-premium-modal.active .vfm-modal-content {
    transform: translateY(0);
}
.vfm-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    background: transparent;
    border: none;
    z-index: 10;
}
.vfm-modal-top-section {
    background: #1e1e1e;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 2px solid #333;
    flex-shrink: 0;
    box-sizing: border-box;
}
.vfm-modal-big-cover {
    width: 250px;
    height: 250px;
    background: #ff3333;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}
.vfm-modal-big-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vfm-modal-player-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    min-width: 0;
}
.vfm-modal-controls-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.vfm-modal-icon-btn {
    background: transparent;
    border: none;
    fill: #666;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: fill 0.2s;
}
.vfm-modal-icon-btn:hover {
    fill: #fff;
}
.vfm-modal-playbtn {
    width: 70px;
    height: 70px;
    border-width: 4px;
}
.vfm-modal-playbtn div {
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-left: 5px;
}
.vfm-modal-playbtn.playing div {
    width: 16px;
    height: 22px;
    border-left-width: 5px;
    border-right-width: 5px;
    margin-left: 0;
}
.vfm-modal-playbtn.buffering::after {
    width: 34px;
    height: 34px;
    border-width: 4px;
    margin: auto;
}
.vfm-modal-vol-area {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.vfm-modal-vol-area input[type=range] {
    width: 100px;
    -webkit-appearance: none;
    background: transparent;
}
.vfm-modal-vol-area input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    background: #555;
    border-radius: 2px;
}
.vfm-modal-vol-area input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: -4px;
    cursor: pointer;
}
.vfm-modal-song-info {
    text-align: center;
    max-width: 100%;
}
.vfm-modal-song-info p#vfm-modal-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 10px 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vfm-modal-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ff3333;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}
.vfm-modal-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ff3333;
    border-radius: 50%;
    display: block;
    animation: vfmPulse 1.5s infinite;
}
.vfm-modal-badge.is-podcast {
    background: #ff3333;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    border: 1px solid transparent;
}
.vfm-modal-badge.is-podcast::before {
    display: none;
}
.vfm-modal-bottom-section {
    flex: 1;
    padding: 30px 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}
.vfm-modal-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
    flex-shrink: 0;
    min-height: 40px;
}
.vfm-modal-tabs button {
    height: 38px;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #fff;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    transition: 0.3s;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    white-space: nowrap;
}
.vfm-modal-tabs button.active {
    background: #ff3333;
    color: white;
    border-color: #ff3333;
}
.vfm-modal-tabs button:hover:not(.active) {
    border-color: #999;
}
.vfm-modal-content-list {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vfm-modal-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    overflow: hidden;
}
.vfm-modal-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.vfm-modal-list-item img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.vfm-modal-list-item span {
    font-weight: 700;
    color: #222;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1;
}
.vfm-modal-btn-red {
    background: #ff3333;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
    transition: 0.2s transform;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.vfm-modal-btn-red:hover {
    transform: scale(1.05);
    color: white;
}
/* ===== Historial y cola ===== */
.vfm-track-history-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    font-size: 11px;
    color: #888;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.vfm-history-col,
.vfm-queue-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}
.vfm-history-col {
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
}
.vfm-queue-col {
    text-align: left;
    padding-left: 0;
}
.vfm-hq-title {
    color: #ff3333;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.vfm-hq-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vfm-history-col .vfm-hq-item {
    flex-direction: row-reverse;
    text-align: right;
}
.vfm-hq-item img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    object-fit: cover;
    background: #222;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.vfm-hq-item-text {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.vfm-hq-item-text strong {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.vfm-hq-item-text span {
    color: #aaa;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ===== Contenedor de anuncios ===== */
.vfm-ext-ads-container {
    position: fixed;
    bottom: 84px;
    left: 50%;
    right: auto;
    transform: translateX(-50%) translateZ(0);
    width: 728px;
    max-width: calc(100vw - 16px);
    margin: 0;
    z-index: 1000088;
    display: none;
    pointer-events: none;
    background: rgba(20, 20, 20, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
    -webkit-transform: translateX(-50%) translateZ(0);
    contain: layout style paint;
    isolation: isolate;
    transition: height 0.25s ease, max-height 0.25s ease;
}
.vfm-ext-ads-container.vfm-ad-collapsed {
    height: 14px;
    max-height: 14px;
}
.vfm-ext-ads-container.vfm-ad-collapsed .vfm-ad-desktop,
.vfm-ext-ads-container.vfm-ad-collapsed .vfm-ad-mobile {
    opacity: 0;
    pointer-events: none;
}
.vfm-ext-ads-container>div {
    pointer-events: auto;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 0.15s ease;
}
.vfm-ad-desktop {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
@media (min-width: 769px) {
    .vfm-ad-mobile {
        display: none !important;
    }
    .vfm-ad-desktop {
        display: flex !important;
    }
}
.vfm-ad-mobile {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.vfm-ad-desktop iframe,
.vfm-ad-desktop ins,
.vfm-ad-desktop img,
.vfm-ad-desktop>div,
.vfm-ad-desktop>a {
    width: 728px !important;
    max-width: 100% !important;
    height: 90px !important;
    max-height: 90px !important;
    object-fit: contain;
    overflow: hidden !important;
}
.vfm-ad-desktop *,
.vfm-ad-mobile * {
    position: relative !important;
}
.vfm-ad-collapse-btn {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 18px;
    background: rgba(20, 20, 20, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1000089;
    padding: 0;
}
.vfm-ad-collapse-btn svg {
    width: 14px;
    height: 14px;
    fill: #ccc;
    transition: transform 0.25s ease;
}
.vfm-ext-ads-container.vfm-ad-collapsed .vfm-ad-collapse-btn svg {
    transform: rotate(180deg);
}
.vfm-ad-close-btn {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 1000089;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    padding: 0;
}
.vfm-ad-close-btn:hover {
    background: rgba(255, 51, 51, 0.9);
}
/* ===== Modal VAST ===== */
.vfm-vast-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #000000;
    z-index: 1000085;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}
.vfm-vast-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.vfm-vast-body {
    width: 100%;
    max-width: 1600px;
    height: 100%;
    background: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.vfm-vast-body video {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.vfm-vast-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    backdrop-filter: blur(4px);
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}
.vfm-vast-close-btn:hover {
    background: rgba(255, 51, 51, 0.9);
    border-color: transparent;
}
.vfm-player-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.vfm-player-ad-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.vfm-ad-overlay-text {
    color: #ddd;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
}
.vfm-ad-overlay-text strong {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 2px;
}
.vfm-ad-countdown-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    flex-shrink: 0;
}
/* ===== Animaciones ===== */
@keyframes vfmPulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@keyframes vfmSpinner {
    to {
        transform: rotate(360deg);
    }
}
@keyframes vfmHeartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes vfmMiniMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
/* ===== Compatibilidad con popups de Elementor ===== */
.elementor-popup-modal,
.elementor-popup-modal .dialog-widget,
.elementor-popup-modal .dialog-widget-content,
.dialog-type-lightbox.elementor-popup-modal,
div[data-elementor-type="popup"],
.elementor-location-popup {
    z-index: 1000096 !important;
}
.elementor-popup-modal .dialog-close-button {
    z-index: 1000097 !important;
}
.dialog-type-lightbox {
    z-index: 1000096 !important;
}
/* ===== Media Queries Móvil ===== */
@media (max-width: 768px) {
    .vfm-ext-player {
        height: calc(70px + env(safe-area-inset-bottom)) !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        z-index: 1000090 !important;
        transform: none !important;
        -webkit-transform: none !important;
        padding-bottom: env(safe-area-inset-bottom) !important;
        box-sizing: border-box !important;
    }
    .vfm-vast-modal {
        height: calc(100vh - 70px);
        width: 100%;
    }
    .vfm-ext-cover {
        width: 70px;
    }
    .vfm-ext-info {
        padding: 0 12px;
    }
    .vfm-ext-song {
        font-size: 14px;
    }
    .vfm-ext-controls {
        padding-right: 15px;
        gap: 5px;
    }
    .vfm-hide-mobile {
        display: none;
    }
    .vfm-ext-feedback-btn {
        width: 35px;
        padding: 0;
        border-radius: 50%;
    }
    .vfm-playbtn {
        width: 42px;
        height: 42px;
        border-width: 2px;
    }
    .vfm-ext-volume {
        display: none;
    }
    .vfm-ext-expand-btn {
        top: -30px;
        width: 50px;
        height: 20px;
    }
    .vfm-modal-content {
        width: 100%;
        height: 100vh;
        height: 100dvh;
        max-height: 100vh;
        max-height: 100dvh;
        border-radius: 0;
        box-sizing: border-box;
    }
    .vfm-modal-player-area {
        width: 100%;
        min-width: 0;
    }
    .vfm-modal-song-info {
        width: 100%;
    }
    .vfm-modal-top-section {
        flex-direction: column;
        padding: 40px 20px 20px;
        gap: 20px;
        flex-shrink: 0;
    }
    .vfm-modal-big-cover {
        width: 180px;
        height: 180px;
    }
    .vfm-modal-vol-area {
        display: none;
    }
    .vfm-modal-song-info p#vfm-modal-title {
        font-size: 20px;
    }
    .vfm-modal-bottom-section {
        padding: 25px 20px;
        align-items: stretch;
    }
    .vfm-modal-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 15px;
        margin-bottom: 15px;
        scrollbar-width: none;
    }
    .vfm-modal-tabs::-webkit-scrollbar {
        display: none;
    }
    .vfm-modal-tabs button {
        flex-shrink: 0;
    }
    .vfm-modal-content-list {
        max-width: 100%;
    }
    .vfm-modal-btn-red {
        align-self: center;
    }
    .vfm-modal-controls-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    .vfm-ext-ads-container {
        bottom: calc(74px + env(safe-area-inset-bottom)) !important;
        left: 6px !important;
        right: 6px !important;
        transform: translateZ(0) !important;
        -webkit-transform: translateZ(0) !important;
        padding: 0;
        border-radius: 12px;
        height: 56px;
        max-height: 56px;
        width: auto !important;
        max-width: none !important;
        box-sizing: border-box;
        z-index: 1000088 !important;
    }
    .vfm-ext-ads-container.vfm-ad-collapsed {
        height: 12px !important;
        max-height: 12px !important;
    }
    .vfm-ad-desktop {
        display: none !important;
    }
    .vfm-ad-mobile {
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .vfm-ad-mobile iframe,
    .vfm-ad-mobile ins,
    .vfm-ad-mobile img,
    .vfm-ad-mobile>div,
    .vfm-ad-mobile>a {
        max-height: 56px !important;
        max-width: 100% !important;
        object-fit: contain;
        overflow: hidden !important;
    }
    .vfm-player-ad-overlay {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .vfm-ad-overlay-text {
        font-size: 13px;
    }
    .vfm-ad-overlay-text strong {
        font-size: 15px;
    }
    .vfm-ad-countdown-circle {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }
    .vfm-track-history-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .vfm-history-col {
        text-align: left;
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }
    .vfm-history-col .vfm-hq-item {
        flex-direction: row;
        text-align: left;
    }
    .vfm-queue-col {
        text-align: left;
    }
    #vfm-vote-banner-container {
        left: 10px;
        right: 10px;
        bottom: calc(80px + env(safe-area-inset-bottom));
    }
    .vfm-vote-banner {
        max-width: none;
    }
    .vfm-mini-player {
        padding: 4px 10px 4px 4px;
        gap: 7px;
    }
    .vfm-mini-playbtn,
    .vfm-mini-cover {
        width: 30px;
        height: 30px;
    }
    .vfm-mini-info {
        width: 130px;
    }
    .vfm-mini-song {
        font-size: 11px;
    }
    .vfm-mini-fb-btn {
        width: 24px;
        height: 24px;
    }
}
