.live-page {
    min-height: 100vh;
    background: #070817;
}

.direct-intro::after {
    background: linear-gradient(90deg, transparent, rgba(201, 0, 0, .72), transparent);
}

.direct-intro .home-intro-glow {
    background:
        radial-gradient(circle at center, rgba(48, 62, 164, .24), transparent 58%),
        radial-gradient(circle at 62% 54%, rgba(201, 0, 0, .11), transparent 42%);
}

.direct-intro-mark--league {
    width: min(680px, 84vw);
}

.direct-intro-mark--tv {
    top: 60%;
    width: min(1120px, 92vw);
}

.direct-intro.is-playing .direct-intro-mark--league {
    animation: home-intro-sfumato 1.45s .12s cubic-bezier(.2, .7, .2, 1) both;
}

.direct-intro.is-playing .direct-intro-word--presents {
    animation: home-intro-word 720ms 1.54s ease-in-out both;
}

.direct-intro.is-playing .direct-intro-mark--tv {
    animation: home-intro-final 1.85s 2.25s cubic-bezier(.2, .7, .2, 1) both;
}

@media (max-width: 600px) {
    .direct-intro-mark--league {
        width: min(560px, 90vw);
    }

    .direct-intro-mark--tv {
        top: 57%;
        width: 94vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .direct-intro-mark--league,
    .direct-intro-word--presents {
        display: none;
        animation: none !important;
    }

    .direct-intro.is-playing .direct-intro-mark--tv {
        display: block;
        opacity: 1;
        filter: none;
        transform: translate(-50%, -50%);
        animation: none;
    }
}

.live-app {
    min-height: calc(100vh - 126px);
    color: #ffffff;
    background:
        radial-gradient(circle at 74% 15%, rgba(78, 75, 205, .28), transparent 29%),
        linear-gradient(135deg, #050611 0%, #0b0826 58%, #151249 100%);
}

.live-gate {
    display: grid;
    place-content: center;
    justify-items: center;
    min-height: calc(100vh - 126px);
    padding: 60px 6vw;
    text-align: center;
}

.live-gate[hidden],
.live-experience[hidden] {
    display: none;
}

.live-gate img {
    width: min(330px, 72vw);
    margin-bottom: 42px;
}

.live-gate-pulse {
    width: 18px;
    height: 18px;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #ff3f57;
    box-shadow: 0 0 0 0 rgba(255, 63, 87, .68);
    animation: live-pulse 1.4s infinite;
}

.live-gate small {
    color: #a7a4ff;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .22em;
}

.live-gate h1 {
    max-width: 930px;
    margin: 16px 0 20px;
    font-size: clamp(3rem, 7vw, 7rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.live-gate p {
    max-width: 650px;
    color: rgba(255, 255, 255, .68);
    font-size: 1rem;
    line-height: 1.65;
}

.live-closed-next {
    display: grid;
    min-width: min(620px, 86vw);
    margin-top: 22px;
    padding: 25px 30px;
    border: 1px solid rgba(167, 164, 255, .42);
    border-left: 6px solid #5367cb;
    text-align: left;
    background: rgba(255, 255, 255, .055);
}

.live-closed-next[hidden] {
    display: none;
}

.live-closed-next strong {
    margin-top: 9px;
    font-size: clamp(1.45rem, 3vw, 2.45rem);
    line-height: 1;
    text-transform: uppercase;
}

.live-closed-next span {
    margin-top: 11px;
    color: rgba(255, 255, 255, .7);
    font-size: .9rem;
    line-height: 1.5;
}

.live-gate a {
    margin-top: 28px;
    padding: 15px 22px;
    border: 1px solid rgba(255, 255, 255, .42);
    color: #ffffff;
    font-size: .82rem;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.live-experience {
    min-height: calc(100vh - 126px);
}

.live-masthead {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    min-height: 92px;
    padding: 22px clamp(25px, 5vw, 90px);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.live-identity,
.live-place,
.live-connection {
    display: flex;
    align-items: center;
    gap: 14px;
}

.live-identity small,
.live-program-heading small {
    display: block;
    color: #a7a4ff;
    font-size: .73rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.live-identity strong {
    display: block;
    margin-top: 5px;
    font-size: 1rem;
    text-transform: uppercase;
}

.live-dot {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff3f57;
    box-shadow: 0 0 18px rgba(255, 63, 87, .9);
    animation: live-pulse 1.4s infinite;
}

.live-place {
    flex-direction: column;
    gap: 4px;
    font-size: .9rem;
    text-align: center;
}

.live-place time {
    color: rgba(255, 255, 255, .56);
    font-size: .78rem;
}

.live-connection {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    color: #b8ffce;
    font-size: .82rem;
    font-weight: 800;
}

.live-connection small {
    color: rgba(255, 255, 255, .48);
    font-size: .72rem;
    font-weight: 600;
}

.live-stage {
    display: grid;
    grid-template-columns: minmax(210px, .7fr) minmax(520px, 2fr) minmax(210px, .7fr);
    align-items: stretch;
    min-height: 480px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.live-side-card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 0;
    padding: clamp(28px, 4vw, 62px);
    background: rgba(4, 5, 17, .47);
}

.live-side-card small {
    color: #aaa7ff;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.live-side-card strong {
    margin: 20px 0 12px;
    font-size: clamp(1.4rem, 2.4vw, 2.7rem);
    line-height: .95;
    text-transform: uppercase;
}

.live-side-card span {
    color: rgba(255, 255, 255, .54);
    font-size: .82rem;
    line-height: 1.5;
}

.live-side-roster {
    display: grid;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.live-side-roster li {
    display: grid;
    grid-template-columns: 28px 34px 1fr;
    gap: 8px;
    align-items: center;
    min-width: 0;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.live-side-roster b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    background: #157ed5;
    font-size: .7rem;
}

.live-side-roster small {
    color: #65c9ff;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.live-side-roster span {
    overflow: hidden;
    color: rgba(255, 255, 255, .78);
    font-size: .75rem;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-side-previous {
    opacity: .48;
}

.live-side-previous strong {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.live-side-previous .live-side-roster span {
    text-decoration: line-through;
}

.live-side-next {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.live-side-next::after {
    content: "→";
    margin-top: 28px;
    font-size: 2rem;
}

.live-side-card.is-empty strong {
    opacity: .34;
}

.live-focus {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 0;
    padding: clamp(30px, 4vw, 70px);
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .15);
    background:
        radial-gradient(circle at 86% 18%, rgba(91, 86, 255, .35), transparent 28%),
        linear-gradient(130deg, #0d0a32, #16114c);
}

.live-focus::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: #ff3f57;
    box-shadow: 0 0 26px rgba(255, 63, 87, .72);
}

.live-focus-topline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .65);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.live-focus-topline > span:first-child {
    padding: 10px 14px;
    color: #ffffff;
    background: #ff3f57;
}

.live-focus-copy {
    margin: auto 0;
}

.live-focus-copy > small {
    color: #aaa7ff;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .2em;
}

.live-focus h1 {
    max-width: 950px;
    margin: 18px 0 22px;
    font-size: clamp(4rem, 8vw, 9rem);
    line-height: .78;
    letter-spacing: -.065em;
    text-transform: uppercase;
}

.live-focus-copy > p {
    color: rgba(255, 255, 255, .72);
    font-size: clamp(1rem, 1.5vw, 1.35rem);
    line-height: 1.5;
}

.live-message {
    margin-top: 16px;
    padding-left: 16px;
    border-left: 3px solid #ff3f57;
    color: #ffffff !important;
}

.live-current-roster {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid rgba(129, 205, 255, .46);
    background: linear-gradient(155deg, rgba(15, 91, 197, .97), rgba(8, 47, 145, .98));
    box-shadow: 0 24px 60px rgba(0, 3, 35, .42), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.live-current-roster[hidden] {
    display: none;
}

.live-roster-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 46px;
    padding: 11px 20px;
    background: linear-gradient(90deg, #1695e9, #087bd5 72%, #0865bd);
    border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.live-roster-heading small {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 900;
    letter-spacing: .11em;
}

.live-roster-heading > strong {
    padding: 5px 9px;
    color: #ffffff;
    background: rgba(4, 41, 129, .52);
    font-size: .7rem;
    text-transform: uppercase;
}

.live-roster-columns {
    display: grid;
    grid-template-columns: 82px 105px minmax(220px, 1fr) minmax(130px, .55fr);
    gap: 0;
    padding: 9px 18px;
    color: rgba(255, 255, 255, .68);
    background: rgba(1, 34, 118, .52);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.live-current-roster ol {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.live-current-roster li {
    display: grid;
    grid-template-columns: 82px 105px minmax(220px, 1fr) minmax(130px, .55fr);
    gap: 0;
    align-items: center;
    min-width: 0;
    min-height: 54px;
    padding: 7px 18px;
    background: linear-gradient(90deg, rgba(2, 56, 159, .42), rgba(18, 93, 201, .18));
    border-bottom: 1px solid rgba(156, 216, 255, .24);
}

.live-current-roster li:nth-child(even) {
    background: linear-gradient(90deg, rgba(3, 43, 133, .54), rgba(8, 71, 178, .28));
}

.live-current-roster li:last-child {
    border-bottom: 0;
}

.live-lane-number {
    padding-left: 9px;
    color: #78d7ff;
    font-size: 1.25rem;
    font-weight: 900;
}

.live-nation {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: .8rem;
    font-weight: 900;
}

.live-nation .live-nation-flag {
    width: 28px;
    height: 18px;
    border-radius: 0;
    box-shadow: none;
    font-style: normal;
}

.live-swimmer-name {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}

.live-swimmer-link {
    display: flex;
    align-items: baseline;
    gap: 7px;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.live-swimmer-link:hover strong,
.live-swimmer-link:focus-visible strong,
.live-current-roster a.live-tv-club:hover,
.live-current-roster a.live-tv-club:focus-visible {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.live-swimmer-link:focus-visible,
.live-current-roster a.live-tv-club:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.live-swimmer-link > span,
.live-current-roster li strong,
.live-current-roster .live-tv-club {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-current-roster li strong {
    font-size: clamp(.92rem, 1.25vw, 1.15rem);
    letter-spacing: .015em;
    text-transform: uppercase;
}

.live-distinctive-caps {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 2px;
}

.live-cap-badge {
    display: inline-flex;
    align-items: center;
    min-height: 19px;
    padding: 3px 7px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 1px;
    color: #ffffff;
    background: #5265cf;
    font-size: .55rem;
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.live-cap-badge.is-general {
    border-color: #ffe08a;
    color: #0b0826;
    background: #f2c94c;
}

.live-cap-badge.is-avenir {
    border-color: #8ff3ff;
    color: #071c35;
    background: #42d5e6;
}

.live-cap-badge.is-jeunes {
    border-color: #ffb39f;
    background: #f06449;
}

.live-cap-badge.is-chrono {
    border-color: #cbb4ff;
    background: #8258db;
}

.live-swimmer-link > span {
    color: rgba(255, 255, 255, .84);
    font-size: clamp(.86rem, 1.05vw, 1rem);
}

.live-current-roster .live-tv-club {
    padding-left: 14px;
    color: rgba(255, 255, 255, .74);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-align: right;
    text-transform: uppercase;
}

.live-current-roster .live-roster-empty {
    display: block;
    grid-column: 1 / -1;
    padding: 18px 20px;
    color: rgba(255, 255, 255, .65);
    font-size: .82rem;
}

.live-progress {
    height: 4px;
    margin-top: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, .15);
}

.live-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: #ff3f57;
    transition: width .55s ease;
}

.live-program {
    padding: 48px clamp(25px, 5vw, 90px) 70px;
    background: #f4f5fa;
    color: #0b0826;
}

.live-program-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.live-program-heading small {
    color: #5367cb;
}

.live-program-heading h2 {
    margin-top: 8px;
    font-size: clamp(2rem, 3.6vw, 4rem);
    line-height: .95;
    letter-spacing: -.04em;
}

.live-program-heading > strong {
    font-size: .86rem;
    text-transform: uppercase;
}

.live-program-track {
    display: grid;
    grid-auto-columns: minmax(265px, 1fr);
    grid-auto-flow: column;
    gap: 13px;
    overflow-x: auto;
    padding: 5px 2px 18px;
    scroll-snap-type: x proximity;
}

.live-program-item {
    display: flex;
    flex-direction: column;
    min-height: 215px;
    padding: 25px;
    border-top: 5px solid #bfc4d8;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 8, 38, .08);
    scroll-snap-align: center;
}

.live-program-item small {
    color: #69708a;
    font-size: .76rem;
    font-weight: 900;
}

.live-program-item strong {
    margin: 21px 0 12px;
    font-size: 1.45rem;
    line-height: 1;
    text-transform: uppercase;
}

.live-program-item span {
    color: #646875;
    font-size: .78rem;
    line-height: 1.45;
}

.live-program-item .live-program-roster {
    margin-top: 16px;
    color: #4e5366;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.5;
}

.live-program-item.is-past {
    opacity: .48;
}

.live-program-item.is-past strong {
    text-decoration: line-through;
}

.live-program-item.is-current {
    border-color: #ff3f57;
    color: #ffffff;
    background: #0b0826;
    opacity: 1;
}

.live-program-item.is-current small,
.live-program-item.is-current span {
    color: rgba(255, 255, 255, .68);
}

.live-program-item.is-break {
    border-color: #5367cb;
    color: #ffffff;
    background: linear-gradient(145deg, #0b0826, #28216d);
}

.live-program-item.is-break small,
.live-program-item.is-break span,
.live-program-item.is-break .live-program-roster {
    color: rgba(255, 255, 255, .72);
}

.live-program-item.is-break strong {
    color: #ffffff;
}

.live-side-card.is-break {
    border-color: rgba(83, 103, 203, .7);
    background: linear-gradient(110deg, rgba(83, 103, 203, .18), rgba(255, 255, 255, .04));
}

.live-program-empty {
    grid-column: 1 / -1;
    padding: 35px;
    border: 1px solid #dfe1eb;
    background: #ffffff;
    color: #646875;
}

@keyframes live-pulse {
    70% { box-shadow: 0 0 0 12px rgba(255, 63, 87, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 63, 87, 0); }
}

@media (max-width: 1050px) {
    .live-masthead {
        grid-template-columns: 1fr 1fr;
    }

    .live-place {
        display: none;
    }

    .live-stage {
        grid-template-columns: 1fr 1fr;
    }

    .live-focus {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 440px;
    }

    .live-side-card {
        min-height: 220px;
    }

}

@media (max-width: 650px) {
    .live-app,
    .live-experience,
    .live-gate {
        min-height: calc(100vh - 96px);
    }

    .live-masthead {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 19px 22px;
    }

    .live-connection {
        align-items: flex-start;
    }

    .live-stage {
        grid-template-columns: 1fr;
    }

    .live-focus {
        grid-column: auto;
        min-height: 410px;
        padding: 30px 26px 36px;
    }

    .live-focus h1 {
        font-size: clamp(3.8rem, 20vw, 6rem);
    }

    .live-roster-columns,
    .live-current-roster li {
        grid-template-columns: 52px 68px minmax(120px, 1fr);
        padding-right: 12px;
        padding-left: 12px;
    }

    .live-roster-columns span:last-child,
    .live-current-roster .live-tv-club {
        display: none;
    }

    .live-swimmer-name {
        display: grid;
        gap: 2px;
    }

    .live-distinctive-caps {
        margin-top: 4px;
    }

    .live-cap-badge {
        width: fit-content;
        font-size: .49rem;
    }

    .live-nation {
        gap: 5px;
        font-size: .68rem;
    }

    .live-nation .live-nation-flag {
        width: 24px;
        height: 16px;
        font-size: .78rem;
    }

    .live-swimmer-link {
        display: grid;
        gap: 2px;
    }

    .live-focus-topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .live-side-card {
        min-height: 190px;
        padding: 30px 26px;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    .live-side-next {
        border-left: 0;
    }

    .live-program {
        padding: 42px 22px 58px;
    }

    .live-program-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}


/* ================= DIRECT · HABILLAGE ESTIVAL LEAGUE TV ================= */

.live-tv-banner {
    position: relative;
    height: clamp(250px, 26vw, 380px);
    overflow: hidden;
    border-top: 7px solid #c90000;
    border-bottom: 7px solid #c90000;
    background:
        radial-gradient(circle at 50% 50%, rgba(48, 62, 164, .30), transparent 55%),
        linear-gradient(115deg, #070817 0%, #0b0826 48%, #141249 100%);
}

.live-tv-banner::before,
.live-tv-banner::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.live-tv-banner::before {
    inset: 0;
    opacity: .16;
    background:
        linear-gradient(115deg, transparent 12%, rgba(102, 113, 232, .25) 50%, transparent 72%),
        repeating-linear-gradient(90deg, transparent 0 110px, rgba(255, 255, 255, .035) 111px);
}

.live-tv-banner::after {
    right: 5%;
    bottom: 24px;
    left: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
}

.live-tv-banner img {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: min(1320px, 94vw);
    max-width: none;
    height: auto;
    transform: translate(-50%, -50%);
}

.live-stage {
    display: block;
    min-height: 0;
    border-bottom: 0;
}

.live-focus {
    display: block;
    width: 100%;
    min-height: clamp(680px, 78vh, 980px);
    padding: clamp(48px, 6vw, 100px) clamp(30px, 7vw, 132px) clamp(42px, 5vw, 82px);
    border-right: 0;
    background:
        radial-gradient(circle at 84% 15%, rgba(68, 81, 210, .34), transparent 30%),
        linear-gradient(130deg, #08071e, #121044 62%, #0b0826);
}

.live-focus::before {
    width: 9px;
    background: #c90000;
    box-shadow: 0 0 30px rgba(201, 0, 0, .66);
}

.live-focus-copy {
    margin: 42px 0 0;
}

.live-focus h1 {
    max-width: none;
    font-size: clamp(4.4rem, 8vw, 9.5rem);
}

.live-current-roster {
    width: 100%;
    margin-top: 42px;
}

.live-roster-heading {
    min-height: 62px;
    padding: 15px clamp(20px, 2.5vw, 42px);
}

.live-roster-heading small {
    font-size: clamp(.9rem, 1.1vw, 1.15rem);
}

.live-roster-heading > strong {
    padding: 7px 12px;
    font-size: .78rem;
}

.live-roster-columns,
.live-current-roster li {
    grid-template-columns: 110px 145px minmax(300px, 1.4fr) minmax(220px, .7fr);
    padding-right: clamp(20px, 2.5vw, 42px);
    padding-left: clamp(20px, 2.5vw, 42px);
}

.live-roster-columns {
    min-height: 42px;
    align-items: center;
    font-size: .7rem;
}

.live-current-roster li {
    min-height: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.live-lane-number {
    font-size: clamp(1.45rem, 2vw, 2rem);
}

.live-current-roster li strong {
    font-size: clamp(1.05rem, 1.55vw, 1.45rem);
}

.live-swimmer-link > span {
    font-size: clamp(.9rem, 1.15vw, 1.08rem);
}

.live-current-roster .live-tv-club {
    font-size: clamp(.72rem, .9vw, .88rem);
}

.live-series-cues {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(3, 4, 18, .42);
}

.live-series-cues .live-side-card {
    justify-content: flex-start;
    min-height: 190px;
    padding: clamp(28px, 3vw, 48px);
    background: transparent;
}

.live-series-cues .live-side-card strong {
    margin: 16px 0 9px;
    font-size: clamp(1.35rem, 2.2vw, 2.5rem);
}

.live-series-cues .live-side-previous {
    opacity: .64;
}

.live-series-cues .live-side-previous strong,
.live-series-cues .live-side-previous .live-side-roster span {
    text-decoration: none;
}

.live-series-cues .live-side-next {
    border-left: 1px solid rgba(255, 255, 255, .15);
    background: linear-gradient(110deg, transparent, rgba(83, 103, 203, .12));
}

.live-series-cues .live-side-next::after {
    position: absolute;
    right: clamp(24px, 3vw, 48px);
    top: 28px;
    margin: 0;
}

.live-series-cues .live-side-card {
    position: relative;
}

.live-series-cues .live-side-roster {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 7px 18px;
}

.live-progress {
    margin-top: 30px;
}

.live-program {
    padding-top: clamp(64px, 7vw, 108px);
    padding-bottom: clamp(72px, 8vw, 120px);
}

@media (max-width: 1050px) {
    .live-tv-banner {
        height: clamp(230px, 34vw, 330px);
    }

    .live-focus {
        grid-column: auto;
        grid-row: auto;
        min-height: 0;
    }

    .live-roster-columns,
    .live-current-roster li {
        grid-template-columns: 88px 116px minmax(220px, 1fr) minmax(170px, .65fr);
    }
}

@media (max-width: 760px) {
    .live-tv-banner {
        height: 220px;
    }

    .live-tv-banner img {
        width: 96vw;
        transform: translate(-50%, -50%);
    }

    .live-focus {
        min-height: 0;
        padding: 38px 22px 42px;
    }

    .live-focus-copy {
        margin-top: 32px;
    }

    .live-focus h1 {
        font-size: clamp(3.5rem, 18vw, 5.8rem);
    }

    .live-current-roster {
        margin-top: 30px;
    }

    .live-roster-columns,
    .live-current-roster li {
        grid-template-columns: 48px 72px minmax(130px, 1fr);
        padding-right: 12px;
        padding-left: 12px;
    }

    .live-roster-columns span:last-child,
    .live-current-roster .live-tv-club {
        display: none;
    }

    .live-current-roster li {
        min-height: 68px;
    }

    .live-series-cues {
        grid-template-columns: 1fr;
        margin-top: 26px;
    }

    .live-series-cues .live-side-card {
        min-height: 170px;
        padding: 28px 24px;
    }

    .live-series-cues .live-side-next {
        border-top: 1px solid rgba(255, 255, 255, .15);
        border-left: 0;
    }

    .live-series-cues .live-side-roster {
        grid-template-columns: 1fr;
    }
}
