/*
 * SPEII NEX 3.2.1.7 — Player PRO MAX Header Cleanup
 * Camada visual cinematográfica para filmes e séries.
 */
:root {
    --spx-accent: #a43dff;
    --spx-accent-2: #ec0c93;
    --spx-bg: #03040b;
    --spx-panel: rgba(8, 10, 24, .88);
    --spx-line: rgba(255, 255, 255, .13);
    --spx-text-soft: rgba(255, 255, 255, .68);
}

html body.speii-watch-route .speii-cinema-toolbar.speii-cinema-toolbar--overlay,
html body.speii-watch-route #speiiModernOverlay,
html body.speii-watch-route #speiiModernMenu,
html body.speii-watch-route #speiiModernDock,
html body.speii-watch-route .speii-fullv2-panel,
html body.speii-watch-route #speiiFullV2Panel,
html body.speii-watch-route .speii-age-rating-overlay,
html body.speii-watch-route .speii-player-loading-overlay,
html body.speii-watch-route .speii-prime-player-now,
html body.speii-watch-route .speii-prime-player-tools,
html body.speii-watch-route .speii-next-episode-overlay {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.speii-watch-route .main-video,
body.speii-watch-route .main-video > .plyr,
body.speii-watch-route .main-video > .plyr .plyr__video-wrapper {
    isolation: isolate !important;
}

body.speii-watch-route .main-video > .plyr,
body.speii-watch-route .main-video > .plyr .plyr__video-wrapper,
body.speii-watch-route .main-video > .plyr video {
    width: 100% !important;
    height: 100% !important;
}

body.speii-watch-route .main-video > .plyr video {
    object-fit: contain !important;
}

body.speii-watch-route .main-video.spx-fit-cover > .plyr video { object-fit: cover !important; }
body.speii-watch-route .main-video.spx-fit-fill > .plyr video { object-fit: fill !important; }

.spx-player,
.spx-player * { box-sizing: border-box; }

.spx-player {
    position: absolute;
    inset: 0;
    z-index: 90;
    color: #fff;
    font-family: inherit;
    pointer-events: none;
    user-select: none;
    transition: opacity .24s ease;
}

.spx-player::before,
.spx-player::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.spx-player::before {
    background:
        linear-gradient(180deg, rgba(1, 2, 8, .82) 0%, rgba(1, 2, 8, .18) 24%, transparent 43%),
        linear-gradient(0deg, rgba(1, 2, 8, .96) 0%, rgba(1, 2, 8, .48) 24%, transparent 50%);
}

.spx-player::after {
    background: radial-gradient(circle at 82% 18%, rgba(164, 61, 255, .13), transparent 33%);
    opacity: .85;
}

.spx-player.spx-ui-hidden:not(.spx-panel-open):not(.spx-paused) {
    opacity: 0;
}

.spx-player.spx-ui-hidden:not(.spx-panel-open):not(.spx-paused) * {
    pointer-events: none !important;
}

.spx-player button,
.spx-player a,
.spx-player input,
.spx-player select,
.spx-player .spx-seek,
.spx-player .spx-panel { pointer-events: auto; }

.spx-topbar {
    position: absolute;
    z-index: 4;
    top: clamp(18px, 2.4vw, 38px);
    left: clamp(18px, 3vw, 52px);
    right: clamp(18px, 3vw, 52px);
    display: grid;
    grid-template-columns: 1fr minmax(260px, 2fr) 1fr;
    align-items: center;
    gap: 20px;
}

.spx-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: rgba(2, 3, 12, .22);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    backdrop-filter: blur(10px);
    transition: .2s ease;
}
.spx-back:hover { border-color: var(--spx-line); background: rgba(6, 7, 20, .76); transform: translateX(-2px); }
.spx-back svg { width: 20px; height: 20px; }

.spx-heading { text-align: center; min-width: 0; text-shadow: 0 3px 20px #000; }
.spx-heading__title {
    margin: 0;
    color: #fff;
    font-size: clamp(19px, 2vw, 34px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: clamp(.08em, .35vw, .26em);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 769px) {
    .spx-heading__title { max-width: min(760px, 52vw); margin-inline: auto; }
}

.spx-brand {
    justify-self: end;
    padding: 8px 0;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .45em;
    text-transform: uppercase;
}
.spx-brand b { color: #c35cff; }

.spx-left-meta {
    position: absolute;
    z-index: 4;
    top: clamp(105px, 15vh, 170px);
    left: clamp(20px, 3vw, 54px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    max-width: 280px;
}
.spx-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.82);
    font-size: 12px;
    line-height: 1.35;
}
.spx-rating__badge {
    min-width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: linear-gradient(145deg, #ff9c22, #e55f0b);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(255, 133, 0, .24);
}
.spx-details-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.82) !important;
    font-size: 13px;
    text-decoration: none !important;
}
.spx-details-link:hover { color: #fff !important; }
.spx-details-link svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.spx-details-link span {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.25;
}

.spx-info-card {
    position: absolute;
    z-index: 5;
    left: clamp(20px, 3vw, 54px);
    bottom: clamp(154px, 18vh, 200px);
    width: min(390px, calc(100vw - 40px));
    padding: 16px;
    border: 1px solid var(--spx-line);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(12, 13, 31, .88), rgba(4, 5, 16, .82));
    box-shadow: 0 24px 70px rgba(0,0,0,.5);
    backdrop-filter: blur(18px);
    transform: translateY(0);
    transition: .25s ease;
}
.spx-player.spx-ui-hidden:not(.spx-paused) .spx-info-card { opacity: 0; transform: translateY(12px); }
.spx-info-card__eyebrow { color: #c56bff; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.spx-info-card h3 { margin: 5px 0 7px; color: #fff; font-size: 17px; line-height: 1.25; }
.spx-info-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.spx-info-card__meta { display: flex; flex-wrap: wrap; gap: 7px 12px; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 11px; }
.spx-info-card__meta span:not(:last-child)::after { content: "•"; margin-left: 12px; opacity: .45; }

.spx-skip-stack {
    position: absolute;
    z-index: 7;
    right: clamp(20px, 3vw, 54px);
    bottom: clamp(165px, 19vh, 210px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}
.spx-skip {
    display: none;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 11px;
    background: rgba(5, 6, 17, .82);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 35px rgba(0,0,0,.35);
}
.spx-skip.is-visible { display: inline-flex; }
.spx-skip:hover { background: linear-gradient(135deg, rgba(139,48,255,.94), rgba(225,10,139,.94)); border-color: transparent; }

.spx-controls {
    position: absolute;
    z-index: 6;
    left: clamp(18px, 3vw, 52px);
    right: clamp(18px, 3vw, 52px);
    bottom: clamp(16px, 2.5vw, 34px);
}

.spx-time-row { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; font-size: 12px; font-weight: 700; color: rgba(255,255,255,.8); }
.spx-seek { position: relative; flex: 1; height: 18px; cursor: pointer; }
.spx-seek__rail, .spx-seek__buffer, .spx-seek__fill { position: absolute; left: 0; top: 50%; height: 4px; border-radius: 999px; transform: translateY(-50%); }
.spx-seek__rail { right: 0; background: rgba(255,255,255,.24); }
.spx-seek__buffer { width: 0; background: rgba(255,255,255,.34); }
.spx-seek__fill { width: 0; background: linear-gradient(90deg, #942fff, #e70e91); box-shadow: 0 0 18px rgba(178,49,255,.42); }
.spx-seek__thumb { position: absolute; top: 50%; left: 0; width: 14px; height: 14px; border-radius: 50%; background: #b642ff; transform: translate(-50%, -50%); box-shadow: 0 0 0 5px rgba(174,57,255,.15); transition: transform .15s ease; }
.spx-seek:hover .spx-seek__thumb { transform: translate(-50%, -50%) scale(1.15); }
.spx-seek__tooltip { position: absolute; bottom: 20px; display: none; transform: translateX(-50%); padding: 5px 8px; border-radius: 7px; background: rgba(0,0,0,.85); font-size: 10px; white-space: nowrap; }
.spx-seek:hover .spx-seek__tooltip { display: block; }

.spx-controlbar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(280px, 1fr);
    align-items: center;
    gap: 20px;
    min-height: 84px;
    padding: 12px 20px;
    border: 1px solid var(--spx-line);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(10, 12, 28, .82), rgba(3, 4, 13, .88));
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 75px rgba(0,0,0,.45);
}
.spx-controlbar__left, .spx-controlbar__center, .spx-controlbar__right { display: flex; align-items: center; }
.spx-controlbar__left { gap: 12px; }
.spx-controlbar__center { justify-content: center; gap: 13px; }
.spx-controlbar__right { justify-content: flex-end; gap: 3px; }

.spx-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 42px;
    height: 42px;
    padding: 0 9px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: .18s ease;
}
.spx-btn:hover, .spx-btn.is-active { background: rgba(167,59,255,.18); color: #d68aff; }
.spx-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.spx-btn small { display: block; font-size: 8px; color: rgba(255,255,255,.55); text-transform: uppercase; }
.spx-btn--stack { height: 54px; flex-direction: column; min-width: 62px; padding: 4px 8px; }
.spx-btn--primary {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #8f44d8, #40205f 70%);
    border: 1px solid rgba(202,110,255,.7);
    box-shadow: 0 0 0 8px rgba(161,56,255,.08), 0 15px 38px rgba(0,0,0,.42);
}
.spx-btn--primary:hover { background: radial-gradient(circle at 35% 30%, #ae55ff, #5b247f 72%); color: #fff; transform: scale(1.03); }
.spx-btn--primary svg { width: 31px; height: 31px; }
.spx-volume { display: flex; align-items: center; gap: 8px; }
.spx-volume input { width: 120px; accent-color: #b342ff; cursor: pointer; }
.spx-quality-badge { padding: 3px 6px; border: 1px solid #a849ff; border-radius: 5px; color: #cf76ff; font-size: 11px; font-weight: 900; }

.spx-side-panel {
    position: absolute;
    z-index: 12;
    top: clamp(76px, 9vh, 96px);
    right: clamp(18px, 3vw, 52px);
    bottom: clamp(132px, 16vh, 154px);
    width: min(455px, calc(100vw - 36px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(9,10,26,.94), rgba(3,4,14,.94));
    box-shadow: 0 26px 95px rgba(0,0,0,.62);
    backdrop-filter: blur(24px);
    opacity: 0;
    transform: translateX(24px);
    pointer-events: none !important;
    transition: opacity .22s ease, transform .22s ease;
}
.spx-player.spx-panel-open .spx-side-panel { opacity: 1; transform: translateX(0); pointer-events: auto !important; }
.spx-side-panel * { pointer-events: auto; }
.spx-panel-head { display: flex; align-items: center; gap: 4px; padding: 13px 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.spx-tab { flex: 1; height: 43px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.spx-tab.is-active { color: #fff; border-bottom-color: #b34aff; }
.spx-panel-close { width: 38px; height: 38px; border: 0; border-radius: 10px; background: rgba(255,255,255,.06); color: #fff; cursor: pointer; }
.spx-panel-body { flex: 1; overflow: auto; padding: 14px; scrollbar-width: thin; scrollbar-color: rgba(180,72,255,.65) transparent; }
.spx-panel-body::-webkit-scrollbar { width: 6px; }
.spx-panel-body::-webkit-scrollbar-thumb { background: rgba(180,72,255,.65); border-radius: 999px; }

.spx-section { padding: 11px 0 15px; border-bottom: 1px solid rgba(255,255,255,.09); }
.spx-section:last-child { border-bottom: 0; }
.spx-section__title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; color: rgba(255,255,255,.75); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.spx-option { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 11px; border: 0; border-radius: 9px; background: transparent; color: rgba(255,255,255,.78); font-size: 12px; text-align: left; cursor: pointer; }
.spx-option:hover { background: rgba(255,255,255,.06); color: #fff; }
.spx-option.is-active { background: linear-gradient(90deg, rgba(122,41,197,.28), rgba(135,34,169,.16)); color: #d984ff; }
.spx-option.is-active::after { content: "✓"; color: #d45cff; font-weight: 900; }
.spx-option[disabled] { opacity: .42; cursor: not-allowed; }
.spx-empty { padding: 12px; color: rgba(255,255,255,.47); font-size: 12px; }

.spx-season-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.spx-season-select { min-width: 145px; height: 40px; padding: 0 11px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.05); color: #fff; font-size: 12px; }
.spx-season-select option { color: #111; }
.spx-episode { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; padding: 10px; border-radius: 12px; color: rgba(255,255,255,.72) !important; text-decoration: none !important; }
.spx-episode:hover { background: rgba(255,255,255,.055); color: #fff !important; }
.spx-episode.is-active { background: linear-gradient(90deg, rgba(121,42,197,.3), rgba(98,31,143,.14)); color: #fff !important; }
.spx-episode__number { color: #b74eff; font-weight: 900; }
.spx-episode__copy { min-width: 0; }
.spx-episode__copy strong { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; }
.spx-episode__copy small { color: rgba(255,255,255,.45); font-size: 10px; }
.spx-episode__status { color: #ba57ff; font-size: 12px; }
.spx-next-card { margin-top: 15px; padding: 11px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.spx-next-card__label { color: #c25eff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.spx-next-card h4 { margin: 5px 0; font-size: 13px; }
.spx-next-card p { margin: 0 0 10px; color: rgba(255,255,255,.55); font-size: 11px; }
.spx-next-card a { display: flex; justify-content: center; padding: 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #fff !important; text-decoration: none !important; font-size: 11px; }

.spx-shortcuts { display: grid; grid-template-columns: 1fr; gap: 6px; }
.spx-shortcut { display: grid; grid-template-columns: 95px 1fr; gap: 11px; align-items: center; padding: 8px 9px; border-radius: 9px; background: rgba(255,255,255,.025); }
.spx-keys { display: flex; flex-wrap: wrap; gap: 4px; }
.spx-key { min-width: 25px; padding: 4px 6px; border: 1px solid rgba(255,255,255,.18); border-bottom-width: 2px; border-radius: 5px; background: rgba(255,255,255,.07); color: #fff; font-size: 9px; font-weight: 800; text-align: center; }
.spx-shortcut span:last-child { color: rgba(255,255,255,.68); font-size: 11px; }
.spx-detail-copy { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }

.spx-osd {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    background: rgba(3,4,13,.78);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(16px);
    transform: translate(-50%, -50%) scale(.94);
    opacity: 0;
    transition: .18s ease;
    pointer-events: none;
}
.spx-osd.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }

.spx-next-overlay {
    position: absolute;
    z-index: 18;
    right: clamp(20px, 3vw, 52px);
    bottom: clamp(145px, 18vh, 190px);
    width: min(355px, calc(100vw - 40px));
    display: none;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 17px;
    background: rgba(6,7,18,.92);
    box-shadow: 0 22px 70px rgba(0,0,0,.52);
    backdrop-filter: blur(18px);
}
.spx-next-overlay.is-visible { display: block; }
.spx-next-overlay__eyebrow { color: #c55eff; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.spx-next-overlay h3 { margin: 5px 0 4px; font-size: 16px; }
.spx-next-overlay p { margin: 0 0 12px; color: rgba(255,255,255,.62); font-size: 11px; }
.spx-next-overlay__actions { display: flex; gap: 8px; }
.spx-next-overlay__actions a, .spx-next-overlay__actions button { flex: 1; padding: 9px; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: rgba(255,255,255,.05); color: #fff !important; text-align: center; text-decoration: none !important; font-size: 11px; cursor: pointer; }
.spx-next-overlay__actions a { background: linear-gradient(135deg, #792ee5, #dc0b89); border-color: transparent; }

.spx-help-hint { margin-top: 12px; color: rgba(255,255,255,.45); font-size: 10px; text-align: center; }
.spx-help-hint kbd { padding: 2px 5px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.06); color: #fff; }

.main-video.speii-main-ad-playing .spx-player,
.main-video--wrapper.speii-ad-playing .spx-player { opacity: 0 !important; pointer-events: none !important; }

@media (max-width: 1120px) {
    .spx-controlbar { grid-template-columns: 1fr auto; }
    .spx-controlbar__right { grid-column: 1 / -1; justify-content: center; border-top: 1px solid rgba(255,255,255,.08); padding-top: 6px; }
    .spx-controlbar { min-height: 112px; }
    .spx-info-card { bottom: 205px; }
    .spx-skip-stack, .spx-next-overlay { bottom: 205px; }
}

@media (max-width: 760px) {
    .spx-topbar { top: 12px; left: 12px; right: 12px; grid-template-columns: auto 1fr auto; gap: 8px; }
    .spx-back span, .spx-brand { display: none; }
    .spx-heading__title { font-size: 16px; letter-spacing: .05em; }
    .spx-left-meta { top: 72px; left: 13px; }
    .spx-rating__copy, .spx-details-link span { display: none; }
    .spx-rating__badge { min-width: 36px; height: 36px; font-size: 15px; }
    .spx-info-card { display: none; }
    .spx-controls { left: 10px; right: 10px; bottom: 9px; }
    .spx-controlbar { display: flex; flex-direction: column; gap: 5px; padding: 7px 9px; min-height: 0; border-radius: 14px; }
    .spx-controlbar__left, .spx-controlbar__center, .spx-controlbar__right { width: 100%; justify-content: center; }
    .spx-controlbar__left { order: 2; }
    .spx-controlbar__center { order: 1; }
    .spx-controlbar__right { order: 3; border-top: 1px solid rgba(255,255,255,.08); overflow-x: auto; justify-content: flex-start; }
    .spx-volume input { width: 86px; }
    .spx-btn--stack { min-width: 55px; }
    .spx-btn--primary { width: 54px; height: 54px; }
    .spx-btn[data-action="previous"], .spx-btn[data-action="next"], .spx-btn[data-action="pip"] { display: none; }
    .spx-side-panel { top: 58px; right: 8px; bottom: 144px; width: calc(100vw - 16px); border-radius: 16px; }
    .spx-skip-stack, .spx-next-overlay { right: 12px; bottom: 155px; }
    .spx-time-row { margin-bottom: 4px; }
}

@media (max-height: 600px) and (orientation: landscape) {
    .spx-left-meta, .spx-info-card { display: none; }
    .spx-controls { bottom: 8px; }
    .spx-controlbar { min-height: 64px; padding: 5px 12px; }
    .spx-btn--primary { width: 52px; height: 52px; }
    .spx-btn--stack { height: 45px; }
    .spx-side-panel { top: 60px; bottom: 98px; }
}

@media (prefers-reduced-motion: reduce) {
    .spx-player, .spx-side-panel, .spx-osd, .spx-info-card, .spx-btn { transition: none !important; }
}
body.speii-watch-route .speii-prime-player-now,
body.speii-watch-route .speii-prime-player-tools,
body.speii-watch-route .speii-next-episode-overlay {
    display: none !important;
}


/* SPEII NEX 3.2.1.7 — preserva a correção definitiva da barra de controles.
   O layout global antigo oculta todo elemento <footer> dentro do template.
   A barra agora é uma DIV e estas regras garantem sua renderização mesmo
   quando estilos legados forem carregados depois do Player PRO MAX. */
html body.speii-next-template .spx-player .spx-controls,
html body.speii-watch-route .spx-player .spx-controls {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    z-index: 96 !important;
    left: clamp(18px, 3vw, 52px) !important;
    right: clamp(18px, 3vw, 52px) !important;
    bottom: clamp(16px, 2.5vw, 34px) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 1;
    pointer-events: none;
}
html body.speii-next-template .spx-player .spx-controls .spx-time-row,
html body.speii-next-template .spx-player .spx-controls .spx-controlbar,
html body.speii-watch-route .spx-player .spx-controls .spx-time-row,
html body.speii-watch-route .spx-player .spx-controls .spx-controlbar {
    visibility: visible !important;
}
html body.speii-next-template .spx-player .spx-controls button,
html body.speii-next-template .spx-player .spx-controls input,
html body.speii-next-template .spx-player .spx-controls .spx-seek,
html body.speii-watch-route .spx-player .spx-controls button,
html body.speii-watch-route .spx-player .spx-controls input,
html body.speii-watch-route .spx-player .spx-controls .spx-seek {
    pointer-events: auto !important;
}
/* Remove o botão central do Plyr para não duplicar o botão do PRO MAX. */
html body.speii-watch-route .spx-host .plyr__control--overlaid,
html body.speii-watch-route .spx-host > .plyr > .plyr__control--overlaid {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
@media (max-width: 760px) {
    html body.speii-next-template .spx-player .spx-controls,
    html body.speii-watch-route .spx-player .spx-controls {
        left: 10px !important;
        right: 10px !important;
        bottom: 9px !important;
    }
}
@media (max-height: 600px) and (orientation: landscape) {
    html body.speii-next-template .spx-player .spx-controls,
    html body.speii-watch-route .spx-player .spx-controls {
        bottom: 8px !important;
    }
}
