/* LikeFilm Watch — /watch/ route styles */
html.lfWatchCanvas {
    --watch-bg:#07111d;
    --watch-soft:#0b1725;
    --watch-card:#101d2c;
    --watch-line:rgba(255,255,255,.09);
    --watch-text:#f6f8fb;
    --watch-muted:#9ba8b7;
    --watch-accent:#f4c542;
    background:var(--watch-bg)!important;
}

html.lfWatchCanvas body,html.lfWatchCanvas .uiStandartTemplate,html.lfWatchCanvas .uiStandartTemplateWrapper,html.lfWatchCanvas .uiStandartTemplateMain,html.lfWatchCanvas .uiStandartContentMaximum {
    background:var(--watch-bg)!important;
}

.lfWatchPage {
    max-width:1240px;
    margin:0 auto;
    padding:28px 18px 70px;
    color:var(--watch-text);
}

.lfWatchBreadcrumbs ol {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    list-style:none;
    padding:0;
    margin:0 0 22px;
    font-size:13px;
    color:var(--watch-muted);
}

.lfWatchBreadcrumbs li:not(:last-child):after {
    content:"/";
    margin-left:8px;
    opacity:.45
}

.lfWatchBreadcrumbs a {
    color:var(--watch-muted);
    text-decoration:none
}

.lfWatchBreadcrumbs a:hover {
    color:var(--watch-text)
}

.lfWatchHero {
    padding:30px;
    border:1px solid var(--watch-line);
    border-radius:22px;
    background:linear-gradient(135deg,var(--watch-soft),rgba(16,29,44,.78));
    margin-bottom:18px
}

.lfWatchHeroEyebrow,.lfWatchSectionHead span {
    display:block;
    font-size:12px;
    font-weight:800;
    letter-spacing:.16em;
    color:var(--watch-accent);
    margin-bottom:8px
}

.lfWatchHero h1 {
    font-size:40px;
    line-height:1.05;
    margin:0 0 12px;
    color:var(--watch-text)
}

.lfWatchHero p {
    max-width:820px;
    margin:0;
    color:var(--watch-muted);
    font-size:16px;
    line-height:1.6
}

.lfWatchHeroOriginal {
    display:block;
    color:var(--watch-muted);
    font-size:15px;
    margin:-5px 0 12px
}

.lfWatchNavigation {
    margin-bottom:10px
}

.lfWatchTabs {
    display:flex;
    gap:8px;
    overflow:auto;
    padding:3px 0 10px;
    margin:0
}

.lfWatchTabsDiscover {
    padding-top:2px;
    padding-bottom:16px
}

.lfWatchTab {
    white-space:nowrap;
    padding:10px 14px;
    border:1px solid var(--watch-line);
    border-radius:999px;
    color:var(--watch-muted);
    text-decoration:none;
    background:var(--watch-soft)
}

.lfWatchTab:hover {
    color:var(--watch-text);
    border-color:rgba(255,198,43,.5);
    background:rgba(255,198,43,.08)
}

.lfWatchTab.lfWatchTabActive {
    color:#07111d!important;
    background:var(--watch-accent);
    border-color:var(--watch-accent);
    font-weight:700
}

.lfWatchTabFeature {
    padding:8px 13px;
    font-size:13px;
    background:transparent
}

.lfWatchArchitectureGrid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
    margin:18px 0 30px
}

.lfWatchArchitectureCard {
    display:block;
    padding:20px;
    border:1px solid var(--watch-line);
    border-radius:18px;
    background:var(--watch-card);
    color:var(--watch-text);
    text-decoration:none
}

.lfWatchArchitectureCard i {
    font-size:24px;
    color:var(--watch-accent);
    margin-bottom:20px
}

.lfWatchArchitectureCard strong {
    display:block;
    font-size:18px;
    margin-bottom:7px
}

.lfWatchArchitectureCard small {
    display:block;
    color:var(--watch-muted);
    line-height:1.5;
    font-size:13px
}

.lfWatchSection {
    margin-top:28px
}

.lfWatchSectionHead {
    display:flex;
    align-items:end;
    justify-content:space-between;
    margin-bottom:14px
}

.lfWatchSectionHead h2 {
    margin:0;
    font-size:26px;
    color:var(--watch-text)
}

.lfWatchSectionCount {
    color:var(--watch-muted);
    font-size:13px
}

.lfWatchEmpty {
    min-height:170px;
    border:1px dashed rgba(255,255,255,.18);
    border-radius:18px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:28px;
    color:var(--watch-muted);
    background:rgba(255,255,255,.02)
}

.lfWatchEmpty i {
    font-size:32px;
    color:var(--watch-accent);
    margin-bottom:12px
}

.lfWatchEmpty p {
    margin:0;
    max-width:620px;
    line-height:1.55
}

.lfWatchGrid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px 18px
}

.lfWatchCard {
    min-width:0;
    transition:transform .18s ease
}

.lfWatchCard:hover {
    transform:translateY(-2px)
}

.lfWatchCardPoster {
    position:relative;
    display:block;
    aspect-ratio:2/3;
    border-radius:16px;
    overflow:hidden;
    background:var(--watch-card);
    border:1px solid var(--watch-line)
}

.lfWatchCardPoster img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block
}

.lfWatchPosterFallback {
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center
}

.lfWatchPosterFallback i {
    font-size:36px;
    color:var(--watch-accent)
}

.lfWatchCardFlag {
    position:absolute;
    left:10px;
    bottom:10px;
    background:rgba(7,17,29,.9);
    backdrop-filter:blur(6px);
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    padding:5px 8px;
    color:var(--watch-text);
    font-size:11px;
    font-weight:700
}

.lfWatchCardOrientation {
    position:absolute;
    right:10px;
    top:10px;
    padding:5px 7px;
    border-radius:999px;
    background:rgba(7,17,29,.82);
    border:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.82);
    font-size:10px;
    font-weight:700;
    letter-spacing:.02em
}

.lfWatchCardBody {
    padding:10px 2px 0
}

.lfWatchCardBody h3 {
    font-size:15px;
    line-height:1.35;
    margin:0 0 5px
}

.lfWatchCardBody h3 a {
    color:var(--watch-text);
    text-decoration:none
}

.lfWatchCardMeta {
    font-size:12px;
    color:var(--watch-muted);
    margin-bottom:5px
}

.lfWatchCardFormat {
    display:inline-block;
    font-size:11px;
    color:var(--watch-accent);
    margin-bottom:5px
}

.lfWatchCardTags {
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:9px
}

.lfWatchCardTags span {
    display:inline-flex;
    align-items:center;
    min-height:25px;
    padding:4px 8px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.1);
    background:rgba(255,255,255,.035);
    color:#c8d7e7;
    font-size:11px;
    line-height:1.2
}

.lfWatchStage {
    display:grid;
    grid-template-columns:minmax(0,1.65fr) minmax(280px,.75fr);
    gap:18px;
    margin-top:20px
}

.lfWatchPlayer {
    aspect-ratio:16/9;
    border-radius:20px;
    border:1px solid var(--watch-line);
    background:#02070d;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--watch-muted);
    overflow:hidden
}

.lfWatchPlayerVertical {
    aspect-ratio:9/16;
    max-height:760px;
    max-width:428px;
    margin:0 auto
}

.lfWatchPlayer iframe,.lfWatchPlayer .lfWatchEmbed,.lfWatchPlayer .lfWatchEmbed iframe,.lfWatchPlayer .lfWatchEmbed video {
    width:100%!important;
    height:100%!important;
    border:0;
    display:block
}

.lfWatchPlayer .lfWatchEmbed {
    display:block
}

.lfWatchPlayerPreview {
    width:100%;
    height:100%;
    object-fit:cover
}

.lfWatchPlayerEmpty {
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center
}

.lfWatchPlayerEmpty i {
    font-size:44px;
    color:var(--watch-accent)
}

.lfWatchSide {
    padding:20px;
    border-radius:20px;
    background:var(--watch-card);
    border:1px solid var(--watch-line)
}

.lfWatchSide h2 {
    margin:0 0 12px;
    color:var(--watch-text)
}

.lfWatchSide p {
    color:var(--watch-muted);
    line-height:1.55
}

.lfWatchSideMeta {
    display:grid;
    gap:8px;
    margin:14px 0
}

.lfWatchSideMeta span {
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding-bottom:8px;
    border-bottom:1px solid var(--watch-line);
    color:var(--watch-muted);
    font-size:13px
}

.lfWatchSideMeta strong {
    color:var(--watch-text);
    font-weight:600;
    text-align:right
}

.lfWatchBadges {
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:14px 0
}

.lfWatchBadge {
    padding:6px 9px;
    border-radius:999px;
    background:rgba(244,197,66,.12);
    color:var(--watch-accent);
    font-size:12px;
    font-weight:700
}

.lfWatchWatchButton {
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:10px;
    padding:11px 15px;
    border-radius:12px;
    background:var(--watch-accent);
    color:#07111d!important;
    text-decoration:none;
    font-weight:800
}

.lfWatchEpisodes {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px
}

.lfWatchEpisodeCard {
    display:grid;
    grid-template-columns:145px minmax(0,1fr);
    gap:12px;
    padding:10px;
    border:1px solid var(--watch-line);
    border-radius:15px;
    background:var(--watch-card);
    text-decoration:none;
    color:var(--watch-text)
}

.lfWatchEpisodePreview {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:16/9;
    border-radius:10px;
    overflow:hidden;
    background:#02070d;
    color:var(--watch-accent)
}

.lfWatchEpisodePreview img {
    width:100%;
    height:100%;
    object-fit:cover
}

.lfWatchEpisodePreview b {
    position:absolute;
    left:7px;
    bottom:7px;
    padding:3px 6px;
    background:rgba(7,17,29,.85);
    border-radius:7px;
    font-size:11px;
    color:#fff
}

.lfWatchEpisodeBody {
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center
}

.lfWatchEpisodeBody strong {
    font-size:14px;
    line-height:1.35
}

.lfWatchEpisodeBody small {
    font-size:12px;
    color:var(--watch-muted);
    line-height:1.4;
    margin-top:5px
}

.lfWatchEpisodeBody em {
    font-style:normal;
    font-size:11px;
    color:var(--watch-accent);
    margin-top:7px
}

.lfWatchEpisodeNav {
    display:flex;
    gap:10px;
    margin-top:16px
}

.lfWatchEpisodeNav a,.lfWatchEpisodeNav span {
    flex:1;
    text-align:center;
    padding:10px 12px;
    border:1px solid var(--watch-line);
    border-radius:12px;
    text-decoration:none;
    color:var(--watch-text);
    background:var(--watch-soft)
}

.lfWatchEpisodeNav span {
    opacity:.35
}

.lfWatchCollectionGrid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px
}

.lfWatchCollectionCard {
    display:grid;
    grid-template-columns:105px minmax(0,1fr);
    gap:14px;
    padding:12px;
    border:1px solid var(--watch-line);
    border-radius:18px;
    background:var(--watch-card);
    text-decoration:none;
    color:var(--watch-text)
}

.lfWatchCollectionPoster {
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:4/3;
    border-radius:12px;
    overflow:hidden;
    background:#02070d
}

.lfWatchCollectionPoster img {
    width:100%;
    height:100%;
    object-fit:cover
}

.lfWatchCollectionPoster i {
    font-size:28px;
    color:var(--watch-accent)
}

.lfWatchCollectionBody {
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-width:0
}

.lfWatchCollectionBody strong {
    font-size:16px;
    line-height:1.35
}

.lfWatchCollectionBody small {
    margin-top:6px;
    color:var(--watch-muted);
    font-size:12px;
    line-height:1.45
}

.lfWatchPagination {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;
    margin:30px 0 0
}

.lfWatchPagination a,.lfWatchPagination span {
    min-width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    border:1px solid var(--watch-line);
    color:var(--watch-muted);
    text-decoration:none;
    background:var(--watch-soft)
}

.lfWatchPagination .lfWatchPageActive {
    background:var(--watch-accent);
    border-color:var(--watch-accent);
    color:#07111d;
    font-weight:800
}

.lfWatchPagination span {
    border-color:transparent;
    background:transparent
}

.lfWatchRouteNote {
    margin-top:16px;
    padding:12px 14px;
    border-left:3px solid var(--watch-accent);
    background:rgba(244,197,66,.06);
    color:var(--watch-muted);
    font-size:13px;
    line-height:1.5
}

.lfWatchRouteNote code {
    color:var(--watch-text)
}

@media(max-width:1100px) {
    .lfWatchGrid {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }
    .lfWatchCollectionGrid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width:900px) {
    .lfWatchArchitectureGrid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .lfWatchStage {
        grid-template-columns:1fr
    }
    .lfWatchHero h1 {
        font-size:34px
    }
    .lfWatchGrid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .lfWatchEpisodes {
        grid-template-columns:1fr
    }
}

@media(max-width:620px) {
    .lfWatchGrid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
    .lfWatchCollectionGrid {
        grid-template-columns:1fr
    }
    .lfWatchEpisodeCard {
        grid-template-columns:115px minmax(0,1fr)
    }
}

@media(max-width:560px) {
    .lfWatchPage {
        padding-left:12px;
        padding-right:12px
    }
    .lfWatchHero {
        padding:22px
    }
    .lfWatchHero h1 {
        font-size:30px
    }
    .lfWatchArchitectureGrid {
        grid-template-columns:1fr
    }
    .lfWatchStage {
        gap:12px
    }
}

/* =========================================================
 * Watch title detail v3
 * Four layouts: vertical/horizontal film + vertical/horizontal series.
 * ========================================================= */

.lfWatchTitle {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:24px 28px;
    margin-bottom:20px;
    border:1px solid var(--watch-line);
    border-radius:20px;
    background:linear-gradient(135deg,rgba(11,23,37,.96),rgba(16,29,44,.72));
}

.lfWatchTitleHead {
    min-width:0;
}

.lfWatchTitle h1 {
    margin:0 0 10px;
    color:var(--watch-text);
    font-size:38px;
    line-height:1.08;
    letter-spacing:-.02em;
}

.lfWatchTitle .lfWatchHeroOriginal {
    margin:0 0 10px;
}

.lfWatchSemanticBadges {
    margin:12px 0 0;
}

.lfWatchSemanticBadges .lfWatchBadge {
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.1);
    color:#dbe6f2;
    font-weight:600;
}

.lfWatchTitleAction {
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    min-height:46px;
    padding:0 18px;
    border-radius:13px;
    background:var(--watch-accent);
    color:#07111d!important;
    text-decoration:none!important;
    font-weight:800;
    box-shadow:0 10px 28px rgba(244,197,66,.12);
    transition:transform .18s ease,box-shadow .18s ease;
}

.lfWatchTitleAction:hover {
    transform:translateY(-1px);
    box-shadow:0 13px 34px rgba(244,197,66,.18);
}

.lfWatchDetailLayout {
    margin-top:8px;
    scroll-margin-top:20px;
}

.lfWatchDetailLayout--film-vertical,
.lfWatchDetailLayout--series-vertical {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(310px,370px);
    gap:24px;
    align-items:start;
}

.lfWatchDetailPlayer {
    min-width:0;
}

.lfWatchDetailLayout--film-vertical .lfWatchDetailPlayer,
.lfWatchDetailLayout--series-vertical .lfWatchDetailPlayer {
    display:flex;
    justify-content:center;
}

.lfWatchDetailLayout .lfWatchPlayerVertical {
    width:100%;
    max-width:383px;
    max-height:680px;
}

.lfWatchDetailSidebar {
    display:grid;
    gap:14px;
    align-content:start;
    min-width:0;
}

.lfWatchDetailPanel,
.lfWatchEpisodeRail {
    min-width:0;
    padding:20px;
    border:1px solid var(--watch-line);
    border-radius:18px;
    background:var(--watch-card);
}

.lfWatchDetailPanelEyebrow,
.lfWatchEpisodeRailHead span {
    display:block;
    margin-bottom:6px;
    color:var(--watch-accent);
    font-size:10px;
    font-weight:800;
    letter-spacing:.15em;
}

.lfWatchDetailPanel h2,
.lfWatchEpisodeRail h2 {
    margin:0;
    color:var(--watch-text);
    font-size:20px;
    line-height:1.25;
}

.lfWatchDetailFacts {
    display:grid;
    margin-top:12px;
}

.lfWatchDetailFacts > span {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding:10px 0;
    border-bottom:1px solid var(--watch-line);
}

.lfWatchDetailFacts > span:last-child {
    border-bottom:0;
    padding-bottom:0;
}

.lfWatchDetailFacts small {
    color:var(--watch-muted);
    font-size:12px;
}

.lfWatchDetailFacts strong {
    max-width:62%;
    color:var(--watch-text);
    font-size:13px;
    font-weight:700;
    text-align:right;
}

.lfWatchDetailDescription p {
    margin:12px 0 0;
    color:var(--watch-muted);
    font-size:14px;
    line-height:1.65;
}

.lfWatchDetailBelow {
    display:grid;
    grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);
    gap:16px;
    margin-top:16px;
    align-items:start;
}

.lfWatchDetailLayout--film-horizontal .lfWatchDetailPlayer > .lfWatchPlayer,
.lfWatchDetailLayout--series-horizontal .lfWatchDetailPlayer > .lfWatchPlayer {
    width:100%;
    max-width:none;
}

.lfWatchDetailSeriesTop {
    display:grid;
    grid-template-columns:minmax(0,1.65fr) minmax(310px,.7fr);
    gap:18px;
    align-items:stretch;
}

.lfWatchEpisodeRail {
    display:flex;
    flex-direction:column;
    align-self:stretch;
    overflow:hidden;
}

.lfWatchEpisodeRailHead {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}

.lfWatchEpisodeRailHead > strong {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:30px;
    height:30px;
    border-radius:999px;
    background:rgba(244,197,66,.11);
    color:var(--watch-accent);
    font-size:12px;
}

.lfWatchEpisodeRailList {
    display:grid;
    gap:6px;
    max-height:430px;
    overflow:auto;
    padding-right:3px;
}

.lfWatchEpisodeRailList a {
    display:grid;
    grid-template-columns:34px minmax(0,1fr) 22px;
    align-items:center;
    gap:9px;
    padding:9px;
    border:1px solid transparent;
    border-radius:11px;
    background:rgba(255,255,255,.025);
    color:var(--watch-text);
    text-decoration:none;
    transition:background .16s ease,border-color .16s ease;
}

.lfWatchEpisodeRailList a:hover {
    background:rgba(244,197,66,.075);
    border-color:rgba(244,197,66,.22);
}

.lfWatchEpisodeRailList a > b {
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:9px;
    background:rgba(255,255,255,.06);
    color:var(--watch-accent);
    font-size:12px;
}

.lfWatchEpisodeRailList a > span {
    min-width:0;
}

.lfWatchEpisodeRailList a strong {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    font-weight:700;
}

.lfWatchEpisodeRailList a small {
    display:block;
    margin-top:3px;
    color:var(--watch-muted);
    font-size:10px;
}

.lfWatchEpisodeRailList a > i {
    color:var(--watch-accent);
    font-size:10px;
    text-align:center;
}

.lfWatchEpisodeRailMore {
    display:block;
    margin-top:10px;
    padding:10px 12px;
    border-radius:11px;
    background:rgba(244,197,66,.08);
    color:var(--watch-accent)!important;
    text-align:center;
    text-decoration:none!important;
    font-size:12px;
    font-weight:700;
}

.lfWatchEpisodeRailEmpty {
    margin:8px 0 0;
    color:var(--watch-muted);
    font-size:13px;
    line-height:1.5;
}

.lfWatchEpisodeArchive {
    scroll-margin-top:20px;
}

/* Watch-owned preview overlay for URL embeds. Provider iframe is inserted only on click. */
.lfWatchPlayerLazy {
    position:relative;
    cursor:pointer;
}

.lfWatchPlayerStart {
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:translate(-50%,-50%);
    border:0;
    border-radius:20px;
    background:var(--watch-accent);
    color:#07111d;
    font-size:23px;
    cursor:pointer;
    box-shadow:0 14px 38px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,.1);
    transition:transform .18s ease,box-shadow .18s ease;
}

.lfWatchPlayerStart:hover {
    transform:translate(-50%,-50%) scale(1.055);
    box-shadow:0 17px 44px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,.16);
}

.lfWatchPlayerStart i {
    margin-left:3px;
}

@media(max-width:980px) {
    .lfWatchDetailLayout--film-vertical,
    .lfWatchDetailLayout--series-vertical,
    .lfWatchDetailSeriesTop {
        grid-template-columns:1fr;
    }

    .lfWatchDetailLayout .lfWatchPlayerVertical {
        max-height:720px;
        max-width:405px;
    }

    .lfWatchDetailSidebar {
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .lfWatchDetailSidebar .lfWatchEpisodeRail {
        grid-column:1/-1;
    }

    .lfWatchEpisodeRailList {
        max-height:340px;
    }
}

@media(max-width:700px) {
    .lfWatchTitle {
        align-items:flex-start;
        flex-direction:column;
        gap:16px;
        padding:20px;
    }

    .lfWatchTitle h1 {
        font-size:31px;
    }

    .lfWatchTitleAction {
        min-height:44px;
    }

    .lfWatchDetailBelow,
    .lfWatchDetailSidebar {
        grid-template-columns:1fr;
    }

    .lfWatchDetailLayout .lfWatchPlayerVertical {
        max-width:min(100%,390px);
        max-height:none;
    }

    .lfWatchDetailPanel,
    .lfWatchEpisodeRail {
        padding:17px;
        border-radius:16px;
    }

    .lfWatchPlayerStart {
        width:62px;
        height:62px;
        border-radius:18px;
        font-size:20px;
    }
}

/* Watch v4 — homepage discovery refinements */
.lfWatchSectionMore {
    display:inline-flex;
    align-items:center;
    gap:5px;
    color:var(--watch-muted);
    font-size:13px;
    text-decoration:none;
    white-space:nowrap
}

.lfWatchSectionMore:hover {
    color:var(--watch-accent)
}

.lfWatchHomeCollections {
    padding-top:4px
}

@media(max-width:560px) {
    .lfWatchSectionHead {
        align-items:flex-end;
        gap:12px
    }
    .lfWatchSectionMore {
        font-size:12px
    }
}
