body[data-wt-page-type="episode_detail"] {
    --wt-episode-accent: #5bc6a7;
    --wt-episode-accent-strong: #7ce0bf;
    --wt-episode-violet: #8f7eff;
    --wt-episode-violet-soft: rgba(143, 126, 255, .18);
    --wt-episode-warm: #f5b66a;
    --wt-episode-surface: rgba(11, 14, 24, .94);
    --wt-episode-surface-2: rgba(16, 20, 31, .92);
    --wt-episode-line: rgba(150, 130, 255, .18);
    --wt-episode-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

body[data-wt-page-type="episode_detail"] #wt-player-section,
body[data-wt-page-type="episode_detail"] #wt-episode-description,
body[data-wt-page-type="episode_detail"] #wt-chapters-card,
body[data-wt-page-type="episode_detail"] #wt-key-moments,
body[data-wt-page-type="episode_detail"] #wt-moment-groups-card,
body[data-wt-page-type="episode_detail"] #comments-section,
body[data-wt-page-type="episode_detail"] #wt-mini-toolbar {
    scroll-margin-top: 118px;
}

body[data-wt-page-type="episode_detail"] .section-divider {
    width: min(1240px, calc(100% - 36px));
    margin: 30px auto;
    background: linear-gradient(
        90deg,
        rgba(91, 198, 167, 0),
        rgba(91, 198, 167, .38) 20%,
        rgba(143, 126, 255, .42) 50%,
        rgba(245, 182, 106, .26) 78%,
        rgba(245, 182, 106, 0)
    );
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
    padding: 112px 18px 26px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner,
body[data-wt-page-type="episode_detail"] .wt-player-section__inner,
body[data-wt-page-type="episode_detail"] .wt-episode-content-stage__inner,
body[data-wt-page-type="episode_detail"] .wt-mini-section .wt-section-inner {
    max-width: 1240px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-hero-bg img {
    filter: saturate(1.08) brightness(.42) blur(2px);
    transform: scale(1.04);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero {
    border-radius: 34px;
    border-color: rgba(145, 128, 255, .22);
    background:
        linear-gradient(155deg, rgba(8, 10, 18, .96), rgba(16, 18, 30, .93) 56%, rgba(11, 21, 26, .94)),
        radial-gradient(circle at 14% 18%, rgba(143, 126, 255, .2), transparent 34%),
        radial-gradient(circle at 92% 14%, rgba(91, 198, 167, .18), transparent 34%);
    box-shadow:
        0 38px 90px rgba(0, 0, 0, .4),
        inset 0 1px 0 rgba(255, 255, 255, .04);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero::before {
    border-color: rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-aura--one {
    width: 520px;
    height: 520px;
    top: -240px;
    left: -210px;
    background: radial-gradient(circle, rgba(143, 126, 255, .26), rgba(143, 126, 255, 0) 72%);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-aura--two {
    width: 430px;
    height: 430px;
    right: -150px;
    bottom: -180px;
    background: radial-gradient(circle, rgba(91, 198, 167, .22), rgba(91, 198, 167, 0) 72%);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    padding: 32px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs {
    margin-bottom: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 14px;
    margin-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker {
    margin-bottom: 0;
    padding: 8px 13px;
    border-color: rgba(143, 126, 255, .22);
    background: rgba(9, 11, 18, .56);
    color: #ece6ff;
    font-size: .69rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .16);
    background: rgba(12, 14, 22, .5);
    color: rgba(255, 255, 255, .78);
    font-size: .73rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal i {
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal--accent {
    border-color: rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .12);
    color: #d6fff2;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
    margin-bottom: 12px;
    font-size: clamp(1.44rem, 3.1vw, 2.55rem);
    line-height: 1.1;
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-game {
    margin-bottom: 14px;
    color: rgba(255, 255, 255, .82);
    font-size: .98rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .72);
    font-size: .94rem;
    line-height: 1.78;
    max-width: 760px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-meta {
    gap: 10px;
    margin-bottom: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-chip {
    min-height: 34px;
    padding: 7px 12px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(10, 12, 19, .58);
    color: rgba(255, 255, 255, .82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action {
    min-height: 50px;
    padding: 13px 16px;
    border-radius: 16px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(10, 12, 19, .6);
    font-size: .83rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action--primary {
    box-shadow: 0 18px 34px rgba(33, 102, 84, .28);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action--accent {
    box-shadow: 0 18px 34px rgba(73, 52, 132, .28);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-side {
    gap: 14px;
    padding: 16px;
    border-radius: 26px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(160deg, rgba(10, 12, 21, .88), rgba(9, 11, 18, .95)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .12), transparent 42%);
    box-shadow:
        0 24px 46px rgba(0, 0, 0, .26),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview {
    display: grid;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__media {
    position: relative;
    overflow: hidden;
    display: block;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    border: 1px solid rgba(143, 126, 255, .18);
    background:
        linear-gradient(155deg, rgba(18, 19, 31, .94), rgba(10, 12, 19, .98)),
        radial-gradient(circle at 84% 16%, rgba(91, 198, 167, .14), transparent 42%);
    box-shadow: 0 22px 44px rgba(0, 0, 0, .3);
    text-decoration: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__media img,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__placeholder {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__media img {
    transform: scale(1.03);
    filter: saturate(1.06) contrast(1.04);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__placeholder {
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: rgba(255, 255, 255, .44);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__badge,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__watch {
    position: absolute;
    left: 14px;
    right: 14px;
    z-index: 1;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__badge {
    top: 14px;
    left: 14px;
    right: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(8, 10, 16, .78);
    color: #fff;
    font-size: .71rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__watch {
    bottom: 14px;
    display: grid;
    gap: 4px;
    padding: 14px;
    border-radius: 16px;
    background: linear-gradient(to top, rgba(7, 8, 14, .88), rgba(7, 8, 14, .18));
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__watch-kicker {
    color: rgba(255, 255, 255, .58);
    font-size: .67rem;
    text-transform: uppercase;
    letter-spacing: .34px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__watch-title {
    color: #fff;
    font-size: .92rem;
    line-height: 1.36;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(0, 0, 0, .16);
    color: rgba(255, 255, 255, .72);
    font-size: .71rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-progress-head,
body[data-wt-page-type="episode_detail"] .wt-journey-card__head {
    color: rgba(255, 255, 255, .6);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
    padding: 0 18px 4px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-inner--episode {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    border: 1px solid var(--wt-episode-line);
    background:
        linear-gradient(145deg, rgba(9, 11, 18, .92), rgba(15, 18, 28, .9)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .1), transparent 36%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link {
    flex: 0 0 auto;
    padding: 9px 14px 9px 10px;
    border-radius: 14px;
    border-color: rgba(143, 126, 255, .14);
    background: rgba(12, 14, 22, .56);
    color: rgba(255, 255, 255, .72);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link:hover {
    border-color: rgba(143, 126, 255, .34);
    background: rgba(143, 126, 255, .14);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link--accent {
    border-color: rgba(91, 198, 167, .26);
    background: rgba(91, 198, 167, .12);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-icon {
    width: 26px;
    height: 26px;
    border-radius: 9px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-badge {
    min-width: 24px;
    height: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-section {
    padding-top: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell,
body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp,
body[data-wt-page-type="episode_detail"] .wt-comments-shell,
body[data-wt-page-type="episode_detail"] .wt-mini-shell,
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
body[data-wt-page-type="episode_detail"] .wt-retro-card,
body[data-wt-page-type="episode_detail"] .wt-nearby-card,
body[data-wt-page-type="episode_detail"] .wt-chapters-card,
body[data-wt-page-type="episode_detail"] .wt-key-moments-card,
body[data-wt-page-type="episode_detail"] .wt-moment-groups-card,
body[data-wt-page-type="episode_detail"] .wt-saved-moments-card {
    border-radius: 30px;
    border: 1px solid var(--wt-episode-line);
    background:
        linear-gradient(155deg, rgba(11, 14, 24, .96), rgba(17, 20, 32, .92) 58%, rgba(11, 19, 24, .94)),
        radial-gradient(circle at 88% 12%, rgba(91, 198, 167, .08), transparent 38%);
    box-shadow: var(--wt-episode-shadow);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell {
    padding: 30px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) 320px;
    gap: 22px;
    align-items: stretch;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
    display: grid;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__kicker {
    padding: 8px 13px;
    border-color: rgba(143, 126, 255, .2);
    background: rgba(8, 10, 16, .58);
    color: #f0e9ff;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__title {
    font-size: clamp(1.18rem, 2.2vw, 1.8rem);
    line-height: 1.16;
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__subtitle {
    color: rgba(255, 255, 255, .7);
    font-size: .94rem;
    line-height: 1.72;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus-item,
body[data-wt-page-type="episode_detail"] .wt-player-shell__kicker,
body[data-wt-page-type="episode_detail"] .wt-player-shell__stat,
body[data-wt-page-type="episode_detail"] .wt-next-teaser__meta span {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat {
    min-height: 96px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(13, 15, 25, .84), rgba(9, 11, 18, .92)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat--accent {
    border-color: rgba(91, 198, 167, .22);
    background:
        linear-gradient(160deg, rgba(11, 21, 20, .78), rgba(8, 13, 15, .92)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .14), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-card--episode {
    border-radius: 26px;
    border: 1px solid rgba(143, 126, 255, .14);
    box-shadow: 0 26px 56px rgba(0, 0, 0, .28);
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(8, 10, 18, .96), rgba(13, 15, 24, .98)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head {
    padding: 18px 20px 14px;
    border-bottom-color: rgba(255, 255, 255, .06);
    background:
        linear-gradient(160deg, rgba(12, 14, 22, .94), rgba(8, 10, 17, .98)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-live {
    padding: 5px 11px;
    border-color: rgba(91, 198, 167, .32);
    background: rgba(91, 198, 167, .12);
    color: #dcfff4;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
    font-size: 1rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
    border-radius: 14px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(160deg, rgba(11, 13, 20, .82), rgba(8, 10, 16, .92)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick:hover {
    border-color: rgba(143, 126, 255, .3);
    background:
        linear-gradient(160deg, rgba(15, 17, 28, .9), rgba(11, 13, 20, .96)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .12), transparent 44%);
}

body[data-wt-page-type="episode_detail"] .wt-source-panel {
    background: rgba(7, 9, 15, .42);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema {
    border-radius: 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(143, 126, 255, .08), transparent 24%),
        linear-gradient(180deg, rgba(5, 7, 12, .82), rgba(5, 7, 12, .96));
}

body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema video {
    background: #030409;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__top {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__pill {
    min-height: 30px;
    padding: 6px 10px;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(7, 9, 14, .52);
    font-size: .7rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__bottom {
    left: 20px;
    bottom: 92px;
    width: min(460px, calc(100% - 40px));
    gap: 6px;
    padding: 14px 15px;
    border-radius: 18px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(180deg, rgba(8, 10, 16, .74), rgba(8, 10, 16, .9)),
        radial-gradient(circle at top left, rgba(143, 126, 255, .14), transparent 48%);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__eyebrow {
    color: rgba(232, 225, 255, .74);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__title {
    font-size: .98rem;
    line-height: 1.34;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__meta {
    color: rgba(228, 232, 245, .7);
    font-size: .76rem;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar {
    padding: 12px 16px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(160deg, rgba(10, 12, 20, .88), rgba(8, 10, 16, .96)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills {
    gap: 8px;
    flex-wrap: wrap;
}

body[data-wt-page-type="episode_detail"] .wt-quality-label,
body[data-wt-page-type="episode_detail"] .wt-quality-btn {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-quality-label {
    border: 1px solid rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .1);
    color: #dbfff3;
}

body[data-wt-page-type="episode_detail"] .wt-quality-btn {
    border-color: rgba(143, 126, 255, .16);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72);
}

body[data-wt-page-type="episode_detail"] .wt-quality-btn:hover {
    background: rgba(143, 126, 255, .12);
    border-color: rgba(143, 126, 255, .3);
}

body[data-wt-page-type="episode_detail"] .wt-quality-btn.active {
    border-color: rgba(143, 126, 255, .28);
    background: linear-gradient(135deg, rgba(143, 126, 255, .86), rgba(91, 198, 167, .72));
    color: #fff;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid,
body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid--has-side {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
    border-radius: 18px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(160deg, rgba(10, 12, 20, .9), rgba(8, 10, 16, .96)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__main {
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-source-status {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .18);
    background: rgba(91, 198, 167, .1);
    color: #ddfff4;
    font-size: .73rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-source-tabs {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-source-tab {
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 14px;
    border-color: rgba(143, 126, 255, .16);
    background: rgba(255, 255, 255, .04);
}

body[data-wt-page-type="episode_detail"] .wt-source-tab.active {
    border-color: rgba(91, 198, 167, .22);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .14), rgba(143, 126, 255, .1)),
        rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-foot-panel {
    gap: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .gpd-player-tools__clock {
    min-height: 36px;
    padding: 0 14px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(8, 10, 16, .58);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary__item {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .72);
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-current-chapter {
    padding: 12px 13px;
    border-radius: 16px;
    border: 1px solid rgba(91, 198, 167, .14);
    background: rgba(91, 198, 167, .08);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(180deg, rgba(15, 17, 26, .84), rgba(9, 11, 17, .96)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .16);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn:hover {
    border-color: rgba(143, 126, 255, .28);
    background:
        linear-gradient(180deg, rgba(19, 21, 32, .9), rgba(10, 12, 18, .98)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .12), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn i {
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed.dap-theater-mode .da-player-stage {
    display: none !important;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next {
    display: grid;
    grid-template-rows: auto 1fr;
    border-color: rgba(91, 198, 167, .18);
    background:
        linear-gradient(155deg, rgba(10, 14, 20, .96), rgba(15, 18, 29, .94) 58%, rgba(11, 20, 24, .96)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .14), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(143, 126, 255, .12), transparent 38%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next::before {
    background: linear-gradient(90deg, rgba(91, 198, 167, 0), rgba(91, 198, 167, .72), rgba(143, 126, 255, .26), rgba(91, 198, 167, 0));
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__head {
    padding: 18px 18px 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__facts--next {
    margin-top: 10px;
    justify-content: flex-start;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__facts--next .wt-player-foot-fact {
    min-height: 28px;
    padding: 5px 9px;
    font-size: .68rem;
    background: rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 14px;
    min-height: 100%;
    padding: 14px 18px 18px;
}

body[data-wt-page-type="episode_detail"] .wt-next-teaser--featured {
    min-height: 100%;
    border-radius: 22px;
    border-color: rgba(91, 198, 167, .2);
    background:
        linear-gradient(160deg, rgba(10, 14, 20, .92), rgba(14, 17, 28, .94)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .12), transparent 44%);
}

body[data-wt-page-type="episode_detail"] .wt-next-teaser__thumb {
    border-radius: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 8, 12, .72), rgba(6, 8, 12, .06) 48%);
    pointer-events: none;
}

body[data-wt-page-type="episode_detail"] .wt-next-teaser__thumb-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(8, 10, 16, .76);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .01em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__body {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__eyebrow {
    color: rgba(216, 255, 242, .78);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__title {
    font-size: 1.04rem;
    line-height: 1.36;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 5px 9px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-next-teaser__desc {
    color: rgba(255, 255, 255, .72);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__desc {
    -webkit-line-clamp: 4;
}

body[data-wt-page-type="episode_detail"] .wt-next-teaser__footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__cta {
    flex: 1 1 auto;
    min-height: 38px;
    padding: 0 14px;
    border-color: rgba(91, 198, 167, .3);
    background: linear-gradient(135deg, rgba(91, 198, 167, .2), rgba(143, 126, 255, .14));
    color: #ebfff7;
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser:hover .wt-next-teaser__arrow {
    transform: translateX(2px);
}

body[data-wt-page-type="episode_detail"] .wt-episode-content-stage {
    padding-top: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-layout {
    grid-template-columns: minmax(0, 1.08fr) 360px;
    gap: 24px;
    align-items: start;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
    position: sticky;
    top: 92px;
    align-self: start;
    display: grid;
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp {
    padding: 28px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-header {
    grid-template-columns: minmax(0, 1.15fr) 310px;
    gap: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-title,
body[data-wt-page-type="episode_detail"] .wt-comments-title,
body[data-wt-page-type="episode_detail"] .wt-mini-heading {
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-meta-shell,
body[data-wt-page-type="episode_detail"] .wt-ep-tracker,
body[data-wt-page-type="episode_detail"] .wt-ep-jump-stat {
    border-radius: 20px;
    border-color: rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(12, 14, 23, .82), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-ep-quick-jumps--v2 {
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(150deg, rgba(12, 15, 24, .86), rgba(8, 10, 16, .92)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-ep-jump-chip {
    border-color: rgba(143, 126, 255, .16);
    background: rgba(11, 13, 20, .62);
}

body[data-wt-page-type="episode_detail"] .wt-ep-jump-chip:hover,
body[data-wt-page-type="episode_detail"] .wt-ep-jump-chip--action:hover {
    border-color: rgba(143, 126, 255, .34);
    background: rgba(143, 126, 255, .14);
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp {
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-game {
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-cover-wrap {
    border-radius: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-link,
body[data-wt-page-type="episode_detail"] .wt-ep-jump-link {
    border-radius: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-retro-card {
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-card,
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
    padding: 24px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-shell {
    position: relative;
    overflow: visible;
    isolation: isolate;
    padding: 24px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-shell::before,
body[data-wt-page-type="episode_detail"] .wt-comments-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2px);
}

body[data-wt-page-type="episode_detail"] .wt-comments-shell::before {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(91, 198, 167, .12), rgba(91, 198, 167, 0) 72%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-shell::after {
    width: 260px;
    height: 260px;
    left: -100px;
    bottom: -140px;
    background: radial-gradient(circle, rgba(143, 126, 255, .12), rgba(143, 126, 255, 0) 74%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-head,
body[data-wt-page-type="episode_detail"] .wt-comments-panels,
body[data-wt-page-type="episode_detail"] .wt-comments-panel {
    position: relative;
    z-index: 1;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    z-index: 6;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head::after {
    background: linear-gradient(90deg, rgba(91, 198, 167, 0), rgba(91, 198, 167, .36), rgba(143, 126, 255, .34), rgba(91, 198, 167, 0));
}

body[data-wt-page-type="episode_detail"] .wt-comments-head-left {
    min-width: 0;
    display: grid;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-kicker {
    margin-bottom: 0;
    padding: 7px 12px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(10, 12, 19, .52);
}

body[data-wt-page-type="episode_detail"] .wt-comments-title-row {
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-title {
    font-size: 1.18rem;
    line-height: 1.18;
}

body[data-wt-page-type="episode_detail"] .wt-comments-count-pill {
    min-height: 32px;
    padding: 6px 12px;
    border-color: rgba(91, 198, 167, .24);
    background: rgba(91, 198, 167, .1);
    color: #ebfff8;
    font-size: .82rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-subtitle {
    margin-top: 0;
    max-width: 64ch;
    color: rgba(255, 255, 255, .72);
    font-size: .9rem;
    line-height: 1.55;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head-right {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: start;
    gap: 10px;
    position: relative;
    z-index: 7;
}

body[data-wt-page-type="episode_detail"] .wt-comments-tools {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-content: start;
    align-items: stretch;
    gap: 8px;
    width: min(320px, 100%);
    min-width: 0;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(12, 14, 23, .84), rgba(9, 11, 17, .92)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-tools__label {
    color: rgba(255, 255, 255, .54);
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .34px;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 8;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn {
    min-height: 44px;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    padding: 0 14px;
    border-radius: 14px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(160deg, rgba(8, 10, 16, .72), rgba(12, 14, 22, .9)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow:
        0 10px 20px rgba(0, 0, 0, .16),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn:hover {
    border-color: rgba(143, 126, 255, .34);
    background:
        linear-gradient(160deg, rgba(12, 14, 22, .82), rgba(18, 20, 31, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .12), transparent 44%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn:focus-visible {
    outline: none;
    border-color: rgba(143, 126, 255, .46);
    box-shadow:
        0 0 0 3px rgba(143, 126, 255, .14),
        0 10px 20px rgba(0, 0, 0, .16);
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn i {
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn__label {
    font-size: .8rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn__caret {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-menu {
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    min-width: 100%;
    padding: 8px;
    border-radius: 16px;
    border-color: rgba(143, 126, 255, .2);
    background:
        linear-gradient(160deg, rgba(10, 12, 20, .96), rgba(16, 18, 28, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .1), transparent 42%);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .3);
    z-index: 40;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-item {
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 11px;
    font-size: .8rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-item[aria-checked="true"] {
    background: rgba(91, 198, 167, .12);
    box-shadow: inset 0 0 0 1px rgba(91, 198, 167, .26);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary {
    min-width: 0;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panels {
    grid-template-columns: minmax(280px, 336px) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel {
    display: grid;
    grid-template-rows: minmax(116px, auto) 1fr;
    gap: 14px;
    border-radius: 22px;
    border-color: rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(12, 14, 23, .88), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .22);
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer,
body[data-wt-page-type="episode_detail"] .wt-comments-panel--list {
    padding: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer {
    background:
        linear-gradient(160deg, rgba(10, 18, 19, .88), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .1), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--list {
    background:
        linear-gradient(160deg, rgba(12, 14, 24, .9), rgba(9, 11, 17, .96)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .1), transparent 44%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    min-height: 100%;
    padding: 4px 2px 0;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__copy {
    min-width: 0;
    display: grid;
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .16);
    background: rgba(12, 14, 22, .54);
    color: rgba(255, 255, 255, .78);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .34px;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head--composer .wt-comments-panel-head__eyebrow {
    border-color: rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .12);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__title {
    margin: 0;
    color: #fff;
    font-size: .98rem;
    line-height: 1.32;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__desc {
    margin: 0;
    color: rgba(255, 255, 255, .64);
    font-size: .79rem;
    line-height: 1.56;
    max-width: 46ch;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stats {
    flex: 0 0 auto;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat {
    display: grid;
    gap: 4px;
    min-width: 88px;
    padding: 10px 12px;
    border-radius: 16px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(12, 14, 23, .84), rgba(9, 11, 17, .92)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
    text-align: right;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat-label {
    color: rgba(255, 255, 255, .5);
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .34px;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat-value {
    color: #fff;
    font-size: 1rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer > *:last-child,
body[data-wt-page-type="episode_detail"] .wt-comments-panel--list > *:last-child {
    min-height: 100%;
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-shell,
body[data-wt-page-type="episode_detail"] .wt-comment-login-prompt {
    height: 100%;
    min-height: 100%;
    border-radius: 18px;
    border-color: rgba(91, 198, 167, .16);
    background:
        linear-gradient(160deg, rgba(11, 20, 21, .76), rgba(8, 11, 16, .92)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .1), transparent 44%);
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-toolbar {
    margin-bottom: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer .wt-comment-form-shell {
    display: grid;
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-comment-toolbar-btn {
    min-height: 36px;
    border-radius: 11px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-input {
    border-radius: 14px;
    background: rgba(6, 8, 13, .56);
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-actions {
    margin-top: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-list {
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--list .wt-comments-list {
    min-height: 100%;
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-comment {
    padding: 15px 16px 14px;
    border-radius: 16px;
    border-color: rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(14, 16, 26, .86), rgba(10, 12, 18, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .06), transparent 42%);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .16);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body[data-wt-page-type="episode_detail"] .wt-comment:hover {
    border-color: rgba(143, 126, 255, .28);
    box-shadow: 0 18px 32px rgba(0, 0, 0, .22);
    transform: translateY(-1px);
}

body[data-wt-page-type="episode_detail"] .wt-comment-header {
    gap: 10px 12px;
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-author {
    font-size: .9rem;
}

body[data-wt-page-type="episode_detail"] .wt-comment-time {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-comment-actions {
    gap: 10px;
    margin-top: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-reply-btn {
    min-height: 32px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-replies {
    margin-top: 12px;
    margin-left: 14px;
    padding-left: 14px;
    border-left-color: rgba(91, 198, 167, .24);
}

body[data-wt-page-type="episode_detail"] .wt-comment--reply {
    border-color: rgba(91, 198, 167, .18);
    background:
        linear-gradient(160deg, rgba(10, 17, 19, .76), rgba(8, 11, 15, .9)),
        radial-gradient(circle at 100% 0%, rgba(91, 198, 167, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-empty {
    min-height: 140px;
    border-radius: 18px;
    border-color: rgba(143, 126, 255, .18);
    background:
        linear-gradient(160deg, rgba(12, 14, 23, .72), rgba(9, 11, 17, .88)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-mini-shell {
    display: grid;
    gap: 20px;
    padding: 28px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-head {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    align-items: start;
    gap: 18px 22px;
    margin-bottom: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-mini-head-main {
    max-width: none;
    display: grid;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-kicker {
    padding: 6px 12px;
    border-radius: 999px;
    border-color: rgba(143, 126, 255, .28);
    background: rgba(255, 255, 255, .04);
}

body[data-wt-page-type="episode_detail"] .wt-mini-heading {
    margin: 0;
    gap: 10px;
    font-size: 1.32rem;
    line-height: 1.24;
}

body[data-wt-page-type="episode_detail"] .wt-mini-subtitle {
    max-width: 66ch;
    color: rgba(223, 231, 240, .72);
    font-size: .84rem;
    line-height: 1.64;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview {
    width: auto;
    min-width: 0;
    grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
    gap: 10px;
    align-self: start;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-item {
    padding: 12px 13px;
    border-radius: 18px;
    border-color: rgba(143, 126, 255, .14);
    background:
        linear-gradient(155deg, rgba(14, 16, 25, .76), rgba(9, 11, 17, .92)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-item--accent {
    border-color: rgba(91, 198, 167, .24);
    background:
        linear-gradient(155deg, rgba(10, 18, 20, .82), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .14), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-label {
    color: rgba(220, 228, 238, .56);
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-value {
    font-size: 1rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin-bottom: 0;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(155deg, rgba(12, 14, 23, .78), rgba(8, 10, 16, .92)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 40%);
}

body[data-wt-page-type="episode_detail"] .wt-mini-search-wrap {
    min-height: 48px;
    border-radius: 16px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(8, 10, 16, .62);
    padding: 0 15px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-search-wrap i {
    color: rgba(223, 216, 255, .78);
}

body[data-wt-page-type="episode_detail"] .wt-mini-search {
    font-size: .84rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-toolbar-controls {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-filter {
    min-height: 46px;
    border-radius: 14px;
    border-color: rgba(143, 126, 255, .18);
    background-color: rgba(9, 11, 17, .72);
    font-size: .78rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-next-btn {
    min-height: 46px;
    border-radius: 14px;
    padding: 0 15px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-grid {
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card {
    border-radius: 22px;
    border-color: rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(12, 14, 24, .88), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0%, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .22);
}

body[data-wt-page-type="episode_detail"] .wt-mini-card.current {
    border-color: rgba(91, 198, 167, .28);
    box-shadow: 0 22px 40px rgba(29, 103, 84, .18);
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb,
body[data-wt-page-type="episode_detail"] .wt-mini-thumb img {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-watch {
    border-radius: 14px;
}

@media (max-width: 1080px) {
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__head,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid--has-side,
    body[data-wt-page-type="episode_detail"] .wt-ep-layout,
    body[data-wt-page-type="episode_detail"] .wt-ep-info-header {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
        position: static;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-head {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panels {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-head {
        grid-template-columns: 1fr;
        align-items: start;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-head-right {
        align-items: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head {
        flex-direction: column;
        min-height: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stats {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat {
        width: fit-content;
        text-align: left;
    }
}

@media (max-width: 720px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding: 98px 14px 20px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero {
        border-radius: 24px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
        padding: 20px 18px;
        gap: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker-row {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
        font-size: 1.22rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
        font-size: .86rem;
        line-height: 1.64;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
        padding: 0 14px 2px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-inner--episode {
        padding: 8px;
        border-radius: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-link {
        padding: 8px 12px 8px 9px;
        border-radius: 12px;
        font-size: .74rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell,
    body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
    body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
    body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp,
    body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp,
    body[data-wt-page-type="episode_detail"] .wt-comments-shell,
    body[data-wt-page-type="episode_detail"] .wt-mini-shell,
    body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp,
    body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
    body[data-wt-page-type="episode_detail"] .wt-retro-card,
    body[data-wt-page-type="episode_detail"] .wt-nearby-card,
    body[data-wt-page-type="episode_detail"] .wt-chapters-card,
    body[data-wt-page-type="episode_detail"] .wt-key-moments-card,
    body[data-wt-page-type="episode_detail"] .wt-moment-groups-card,
    body[data-wt-page-type="episode_detail"] .wt-saved-moments-card {
        padding: 18px;
        border-radius: 22px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__top {
        top: 12px;
        left: 12px;
        right: 12px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__bottom {
        left: 14px;
        bottom: 82px;
        width: min(380px, calc(100% - 28px));
        padding: 12px 13px;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-tools {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-sort {
        min-width: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel {
        grid-template-rows: auto 1fr;
        gap: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
        grid-template-columns: 1fr;
        padding: 12px 14px 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-head {
        gap: 16px;
        padding-bottom: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-grid {
        gap: 14px;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal {
        width: 100%;
        justify-content: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-action,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__stat {
        min-height: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-shell {
        gap: 16px;
        padding: 18px;
        border-radius: 22px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-head {
        gap: 14px;
        padding-bottom: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-heading {
        font-size: 1.08rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-subtitle {
        font-size: .8rem;
        line-height: 1.56;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-toolbar {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
        border-radius: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-toolbar-controls {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: stretch;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-filter,
    body[data-wt-page-type="episode_detail"] .wt-mini-next-btn {
        width: 100%;
        justify-content: center;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-next-quick,
    body[data-wt-page-type="episode_detail"] .wt-source-status {
        width: 100%;
        max-width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-bar__main,
    body[data-wt-page-type="episode_detail"] .wt-source-tabs {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: 1fr 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-shell {
        padding: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-tools {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-sort,
    body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__title {
        font-size: .9rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__desc {
        font-size: .75rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary {
        width: 100%;
        justify-content: center;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__top {
        display: none;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__bottom {
        left: 10px;
        bottom: 74px;
        width: calc(100% - 20px);
        padding: 10px 11px;
        border-radius: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card__facts--next .wt-player-foot-fact {
        width: auto;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-teaser__footer {
        flex-direction: column;
        align-items: stretch;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__arrow {
        display: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__cta {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-badge {
        min-width: 22px;
        height: 18px;
        font-size: .63rem;
    }
}
/* Episode Player Rebuild */
@keyframes wt-playerPulse {
    0%, 100% {
        opacity: .78;
        transform: scale(.92);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

body[data-wt-page-type="episode_detail"] .wt-player-shell {
    position: relative;
    overflow: hidden;
    gap: 24px;
    padding: 26px;
    border-radius: 34px;
    border: 1px solid rgba(141, 126, 255, .16);
    background:
        linear-gradient(145deg, rgba(5, 7, 14, .98), rgba(11, 14, 24, .94) 42%, rgba(7, 14, 20, .96)),
        radial-gradient(circle at 0 0, rgba(143, 126, 255, .18), transparent 32%),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .12), transparent 30%),
        radial-gradient(circle at 50% 100%, rgba(245, 182, 106, .1), transparent 24%);
    box-shadow:
        0 42px 90px rgba(0, 0, 0, .42),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(91, 198, 167, 0), rgba(91, 198, 167, .26), rgba(143, 126, 255, .32), rgba(245, 182, 106, .16), rgba(91, 198, 167, 0));
    opacity: .76;
    pointer-events: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 33px;
    border: 1px solid rgba(255, 255, 255, .03);
    pointer-events: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell > * {
    position: relative;
    z-index: 1;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__head {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
    gap: 18px;
    align-items: stretch;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__copy,
body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
    border-radius: 28px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(10, 12, 21, .92), rgba(8, 10, 16, .96)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow:
        0 22px 48px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
    padding: 24px 24px 22px;
    gap: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__kicker {
    width: fit-content;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .1);
    color: #d9fff2;
    font-size: .72rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__title {
    margin: 0;
    font-size: clamp(1.52rem, 2.8vw, 2.42rem);
    line-height: 1.06;
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__subtitle {
    margin: 0;
    color: rgba(236, 240, 248, .76);
    font-size: .95rem;
    line-height: 1.78;
    max-width: 62ch;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus-item {
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .82);
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .18);
    background: linear-gradient(135deg, rgba(18, 20, 32, .92), rgba(10, 12, 18, .92));
    color: #f4eeff;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(143, 126, 255, .38);
    background: linear-gradient(135deg, rgba(24, 26, 40, .96), rgba(11, 13, 20, .96));
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip--accent {
    border-color: rgba(91, 198, 167, .3);
    background: linear-gradient(135deg, rgba(91, 198, 167, .16), rgba(143, 126, 255, .16));
    color: #ebfff8;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat {
    min-height: 108px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(150deg, rgba(15, 17, 28, .88), rgba(8, 10, 16, .92)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 46%);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat--accent {
    border-color: rgba(91, 198, 167, .18);
    background:
        linear-gradient(150deg, rgba(11, 21, 21, .84), rgba(8, 13, 17, .94)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .14), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat-label {
    display: block;
    margin-bottom: 10px;
    color: rgba(218, 222, 235, .58);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stat-value {
    display: block;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.35;
}

body[data-wt-page-type="episode_detail"] .wt-player-card--episode {
    position: relative;
    border-radius: 30px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(160deg, rgba(7, 9, 15, .98), rgba(12, 14, 22, .98) 44%, rgba(8, 14, 18, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .11), transparent 40%),
        radial-gradient(circle at 0% 100%, rgba(143, 126, 255, .1), transparent 34%);
    box-shadow:
        0 34px 74px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-card--episode::before {
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(143, 126, 255, 0), rgba(143, 126, 255, .7), rgba(91, 198, 167, .32), rgba(143, 126, 255, 0));
    animation: none;
    opacity: .95;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
    gap: 18px;
    align-items: start;
    padding: 24px 24px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(160deg, rgba(10, 12, 19, .94), rgba(7, 9, 14, .99)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .12), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__main,
body[data-wt-page-type="episode_detail"] .wt-player-card-head__title-wrap {
    min-width: 0;
    display: grid;
    gap: 12px;
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title-wrap {
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .3);
    background: rgba(91, 198, 167, .12);
    color: #dcfff4;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__eyebrow {
    color: rgba(220, 214, 255, .66);
    font-size: .72rem;
    line-height: 1.5;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
    font-size: clamp(1.08rem, 2vw, 1.42rem);
    line-height: 1.16;
    max-width: 20ch;
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta,
body[data-wt-page-type="episode_detail"] .wt-player-card-head__flags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta {
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(241, 244, 252, .82);
    font-size: .75rem;
    line-height: 1.32;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__flags {
    padding-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
    display: grid;
    gap: 8px;
    justify-items: start;
    align-content: start;
    min-height: 100%;
    padding: 18px 18px 17px;
    border-radius: 22px;
    border: 1px solid rgba(143, 126, 255, .18);
    background:
        linear-gradient(155deg, rgba(13, 16, 25, .94), rgba(8, 10, 16, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .12), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(91, 198, 167, .08), transparent 34%);
    text-decoration: none;
    box-shadow:
        0 18px 36px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .03);
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(211, 216, 230, .62);
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick__label::after {
    content: "";
    width: 26px;
    height: 1px;
    background: linear-gradient(90deg, rgba(91, 198, 167, .58), rgba(143, 126, 255, 0));
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick b {
    color: #fff;
    max-width: 24ch;
    font-size: .98rem;
    line-height: 1.35;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick small {
    color: rgba(223, 229, 240, .62);
    font-size: .74rem;
    line-height: 1.45;
    max-width: 30ch;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick:hover {
    transform: translateY(-2px);
    border-color: rgba(143, 126, 255, .34);
    box-shadow:
        0 22px 44px rgba(0, 0, 0, .28),
        inset 0 1px 0 rgba(255, 255, 255, .05);
}

body[data-wt-page-type="episode_detail"] .wt-source-panel {
    padding: 0 22px 18px;
    background: transparent;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed,
body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema {
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow:
        0 26px 58px rgba(0, 0, 0, .34),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema {
    background:
        radial-gradient(circle at 16% 18%, rgba(143, 126, 255, .16), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(91, 198, 167, .12), transparent 26%),
        linear-gradient(180deg, rgba(3, 5, 10, .92), rgba(3, 5, 10, .98));
}

body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema video,
body[data-wt-page-type="episode_detail"] #source-yt .wt-player-embed iframe {
    display: block;
    width: 100%;
    background: #020308;
}

body[data-wt-page-type="episode_detail"] .dap-status {
    top: 12px;
    left: 12px;
    right: 12px;
    gap: 4px;
}

body[data-wt-page-type="episode_detail"] .dap-status-item {
    min-height: 26px;
    padding: 2px 8px;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(6, 8, 14, .4);
    font-size: .62rem;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .dap-status-settings-btn {
    min-width: 26px;
    width: 26px;
    padding: 0;
    justify-content: center;
    background: rgba(6, 8, 14, .56);
}

body[data-wt-page-type="episode_detail"] .dap-status-settings-btn span,
body[data-wt-page-type="episode_detail"] .dap-status-item--speed {
    display: none;
}

body[data-wt-page-type="episode_detail"] .da-player-stage {
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__top {
    top: 62px;
    left: 22px;
    right: 22px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__pill {
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(6, 8, 14, .56);
    font-size: .69rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__pill--live {
    border-color: rgba(91, 198, 167, .34);
    background: rgba(91, 198, 167, .14);
    color: #e9fff7;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__pill--live i {
    color: #89f2cb;
    animation: wt-playerPulse 2.2s ease-in-out infinite;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__hud {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 142px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__bottom {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(434px, calc(100% - 252px));
    gap: 7px;
    padding: 14px 14px 12px;
    border-radius: 20px;
    border: 1px solid rgba(143, 126, 255, .18);
    background:
        linear-gradient(180deg, rgba(7, 9, 15, .72), rgba(7, 9, 15, .88)),
        radial-gradient(circle at top left, rgba(143, 126, 255, .18), transparent 46%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, .26);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__eyebrow {
    color: rgba(231, 225, 255, .72);
}

body[data-wt-page-type="episode_detail"] .da-player-stage__title {
    font-size: .96rem;
    line-height: 1.22;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__meta {
    color: rgba(228, 232, 245, .76);
    font-size: .76rem;
    line-height: 1.48;
    max-width: 34ch;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    padding: 4px 7px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .05);
    color: rgba(244, 246, 252, .82);
    font-size: .65rem;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__aside {
    width: min(218px, 24vw);
    max-width: 218px;
    display: grid;
    gap: 3px;
    padding: 10px 11px;
    border-radius: 16px;
    border: 1px solid rgba(91, 198, 167, .22);
    background:
        linear-gradient(160deg, rgba(9, 15, 18, .8), rgba(7, 9, 14, .9)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .16), transparent 46%);
    box-shadow: 0 18px 36px rgba(0, 0, 0, .26);
    margin-bottom: 6px;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__aside-label {
    color: rgba(215, 255, 244, .72);
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__aside-title {
    color: #fff;
    font-size: .75rem;
    line-height: 1.18;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__aside-meta {
    color: rgba(222, 232, 240, .68);
    font-size: .65rem;
    line-height: 1.3;
}

body[data-wt-page-type="episode_detail"] .dap-skip-chip {
    right: 16px;
    bottom: 72px;
    padding: 7px 12px;
    border-color: rgba(255, 255, 255, .14);
    background:
        linear-gradient(180deg, rgba(18, 20, 30, .94), rgba(10, 12, 18, .98)),
        radial-gradient(circle at 100% 0, rgba(138, 109, 233, .12), transparent 42%);
    font-size: .74rem;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .24);
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar {
    display: grid;
    gap: 12px;
    padding: 14px 0 0;
    border-top: 0;
    background: transparent;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro,
body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills,
body[data-wt-page-type="episode_detail"] .wt-av1-notice {
    margin: 0 22px;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(155deg, rgba(11, 13, 20, .92), rgba(7, 9, 14, .96)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__copy {
    display: grid;
    gap: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__eyebrow {
    color: rgba(223, 216, 255, .64);
    font-size: .68rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__title {
    color: #fff;
    font-size: .98rem;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__note {
    color: rgba(224, 231, 242, .7);
    font-size: .78rem;
    line-height: 1.5;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__state {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .24);
    background: rgba(91, 198, 167, .1);
    color: #ddfff4;
    font-size: .74rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-av1-notice {
    padding: 11px 14px;
    border-radius: 16px;
    border: 1px solid rgba(245, 182, 106, .2);
    background: rgba(245, 182, 106, .1);
    color: #ffe8c7;
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills {
    gap: 8px;
    flex-wrap: wrap;
    padding: 14px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .92), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .08), transparent 40%);
}

body[data-wt-page-type="episode_detail"] .wt-quality-label,
body[data-wt-page-type="episode_detail"] .wt-quality-btn {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-quality-btn {
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(255, 255, 255, .76);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume[hidden] {
    display: none !important;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume {
    position: relative;
    margin: -6px 22px 0;
    width: min(308px, calc(100% - 44px));
    max-width: 100%;
    justify-self: start;
    display: grid;
    gap: 7px;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(91, 198, 167, .2);
    background:
        linear-gradient(145deg, rgba(10, 16, 18, .97), rgba(9, 11, 18, .99)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .16), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(143, 126, 255, .12), transparent 36%);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    z-index: 72;
    isolation: isolate;
    overflow: hidden;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(91, 198, 167, 0), rgba(91, 198, 167, .72), rgba(143, 126, 255, .26), rgba(91, 198, 167, 0));
    opacity: .95;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__badge,
body[data-wt-page-type="episode_detail"] .wt-player-resume__updated,
body[data-wt-page-type="episode_detail"] .wt-player-resume__fact {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 22px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: .6rem;
    line-height: 1.28;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__badge {
    border: 1px solid rgba(91, 198, 167, .2);
    background: rgba(91, 198, 167, .12);
    color: #defff4;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__updated,
body[data-wt-page-type="episode_detail"] .wt-player-resume__fact {
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(234, 240, 248, .78);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__updated {
    min-height: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: rgba(223, 231, 240, .56);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__dismiss {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    color: #fff;
    font-size: 1.2rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__dismiss:hover {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    transform: translateY(-1px);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__copy {
    min-width: 0;
    display: grid;
    gap: 5px;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__title {
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.2;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__meta,
body[data-wt-page-type="episode_detail"] .wt-player-resume__summary {
    color: rgba(224, 232, 242, .72);
    font-size: .65rem;
    line-height: 1.32;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__progress {
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .24);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__progress-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(91, 198, 167, .88), rgba(143, 126, 255, .86));
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__summary {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    min-width: 0;
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__btn {
    min-height: 30px;
    padding: 0 8px;
    border-radius: 10px;
    border: 1px solid rgba(91, 198, 167, .26);
    background: linear-gradient(135deg, rgba(91, 198, 167, .22), rgba(143, 126, 255, .18));
    color: #fff;
    font-size: .64rem;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__btn:hover {
    transform: translateY(-1px);
    border-color: rgba(91, 198, 167, .34);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__btn--muted {
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(224, 232, 242, .8);
}

body[data-wt-page-type="episode_detail"] .wt-player-resume__btn--muted:hover {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .08);
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay {
    right: 22px;
    bottom: clamp(170px, 19vw, 228px);
    max-width: 380px;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(143, 126, 255, .26);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(12, 14, 22, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .14), transparent 44%);
    box-shadow: 0 24px 50px rgba(0, 0, 0, .36);
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__title {
    color: rgba(223, 218, 255, .68);
    font-size: .72rem;
    letter-spacing: .08em;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__text {
    font-size: 1rem;
    line-height: 1.36;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__meta {
    color: rgba(223, 232, 240, .72);
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__autonext {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(241, 244, 250, .82);
    font-size: .76rem;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__autonext input {
    accent-color: var(--wt-episode-accent);
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__actions {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__btn {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__choices {
    gap: 10px;
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-next-overlay__choice {
    gap: 6px;
    padding: 12px 14px;
    border-radius: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "main status"
        "facts facts";
    gap: 16px 18px;
    align-items: start;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(143, 126, 255, .16);
    background:
        linear-gradient(155deg, rgba(10, 12, 19, .94), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .1), transparent 42%);
    box-shadow:
        0 24px 48px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__main {
    grid-area: main;
    min-width: 0;
    width: auto;
    display: grid;
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-source-label-wrap {
    display: grid;
    gap: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-source-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
}

body[data-wt-page-type="episode_detail"] .wt-source-hint {
    color: rgba(223, 231, 240, .68);
    font-size: .78rem;
    line-height: 1.5;
}

body[data-wt-page-type="episode_detail"] .wt-source-tabs {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-source-tab {
    min-height: 50px;
    padding: 10px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(244, 246, 252, .84);
}

body[data-wt-page-type="episode_detail"] .wt-source-tab.active {
    border-color: rgba(91, 198, 167, .24);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .16), rgba(143, 126, 255, .14)),
        rgba(255, 255, 255, .04);
}

body[data-wt-page-type="episode_detail"] .wt-source-tab__tag {
    color: rgba(214, 255, 244, .76);
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__facts {
    grid-area: facts;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(236, 240, 248, .78);
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-source-status {
    grid-area: status;
    min-height: 40px;
    padding: 0 14px;
    align-self: start;
    justify-self: end;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .18);
    background: rgba(91, 198, 167, .1);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-source-status.is-good {
    border-color: rgba(91, 198, 167, .2);
    background: rgba(91, 198, 167, .1);
}

body[data-wt-page-type="episode_detail"] .wt-source-status.is-warn {
    border-color: rgba(245, 182, 106, .26);
    background: rgba(245, 182, 106, .1);
    color: #ffe7c6;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot {
    display: block;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid--has-side {
    grid-template-columns: minmax(0, 1fr) 344px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-main {
    display: grid;
    gap: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-side {
    min-width: 0;
    display: grid;
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card {
    border-radius: 28px;
    border: 1px solid rgba(143, 126, 255, .14);
    background:
        linear-gradient(155deg, rgba(10, 12, 19, .96), rgba(8, 10, 16, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
    box-shadow:
        0 26px 54px rgba(0, 0, 0, .24),
        inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 18px;
    padding: 22px 22px 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__copy {
    display: grid;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__eyebrow {
    color: rgba(223, 216, 255, .66);
    font-size: .71rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__title {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.28;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__desc {
    margin: 0;
    color: rgba(223, 231, 240, .72);
    font-size: .82rem;
    line-height: 1.62;
    max-width: 62ch;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(239, 242, 248, .78);
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-fact--accent {
    border-color: rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .12);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body {
    padding: 18px 22px 22px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console {
    background:
        linear-gradient(152deg, rgba(10, 13, 20, .98), rgba(7, 9, 14, .98) 56%, rgba(9, 16, 22, .96)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .16), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(91, 198, 167, .1), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console::before {
    background: linear-gradient(90deg, rgba(143, 126, 255, 0), rgba(143, 126, 255, .78), rgba(91, 198, 167, .34), rgba(143, 126, 255, 0));
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .wt-player-foot-card__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .wt-player-foot-card__copy {
    max-width: 72ch;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .wt-player-foot-card__facts {
    justify-content: flex-start;
    align-content: flex-start;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body--console {
    display: grid;
    gap: 18px;
    padding-top: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    align-items: stretch;
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel {
    display: grid;
    align-content: start;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(155deg, rgba(14, 16, 24, .92), rgba(8, 10, 15, .96)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel--status {
    background:
        linear-gradient(155deg, rgba(10, 13, 20, .94), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel--actions {
    background:
        linear-gradient(155deg, rgba(15, 18, 28, .94), rgba(9, 11, 17, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .1), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(223, 216, 255, .68);
    font-size: .7rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(235, 240, 248, .74);
    font-size: .72rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__badge--accent {
    border-color: rgba(91, 198, 167, .2);
    background: rgba(91, 198, 167, .1);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__copy,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel__footer-text {
    color: rgba(223, 231, 240, .72);
    font-size: .8rem;
    line-height: 1.6;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__footer {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__footer-title {
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-foot-panel {
    gap: 14px;
    padding: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-foot-panel__meta {
    display: grid;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .gpd-player-tools__clock {
    width: fit-content;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(143, 126, 255, .18);
    background: rgba(255, 255, 255, .04);
    color: rgba(246, 248, 252, .84);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary__item {
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(240, 244, 250, .78);
    font-size: .73rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-current-chapter {
    padding: 14px 15px;
    border-radius: 18px;
    border: 1px solid rgba(91, 198, 167, .18);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .12), rgba(143, 126, 255, .1)),
        rgba(255, 255, 255, .02);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-current-chapter__label {
    font-size: .84rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-console-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-player-console-fact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(236, 241, 248, .76);
    font-size: .72rem;
    line-height: 1.3;
}

body[data-wt-page-type="episode_detail"] .wt-player-console-fact--accent {
    border-color: rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .1);
    color: #ddfff4;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn {
    justify-content: flex-start;
    min-height: 54px;
    padding: 13px 15px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(180deg, rgba(16, 18, 28, .9), rgba(9, 11, 17, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
    color: #f4efff;
    font-size: .8rem;
    line-height: 1.25;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn:hover {
    border-color: rgba(143, 126, 255, .28);
    background:
        linear-gradient(180deg, rgba(20, 22, 34, .94), rgba(10, 12, 18, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .12), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn i {
    color: var(--wt-episode-accent-strong);
    font-size: .96rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--assist {
    background:
        linear-gradient(155deg, rgba(10, 13, 21, .96), rgba(13, 17, 28, .96) 58%, rgba(8, 13, 18, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .12), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-assist-grid {
    display: grid;
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__hint {
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(91, 198, 167, .18);
    background: rgba(91, 198, 167, .08);
    color: #e7fff7;
    font-size: .82rem;
    line-height: 1.6;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcut {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 38px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
    color: rgba(240, 244, 250, .82);
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcut kbd {
    min-width: 34px;
    padding: 5px 8px;
    border-radius: 10px;
    border: 1px solid rgba(143, 126, 255, .18);
    background: rgba(143, 126, 255, .12);
    color: #fff;
    font-size: .72rem;
    font-family: inherit;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcut--soft {
    border-style: dashed;
    color: rgba(224, 231, 240, .74);
}

body[data-wt-page-type="episode_detail"] .wt-player-assist-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-assist-point {
    display: grid;
    gap: 8px;
    min-height: 100%;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(155deg, rgba(15, 17, 26, .86), rgba(9, 11, 17, .94)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .08), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-player-assist-point__title {
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-player-assist-point__text {
    color: rgba(223, 231, 240, .72);
    font-size: .76rem;
    line-height: 1.58;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next {
    display: grid;
    grid-template-rows: auto 1fr;
    align-content: start;
    border-color: rgba(91, 198, 167, .18);
    background:
        linear-gradient(155deg, rgba(10, 14, 20, .98), rgba(14, 18, 28, .96) 58%, rgba(10, 18, 24, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .16), transparent 42%),
        radial-gradient(circle at 0% 100%, rgba(143, 126, 255, .12), transparent 38%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next::before {
    background: linear-gradient(90deg, rgba(91, 198, 167, 0), rgba(91, 198, 167, .8), rgba(143, 126, 255, .28), rgba(91, 198, 167, 0));
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__head {
    gap: 12px;
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__head--compact {
    padding-bottom: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__copy {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__desc {
    max-width: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
    gap: 16px;
    align-content: start;
    padding: 18px 18px 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__body {
    grid-template-rows: auto auto auto 1fr auto;
    gap: 12px;
    min-height: 100%;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__title {
    font-size: 1rem;
    line-height: 1.36;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta {
    gap: 8px;
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta span {
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    line-height: 1.3;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__desc {
    line-height: 1.6;
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__cta {
    min-height: 40px;
    width: 100%;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(91, 198, 167, .18), rgba(143, 126, 255, .18));
}

body[data-wt-page-type="episode_detail"] .wt-video-placeholder {
    min-height: min(54vw, 420px);
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 32px;
    text-align: center;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .06);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(12, 14, 22, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .12), transparent 42%);
}

body[data-wt-page-type="episode_detail"] .wt-video-placeholder i {
    font-size: 3rem;
    color: rgba(143, 126, 255, .82);
}

@media (max-width: 1100px) {
    body[data-wt-page-type="episode_detail"] .wt-player-shell__head,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid--has-side,
    body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
        align-items: stretch;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__aside {
        display: none;
    }
}

@media (max-width: 820px) {
    body[data-wt-page-type="episode_detail"] .dap-status {
        top: 10px;
        left: 10px;
        right: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell {
        padding: 20px;
        border-radius: 28px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
        padding: 20px 20px 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
        min-height: 0;
        max-width: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume,
    body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro,
    body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills,
    body[data-wt-page-type="episode_detail"] .wt-av1-notice,
    body[data-wt-page-type="episode_detail"] .wt-source-panel {
        margin-left: 0;
        margin-right: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-panel {
        padding-left: 18px;
        padding-right: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro,
    body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills,
    body[data-wt-page-type="episode_detail"] .wt-av1-notice {
        margin-left: 18px;
        margin-right: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume {
        margin: 0 18px 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-overlay {
        right: 18px;
        left: 18px;
        bottom: 150px;
        max-width: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "main"
            "status"
            "facts";
    }

    body[data-wt-page-type="episode_detail"] .wt-source-status {
        justify-self: start;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-assist-points {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    body[data-wt-page-type="episode_detail"] .wt-player-shell {
        padding: 16px;
        gap: 18px;
        border-radius: 24px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__copy,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card,
    body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
        border-radius: 22px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card--episode {
        border-radius: 24px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card__head,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body {
        padding-left: 16px;
        padding-right: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head {
        gap: 12px;
        padding-top: 18px;
        padding-bottom: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
        max-width: none;
        font-size: clamp(1rem, 5vw, 1.18rem);
    }

    body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
        padding: 14px 16px;
        border-radius: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-next-quick b,
    body[data-wt-page-type="episode_detail"] .wt-player-next-quick small {
        max-width: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-panel {
        padding-left: 16px;
        padding-right: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro,
    body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills,
    body[data-wt-page-type="episode_detail"] .wt-av1-notice,
    body[data-wt-page-type="episode_detail"] .wt-player-resume {
        margin-left: 16px;
        margin-right: 16px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage {
        padding: 16px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__top {
        top: 48px;
        left: 16px;
        right: 16px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__hud {
        left: 16px;
        right: 16px;
        bottom: 122px;
    }

    body[data-wt-page-type="episode_detail"] .dap-skip-chip {
        right: 12px;
        bottom: 68px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__bottom {
        width: 100%;
        padding: 14px;
        border-radius: 18px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__facts {
        gap: 6px;
    }

    body[data-wt-page-type="episode_detail"] .da-player-stage__fact {
        width: 100%;
        justify-content: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume {
        width: auto;
        gap: 8px;
        padding: 11px;
        border-radius: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume__head {
        align-items: flex-start;
        padding-bottom: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume__body {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-resume__actions {
        min-width: 0;
        width: 100%;
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .wt-player-foot-card__head,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__head {
        padding-bottom: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body--console {
        gap: 16px;
        padding-top: 16px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-command-panel {
        padding: 16px;
        border-radius: 20px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcuts {
        grid-template-columns: 1fr;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-shortcut,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-overlay {
        left: 12px;
        right: 12px;
        bottom: 134px;
        padding: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body[data-wt-page-type="episode_detail"] .da-player-stage__pill--live i {
        animation: none;
    }
}

/* Episode detail composition refresh: video first, quieter sections, compact metadata. */
body[data-wt-page-type="episode_detail"] {
    --wt-episode-accent: #5bc6a7;
    --wt-episode-accent-strong: #83e3c6;
    --wt-episode-violet: #9486f4;
    --wt-episode-warm: #e7b86c;
    --wt-episode-surface: rgba(8, 10, 16, .96);
    --wt-episode-surface-2: rgba(12, 15, 22, .92);
    --wt-episode-line: rgba(175, 185, 215, .12);
    --wt-episode-shadow: 0 22px 58px rgba(0, 0, 0, .32);
}

body[data-wt-page-type="episode_detail"] .bg-glow {
    opacity: .22;
}

body[data-wt-page-type="episode_detail"] .section-divider,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-aura,
body[data-wt-page-type="episode_detail"] .wt-ep-info-aura,
body[data-wt-page-type="episode_detail"] .wt-comments-shell::before,
body[data-wt-page-type="episode_detail"] .wt-comments-shell::after,
body[data-wt-page-type="episode_detail"] .wt-mini-shell::before {
    display: none;
}

body[data-wt-page-type="episode_detail"] #wt-episode-info-panel,
body[data-wt-page-type="episode_detail"] #wt-episode-route {
    scroll-margin-top: 118px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
    padding: 86px 18px 14px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner,
body[data-wt-page-type="episode_detail"] .wt-player-section__inner,
body[data-wt-page-type="episode_detail"] .wt-episode-content-stage__inner,
body[data-wt-page-type="episode_detail"] .wt-mini-section .wt-section-inner {
    max-width: 1120px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-hero-bg {
    opacity: .42;
}

body[data-wt-page-type="episode_detail"] .wt-detail-hero-bg img {
    filter: saturate(.92) brightness(.35) blur(1px);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero {
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .08);
    background:
        linear-gradient(145deg, rgba(8, 10, 16, .95), rgba(13, 17, 24, .91)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .12), transparent 38%);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .3);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 18px;
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs {
    margin-bottom: 12px;
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker-row {
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-chip,
body[data-wt-page-type="episode_detail"] .wt-detail-nav-link,
body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus-item,
body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip,
body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item,
body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-mini-pill,
body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta-item,
body[data-wt-page-type="episode_detail"] .wt-player-foot-fact {
    border-radius: 999px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
    max-width: 760px;
    margin-bottom: 10px;
    font-size: clamp(1.55rem, 2.8vw, 2.42rem);
    line-height: 1.08;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-game {
    margin-bottom: 12px;
    font-size: .94rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
    max-width: 66ch;
    margin-bottom: 14px;
    font-size: .9rem;
    line-height: 1.62;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action {
    flex: 0 1 auto;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 10px;
    font-size: .78rem;
    overflow-wrap: anywhere;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action--primary {
    min-width: 170px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-side {
    gap: 12px;
    padding: 14px;
    border-radius: 14px;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(7, 9, 14, .58);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__media {
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__watch {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-journey-card {
    padding-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
    padding: 0 18px 10px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-inner--episode {
    max-width: 1120px;
    padding: 7px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(8, 10, 16, .78);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link {
    min-height: 36px;
    padding: 7px 12px 7px 8px;
    background: rgba(255, 255, 255, .035);
    border-color: rgba(255, 255, 255, .08);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-icon {
    border-radius: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-section {
    padding-top: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell {
    display: grid;
    gap: 16px;
    padding: 18px;
    border-radius: 16px;
    border-color: rgba(255, 255, 255, .08);
    background:
        linear-gradient(145deg, rgba(6, 8, 13, .98), rgba(10, 13, 19, .96)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .08), transparent 34%);
    box-shadow: var(--wt-episode-shadow);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell::before,
body[data-wt-page-type="episode_detail"] .wt-player-shell::after,
body[data-wt-page-type="episode_detail"] .wt-player-card--episode::before,
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console::before,
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next::before {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-card--episode {
    order: 1;
    border-radius: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__head {
    order: 2;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
    padding: 14px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .03);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__kicker {
    padding: 6px 11px;
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__title {
    font-size: clamp(1.12rem, 1.9vw, 1.45rem);
    line-height: 1.16;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__subtitle {
    max-width: 72ch;
    font-size: .85rem;
    line-height: 1.56;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__stats {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 286px);
    padding: 16px 18px 14px;
    border-bottom-color: rgba(255, 255, 255, .06);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
    max-width: none;
    font-size: clamp(1rem, 1.8vw, 1.24rem);
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
    min-height: 0;
    padding: 13px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-source-panel {
    padding: 0 14px 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed,
body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema {
    border-radius: 12px;
}

body[data-wt-page-type="episode_detail"] .da-player-stage__top,
body[data-wt-page-type="episode_detail"] .da-player-stage__hud {
    opacity: .92;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro {
    padding: 12px 14px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills {
    padding: 10px 12px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot {
    order: 3;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid,
body[data-wt-page-type="episode_detail"] .wt-player-shell__foot-grid--has-side {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card {
    border-radius: 12px;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--assist,
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .wt-player-foot-card__head,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel__copy,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel__footer,
body[data-wt-page-type="episode_detail"] .wt-player-console-facts {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body {
    padding: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel {
    gap: 10px;
    padding: 12px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__badge {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn {
    min-height: 42px;
    padding: 9px 11px;
    border-radius: 10px;
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next {
    margin-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-player-foot-card__head {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
    grid-template-columns: 150px minmax(0, 1fr);
    min-height: 0;
    padding: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-content-stage {
    padding-top: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-layout {
    grid-template-columns: minmax(0, 1fr) 306px;
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp,
body[data-wt-page-type="episode_detail"] .wt-comments-shell,
body[data-wt-page-type="episode_detail"] .wt-mini-shell,
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
body[data-wt-page-type="episode_detail"] .wt-retro-card,
body[data-wt-page-type="episode_detail"] .wt-nearby-card,
body[data-wt-page-type="episode_detail"] .wt-chapters-card,
body[data-wt-page-type="episode_detail"] .wt-key-moments-card,
body[data-wt-page-type="episode_detail"] .wt-moment-groups-card,
body[data-wt-page-type="episode_detail"] .wt-saved-moments-card {
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .08);
    background:
        linear-gradient(155deg, rgba(10, 13, 19, .94), rgba(8, 10, 16, .96)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .06), transparent 36%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp {
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-header {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-title {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-head-subtitle {
    max-width: 68ch;
    font-size: .9rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-meta-shell,
body[data-wt-page-type="episode_detail"] .wt-ep-quick-jumps--v2 {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-content-block {
    margin-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-ep-content-title,
body[data-wt-page-type="episode_detail"] .wt-chapters-title,
body[data-wt-page-type="episode_detail"] .wt-retro-card__title,
body[data-wt-page-type="episode_detail"] .wt-nearby-title,
body[data-wt-page-type="episode_detail"] .wt-comments-title,
body[data-wt-page-type="episode_detail"] .wt-mini-heading {
    font-size: 1rem;
    line-height: 1.3;
}

body[data-wt-page-type="episode_detail"] .wt-ep-description,
body[data-wt-page-type="episode_detail"] .wt-retro-card__text,
body[data-wt-page-type="episode_detail"] .wt-comment-body {
    font-size: .94rem;
    line-height: 1.72;
}

body[data-wt-page-type="episode_detail"] .wt-chapters-card,
body[data-wt-page-type="episode_detail"] .wt-key-moments-card,
body[data-wt-page-type="episode_detail"] .wt-moment-groups-card,
body[data-wt-page-type="episode_detail"] .wt-saved-moments-card {
    margin-top: 18px;
    padding: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-chapters-toolbar {
    align-items: center;
    margin-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-chapters-list,
body[data-wt-page-type="episode_detail"] .wt-key-moments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-chapter-row {
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-chapter-btn {
    min-height: 46px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 9px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-chapter-time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: 999px;
    background: rgba(91, 198, 167, .1);
    color: #d8fff2;
}

body[data-wt-page-type="episode_detail"] .wt-chapter-label {
    color: rgba(241, 245, 250, .82);
    font-size: .84rem;
    line-height: 1.34;
    overflow-wrap: anywhere;
}

body[data-wt-page-type="episode_detail"] .wt-chapter-save-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-retro-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    margin-top: 14px;
    padding: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-retro-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-card,
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
    margin-top: 14px;
    padding: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
    grid-template-columns: minmax(0, 1fr) auto;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__subtitle {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
    top: 102px;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp {
    padding: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp .wt-ep-sidebar-game {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 0 0 12px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    background: transparent;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-cover-wrap {
    width: 58px;
    height: 58px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    margin: 0 0 12px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item {
    display: grid;
    grid-template-columns: minmax(96px, .62fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .075);
    background: rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item span {
    color: rgba(220, 228, 238, .58);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item b {
    min-width: 0;
    color: #f7f9fc;
    font-size: .78rem;
    line-height: 1.32;
    text-align: right;
    overflow-wrap: anywhere;
}

body[data-wt-page-type="episode_detail"] .wt-ep-tracker {
    margin-bottom: 12px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-jump--revamp {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-shortcuts--revamp {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-shell {
    padding: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head {
    align-items: center;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panels {
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel {
    border-radius: 10px;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-section {
    padding-top: 26px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-shell {
    gap: 16px;
    padding: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-head {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr);
    padding-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-toolbar {
    padding: 12px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-grid {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card {
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb,
body[data-wt-page-type="episode_detail"] .wt-mini-thumb img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-watch,
body[data-wt-page-type="episode_detail"] .wt-mini-current,
body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary,
body[data-wt-page-type="episode_detail"] .wt-like-btn,
body[data-wt-page-type="episode_detail"] .wt-share-btn,
body[data-wt-page-type="episode_detail"] .wt-comment-submit,
body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn {
    border-radius: 10px;
}

@media (max-width: 1100px) {
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid,
    body[data-wt-page-type="episode_detail"] .wt-ep-layout,
    body[data-wt-page-type="episode_detail"] .wt-mini-head {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-side,
    body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
        position: static;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-command-grid,
    body[data-wt-page-type="episode_detail"] .wt-comments-panels {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding: 80px 12px 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid,
    body[data-wt-page-type="episode_detail"] .wt-player-shell,
    body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
    body[data-wt-page-type="episode_detail"] .wt-comments-shell,
    body[data-wt-page-type="episode_detail"] .wt-mini-shell {
        padding: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser,
    body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-source-panel {
        padding-left: 10px;
        padding-right: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-chapters-list,
    body[data-wt-page-type="episode_detail"] .wt-key-moments-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-chapters-toolbar,
    body[data-wt-page-type="episode_detail"] .wt-comments-head {
        align-items: stretch;
        flex-direction: column;
    }

    body[data-wt-page-type="episode_detail"] .wt-chapters-search-wrap,
    body[data-wt-page-type="episode_detail"] .wt-comments-tools,
    body[data-wt-page-type="episode_detail"] .wt-social-bar__actions,
    body[data-wt-page-type="episode_detail"] .wt-like-btn,
    body[data-wt-page-type="episode_detail"] .wt-share-wrap,
    body[data-wt-page-type="episode_detail"] .wt-share-btn {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-social-bar__actions {
        justify-content: stretch;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
        font-size: 1.32rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__actions,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-action,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip {
        width: 100%;
        justify-content: center;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-chapter-btn {
        grid-template-columns: 66px minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item {
        grid-template-columns: minmax(0, 1fr);
        border-radius: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item b {
        text-align: left;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Top episode hero correction: compact, readable, no duplicate preview block. */
body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
    padding-top: 74px;
    padding-bottom: 6px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner {
    max-width: 980px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero {
    border-color: transparent;
    background:
        linear-gradient(180deg, rgba(7, 9, 14, .48), rgba(7, 9, 14, .12)),
        radial-gradient(circle at 0 0, rgba(143, 126, 255, .1), transparent 36%),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .08), transparent 34%);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    padding: 16px 0 18px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-side {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main {
    display: grid;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs {
    margin-bottom: 4px;
    gap: 8px;
    color: rgba(225, 229, 240, .62);
    font-size: .78rem;
    line-height: 1.45;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs a,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs .current {
    color: rgba(239, 242, 248, .74);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs .current {
    color: #fff;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker-row {
    margin-bottom: 0;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-kicker,
body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal {
    min-height: 34px;
    padding: 7px 12px;
    background: rgba(9, 12, 18, .62);
    border-color: rgba(143, 126, 255, .2);
    font-size: .68rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal--accent {
    border-color: rgba(91, 198, 167, .28);
    background: rgba(91, 198, 167, .13);
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.28rem, 3vw, 1.82rem);
    line-height: 1.24;
    letter-spacing: 0;
    text-wrap: balance;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-game {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
    color: rgba(236, 240, 248, .76);
    font-size: .91rem;
    line-height: 1.5;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-ep-number-badge {
    min-height: 28px;
    margin-right: 4px;
    padding: 5px 12px;
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(143, 126, 255, .95), rgba(114, 91, 219, .95));
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
    max-width: 68ch;
    margin: 0;
    color: rgba(229, 234, 244, .72);
    font-size: .9rem;
    line-height: 1.65;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-meta {
    margin: 0;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-chip {
    min-height: 34px;
    padding: 7px 12px;
    background: rgba(9, 12, 18, .56);
    border-color: rgba(143, 126, 255, .18);
    color: rgba(239, 244, 250, .78);
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-chip i {
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action {
    min-height: 40px;
    min-width: 0;
    padding: 8px 14px;
    border-radius: 9px;
    border-color: rgba(143, 126, 255, .22);
    background: rgba(8, 10, 16, .58);
    color: rgba(245, 247, 252, .9);
    font-size: .78rem;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action--primary {
    min-width: 160px;
    border-color: rgba(91, 198, 167, .34);
    background: linear-gradient(135deg, rgba(91, 198, 167, .22), rgba(91, 198, 167, .1));
    color: #effff9;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action--accent {
    border-color: rgba(143, 126, 255, .28);
    background: linear-gradient(135deg, rgba(143, 126, 255, .2), rgba(143, 126, 255, .08));
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
    padding-top: 4px;
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding: 66px 12px 4px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
        padding-top: 12px;
        padding-bottom: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
        max-width: 100%;
        font-size: clamp(1.08rem, 6vw, 1.42rem);
        line-height: 1.32;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs {
        font-size: .72rem;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-main {
        gap: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-signal-strip,
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-action {
        width: 100%;
    }
}

/* Top hero final tightening: remove the oversized empty card feel. */
body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
    padding-top: 72px;
    padding-bottom: 0;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner {
    max-width: 760px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero::before {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
    padding: 10px 0 14px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main {
    gap: 11px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-main .wt-breadcrumbs {
    max-width: 100%;
    margin-bottom: 2px;
    white-space: normal;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
    font-size: clamp(1.12rem, 2.5vw, 1.54rem);
    line-height: 1.32;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
    max-width: 62ch;
    font-size: .88rem;
    line-height: 1.6;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-actions {
    margin-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-action {
    min-height: 38px;
    padding: 8px 13px;
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding-top: 64px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner {
        max-width: 100%;
    }
}

/* Balanced desktop hero: compact text with a small visual anchor. */
@media (min-width: 960px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding-top: 72px;
        padding-bottom: 8px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner {
        max-width: 1080px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .06);
        border-radius: 14px;
        background:
            linear-gradient(135deg, rgba(7, 9, 14, .64), rgba(8, 11, 17, .34)),
            radial-gradient(circle at 100% 0, rgba(91, 198, 167, .08), transparent 32%);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
        grid-template-columns: minmax(0, 1fr) 260px;
        gap: 26px;
        align-items: start;
        padding: 18px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-side {
        display: grid;
        gap: 10px;
        align-self: start;
        padding: 10px;
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, .07);
        background:
            linear-gradient(150deg, rgba(8, 11, 17, .68), rgba(8, 10, 16, .36)),
            radial-gradient(circle at 100% 0, rgba(91, 198, 167, .1), transparent 42%);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview {
        gap: 8px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__media {
        border-radius: 8px;
        box-shadow: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__badge {
        top: 8px;
        left: 8px;
        padding: 5px 8px;
        font-size: .64rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__facts {
        gap: 6px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-preview__facts span {
        min-height: 26px;
        padding: 5px 8px;
        font-size: .66rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-progress-head {
        margin-top: 2px;
        font-size: .68rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-progress-track {
        height: 6px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-progress-meta {
        font-size: .68rem;
        line-height: 1.35;
    }

    body[data-wt-page-type="episode_detail"] .wt-journey-card,
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-side-links {
        display: none;
    }
}

/* Episode section nav correction: compact segmented rail without empty tail. */
body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
    padding: 8px 18px 12px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-inner--episode {
    width: fit-content;
    max-width: min(100%, 1080px);
    margin: 0 auto;
    gap: 5px;
    padding: 5px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .075);
    background: rgba(7, 9, 14, .72);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link {
    min-height: 34px;
    gap: 7px;
    padding: 5px 10px 5px 6px;
    border-radius: 9px;
    border-color: transparent;
    background: transparent;
    color: rgba(232, 236, 244, .7);
    font-size: .75rem;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link:hover {
    transform: none;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(255, 255, 255, .045);
    color: rgba(255, 255, 255, .92);
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link--accent,
body[data-wt-page-type="episode_detail"] .wt-detail-nav-link[aria-current="true"] {
    border-color: rgba(91, 198, 167, .2);
    background: rgba(91, 198, 167, .11);
    color: #effff9;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-icon {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(143, 126, 255, .12);
    color: rgba(214, 205, 255, .92);
    font-size: .68rem;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link--accent .wt-detail-nav-icon,
body[data-wt-page-type="episode_detail"] .wt-detail-nav-link[aria-current="true"] .wt-detail-nav-icon {
    border-color: rgba(91, 198, 167, .26);
    background: rgba(91, 198, 167, .14);
    color: #9cf0d4;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-label {
    font-weight: 700;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-badge {
    min-width: 22px;
    height: 20px;
    margin-left: 2px;
    padding: 0 6px;
    border-radius: 999px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(143, 126, 255, .16);
    color: rgba(236, 230, 255, .92);
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-detail-nav-link--accent .wt-detail-nav-badge,
body[data-wt-page-type="episode_detail"] .wt-detail-nav-link[aria-current="true"] .wt-detail-nav-badge {
    border-color: rgba(91, 198, 167, .22);
    background: rgba(91, 198, 167, .14);
    color: #dffff4;
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
        padding: 6px 12px 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-inner--episode {
        width: auto;
        max-width: 100%;
        margin: 0;
        justify-content: flex-start;
        border-radius: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-link {
        min-height: 32px;
        padding: 4px 9px 4px 5px;
        font-size: .72rem;
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-nav-icon {
        width: 22px;
        height: 22px;
    }
}

/* Player header correction: compact toolbar above the video. */
body[data-wt-page-type="episode_detail"] .wt-player-card-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 278px);
    gap: 14px;
    align-items: center;
    padding: 12px 14px;
    border-bottom-color: rgba(255, 255, 255, .055);
    background:
        linear-gradient(180deg, rgba(8, 10, 16, .82), rgba(7, 9, 14, .68)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .06), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-live {
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .66rem;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title-wrap {
    display: grid;
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__eyebrow {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
    max-width: none;
    color: #f7f5ff;
    font-size: clamp(.94rem, 1.35vw, 1.06rem);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta {
    gap: 6px;
    margin-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta-item {
    min-height: 26px;
    padding: 4px 8px;
    border-color: rgba(255, 255, 255, .075);
    background: rgba(255, 255, 255, .035);
    color: rgba(237, 241, 248, .72);
    font-size: .68rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__flags {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick {
    min-height: 0;
    gap: 4px;
    padding: 10px 12px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick__label {
    color: rgba(220, 226, 238, .56);
    font-size: .64rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick__label::after {
    width: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick b {
    max-width: 100%;
    font-size: .82rem;
    line-height: 1.24;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-wt-page-type="episode_detail"] .wt-player-next-quick small {
    max-width: 100%;
    font-size: .66rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-player-card-head {
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head__main {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-live {
        width: fit-content;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head__title {
        white-space: normal;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-next-quick b,
    body[data-wt-page-type="episode_detail"] .wt-player-next-quick small {
        white-space: normal;
    }
}

/* Player controls correction: slimmer bottom bar for episode videos. */
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-gradient {
    height: 96px;
    background: linear-gradient(to top, rgba(0, 0, 0, .64), rgba(0, 0, 0, .18) 66%, transparent);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-controls {
    left: 12px;
    right: 12px;
    bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-controls__surface {
    gap: 6px;
    padding: 8px;
    border-radius: 13px;
    border-color: rgba(255, 255, 255, .09);
    background:
        linear-gradient(180deg, rgba(8, 10, 16, .66), rgba(6, 8, 13, .9)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .07), transparent 34%);
    box-shadow:
        0 16px 34px rgba(0, 0, 0, .3),
        inset 0 1px 0 rgba(255, 255, 255, .045);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-controls__surface::before {
    left: 10px;
    right: 10px;
    opacity: .45;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap {
    height: 16px;
    padding: 0 1px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-bar {
    height: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap:hover .dap-progress-bar,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap.dap-seeking .dap-progress-bar,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap:focus-visible .dap-progress-bar {
    height: 5px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-scrubber {
    width: 12px;
    height: 12px;
    border-width: 2px;
    box-shadow:
        0 0 0 3px rgba(143, 126, 255, .16),
        0 8px 16px rgba(0, 0, 0, .28);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-bottom {
    gap: 7px;
    align-items: center;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-left {
    min-width: 178px;
    gap: 8px;
    padding: 5px 7px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-time-stack {
    gap: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-time-stack__eyebrow,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-time-stack__hint {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-time {
    color: rgba(244, 247, 252, .78);
    font-size: .74rem;
    font-weight: 650;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-right {
    gap: 5px;
    flex-wrap: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group {
    gap: 4px;
    padding: 5px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
    flex-wrap: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn {
    min-width: 32px;
    height: 32px;
    gap: 5px;
    padding: 0 8px;
    border-radius: 8px;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn:hover {
    border-color: rgba(91, 198, 167, .24);
    background: rgba(255, 255, 255, .075);
    transform: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--icon-only,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-mini-btn,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-mini-mode-toggle,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-theater-btn {
    width: 32px;
    min-width: 32px;
    padding: 0;
    justify-content: center;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--compact {
    min-width: 58px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--emphasis {
    min-width: 82px;
    height: 36px;
    padding: 0 9px;
    border-radius: 10px;
    border-color: rgba(91, 198, 167, .22);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .2), rgba(143, 126, 255, .16)),
        rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn svg,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn__icon {
    width: 16px;
    height: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-play-btn .dap-btn__icon {
    width: 18px;
    height: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn__title {
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group--utility .dap-btn__text,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-transcript-btn .dap-btn__text {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group--utility .dap-btn,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-transcript-btn {
    width: 32px;
    min-width: 32px;
    padding: 0;
    justify-content: center;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-volume {
    flex: 0 0 94px;
    width: 94px;
    gap: 6px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-vol-slider-wrap {
    width: 56px;
    min-width: 56px;
    opacity: 1;
    overflow: visible;
    padding: 0;
    transition: opacity .16s ease;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-volume:hover .dap-vol-slider-wrap,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-volume:focus-within .dap-vol-slider-wrap {
    width: 56px;
    min-width: 56px;
    padding: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-vol-track {
    height: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-vol-thumb {
    width: 12px;
    height: 12px;
    box-shadow: 0 0 0 3px rgba(143, 126, 255, .14);
}

body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-quality-menu,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-speed-menu,
body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-caption-menu {
    margin-bottom: 6px;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .32);
}

@media (max-width: 1180px) and (hover: hover) and (pointer: fine) {
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-left {
        min-width: 158px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn {
        min-width: 30px;
        height: 30px;
        padding: 0 7px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--icon-only,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group--utility .dap-btn,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-transcript-btn {
        width: 30px;
        min-width: 30px;
        padding: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--emphasis {
        min-width: 76px;
        height: 34px;
    }
}

@media (max-width: 900px) {
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-controls {
        left: 8px;
        right: 8px;
        bottom: 8px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-controls__surface {
        padding: 7px;
        border-radius: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-bottom {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-left {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-right {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-right::-webkit-scrollbar {
        display: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group {
        flex: 0 0 auto;
    }
}

@media (hover: none) and (pointer: coarse) {
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-gradient {
        height: 110px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap {
        height: 24px;
        padding-top: 5px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-bar,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap:hover .dap-progress-bar,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap.dap-seeking .dap-progress-bar,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-progress-wrap:focus-visible .dap-progress-bar {
        height: 6px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn {
        min-width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--icon-only,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-toolbar-group--utility .dap-btn,
    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-transcript-btn {
        width: 38px;
        min-width: 38px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-embed .dap-btn--emphasis {
        min-width: 92px;
        height: 40px;
    }
}

/* Source switcher correction: tighter, less empty layout. */
body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
        "main status"
        "facts facts";
    gap: 12px 16px;
    align-items: center;
    padding: 14px 16px;
    border-radius: 16px;
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .9), rgba(6, 8, 13, .96)),
        radial-gradient(circle at 92% 12%, rgba(91, 198, 167, .08), transparent 34%);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, .22),
        inset 0 1px 0 rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__main {
    display: flex;
    align-items: center;
    gap: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-source-label-wrap {
    flex: 0 0 auto;
    min-width: 180px;
    gap: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-source-label {
    font-size: .9rem;
    letter-spacing: 0;
}

body[data-wt-page-type="episode_detail"] .wt-source-hint {
    font-size: .72rem;
    line-height: 1.35;
}

body[data-wt-page-type="episode_detail"] .wt-source-tabs {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-source-tab {
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-source-tab__tag {
    padding: 2px 6px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .18);
    background: rgba(91, 198, 167, .1);
    font-size: .58rem;
}

body[data-wt-page-type="episode_detail"] .wt-source-status {
    min-height: 36px;
    padding: 0 12px;
    align-self: start;
    white-space: nowrap;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__facts {
    gap: 7px;
    padding-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-source-bar__fact {
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 9px;
    color: rgba(232, 237, 246, .72);
    font-size: .7rem;
}

@media (max-width: 920px) {
    body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "main"
            "status"
            "facts";
    }

    body[data-wt-page-type="episode_detail"] .wt-source-bar__main {
        align-items: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-status {
        justify-self: start;
    }
}

@media (max-width: 640px) {
    body[data-wt-page-type="episode_detail"] .wt-source-bar--episode {
        padding: 12px;
        border-radius: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-bar__main,
    body[data-wt-page-type="episode_detail"] .wt-source-tabs {
        flex-direction: column;
        align-items: stretch;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-label-wrap {
        min-width: 0;
    }

    body[data-wt-page-type="episode_detail"] .wt-source-tab {
        width: 100%;
        justify-content: center;
    }
}

/* Player command console correction: compact status + quick actions block. */
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console {
    border-radius: 14px;
    background:
        linear-gradient(152deg, rgba(8, 10, 16, .96), rgba(6, 8, 13, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .07), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body--console {
    padding: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
    grid-template-columns: minmax(260px, .78fr) minmax(420px, 1.22fr);
    align-items: start;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel {
    gap: 10px;
    padding: 12px;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .025);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel--status,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel--actions {
    background:
        linear-gradient(180deg, rgba(10, 12, 18, .62), rgba(7, 9, 14, .82)),
        rgba(255, 255, 255, .018);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__head {
    min-height: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel__eyebrow {
    gap: 7px;
    color: rgba(220, 226, 238, .62);
    font-size: .65rem;
    letter-spacing: .06em;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-foot-panel {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-foot-panel__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .gpd-player-tools__clock {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 12px;
    font-size: .82rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary {
    display: flex;
    flex: 1 1 220px;
    flex-wrap: wrap;
    gap: 7px;
    min-width: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-status-summary__item {
    min-height: 31px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: .7rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-current-chapter {
    flex: 1 1 100%;
    padding: 10px 11px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn {
    min-height: 42px;
    padding: 9px 12px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, .075);
    background: rgba(255, 255, 255, .025);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn:hover,
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn.is-active {
    border-color: rgba(91, 198, 167, .22);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .1), rgba(143, 126, 255, .08)),
        rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn i {
    width: 17px;
    color: #78e5c7;
    font-size: .9rem;
}

@media (max-width: 980px) {
    body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 620px) {
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body--console {
        padding: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Next episode teaser correction: compact card and balanced CTA. */
body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next {
    border-radius: 14px;
    background:
        linear-gradient(155deg, rgba(8, 11, 17, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 98% 8%, rgba(91, 198, 167, .08), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
    grid-template-columns: 150px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    padding: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser:hover {
    transform: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
    width: 150px;
    border-radius: 9px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__body {
    grid-template-rows: auto auto auto auto;
    gap: 9px;
    min-height: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__eyebrow {
    color: rgba(214, 224, 236, .66);
    font-size: .64rem;
    letter-spacing: .06em;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__title {
    max-width: 54ch;
    color: #f7f4ff;
    font-size: .94rem;
    line-height: 1.34;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta {
    gap: 6px;
    margin-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__meta span {
    min-height: 26px;
    padding: 4px 9px;
    border-radius: 9px;
    font-size: .68rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__desc {
    max-width: 78ch;
    margin-top: 2px;
    color: rgba(224, 231, 240, .7);
    font-size: .76rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__cta {
    width: auto;
    min-height: 34px;
    padding: 0 18px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(91, 198, 167, .18), rgba(143, 126, 255, .14));
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__arrow {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

@media (max-width: 720px) {
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
        grid-template-columns: 120px minmax(0, 1fr);
        gap: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
        width: 120px;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser__thumb {
        width: 100%;
    }
}

/* Player intro correction: use the empty right side for status and actions. */
body[data-wt-page-type="episode_detail"] .wt-player-shell {
    gap: 12px;
    padding: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
    grid-template-areas:
        "kicker micro"
        "title micro"
        "subtitle actions";
    align-items: start;
    gap: 10px 28px;
    padding: 16px;
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(9, 11, 17, .72), rgba(7, 9, 14, .88)),
        radial-gradient(circle at 100% 100%, rgba(91, 198, 167, .055), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__kicker {
    grid-area: kicker;
    min-height: 30px;
    padding: 6px 11px;
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__title {
    grid-area: title;
    font-size: clamp(1.2rem, 1.8vw, 1.58rem);
    line-height: 1.14;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__subtitle {
    grid-area: subtitle;
    max-width: 58ch;
    font-size: .82rem;
    line-height: 1.58;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus {
    grid-area: micro;
    justify-content: flex-end;
    gap: 7px;
    padding-top: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus-item {
    min-height: 31px;
    padding: 5px 10px;
    border-radius: 10px;
    color: rgba(232, 238, 247, .78);
    font-size: .7rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__actions {
    grid-area: actions;
    justify-content: flex-end;
    align-self: end;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__action-chip:hover {
    transform: none;
}

@media (max-width: 900px) {
    body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "kicker"
            "title"
            "subtitle"
            "micro"
            "actions";
        gap: 10px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__microstatus,
    body[data-wt-page-type="episode_detail"] .wt-player-shell__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-player-shell {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-shell__copy {
        padding: 12px;
    }
}

/* Episode description block correction: flatter card, tighter header. */
body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp {
    padding: 18px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .055), transparent 34%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-aura {
    opacity: .32;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-header {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom-color: rgba(255, 255, 255, .07);
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-head-top {
    gap: 8px;
    margin-bottom: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-kicker,
body[data-wt-page-type="episode_detail"] .wt-ep-info-episode-pill {
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: .66rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-head-subtitle {
    max-width: 56ch;
    color: rgba(211, 218, 232, .72);
    font-size: .84rem;
    line-height: 1.6;
}

body[data-wt-page-type="episode_detail"] .wt-ep-content-block {
    margin-top: 0;
    padding: 16px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .16);
    background:
        linear-gradient(155deg, rgba(13, 15, 23, .72), rgba(9, 11, 17, .88)),
        radial-gradient(circle at 0 0, rgba(91, 198, 167, .055), transparent 34%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-ep-content-title {
    width: 100%;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #f2ecff;
    font-size: .92rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-content-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 7px;
    background: rgba(91, 198, 167, .11);
    color: #8ce9cf;
    font-size: .76rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-description {
    color: rgba(218, 225, 237, .78);
    font-size: .89rem;
    line-height: 1.7;
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
    body[data-wt-page-type="episode_detail"] .wt-ep-content-block {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-info-head-top {
        gap: 7px;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-info-kicker,
    body[data-wt-page-type="episode_detail"] .wt-ep-info-episode-pill {
        min-height: 26px;
        padding: 5px 9px;
        font-size: .62rem;
    }
}

/* Nearby episodes correction: compact route list without empty columns. */
body[data-wt-page-type="episode_detail"] .wt-nearby-card {
    padding: 14px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .055), transparent 34%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .wt-nearby-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-title {
    margin: 0;
    gap: 8px;
    color: #f2ecff;
    font-size: .92rem;
    line-height: 1.25;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-title i {
    color: #8ce9cf;
    font-size: .88rem;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    border: 1px solid rgba(91, 198, 167, .2);
    background: rgba(91, 198, 167, .08);
    color: rgba(223, 255, 245, .82);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-grid {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-item {
    min-height: 44px;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .028);
    text-decoration: none;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-item:hover {
    border-color: rgba(91, 198, 167, .28);
    background: rgba(91, 198, 167, .055);
    transform: none;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-num {
    width: 28px;
    height: 28px;
    color: #dfd7ff;
    background: rgba(143, 126, 255, .2);
    font-size: .76rem;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-main {
    display: grid;
    min-width: 0;
    gap: 2px;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-label {
    color: rgba(211, 218, 232, .55);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-name {
    overflow: hidden;
    color: rgba(244, 247, 252, .9);
    font-size: .84rem;
    font-weight: 700;
    line-height: 1.22;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-nearby-duration {
    min-height: 24px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .045);
    color: rgba(218, 225, 237, .72);
    font-size: .68rem;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-nearby-card {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-nearby-head {
        align-items: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-nearby-item {
        grid-template-columns: 30px minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-nearby-duration {
        display: none;
    }
}

/* Walkthrough navigation correction: lower height and clearer disabled state. */
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp {
    padding: 14px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .07), transparent 34%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-top {
    gap: 12px;
    margin-bottom: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-top__title {
    gap: 8px;
    color: #f2ecff;
    font-size: .82rem;
    line-height: 1.2;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-top__title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: rgba(143, 126, 255, .14);
    color: #b9a9ff;
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-all {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .28);
    background: rgba(143, 126, 255, .13);
    color: #eee8ff;
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-grid {
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn {
    min-height: 64px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .028);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn:hover {
    border-color: rgba(143, 126, 255, .32);
    background: rgba(143, 126, 255, .08);
    box-shadow: none;
    transform: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn--next {
    grid-template-columns: minmax(0, 1fr) 34px;
    border-color: rgba(143, 126, 255, .28);
    background:
        linear-gradient(135deg, rgba(143, 126, 255, .08), rgba(91, 198, 167, .045)),
        rgba(255, 255, 255, .028);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn--next:hover {
    border-color: rgba(143, 126, 255, .42);
    background:
        linear-gradient(135deg, rgba(143, 126, 255, .12), rgba(91, 198, 167, .07)),
        rgba(255, 255, 255, .035);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-arrow {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .24);
    background: rgba(143, 126, 255, .14);
    color: #efe8ff;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-body {
    gap: 3px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-label {
    color: rgba(211, 218, 232, .58);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .055em;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-title {
    display: block;
    overflow: hidden;
    color: #f5f0ff;
    font-size: .86rem;
    line-height: 1.24;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-meta {
    color: rgba(211, 218, 232, .64);
    font-size: .7rem;
    line-height: 1.2;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-meta i {
    color: #8ce9cf;
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn.disabled {
    opacity: 1;
    border-style: dashed;
    border-color: rgba(143, 126, 255, .09);
    background: rgba(255, 255, 255, .018);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn.disabled .wt-ep-nav-arrow {
    border-color: rgba(211, 218, 232, .1);
    background: rgba(255, 255, 255, .035);
    color: rgba(211, 218, 232, .38);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn.disabled .wt-ep-nav-label,
body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn.disabled .wt-ep-nav-meta {
    color: rgba(211, 218, 232, .44);
}

body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn.disabled .wt-ep-nav-title {
    color: rgba(232, 238, 247, .62);
}

@media (max-width: 640px) {
    body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-nav-top {
        align-items: stretch;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn,
    body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn--next {
        min-height: 62px;
        grid-template-columns: 34px minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn--next .wt-ep-nav-body {
        align-items: flex-start;
        text-align: left;
    }

    body[data-wt-page-type="episode_detail"] .wt-ep-nav-btn--next .wt-ep-nav-arrow {
        order: -1;
    }
}

/* Social bar correction: compact reaction strip without decorative top line. */
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
    align-items: center;
    gap: 12px 18px;
    margin-top: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 0 0, rgba(91, 198, 167, .055), transparent 34%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp::before {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__copy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__kicker {
    min-height: 28px;
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 999px;
    border-color: rgba(143, 126, 255, .22);
    background: rgba(143, 126, 255, .09);
    color: #eee8ff;
    font-size: .64rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__kicker i {
    color: #8ce9cf;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__title {
    margin: 0;
    color: #f5f0ff;
    font-size: .94rem;
    line-height: 1.28;
}

body[data-wt-page-type="episode_detail"] .wt-social-bar__actions {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-like-btn,
body[data-wt-page-type="episode_detail"] .wt-share-btn {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .26);
    background: rgba(143, 126, 255, .12);
    font-size: .78rem;
    line-height: 1;
    box-shadow: none;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-like-btn {
    gap: 8px;
    min-width: 128px;
    justify-content: center;
}

body[data-wt-page-type="episode_detail"] .wt-share-btn {
    gap: 8px;
    min-width: 124px;
}

body[data-wt-page-type="episode_detail"] .wt-like-btn:hover,
body[data-wt-page-type="episode_detail"] .wt-share-btn:hover {
    border-color: rgba(143, 126, 255, .42);
    background: rgba(143, 126, 255, .18);
    transform: none;
}

body[data-wt-page-type="episode_detail"] .wt-like-count {
    order: 3;
    min-width: 21px;
    max-width: 64px;
    height: 20px;
    padding: 0 6px;
    border-color: rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .055);
    color: rgba(244, 247, 252, .9);
    font-size: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-like-label {
    order: 2;
    font-size: .74rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-like-btn > i,
body[data-wt-page-type="episode_detail"] .wt-share-btn > i {
    flex: 0 0 auto;
    width: 16px;
    text-align: center;
    font-size: .82rem;
}

body[data-wt-page-type="episode_detail"] .wt-like-btn > i {
    order: 1;
    color: #f1ecff;
}

body[data-wt-page-type="episode_detail"] .wt-share-dropdown {
    border-radius: 12px;
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp {
        grid-template-columns: minmax(0, 1fr);
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-social-bar__copy {
        display: grid;
        gap: 8px;
    }

    body[data-wt-page-type="episode_detail"] .wt-social-bar__actions {
        justify-content: stretch;
    }

    body[data-wt-page-type="episode_detail"] .wt-like-btn,
    body[data-wt-page-type="episode_detail"] .wt-share-wrap,
    body[data-wt-page-type="episode_detail"] .wt-share-btn {
        width: 100%;
    }
}

/* Comments header correction: compact title, inline sort and CTA. */
body[data-wt-page-type="episode_detail"] .wt-comments-shell {
    padding: 16px;
    border-radius: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
    padding-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head-left {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-kicker {
    width: fit-content;
    max-width: 100%;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    color: #eee8ff;
    font-size: .66rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-comments-title-row {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-title {
    font-size: 1rem;
    line-height: 1.2;
}

body[data-wt-page-type="episode_detail"] .wt-comments-title i {
    color: #b9a9ff;
    font-size: .92rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-count-pill {
    min-width: 32px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: .8rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-subtitle {
    max-width: 58ch;
    color: rgba(218, 225, 237, .72);
    font-size: .84rem;
    line-height: 1.45;
}

body[data-wt-page-type="episode_detail"] .wt-comments-head-right {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    align-self: center;
    flex-wrap: wrap;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-tools {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body[data-wt-page-type="episode_detail"] .wt-comments-tools__label {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort {
    width: 190px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn {
    min-height: 38px;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn__label {
    min-width: 0;
    overflow: hidden;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn__caret {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: .76rem;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary:hover {
    transform: none;
}

@media (max-width: 900px) {
    body[data-wt-page-type="episode_detail"] .wt-comments-head {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-head-right {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 620px) {
    body[data-wt-page-type="episode_detail"] .wt-comments-head-right,
    body[data-wt-page-type="episode_detail"] .wt-comments-tools {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-sort,
    body[data-wt-page-type="episode_detail"] .wt-comments-sort .wt-dropdown-btn,
    body[data-wt-page-type="episode_detail"] .wt-comments-jump--primary {
        width: 100%;
    }
}

/* Comments panels correction: flatter composer and tighter empty state. */
body[data-wt-page-type="episode_detail"] .wt-comments-panels {
    grid-template-columns: minmax(292px, .82fr) minmax(0, 1.18fr);
    align-items: stretch;
    gap: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel {
    grid-template-rows: auto 1fr;
    gap: 12px;
    min-height: 0;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .94), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .055), transparent 36%);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel::after {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer,
body[data-wt-page-type="episode_detail"] .wt-comments-panel--list {
    padding: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer {
    background:
        linear-gradient(155deg, rgba(8, 13, 15, .94), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 0 0, rgba(91, 198, 167, .07), transparent 36%);
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head {
    min-height: 0;
    padding: 0;
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__copy {
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__eyebrow {
    min-height: 26px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: .62rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__title {
    max-width: 30ch;
    color: #f7f3ff;
    font-size: .92rem;
    line-height: 1.25;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__desc {
    max-width: 40ch;
    color: rgba(218, 225, 237, .68);
    font-size: .76rem;
    line-height: 1.48;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat {
    min-width: 74px;
    padding: 8px 10px;
    border-radius: 12px;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat-label {
    font-size: .6rem;
    letter-spacing: .055em;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat-value {
    font-size: .92rem;
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-shell,
body[data-wt-page-type="episode_detail"] .wt-comment-login-prompt {
    height: auto;
    min-height: 0;
    padding: 12px;
    border-radius: 14px;
    border-color: rgba(91, 198, 167, .13);
    background: rgba(6, 10, 12, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer .wt-comment-form-shell {
    align-content: start;
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-toolbar {
    display: grid;
    justify-items: start;
    gap: 8px;
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-toolbar-btn {
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 10px;
    font-size: .74rem;
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-hint {
    font-size: .7rem;
}

body[data-wt-page-type="episode_detail"] .wt-comment-input {
    min-height: 104px;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: .84rem;
    line-height: 1.5;
}

body[data-wt-page-type="episode_detail"] .wt-comment-form-actions {
    margin-top: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-comment-submit {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: .78rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-panel--list .wt-comments-list {
    display: grid;
    height: 100%;
    min-height: 0;
    align-content: stretch;
}

body[data-wt-page-type="episode_detail"] .wt-comments-empty {
    height: 100%;
    min-height: 180px;
    padding: 18px 14px;
    border-radius: 12px;
    background: rgba(8, 10, 16, .44);
    align-content: center;
}

body[data-wt-page-type="episode_detail"] .wt-comments-empty i {
    margin-bottom: 4px;
    font-size: 1.35rem;
}

body[data-wt-page-type="episode_detail"] .wt-comments-empty p {
    margin: 0;
    font-size: .84rem;
}

@media (max-width: 980px) {
    body[data-wt-page-type="episode_detail"] .wt-comments-panels {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-comments-panel--composer,
    body[data-wt-page-type="episode_detail"] .wt-comments-panel--list,
    body[data-wt-page-type="episode_detail"] .wt-comment-form-shell {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head--list {
        display: grid;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stats {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-comments-panel-head__stat {
        width: fit-content;
    }
}

/* Episode sidebar correction: remove repeated metadata and tighten the rail. */
body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp {
    padding: 14px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .06), transparent 34%);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-top {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp .wt-ep-sidebar-game {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 0 10px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-cover-wrap {
    width: 54px;
    height: 54px;
    border-radius: 9px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-game-title {
    color: #f7f3ff;
    font-size: .86rem;
    line-height: 1.22;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-game-meta {
    margin-top: 3px;
    font-size: .72rem;
    line-height: 1.3;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-mini-meta {
    gap: 6px;
    margin-top: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-mini-pill {
    min-height: 24px;
    padding: 4px 8px;
    font-size: .66rem;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list {
    gap: 7px;
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item {
    grid-template-columns: minmax(92px, .62fr) minmax(0, 1fr);
    min-height: 32px;
    padding: 7px 9px;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .03);
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item span {
    font-size: .64rem;
    line-height: 1.1;
}

body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item b {
    font-size: .76rem;
    line-height: 1.25;
}

body[data-wt-page-type="episode_detail"] .wt-ep-tracker {
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 10px;
    border-color: rgba(143, 126, 255, .18);
    background: rgba(11, 13, 20, .54);
}

body[data-wt-page-type="episode_detail"] .wt-ep-tracker-label {
    margin-bottom: 8px;
    font-size: .78rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-tracker-total {
    margin-top: 8px;
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-links {
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-link {
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: .78rem;
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-info-list__item b {
        text-align: left;
    }
}

/* Mini episode queue correction: compact header and horizontal episode cards. */
body[data-wt-page-type="episode_detail"] .wt-mini-section {
    padding-top: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-shell {
    gap: 14px;
    padding: 18px 20px 20px;
    border-radius: 12px;
    border-color: rgba(143, 126, 255, .12);
    background:
        linear-gradient(155deg, rgba(8, 10, 16, .96), rgba(7, 9, 14, .98)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .045), transparent 34%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .2);
}

body[data-wt-page-type="episode_detail"] .wt-mini-shell::before,
body[data-wt-page-type="episode_detail"] .wt-mini-shell::after {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-head {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    align-items: start;
    gap: 16px 20px;
    padding-bottom: 14px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-head-main {
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-kicker {
    width: fit-content;
    min-height: 28px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: .64rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-mini-heading {
    gap: 8px;
    font-size: 1rem;
    line-height: 1.24;
}

body[data-wt-page-type="episode_detail"] .wt-mini-heading i {
    font-size: .9rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-subtitle {
    max-width: 56ch;
    font-size: .82rem;
    line-height: 1.5;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-item {
    min-width: 118px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .028);
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-label {
    font-size: .58rem;
    line-height: 1.15;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview-value {
    font-size: .88rem;
    line-height: 1;
}

body[data-wt-page-type="episode_detail"] .wt-mini-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .025);
}

body[data-wt-page-type="episode_detail"] .wt-mini-search-wrap {
    min-height: 40px;
    padding: 0 12px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-filter,
body[data-wt-page-type="episode_detail"] .wt-mini-next-btn {
    min-height: 40px;
    border-radius: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    min-height: 154px;
    border-radius: 12px;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card:hover {
    transform: none;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb {
    height: 100%;
    min-height: 154px;
    padding-bottom: 0;
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb,
body[data-wt-page-type="episode_detail"] .wt-mini-thumb img {
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb .placeholder-mini {
    font-size: 1rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-body {
    min-height: 0;
    gap: 8px;
    padding: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-title {
    font-size: .84rem;
    line-height: 1.34;
}

body[data-wt-page-type="episode_detail"] .wt-mini-flags {
    margin-top: 0;
    gap: 5px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-watch,
body[data-wt-page-type="episode_detail"] .wt-mini-current {
    min-height: 36px;
    border-radius: 10px;
}

@media (max-width: 900px) {
    body[data-wt-page-type="episode_detail"] .wt-mini-head,
    body[data-wt-page-type="episode_detail"] .wt-mini-toolbar {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview {
        justify-content: flex-start;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 560px) {
    body[data-wt-page-type="episode_detail"] .wt-mini-shell {
        padding: 14px;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview-item {
        min-width: calc(50% - 4px);
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-card {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-thumb {
        height: auto;
        min-height: 0;
        padding-bottom: 56.25%;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-thumb,
    body[data-wt-page-type="episode_detail"] .wt-mini-thumb img {
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
}

/* Mini episode cards correction: avoid duplicated "now playing" states. */
body[data-wt-page-type="episode_detail"] .wt-mini-playing {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card.current .wt-mini-state-badge {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-mini-current {
    justify-self: stretch;
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: 0 11px;
    border-radius: 10px;
    font-size: .72rem;
}

body[data-wt-page-type="episode_detail"] .wt-mini-watch {
    justify-self: stretch;
}

body[data-wt-page-type="episode_detail"] .wt-mini-card[hidden],
body[data-wt-page-type="episode_detail"] .wt-mini-empty[hidden],
body[data-wt-page-type="episode_detail"] .wt-mini-state-badge[hidden],
body[data-wt-page-type="episode_detail"] .wt-mini-next-btn[hidden] {
    display: none !important;
}

/* Episode detail: final video-first layout pass. */
body[data-wt-page-type="episode_detail"] {
    --wt-episode-page-max: 1200px;
    --wt-episode-card-radius: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner,
body[data-wt-page-type="episode_detail"] .wt-player-section__inner,
body[data-wt-page-type="episode_detail"] .wt-episode-content-stage__inner,
body[data-wt-page-type="episode_detail"] .wt-mini-section .wt-section-inner {
    width: min(var(--wt-episode-page-max), calc(100% - 36px));
    max-width: var(--wt-episode-page-max);
}

body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
    padding-top: 68px;
    padding-bottom: 0;
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero {
    border-radius: var(--wt-episode-card-radius);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid {
    grid-template-columns: minmax(0, 1fr) 252px;
    gap: 20px;
    padding: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-detail-header--episode .wt-detail-title {
    max-width: 840px;
    font-size: clamp(1.26rem, 2.1vw, 1.68rem);
}

body[data-wt-page-type="episode_detail"] .wt-episode-hero-subtitle {
    max-width: 78ch;
}

body[data-wt-page-type="episode_detail"] .wt-player-section {
    padding-top: 6px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell {
    gap: 12px;
    padding: 14px;
    border-radius: var(--wt-episode-card-radius);
    background:
        linear-gradient(145deg, rgba(7, 9, 14, .98), rgba(9, 12, 18, .95)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .07), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__head {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-card--episode,
body[data-wt-page-type="episode_detail"] .wt-player-embed,
body[data-wt-page-type="episode_detail"] .wt-player-embed--cinema {
    border-radius: var(--wt-episode-card-radius);
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
    padding: 10px 12px;
}

body[data-wt-page-type="episode_detail"] .wt-player-card-head__meta-item:nth-child(n+4) {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-source-panel {
    padding: 0 10px 10px;
}

body[data-wt-page-type="episode_detail"] .wt-quality-bar__intro,
body[data-wt-page-type="episode_detail"] .wt-quality-bar__pills,
body[data-wt-page-type="episode_detail"] .wt-av1-notice {
    margin-inline: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-player-shell__foot {
    margin-top: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console {
    border: 0;
    background: transparent;
    box-shadow: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card__body--console {
    padding: 0;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-grid {
    grid-template-columns: minmax(0, 1fr);
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel--status,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel--actions .wt-player-command-panel__head,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel__copy,
body[data-wt-page-type="episode_detail"] .wt-player-command-panel__footer {
    display: none;
}

body[data-wt-page-type="episode_detail"] .wt-player-command-panel--actions {
    padding: 10px;
    border-radius: var(--wt-episode-card-radius);
    border-color: rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .025);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
    gap: 8px;
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar__btn {
    min-height: 38px;
    border-radius: var(--wt-episode-card-radius);
}

body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser {
    grid-template-columns: 132px minmax(0, 1fr);
}

body[data-wt-page-type="episode_detail"] .wt-episode-content-stage {
    padding-top: 16px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
    top: 84px;
    gap: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-card--revamp,
body[data-wt-page-type="episode_detail"] .wt-comments-shell,
body[data-wt-page-type="episode_detail"] .wt-mini-shell,
body[data-wt-page-type="episode_detail"] .wt-social-bar--revamp,
body[data-wt-page-type="episode_detail"] .wt-ep-nav--revamp,
body[data-wt-page-type="episode_detail"] .wt-retro-card,
body[data-wt-page-type="episode_detail"] .wt-nearby-card,
body[data-wt-page-type="episode_detail"] .wt-chapters-card,
body[data-wt-page-type="episode_detail"] .wt-key-moments-card,
body[data-wt-page-type="episode_detail"] .wt-moment-groups-card,
body[data-wt-page-type="episode_detail"] .wt-saved-moments-card {
    border-radius: var(--wt-episode-card-radius);
    background:
        linear-gradient(155deg, rgba(11, 14, 20, .96), rgba(8, 10, 15, .97)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .055), transparent 34%);
}

body[data-wt-page-type="episode_detail"] .wt-ep-description,
body[data-wt-page-type="episode_detail"] .wt-retro-card__text,
body[data-wt-page-type="episode_detail"] .wt-comment-body {
    color: rgba(239, 243, 250, .82);
    font-size: .96rem;
    line-height: 1.78;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta {
    display: grid;
    gap: 8px;
    margin-bottom: 10px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__primary {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 10px;
    border-radius: var(--wt-episode-card-radius);
    border: 1px solid rgba(91, 198, 167, .28);
    background:
        linear-gradient(135deg, rgba(91, 198, 167, .18), rgba(143, 126, 255, .08)),
        rgba(255, 255, 255, .035);
    color: #f1fff9;
    text-decoration: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: var(--wt-episode-card-radius);
    background: rgba(91, 198, 167, .14);
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__body {
    min-width: 0;
    display: grid;
    gap: 3px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__label {
    color: rgba(222, 255, 244, .72);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__body strong {
    min-width: 0;
    color: #fff;
    font-size: .82rem;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__secondary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(42px, 1fr));
    gap: 7px;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__secondary a {
    display: grid;
    place-items: center;
    min-height: 34px;
    border-radius: var(--wt-episode-card-radius);
    border: 1px solid rgba(143, 126, 255, .14);
    background: rgba(255, 255, 255, .035);
    color: rgba(239, 243, 250, .82);
    text-decoration: none;
}

body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__secondary a:hover,
body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__primary:hover,
body[data-wt-page-type="episode_detail"] .wt-next-hub-card:hover {
    border-color: rgba(91, 198, 167, .36);
    transform: translateY(-1px);
}

body[data-wt-page-type="episode_detail"] .wt-ep-sidebar-links {
    grid-template-columns: 1fr;
}

body[data-wt-page-type="episode_detail"] .wt-mini-section {
    padding-top: 22px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-shell {
    gap: 16px;
    padding: 18px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-head {
    grid-template-columns: minmax(0, 1fr) auto;
}

body[data-wt-page-type="episode_detail"] .wt-mini-overview {
    max-width: 430px;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card {
    position: relative;
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr) 28px;
    gap: 10px;
    align-items: center;
    min-height: 86px;
    padding: 10px;
    border-radius: var(--wt-episode-card-radius);
    border: 1px solid rgba(143, 126, 255, .13);
    background:
        linear-gradient(155deg, rgba(11, 13, 20, .92), rgba(7, 9, 14, .97)),
        radial-gradient(circle at 100% 0, rgba(143, 126, 255, .06), transparent 36%);
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card--primary {
    border-color: rgba(91, 198, 167, .24);
    background:
        linear-gradient(155deg, rgba(10, 18, 19, .94), rgba(7, 9, 14, .97)),
        radial-gradient(circle at 100% 0, rgba(91, 198, 167, .12), transparent 36%);
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card--youtube {
    border-color: rgba(255, 87, 87, .24);
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media {
    position: relative;
    overflow: hidden;
    display: block;
    width: 96px;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .04);
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media img,
body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media > span {
    display: block;
    width: 100%;
    height: 100%;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media img {
    object-fit: cover;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media > span {
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .62);
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__kicker {
    color: rgba(222, 231, 242, .58);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__copy strong {
    color: #fff;
    font-size: .86rem;
    line-height: 1.28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__copy span:last-child {
    color: rgba(225, 232, 243, .64);
    font-size: .72rem;
    line-height: 1.38;
}

body[data-wt-page-type="episode_detail"] .wt-next-hub-card__arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .05);
    color: var(--wt-episode-accent-strong);
}

body[data-wt-page-type="episode_detail"] .wt-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-wt-page-type="episode_detail"] .wt-mini-card {
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 132px;
}

body[data-wt-page-type="episode_detail"] .wt-mini-thumb {
    min-height: 132px;
}

@media (max-width: 1120px) {
    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid,
    body[data-wt-page-type="episode_detail"] .wt-ep-layout,
    body[data-wt-page-type="episode_detail"] .wt-mini-head {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-side,
    body[data-wt-page-type="episode_detail"] .wt-ep-sidebar {
        position: static;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-hub,
    body[data-wt-page-type="episode_detail"] .wt-mini-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-overview {
        max-width: none;
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode .wt-detail-header-inner,
    body[data-wt-page-type="episode_detail"] .wt-player-section__inner,
    body[data-wt-page-type="episode_detail"] .wt-episode-content-stage__inner,
    body[data-wt-page-type="episode_detail"] .wt-mini-section .wt-section-inner {
        width: min(100%, calc(100% - 24px));
    }

    body[data-wt-page-type="episode_detail"] .wt-detail-header.wt-detail-header--episode {
        padding-top: 62px;
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-hero-grid,
    body[data-wt-page-type="episode_detail"] .wt-player-shell,
    body[data-wt-page-type="episode_detail"] .wt-ep-info-card--revamp,
    body[data-wt-page-type="episode_detail"] .wt-comments-shell,
    body[data-wt-page-type="episode_detail"] .wt-mini-shell {
        padding: 12px;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-card-head,
    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--next .wt-next-teaser,
    body[data-wt-page-type="episode_detail"] .wt-next-hub-card,
    body[data-wt-page-type="episode_detail"] .wt-mini-card {
        grid-template-columns: minmax(0, 1fr);
    }

    body[data-wt-page-type="episode_detail"] .wt-next-hub-card__media {
        width: 100%;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-hub-card__copy strong {
        white-space: normal;
    }

    body[data-wt-page-type="episode_detail"] .wt-next-hub-card__arrow {
        display: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-mini-thumb {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    body[data-wt-page-type="episode_detail"] .wt-detail-nav--episode {
        display: none;
    }

    body[data-wt-page-type="episode_detail"] .wt-player-foot-card--console .da-player-quickbar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-wt-page-type="episode_detail"] .wt-episode-sidebar-cta__body strong {
        white-space: normal;
    }
}
