.watch-page {
    max-width: none;
    padding: 26px 28px 42px;
}
.watch-stack {
    display: grid;
    gap: 26px;
}
.watch-shell {
    display: grid;
    gap: 26px;
    align-items: start;
}
.watch-shell {
    grid-template-columns: minmax(0, 1fr) 360px;
}
.watch-main-card,
.watch-related-sidebar,
.watch-article-card {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.watch-sidebar-column {
    position: sticky;
    top: 88px;
    align-self: start;
}
.watch-hero {
    padding: 6px 0 16px;
    background: transparent;
}
.watch-hero::before,
.watch-hero > * {
    position: static;
}
.watch-hero-minimal {
    padding-top: 0;
}
.watch-title {
    display: block;
    width: 100%;
    margin: 0;
    color: var(--article-heading-color);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: clamp(23px, 2.3vw, 24px);
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
    max-width: none;
    max-inline-size: none;
    text-wrap: normal;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}
.watch-player-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #050505;
    border-radius: 22px;
    overflow: hidden;
    isolation: isolate;
}
.watch-player-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    pointer-events: none;
    z-index: 3;
}
.watch-player-wrap > video,
.watch-player-wrap > iframe,
.watch-player-wrap > embed,
.watch-player-wrap > object {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border: 0;
    background: #000;
    display: block;
}
.watch-player-wrap .plyr,
.watch-player-wrap .plyr--video,
.watch-player-wrap .plyr__video-wrapper,
.watch-player-wrap .plyr__video-embed,
.watch-player-wrap .plyr__poster,
.watch-player-wrap .plyr video,
.watch-player-wrap .plyr iframe {
    width: 100%;
    height: 100%;
}
.watch-player-wrap .plyr,
.watch-player-wrap .plyr--video {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}
.watch-player-wrap.is-empty {
    aspect-ratio: auto;
    min-height: clamp(240px, 38vw, 360px);
}
.watch-player-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    text-align: center;
    color: rgba(255,255,255,.82);
    font-size: 15px;
    line-height: 1.7;
}
.watch-player-empty strong { display: block; color: #fff; font-size: 18px; margin-bottom: 6px; }
.watch-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 0 0;
    flex-wrap: wrap;
}
.watch-source-group {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.watch-download-group {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}
.watch-source-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: rgba(255,255,255,.94);
    border: 1px solid rgba(255,255,255,.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    white-space: nowrap;
}
.watch-source-pill i { font-size: 13px; }
.watch-source-pill.is-live {
    background: rgba(var(--primary-rgb), .14);
    border-color: rgba(var(--primary-rgb), .32);
    color: #ffffff;
}
.watch-source-pill.is-empty {
    background: rgba(239,68,68,.14);
    border-color: rgba(239,68,68,.28);
    color: #fecaca;
}
.watch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    min-width: 128px;
    border-radius: 14px;
    text-decoration: none !important;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: .025em;
    white-space: nowrap;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
    box-shadow: 0 12px 24px rgba(0,0,0,.16);
    border: 0;
}
.watch-btn i { font-size: 14px; }
.watch-btn:hover,
.watch-btn:focus {
    transform: translateY(-1px);
    text-decoration: none !important;
}
.watch-btn.download {
    min-width: 128px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: #fff;
}
.watch-btn.download:hover,
.watch-btn.download:focus {
    box-shadow: 0 16px 32px rgba(var(--primary-rgb),.24);
    color: #fff;
}
.watch-article-card { padding: 0; margin-top: 18px; }
.watch-main-related-section {
    margin-top: 22px;
}
.watch-main-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.watch-main-related-subtitle {
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .02em;
}
.watch-main-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}
.watch-main-related-card {
    position: relative;
    display: block;
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    background: #0f172a;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 14px 38px rgba(15,23,42,0.12);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.watch-main-related-card:hover,
.watch-main-related-card:focus {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.14);
    box-shadow: 0 18px 42px rgba(15,23,42,0.16);
}
.watch-main-related-thumb {
    position: relative;
    background: linear-gradient(180deg, rgba(30,41,59,0.96) 0%, rgba(15,23,42,0.98) 100%);
}
.watch-main-related-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(9,11,16,0.05) 0%, rgba(9,11,16,0.16) 34%, rgba(9,11,16,0.84) 100%);
    pointer-events: none;
}
.watch-main-related-thumb img {
    width: 100%;
    aspect-ratio: 7 / 10;
    object-fit: cover;
    display: block;
}
.watch-main-related-body {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 16px 14px 14px;
}
.watch-main-related-title {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.32;
    text-shadow: 0 3px 12px rgba(0,0,0,0.35);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.watch-article {
    color: var(--article-text-color);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    max-width: 100%;
}
.watch-article > *:first-child { margin-top: 0; }
.watch-article > *:last-child { margin-bottom: 0; }
.watch-article h2,
.watch-article h3,
.watch-article h4 {
    color: var(--article-heading-color);
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.24;
    font-weight: 700;
    margin: 22px 0 8px;
}
.watch-article h2 {
    font-size: 23px;
    letter-spacing: -.02em;
}
.watch-article h3 { font-size: 20px; }
.watch-article h4 { font-size: 19px; }
.watch-article p,
.watch-article ul,
.watch-article ol,
.watch-article table,
.watch-article .watch-article-table-scroll,
.watch-article .watch-article-embed-shell,
.watch-article blockquote,
.watch-article hr {
    margin: 0 0 14px;
}
.watch-article p { margin-bottom: 14px; }
.watch-article ul,
.watch-article ol { padding: 0; margin-left: 1.2em; }
.watch-article li { margin-bottom: .42em; }
.watch-article a { color: var(--article-heading-color); text-decoration: none; word-break: break-word; }
.watch-article strong,
.watch-article b { color: var(--article-text-color); background: none; box-shadow: none; }
.watch-article blockquote {
    padding: 2px 0 2px 14px;
    border-left: 4px solid rgba(var(--primary-rgb), .9);
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.03);
    border-radius: 0 14px 14px 0;
}
.watch-article img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 14px auto;
}
.watch-article-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.watch-article table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    color: rgba(255,255,255,.86);
}
.watch-article th,
.watch-article td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.12);
    text-align: left;
    vertical-align: top;
    background: transparent;
}
.watch-article th { color: var(--article-heading-color); font-weight: 800; }
.watch-article-embed-shell {
    position: relative;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.02);
}
.watch-article-embed-shell iframe,
.watch-article-embed-shell video,
.watch-article-embed-shell object,
.watch-article-embed-shell embed {
    display: block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border: 0;
}
.watch-article hr { border: 0; border-top: 1px solid rgba(255,255,255,.12); margin: 16px 0; }
.watch-article-content { width: 100%; }
.watch-article-rest[hidden] { display: none !important; }
.watch-article-actions[hidden] { display: none !important; }
.watch-article-actions { margin-top: 2px; }
.watch-article-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
    box-shadow: none;
}
.watch-article-toggle:hover,
.watch-article-toggle:focus {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.18);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.watch-article-toggle:focus-visible {
    outline: 2px solid rgba(var(--primary-rgb), .55);
    outline-offset: 2px;
}
.watch-sidebar-sections {
    display: grid;
    gap: 26px;
}
.watch-sidebar-block {
    display: grid;
    gap: 14px;
}
.watch-latest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.watch-latest-grid .watch-latest-card:nth-child(n+7) { display: none; }
.watch-latest-card {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    text-decoration: none !important;
    color: #fff;
}
.watch-latest-thumb {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 7 / 11;
    overflow: hidden;
    background: #161616;
}
.watch-latest-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}
.watch-latest-card:hover .watch-latest-thumb img,
.watch-latest-card:focus .watch-latest-thumb img { transform: scale(1.035); }
.watch-latest-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.58) 40%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.watch-latest-title {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.28;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.55);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.56em;
}



.watch-related-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:12px; }

.watch-episodes-strip {
    padding-top: 18px;
}
.watch-episodes-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}
.watch-episode-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--episode-button-bg);
    color: var(--episode-button-text) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .01em;
    border: 1px solid rgba(var(--episode-button-hover-rgb),0.18);
    box-shadow: none;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.watch-episode-pill:hover,
.watch-episode-pill:focus {
    background: var(--episode-button-hover);
    color: var(--episode-button-text) !important;
    border-color: rgba(var(--episode-button-hover-rgb),0.55);
    box-shadow: none;
    transform: translateY(-1px);
}
.watch-episode-pill.is-active {
    background: linear-gradient(135deg, var(--episode-button-bg) 0%, var(--episode-button-bg-dark) 100%);
    color: var(--episode-button-text) !important;
    border-color: rgba(var(--episode-button-hover-rgb),0.55);
    box-shadow: none;
}
.watch-episode-pill.is-hidden {
    display: none !important;
}
.watch-episodes-loadmore-wrap {
    padding-top: 14px;
    display: flex;
    justify-content: center;
}
.watch-episodes-loadmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f172a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .01em;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 6px 16px rgba(15,23,42,.06);
    cursor: pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
}
.watch-episodes-loadmore:hover,
.watch-episodes-loadmore:focus {
    background: #f8fafc;
    color: #020617;
    border-color: rgba(15,23,42,.14);
    transform: translateY(-1px);
}

.watch-bottom-title {
    margin: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: var(--article-heading-color);
    font-weight: 700;
    letter-spacing: -.01em;
}
@media (max-width: 1199px) {
    .watch-page { padding-left: 18px; padding-right: 18px; }
    .watch-shell { grid-template-columns: minmax(0, 1fr) 320px; }
    .watch-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .watch-latest-grid .watch-latest-card:nth-child(n+7) { display: none; }
    .watch-main-related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
    .watch-episodes-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
    .watch-page { padding-top: 20px; padding-bottom: 30px; }
    .watch-shell { grid-template-columns: minmax(0, 1fr); }
    .watch-sidebar-column { position: static; top: auto; }
    .watch-episodes-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
    .watch-latest-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .watch-latest-grid .watch-latest-card:nth-child(n+7) { display: none; }
    .watch-main-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media (max-width: 767px) {
    #tm-media-section > .uk-container.uk-container-center.uk-width-10-10 {
        width: 100%;
        max-width: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .watch-page { padding: 12px 0 24px; }
    .watch-stack,
    .watch-shell { gap: 18px; }
    .watch-shell { grid-template-columns: minmax(0, 1fr); }
    .watch-sidebar-column { position: static; top: auto; width: 100%; }
    .watch-main-card,
    .watch-sidebar-column,
    .watch-article-card,
    .watch-latest-block,
    .watch-related-sidebar { padding-left: 12px; padding-right: 12px; }
    .watch-hero { padding: 6px 8px 10px; }
    .watch-title { font-size: 23px; line-height: 1.22; }
    .watch-player-wrap { border-radius: 0; margin-left: 0; margin-right: 0; aspect-ratio: 16 / 9; }
    .watch-player-wrap.is-empty { min-height: 230px; aspect-ratio: auto; }
    .watch-player-wrap::after { border-radius: 0; }
    .watch-actions { display: grid; grid-template-columns: minmax(0, 1fr); padding: 12px 10px 0; gap: 10px; }
    .watch-source-group { display: flex; align-items: stretch; gap: 7px; width: 100%; flex-wrap: wrap; }
    .watch-source-pill { flex: 1 1 auto; min-width: 0; width: auto; max-width: none; min-height: 41px; padding: 0 10px; font-size: 11px; letter-spacing: .01em; border-radius: 12px; }
    .watch-source-pill i { font-size: 11px; margin-right: 4px; }
    .watch-download-group { display: flex; width: 100%; margin-left: 0; }
    .watch-download-group .watch-btn.download { width: 100%; min-width: 0; min-height: 54px; font-size: 14px; border-radius: 16px; }
    .watch-episodes-strip { padding: 16px 12px 0; }
    .watch-episodes-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
    .watch-episode-pill { min-height: 42px; padding: 0 9px; font-size: 11px; }
    .watch-episodes-loadmore-wrap { padding-top: 12px; }
    .watch-latest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .watch-latest-grid .watch-latest-card:nth-child(n+7) { display: none; }
    .watch-main-related-section { margin-top: 18px; padding-left: 12px; padding-right: 12px; }
    .watch-main-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .watch-main-related-card { border-radius: 16px; }
    .watch-main-related-body { padding: 13px 12px 12px; min-height: 52px; }
    .watch-main-related-title { font-size: 12px; font-weight: 600; line-height: 1.3; }
    .watch-main-related-head { margin-bottom: 12px; }
    .watch-main-related-subtitle { font-size: 11px; }
    .watch-article-card { margin-top: 14px; padding-left: 12px; padding-right: 12px; }
    .watch-article { font-size: 14px; line-height: 1.72; }
    .watch-article-actions { margin-top: 0; }
    .watch-article-toggle { width: 100%; max-width: 220px; }
    .watch-article h2 { font-size: 20px; }
    .watch-article h3 { font-size: 18px; }
    .watch-article h4 { font-size: 17px; }
}
@media (max-width: 480px) {
    .watch-page { padding-top: 10px; }
    .watch-hero { padding-left: 4px; padding-right: 4px; }
    .watch-title { font-size: 23px; line-height: 1.22; }
    .watch-main-card,
    .watch-sidebar-column,
    .watch-article-card,
    .watch-latest-block,
    .watch-related-sidebar { padding-left: 10px; padding-right: 10px; }
    .watch-actions { padding-left: 10px; padding-right: 10px; }
    .watch-episodes-strip { padding-left: 10px; padding-right: 10px; }
    .watch-source-group { gap: 5px; }
    .watch-btn { min-height: 48px; padding: 0 12px; min-width: 0; }
    .watch-source-pill { min-height: 39px; padding: 0 8px; font-size: 10.5px; }
    .watch-source-pill i { font-size: 10px; margin-right: 3px; }
    .watch-episodes-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .watch-main-related-section { padding-left: 10px; padding-right: 10px; }
    .watch-main-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

