/* =========================================================
   AISLAMIENTO FRENTE AL CSS LEGACY DE LA APP
   ========================================================= */

html,
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper,
#scroller,
#ulMenu {
    width: 100%;
}

#scroller,
#ulMenu {
    height: auto !important;
    min-height: 100%;
}

#ulMenu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#ulMenu > li.oped-menu,
#ulMenu > li.oped-section-heading,
#ulMenu > li.oped-track-item,
#ulMenu > li.oped-error,
#ulMenu > li.oped-advertising {
    height: auto !important;
    overflow: visible !important;
}

.oped-menu--back .opcion3 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 64px;
    padding: 10px !important;
    line-height: normal !important;
}

.oped-menu--back .opcion3 img {
    display: block;
    width: 201px;
    height: 30px;
    margin: 0 auto;
}

.oped-page-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 68px;
    padding: 14px 18px;
    color: #d9efff;
    font-size: clamp(20px, 5.4vw, 29px);
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .7);
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

.oped-menu {
    position: relative;
    width: 100%;
}

.oped-menu--back {
    min-height: 42px;
    background: #3398dc;
    border: 2px solid #fff;
    border-right-width: 5px;
    border-left-width: 5px;
}

.oped-menu--back a {
    display: block;
}

.oped-menu--title {
    min-height: 0;
    background: #999;
    border: 2px solid #fff;
    border-right-width: 5px;
    border-left-width: 5px;
}

.oped-menu--notice {
    min-height: 0;
    padding: 16px 12px;
    background: #133a10;
    border: 2px solid #fff;
    border-right-width: 5px;
    border-left-width: 5px;
}

.oped-notice {
    width: 94%;
    max-width: 560px;
    margin: 0 auto;
    padding: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .74);
    border: 1px solid #ffd84d;
    border-radius: 12px;
    line-height: 1.5;
    text-align: center;
}

.oped-notice strong {
    display: block;
    margin-bottom: 7px;
    color: #ffe66b;
    font-size: 18px;
}

.oped-section-heading {
    display: flex;
    height: auto !important;
    line-height: 1.2;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 12px 16px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(0, 132, 255, .92), rgba(0, 43, 120, .96));
    border-top: 2px solid #fff;
    border-right: 5px solid #51b8ff;
    border-left: 5px solid #51b8ff;
    font-weight: 900;
}

.oped-section-heading--ending {
    background:
        linear-gradient(135deg, rgba(191, 45, 75, .95), rgba(87, 8, 40, .97));
    border-right-color: #ff6e9b;
    border-left-color: #ff6e9b;
}

.oped-section-heading span {
    font-size: 21px;
}

.oped-section-heading small {
    padding: 5px 9px;
    color: #fff;
    background: rgba(0, 0, 0, .34);
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap;
}

.oped-track-item {
    position: relative;
    min-height: 86px;
    background: rgba(24, 28, 31, .52);
    border-top: 2px solid rgba(255, 255, 255, .55);
    border-right: 5px solid #666;
    border-left: 5px solid #666;
}

.oped-track-item:nth-child(even) {
    background: rgba(0, 0, 0, .76);
    border-right-color: #fff;
    border-left-color: #fff;
}

.oped-track-button {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 86px;
    padding: 11px 14px;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: left;
}

.oped-track-button:hover,
.oped-track-button:focus-visible {
    background: rgba(255, 255, 255, .14);
}

.oped-track-button.is-playing {
    background:
        linear-gradient(90deg, rgba(78, 242, 32, .24), rgba(0, 0, 0, .15));
    box-shadow: inset 4px 0 0 #4ef220;
}

.oped-track-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 6px 8px;
    color: #fff;
    background: linear-gradient(180deg, #138fe9, #06528e);
    border: 1px solid #72c9ff;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.oped-track-number--ending {
    background: linear-gradient(180deg, #e14c7e, #8d173f);
    border-color: #ff91b6;
}

.oped-track-info {
    display: block;
    min-width: 0;
}

.oped-track-info strong {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oped-track-info small {
    display: block;
    margin-top: 5px;
    color: #33daff;
    font-size: 13px;
}

.oped-track-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #fff;
    background: linear-gradient(180deg, #2ecc71, #178b45);
    border: 1px solid #7cff9d;
    border-radius: 50%;
    font-size: 17px;
}

.oped-error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    padding: 18px;
    color: #ffd6dc;
    background: rgba(110, 0, 15, .78);
    border: 2px solid #ff596e;
    text-align: center;
}

.oped-advertising {
    min-height: 240px;
}

.oped-advertising__content {
    position: relative;
    width: 100%;
    min-height: 240px;
    padding-top: 20px;
    text-align: center;
}

.oped-advertising__content > span {
    display: block;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.oped-player-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.oped-player-modal.is-open {
    display: flex;
}

.oped-player-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .9);
}

.oped-player-window {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
    max-height: calc(100dvh - 36px);
    overflow-y: auto;
    padding: 42px 18px 18px;
    color: #fff;
    background:
        radial-gradient(circle at 50% 0, rgba(46, 204, 113, .18), transparent 42%),
        #111417;
    border: 2px solid #4ef220;
    border-radius: 16px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .9);
    text-align: center;
}

.oped-player-close {
    position: absolute;
    top: 4px;
    right: 8px;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    font-size: 34px;
    cursor: pointer;
}

.oped-player-type {
    display: inline-flex;
    padding: 5px 10px;
    color: #d8ffe5;
    background: rgba(78, 242, 32, .12);
    border: 1px solid rgba(78, 242, 32, .42);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.oped-player-title {
    margin: 13px 0 5px;
    color: #4ef220;
    font-size: 23px;
    line-height: 1.35;
}

.oped-player-artist {
    margin: 0 0 16px;
    color: #a8dfff;
    font-size: 14px;
}

.oped-audio {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.oped-player-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.oped-player-button,
.oped-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 13px;
    color: #fff;
    border-radius: 9px;
    font-weight: 800;
}

.oped-player-button {
    background: linear-gradient(180deg, #3498db, #17649b);
    border: 1px solid #73c7ff;
    cursor: pointer;
}

.oped-player-button:disabled {
    opacity: .42;
    cursor: default;
}

.oped-player-actions {
    margin-top: 10px;
}

.oped-download {
    width: 100%;
    background: linear-gradient(180deg, #e84d4d, #a51d1d);
    border: 1px solid #ff8484;
}

body.oped-modal-open {
    overflow: hidden !important;
}

@media (max-width: 480px) {
    .oped-section-heading span {
        font-size: 18px;
    }

    .oped-track-button {
        grid-template-columns: 55px minmax(0, 1fr) 36px;
        padding: 10px;
    }

    .oped-track-info strong {
        font-size: 15px;
    }

    .oped-track-play {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .oped-player-navigation {
        grid-template-columns: 1fr;
    }
}
