/* =========================================================
   TV SEMED
   CENTRAL AUDIOVISUAL INSTITUCIONAL
========================================================= */

#tv-semed.semed-tv-section {
    --tv-navy-1000: #020a16;
    --tv-navy-950: #041426;
    --tv-navy-900: #082744;
    --tv-navy-850: #0a3656;

    --tv-blue: #2389ed;
    --tv-blue-light: #8dd0ff;

    --tv-teal: #11b6a1;
    --tv-teal-light: #99f0e3;

    --tv-violet: #775bd8;
    --tv-violet-light: #c8baff;

    --tv-red: #e6434f;
    --tv-red-light: #ffadb3;

    --tv-green: #42d893;
    --tv-gold: #e5b54d;

    position: relative;
    isolation: isolate;

    padding:
        clamp(5.5rem, 9vw, 9rem)
        0;

    overflow: hidden;

    color: #ffffff;

    background:
        radial-gradient(
            circle at 7% 8%,
            rgba(35, 137, 237, 0.3),
            transparent 30%
        ),
        radial-gradient(
            circle at 94% 10%,
            rgba(119, 91, 216, 0.22),
            transparent 28%
        ),
        radial-gradient(
            circle at 78% 95%,
            rgba(17, 182, 161, 0.2),
            transparent 31%
        ),
        radial-gradient(
            circle at 48% 45%,
            rgba(230, 67, 79, 0.055),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            var(--tv-navy-1000) 0%,
            var(--tv-navy-950) 33%,
            var(--tv-navy-900) 68%,
            #074b5d 100%
        );
}

#tv-semed,
#tv-semed *,
#tv-semed *::before,
#tv-semed *::after {
    box-sizing: border-box;
}

#tv-semed a {
    text-decoration: none;
}

#tv-semed [hidden] {
    display: none !important;
}


/* =========================================================
   FUNDO AUDIOVISUAL
========================================================= */

#tv-semed .semed-tv-background {
    position: absolute;
    z-index: -1;
    inset: 0;

    overflow: hidden;

    pointer-events: none;
}

#tv-semed .semed-tv-grid-pattern {
    position: absolute;
    inset: 0;

    opacity: 0.34;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px
        );

    background-size: 48px 48px;

    mask-image:
        linear-gradient(
            180deg,
            transparent,
            #000 12%,
            #000 88%,
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            180deg,
            transparent,
            #000 12%,
            #000 88%,
            transparent
        );
}


/* =========================================================
   ÓRBITAS
========================================================= */

#tv-semed .semed-tv-orbit {
    position: absolute;

    border:
        1px solid rgba(255, 255, 255, 0.07);

    border-radius: 50%;
}

#tv-semed .semed-tv-orbit.is-one {
    top: -390px;
    left: -320px;

    width: 840px;
    height: 840px;

    box-shadow:
        0 0 0 70px rgba(35, 137, 237, 0.018),
        0 0 0 140px rgba(35, 137, 237, 0.01);
}

#tv-semed .semed-tv-orbit.is-two {
    right: -430px;
    bottom: -480px;

    width: 960px;
    height: 960px;

    border-color:
        rgba(17, 182, 161, 0.08);

    box-shadow:
        0 0 0 80px rgba(17, 182, 161, 0.018),
        0 0 0 160px rgba(17, 182, 161, 0.01);
}


/* =========================================================
   LUZES
========================================================= */

#tv-semed .semed-tv-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(110px);
}

#tv-semed .semed-tv-glow.is-blue {
    top: -210px;
    left: 18%;

    width: 510px;
    height: 430px;

    background:
        rgba(35, 137, 237, 0.19);
}

#tv-semed .semed-tv-glow.is-teal {
    right: 16%;
    bottom: -250px;

    width: 520px;
    height: 440px;

    background:
        rgba(17, 182, 161, 0.18);
}

#tv-semed .semed-tv-glow.is-violet {
    top: 15%;
    right: -160px;

    width: 440px;
    height: 440px;

    background:
        rgba(119, 91, 216, 0.16);
}

#tv-semed .semed-tv-glow.is-red {
    top: 47%;
    left: 36%;

    width: 340px;
    height: 280px;

    opacity: 0.54;

    background:
        rgba(230, 67, 79, 0.09);
}


/* =========================================================
   LINHAS DE SINAL
========================================================= */

#tv-semed .semed-tv-signal-line {
    position: absolute;

    height: 1px;

    opacity: 0.42;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(141, 208, 255, 0.82),
            transparent
        );
}

#tv-semed .semed-tv-signal-line::after {
    content: "";

    position: absolute;
    top: 50%;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--tv-blue-light);

    box-shadow:
        0 0 15px rgba(141, 208, 255, 0.9);

    transform: translateY(-50%);
}

#tv-semed .semed-tv-signal-line.is-one {
    top: 23%;
    right: 6%;

    width: 250px;

    transform: rotate(-19deg);
}

#tv-semed .semed-tv-signal-line.is-one::after {
    right: 0;
}

#tv-semed .semed-tv-signal-line.is-two {
    bottom: 18%;
    left: 5%;

    width: 230px;

    transform: rotate(17deg);
}

#tv-semed .semed-tv-signal-line.is-two::after {
    left: 0;
}


/* =========================================================
   CABEÇALHO
========================================================= */

#tv-semed .semed-tv-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: end;
    gap:
        clamp(2rem, 5vw, 5rem);

    margin-bottom:
        clamp(2.2rem, 5vw, 3.8rem);

    padding-bottom: 1.8rem;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.11);
}

#tv-semed .semed-tv-heading-content {
    max-width: 950px;
}

#tv-semed .semed-tv-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;

    min-height: 36px;

    padding:
        0.38rem
        0.82rem
        0.38rem
        0.4rem;

    border:
        1px solid rgba(153, 240, 227, 0.17);

    border-radius: 999px;

    color: var(--tv-teal-light);

    background:
        rgba(17, 182, 161, 0.08);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    font-size: 0.58rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

#tv-semed .semed-tv-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 27px;
    height: 27px;

    border-radius: 50%;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--tv-blue),
            var(--tv-red)
        );

    box-shadow:
        0 8px 18px rgba(35, 137, 237, 0.28);

    font-size: 0.52rem;
}

#tv-semed .semed-tv-heading h2 {
    max-width: 1000px;

    margin:
        1rem
        0
        0;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(2.8rem, 6vw, 5.8rem);

    font-weight: 500;
    line-height: 0.96;
    letter-spacing: -0.065em;

    text-wrap: balance;
}

#tv-semed .semed-tv-heading h2 strong {
    color: transparent;

    background:
        linear-gradient(
            100deg,
            var(--tv-blue-light),
            var(--tv-violet-light),
            var(--tv-teal-light)
        );

    background-clip: text;
    -webkit-background-clip: text;

    font-weight: 600;
}

#tv-semed .semed-tv-heading p {
    max-width: 790px;

    margin:
        1.1rem
        0
        0;

    color:
        rgba(255, 255, 255, 0.63);

    font-size: 0.88rem;
    line-height: 1.85;
}


/* =========================================================
   TAGS DO CABEÇALHO
========================================================= */

#tv-semed .semed-tv-heading-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;

    margin-top: 1.2rem;
}

#tv-semed .semed-tv-heading-tags span {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;

    min-height: 31px;

    padding:
        0.38rem
        0.65rem;

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 999px;

    color:
        rgba(255, 255, 255, 0.71);

    background:
        rgba(255, 255, 255, 0.055);

    font-size: 0.5rem;
    font-weight: 720;
}

#tv-semed .semed-tv-heading-tags i {
    color: var(--tv-teal-light);
}


/* =========================================================
   PAINEL DO CABEÇALHO
========================================================= */

#tv-semed .semed-tv-heading-panel {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr);

    align-items: center;
    gap: 0.75rem;

    min-width: 255px;
    padding: 1rem;

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.045)
        );

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.23),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}

#tv-semed .semed-tv-heading-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    border-radius: 16px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--tv-red),
            var(--tv-violet)
        );

    box-shadow:
        0 14px 28px rgba(190, 67, 112, 0.3);

    font-size: 0.88rem;
}

#tv-semed .semed-tv-heading-panel small,
#tv-semed .semed-tv-heading-panel strong,
#tv-semed .semed-tv-heading-panel div > span {
    display: block;
}

#tv-semed .semed-tv-heading-panel small {
    color: var(--tv-teal-light);

    font-size: 0.43rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#tv-semed .semed-tv-heading-panel strong {
    margin-top: 0.15rem;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 1.25rem;
    font-weight: 600;
}

#tv-semed .semed-tv-heading-panel div > span {
    margin-top: 0.18rem;

    color:
        rgba(255, 255, 255, 0.48);

    font-size: 0.46rem;
}

#tv-semed .semed-tv-heading-panel-status {
    grid-column: 1 / -1;

    display: inline-flex;
    align-items: center;
    gap: 0.4rem;

    margin-top: 0.3rem;
    padding-top: 0.65rem;

    border-top:
        1px solid rgba(255, 255, 255, 0.08);

    color: #86efba;

    font-size: 0.41rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

#tv-semed .semed-tv-heading-panel-status > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--tv-green);

    box-shadow:
        0 0 12px rgba(66, 216, 147, 0.88);
}


/* =========================================================
   BARRA DE PROGRAMAÇÃO
========================================================= */

#tv-semed .semed-tv-command-bar {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        auto;

    align-items: center;
    gap: 1rem;

    margin-bottom: 1.25rem;
    padding: 1rem;

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.085),
            rgba(255, 255, 255, 0.035)
        );

    box-shadow:
        0 24px 58px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

#tv-semed .semed-tv-command-brand {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr);

    align-items: center;
    gap: 0.7rem;
}

#tv-semed .semed-tv-command-brand > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    border-radius: 14px;

    color: var(--tv-red-light);

    background:
        rgba(230, 67, 79, 0.11);

    font-size: 0.72rem;
}

#tv-semed .semed-tv-command-brand small,
#tv-semed .semed-tv-command-brand strong {
    display: block;
}

#tv-semed .semed-tv-command-brand small {
    color: var(--tv-teal-light);

    font-size: 0.39rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

#tv-semed .semed-tv-command-brand strong {
    margin-top: 0.13rem;

    color:
        rgba(255, 255, 255, 0.82);

    font-size: 0.59rem;
    font-weight: 720;
}

#tv-semed .semed-tv-command-status {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;

    min-height: 32px;

    padding:
        0.38rem
        0.62rem;

    border:
        1px solid rgba(66, 216, 147, 0.16);

    border-radius: 999px;

    color: #83efb8;

    background:
        rgba(66, 216, 147, 0.075);

    font-size: 0.43rem;
    font-weight: 850;
    text-transform: uppercase;
}

#tv-semed .semed-tv-command-status > span {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: var(--tv-green);

    box-shadow:
        0 0 12px rgba(66, 216, 147, 0.85);
}

#tv-semed .semed-tv-command-channel {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;

    min-width: 165px;
    min-height: 46px;

    padding:
        0.5rem
        0.65rem;

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(
            105deg,
            #e12732,
            #c21722
        );

    box-shadow:
        0 15px 31px rgba(200, 31, 43, 0.26);

    font-size: 0.53rem;
    font-weight: 820;

    transition:
        box-shadow 220ms ease,
        transform 220ms ease;
}

#tv-semed .semed-tv-command-channel:hover {
    color: #ffffff;

    box-shadow:
        0 22px 42px rgba(200, 31, 43, 0.36);

    transform: translateY(-3px);
}


/* =========================================================
   GRID DOS VÍDEOS
========================================================= */

#tv-semed .semed-tv-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 1rem;
}

#tv-semed .semed-tv-grid-more {
    margin-top: 1rem;
}


/* =========================================================
   CARD DE VÍDEO
========================================================= */

#tv-semed .semed-video-card {
    --video-primary: 35, 137, 237;
    --video-secondary: 17, 182, 161;

    position: relative;
    isolation: isolate;

    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 485px;
    padding: 1rem;

    overflow: hidden;

    border:
        1px solid rgba(var(--video-primary), 0.23);

    border-radius: 26px;

    background:
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.115),
            rgba(255, 255, 255, 0.042)
        );

    box-shadow:
        0 20px 48px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    transition:
        border-color 250ms ease,
        box-shadow 250ms ease,
        transform 250ms ease;
}

#tv-semed .semed-video-card.is-health {
    --video-primary: 17, 182, 161;
    --video-secondary: 66, 216, 147;
}

#tv-semed .semed-video-card.is-infrastructure {
    --video-primary: 35, 137, 237;
    --video-secondary: 20, 175, 218;
}

#tv-semed .semed-video-card.is-culture {
    --video-primary: 119, 91, 216;
    --video-secondary: 230, 67, 79;
}

#tv-semed .semed-video-card.is-literacy {
    --video-primary: 230, 181, 77;
    --video-secondary: 17, 182, 161;
}

#tv-semed .semed-video-card.is-reading {
    --video-primary: 35, 137, 237;
    --video-secondary: 230, 181, 77;
}

#tv-semed .semed-video-card.is-inclusion {
    --video-primary: 119, 91, 216;
    --video-secondary: 17, 182, 161;
}

#tv-semed .semed-video-card::before {
    content: "";

    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            rgb(var(--video-primary)),
            rgb(var(--video-secondary))
        );

    pointer-events: none;
}

#tv-semed .semed-video-card::after {
    content: "";

    position: absolute;
    z-index: -1;
    right: -95px;
    bottom: -110px;

    width: 230px;
    height: 230px;

    border:
        1px solid rgba(var(--video-primary), 0.2);

    border-radius: 50%;

    box-shadow:
        0 0 0 32px rgba(var(--video-primary), 0.03),
        0 0 0 64px rgba(var(--video-primary), 0.016);
}

#tv-semed .semed-video-card:hover {
    border-color:
        rgba(var(--video-primary), 0.52);

    box-shadow:
        0 32px 68px rgba(0, 0, 0, 0.29),
        0 0 0 1px rgba(var(--video-primary), 0.08);

    transform: translateY(-8px);
}


/* =========================================================
   TOPO DO CARD
========================================================= */

#tv-semed .semed-video-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;

    margin-bottom: 0.85rem;
}

#tv-semed .semed-video-card-index {
    color:
        rgba(255, 255, 255, 0.43);

    font-size: 0.43rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

#tv-semed .semed-video-card-status {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;

    min-height: 28px;

    padding:
        0.32rem
        0.52rem;

    border:
        1px solid rgba(66, 216, 147, 0.16);

    border-radius: 999px;

    color: #83efb8;

    background:
        rgba(66, 216, 147, 0.075);

    font-size: 0.39rem;
    font-weight: 850;
    text-transform: uppercase;
}

#tv-semed .semed-video-card-status > span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--tv-green);

    box-shadow:
        0 0 11px rgba(66, 216, 147, 0.85);
}


/* =========================================================
   MÍDIA E IFRAME
========================================================= */

#tv-semed .semed-video-card-media {
    position: relative;
    isolation: isolate;

    width: 100%;

    overflow: hidden;

    border:
        1px solid rgba(var(--video-primary), 0.22);

    border-radius: 19px;

    background: #020b17;

    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.25);
}

#tv-semed .semed-video-card-media .ratio {
    position: relative;

    width: 100%;
    aspect-ratio: 16 / 9;

    overflow: hidden;
}

#tv-semed .semed-video-card-media iframe {
    position: absolute;
    z-index: 2;
    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    border: 0;

    background: #020b17;
}

#tv-semed .semed-video-card-media-line {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            rgb(var(--video-primary)),
            rgb(var(--video-secondary))
        );

    pointer-events: none;
}

#tv-semed .semed-video-card-play-indicator {
    position: absolute;
    z-index: 4;
    right: 0.8rem;
    bottom: 0.8rem;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border:
        1px solid rgba(255, 255, 255, 0.18);

    border-radius: 13px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            rgba(var(--video-primary), 0.92),
            rgba(var(--video-secondary), 0.92)
        );

    box-shadow:
        0 12px 25px rgba(0, 0, 0, 0.26);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    font-size: 0.68rem;

    opacity: 0.82;

    pointer-events: none;

    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

#tv-semed .semed-video-card:hover
.semed-video-card-play-indicator {
    opacity: 1;

    transform: scale(1.07);
}


/* =========================================================
   CONTEÚDO
========================================================= */

#tv-semed .semed-video-card-content {
    margin-top: 1.15rem;
}

#tv-semed .semed-video-card-category {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;

    color: rgb(var(--video-secondary));

    font-size: 0.46rem;
    font-weight: 850;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

#tv-semed .semed-video-card-content h3 {
    margin:
        0.52rem
        0
        0;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size:
        clamp(1.5rem, 2.4vw, 2.05rem);

    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;

    text-wrap: balance;
}

#tv-semed .semed-video-card-content p {
    margin:
        0.72rem
        0
        0;

    color:
        rgba(255, 255, 255, 0.54);

    font-size: 0.63rem;
    line-height: 1.72;
}


/* =========================================================
   RODAPÉ DO CARD
========================================================= */

#tv-semed .semed-video-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.45rem;

    margin-top: auto;
    padding-top: 1rem;

    border-top:
        1px solid rgba(255, 255, 255, 0.09);
}

#tv-semed .semed-video-card-footer span {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;

    min-height: 29px;

    padding:
        0.34rem
        0.52rem;

    border:
        1px solid rgba(255, 255, 255, 0.09);

    border-radius: 999px;

    color:
        rgba(255, 255, 255, 0.54);

    background:
        rgba(255, 255, 255, 0.04);

    font-size: 0.4rem;
    font-weight: 720;
}

#tv-semed .semed-video-card-footer i {
    color: rgb(var(--video-secondary));
}

#tv-semed .semed-video-card-footer .fa-youtube {
    color: #ff5e67;
}


/* =========================================================
   ÁREA DE AÇÕES
========================================================= */

#tv-semed .semed-tv-actions {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;

    align-items: center;
    gap: 1.3rem;

    margin-top: 1.3rem;
    padding: 1rem;

    border:
        1px solid rgba(255, 255, 255, 0.1);

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.075),
            rgba(255, 255, 255, 0.035)
        );

    box-shadow:
        0 22px 52px rgba(0, 0, 0, 0.19),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

#tv-semed .semed-tv-actions-content {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr);

    align-items: center;
    gap: 0.75rem;
}

#tv-semed .semed-tv-actions-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border-radius: 15px;

    color: var(--tv-red-light);

    background:
        rgba(230, 67, 79, 0.1);

    font-size: 0.76rem;
}

#tv-semed .semed-tv-actions-content small,
#tv-semed .semed-tv-actions-content strong {
    display: block;
}

#tv-semed .semed-tv-actions-content small {
    color: var(--tv-teal-light);

    font-size: 0.39rem;
    font-weight: 850;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

#tv-semed .semed-tv-actions-content strong {
    margin-top: 0.14rem;

    color:
        rgba(255, 255, 255, 0.8);

    font-size: 0.59rem;
    font-weight: 710;
}

#tv-semed .semed-tv-actions-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.7rem;
}


/* =========================================================
   BOTÃO EXPANDIR
========================================================= */

#tv-semed .semed-tv-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 165px;
    min-height: 49px;

    padding:
        0.55rem
        0.85rem;

    border:
        1px solid rgba(141, 208, 255, 0.18);

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(
            105deg,
            var(--tv-blue),
            var(--tv-teal)
        );

    box-shadow:
        0 15px 31px rgba(35, 115, 181, 0.25);

    cursor: pointer;

    font-size: 0.55rem;
    font-weight: 820;

    transition:
        box-shadow 220ms ease,
        transform 220ms ease;
}

#tv-semed .semed-tv-toggle span {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
}

#tv-semed .semed-tv-toggle:hover {
    box-shadow:
        0 22px 42px rgba(35, 115, 181, 0.35);

    transform: translateY(-3px);
}


/* =========================================================
   BOTÃO DO CANAL
========================================================= */

#tv-semed .semed-tv-channel {
    display: grid;
    grid-template-columns:
        auto minmax(0, 1fr)
        auto;

    align-items: center;
    gap: 0.65rem;

    min-width: 220px;
    min-height: 49px;

    padding:
        0.48rem
        0.65rem
        0.48rem
        0.5rem;

    border:
        1px solid rgba(255, 118, 127, 0.2);

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(
            105deg,
            #e12732,
            #b8131e
        );

    box-shadow:
        0 15px 31px rgba(200, 31, 43, 0.25);

    font-size: 0.55rem;
    font-weight: 820;

    transition:
        box-shadow 220ms ease,
        transform 220ms ease;
}

#tv-semed .semed-tv-channel:hover {
    color: #ffffff;

    box-shadow:
        0 22px 42px rgba(200, 31, 43, 0.36);

    transform: translateY(-3px);
}

#tv-semed .semed-tv-channel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 36px;
    height: 36px;

    border:
        1px solid rgba(255, 255, 255, 0.17);

    border-radius: 11px;

    background:
        rgba(255, 255, 255, 0.12);

    font-size: 0.76rem;
}


/* =========================================================
   RESPONSIVIDADE
========================================================= */

@media (max-width: 1199.98px) {
    #tv-semed .semed-tv-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    #tv-semed .semed-video-card {
        min-height: 470px;
    }

    #tv-semed .semed-tv-command-bar {
        grid-template-columns:
            minmax(0, 1fr)
            auto;
    }

    #tv-semed .semed-tv-command-status {
        grid-column: 1 / -1;
        grid-row: 2;

        justify-self: start;
    }
}


@media (max-width: 991.98px) {
    #tv-semed .semed-tv-heading {
        grid-template-columns: 1fr;
        align-items: start;
    }

    #tv-semed .semed-tv-heading-panel {
        justify-self: start;
    }

    #tv-semed .semed-tv-actions {
        grid-template-columns: 1fr;
    }

    #tv-semed .semed-tv-actions-buttons {
        justify-content: flex-start;
    }
}


@media (max-width: 767.98px) {
    #tv-semed.semed-tv-section {
        padding:
            4.5rem
            0;
    }

    #tv-semed .semed-tv-grid {
        grid-template-columns: 1fr;
    }

    #tv-semed .semed-video-card {
        min-height: 0;
    }

    #tv-semed .semed-tv-command-bar {
        grid-template-columns: 1fr;
    }

    #tv-semed .semed-tv-command-status {
        grid-column: auto;
        grid-row: auto;
    }

    #tv-semed .semed-tv-command-channel {
        width: 100%;
    }

    #tv-semed .semed-tv-actions-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    #tv-semed .semed-tv-toggle,
    #tv-semed .semed-tv-channel {
        width: 100%;
    }
}


@media (max-width: 575.98px) {
    #tv-semed .semed-tv-heading h2 {
        font-size:
            clamp(2.5rem, 14vw, 4rem);
    }

    #tv-semed .semed-tv-heading-panel {
        width: 100%;
        min-width: 0;
    }

    #tv-semed .semed-tv-heading-tags {
        align-items: stretch;
        flex-direction: column;
    }

    #tv-semed .semed-tv-heading-tags span {
        width: 100%;
    }

    #tv-semed .semed-tv-command-bar,
    #tv-semed .semed-tv-actions {
        padding: 0.85rem;

        border-radius: 19px;
    }

    #tv-semed .semed-video-card {
        padding: 0.85rem;

        border-radius: 22px;
    }

    #tv-semed .semed-video-card-media {
        border-radius: 16px;
    }

    #tv-semed .semed-video-card-content h3 {
        font-size: 1.55rem;
    }

    #tv-semed .semed-video-card-footer {
        align-items: stretch;
        flex-direction: column;
    }

    #tv-semed .semed-video-card-footer span {
        width: 100%;
    }
}


/* =========================================================
   ACESSIBILIDADE
========================================================= */

#tv-semed button:focus-visible,
#tv-semed a:focus-visible,
#tv-semed iframe:focus-visible {
    outline:
        4px solid rgba(141, 208, 255, 0.36);

    outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
    #tv-semed .semed-video-card,
    #tv-semed .semed-video-card-play-indicator,
    #tv-semed .semed-tv-command-channel,
    #tv-semed .semed-tv-toggle,
    #tv-semed .semed-tv-channel {
        transition: none !important;
    }
}