.tmdb-episode-preview {
    background: #0d0d10;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    display: grid;
    gap: 12px;
    padding: 14px;
}

.tmdb-episode-preview > div:first-child strong {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 4px;
}

.tmdb-episode-list {
    display: grid;
    gap: 8px;
    max-height: 360px;
    overflow: auto;
    padding-right: 4px;
}

.tmdb-episode-list > div {
    align-items: start;
    background: #151519;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 6px;
    display: grid;
    gap: 12px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 11px 12px;
}

.tmdb-episode-list b {
    color: #ff5963;
    font-size: 1rem;
    font-weight: 950;
}

.tmdb-episode-list strong {
    color: #fff;
    display: block;
    font-size: .95rem;
    font-weight: 850;
}

.tmdb-episode-list small {
    color: #aeb0b5;
    display: -webkit-box;
    font-size: .84rem;
    line-height: 1.45;
    margin-top: 4px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.premium-episode-item.is-disabled {
    cursor: default;
    opacity: .72;
}

.premium-episode-item.is-disabled:hover {
    border-color: rgba(255, 255, 255, .08);
    transform: none;
}

.hero-carousel {
    background: #000;
    border: 1px solid rgba(229, 9, 20, .55);
    border-radius: 10px;
    display: block;
    margin: 88px auto 0;
    min-height: 78vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: min(100% - 36px, 1440px);
}

.hero-carousel::after {
    z-index: 2;
}

.hero-slide {
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    display: flex;
    inset: 0;
    min-height: 78vh;
    opacity: 0;
    padding: 118px clamp(22px, 5vw, 72px) 84px;
    pointer-events: none;
    position: absolute;
    transition: opacity .7s ease;
}

.hero-slide.is-active {
    display: flex !important;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.hero-slide:not(.is-active) {
    display: none !important;
}

.hero-carousel .hero-content {
    max-width: min(640px, 100%);
}

.hero-carousel h1 {
    font-size: clamp(2.2rem, 5.2vw, 5.2rem);
}

.hero-dots {
    bottom: 34px;
    display: flex;
    gap: 8px;
    left: clamp(22px, 5vw, 72px);
    position: absolute;
    z-index: 4;
}

.hero-dots button {
    background: rgba(255, 255, 255, .42);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    height: 4px;
    padding: 0;
    transition: background .2s ease, width .2s ease;
    width: 22px;
}

.hero-dots button.is-active {
    background: #fff;
    width: 42px;
}

.auth-catalog-page {
    background: #000;
    gap: clamp(18px, 4vw, 54px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    overflow: hidden;
    padding: 112px clamp(18px, 5vw, 72px) 52px;
    place-items: stretch;
    position: relative;
}

.auth-showcase {
    min-height: min(680px, calc(100vh - 164px));
    position: relative;
}

.auth-showcase-slide {
    align-items: flex-end;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    padding: clamp(24px, 5vw, 58px);
    position: absolute;
    transition: opacity .7s ease;
}

.auth-showcase-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.auth-showcase-slide::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .82), transparent 52%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.auth-showcase-slide > div {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.auth-showcase-slide span {
    color: #ffb3b7;
    display: block;
    font-size: .8rem;
    font-weight: 950;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.auth-showcase-slide h2 {
    color: #fff;
    font-size: clamp(2.4rem, 5vw, 5.7rem);
    font-weight: 950;
    line-height: .96;
    margin: 0 0 16px;
    max-width: 12ch;
}

.auth-showcase-slide p {
    color: #ededed;
    font-size: clamp(1rem, 1.7vw, 1.2rem);
    line-height: 1.56;
    max-width: 58ch;
}

.auth-catalog-page .auth-card {
    align-self: center;
    position: relative;
    z-index: 2;
}

.quality-current {
    color: #fff;
    font-size: .7rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 680px) {
    .watch-page {
        max-width: 100%;
        overflow-x: hidden;
    }

    .hero-slide {
        min-height: 70vh;
        padding: 92px 18px 78px;
    }

    .hero-carousel {
        border-left: 0;
        border-radius: 0;
        border-right: 0;
        margin-top: 58px;
        width: 100%;
    }

    .hero-dots {
        bottom: 24px;
        left: 18px;
    }

    .auth-catalog-page {
        display: grid;
        grid-template-columns: 1fr;
        min-height: 100vh;
        padding: 76px 14px 30px;
    }

    .auth-showcase {
        min-height: 300px;
    }

    .auth-showcase-slide {
        border-radius: 6px;
        padding: 22px;
    }

    .auth-showcase-slide h2 {
        font-size: clamp(2rem, 12vw, 3rem);
    }

    .auth-catalog-page .auth-card {
        justify-self: stretch;
        width: 100%;
    }
}
