:root {
    color-scheme: dark;
    --bg: #08111f;
    --surface: #0f1c2e;
    --surface-2: #14243a;
    --ink: #f4f7fb;
    --muted: #9cabc0;
    --line: rgba(255, 255, 255, .1);
    --orange: #ffb454;
    --cyan: #64d9e8;
    --radius: 22px;
    --shadow: 0 22px 60px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(8, 17, 31, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 26px; }
.brand img { width: 152px; height: 42px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 3px; flex: 1; }
.site-nav a { display: flex; align-items: center; gap: 7px; padding: 10px 11px; color: var(--muted); border-radius: 12px; font-size: .88rem; white-space: nowrap; transition: .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: #07101d; background: var(--orange); }
.menu-toggle { display: none; margin-left: auto; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--surface); }
.hero { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; min-height: 600px; padding-block: 58px 74px; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -180px; top: 60px; border-radius: 50%; background: radial-gradient(circle, rgba(100,217,232,.17), transparent 68%); pointer-events: none; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #cbd5e1; font-size: .82rem; letter-spacing: .08em; }
.live-pill span { width: 8px; height: 8px; border-radius: 50%; background: #ff6b6b; box-shadow: 0 0 0 5px rgba(255,107,107,.12); }
.hero h1 { margin: 20px 0 0; color: var(--orange); font-size: clamp(3.2rem, 8vw, 6.8rem); line-height: .95; letter-spacing: -.07em; }
.hero h1 a { display: inline-block; }
.hero-lead { max-width: 560px; margin: 22px 0 28px; color: #d9e2ee; font-size: 1.16rem; }
.hero h2 { margin: 0 0 8px; font-size: clamp(1.7rem, 3vw, 2.7rem); }
.hero-copy > p:not(.hero-lead) { color: var(--muted); }
.hero-actions, .hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 13px; cursor: pointer; }
.button--primary { background: var(--orange); color: #08111f; font-weight: 700; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.04); }
.button--light { background: #fff; color: #07101d; font-weight: 700; }
.hero-meta span { color: #b8c4d3; font-size: .82rem; }
.hero-meta span + span::before { content: "•"; margin-right: 12px; color: #52647d; }
.hero-visual { position: relative; overflow: hidden; aspect-ratio: 16 / 11; border-radius: 28px; box-shadow: var(--shadow); background: #0e1a2b; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(3,8,16,.9)); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; translate: -50% -50%; display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; color: #07101d; background: rgba(255,180,84,.92); box-shadow: 0 0 0 16px rgba(255,180,84,.12); }
.hero-play .icon { width: 32px; height: 32px; }
.hero-caption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: flex; justify-content: space-between; gap: 20px; align-items: end; }
.hero-caption strong { font-size: 1.15rem; }
.hero-caption span { max-width: 260px; color: #cbd5e1; text-align: right; font-size: .86rem; }
.content-section { padding-block: 62px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.section-heading span, .section-kicker { color: var(--cyan); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
.section-heading h2, .about-section h2 { margin: 4px 0 0; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.2; }
.section-heading > a { display: inline-flex; align-items: center; gap: 6px; color: #c5d0de; font-size: .9rem; }
.poster-grid, .spotlight-grid, .compact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.spotlight-grid { grid-template-columns: repeat(3, 1fr); }
.compact-grid { grid-template-columns: repeat(3, 1fr); }
.video-card { min-width: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--surface); transition: translate .2s ease, border-color .2s ease; }
.video-card:hover { translate: 0 -4px; border-color: rgba(255,180,84,.4); }
.thumb { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #132035; }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: scale .35s ease; }
.video-card:hover .thumb img { scale: 1.04; }
.play-badge { position: absolute; left: 14px; bottom: 13px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: #07101d; background: var(--orange); box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.duration { position: absolute; right: 11px; bottom: 11px; padding: 3px 8px; border-radius: 7px; background: rgba(2,7,14,.82); font-size: .76rem; }
.card-copy { padding: 16px; }
.eyebrow { color: var(--cyan); font-size: .75rem; }
.card-copy h3 { min-height: 2.8em; margin: 6px 0 8px; font-size: 1rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-copy p { margin: 0; color: var(--muted); font-size: .84rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); color: #7f91a8; font-size: .72rem; }
.meta span { display: inline-flex; align-items: center; gap: 5px; }
.feature-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 22px; }
.video-card--featured .thumb { aspect-ratio: 16 / 9; }
.video-card--featured .card-copy h3 { min-height: auto; font-size: 1.55rem; }
.video-card--featured .card-copy p { -webkit-line-clamp: 3; }
.mini-stack { display: grid; gap: 12px; }
.mini-stack .video-card { display: grid; grid-template-columns: 150px 1fr; }
.mini-stack .thumb { height: 100%; }
.mini-stack .card-copy { padding: 12px; }
.mini-stack .card-copy p, .mini-stack .meta { display: none; }
.spotlight-section { position: relative; }
.spotlight-section::before, .anime-section::before { content: ""; position: absolute; inset: 20px 0; z-index: -1; background: #0b1728; border-block: 1px solid var(--line); }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-tile { min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent); border-radius: 20px; background: linear-gradient(145deg, color-mix(in srgb, var(--accent) 12%, var(--surface)), var(--surface)); }
.category-tile .icon { width: 30px; height: 30px; padding: 6px; box-sizing: content-box; border-radius: 12px; color: #08111f; background: var(--accent); }
.category-tile strong { margin-top: 18px; font-size: 1.2rem; }
.category-tile span { margin-top: 7px; color: var(--muted); font-size: .82rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.category-tile em { margin-top: auto; color: var(--accent); font-style: normal; font-size: .76rem; }
.shortplay-section { overflow: hidden; }
.cinema-ribbon { display: grid; grid-template-columns: repeat(5, minmax(220px, 1fr)); gap: 16px; overflow-x: auto; padding-bottom: 12px; scrollbar-color: var(--orange) transparent; }
.cinema-ribbon .video-card:nth-child(even) { margin-top: 28px; }
.anime-section { position: relative; }
.anime-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.anime-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.anime-list .card-copy p, .anime-list .meta { display: none; }
.classic-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.classic-cards .video-card { background: transparent; border: 0; }
.classic-cards .thumb { border-radius: 999px 999px 18px 18px; aspect-ratio: 4 / 5; }
.classic-cards .card-copy { text-align: center; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timeline > div { position: relative; padding: 28px 20px 20px; border-right: 1px solid var(--line); }
.timeline > div::before { content: ""; position: absolute; top: -6px; left: 20px; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.timeline time { color: var(--orange); font-weight: 700; }
.timeline strong, .timeline span { display: block; }
.timeline span { color: var(--muted); font-size: .82rem; }
.ranking-section { display: grid; grid-template-columns: .32fr .68fr; gap: 46px; }
.ranking-section .section-heading { align-items: start; flex-direction: column; }
.rank-list { border-top: 1px solid var(--line); }
.rank-list a { display: grid; grid-template-columns: 55px 1fr auto; gap: 16px; align-items: center; padding: 17px 8px; border-bottom: 1px solid var(--line); }
.rank-list b { color: var(--orange); font-size: 1.4rem; font-style: italic; }
.rank-list span strong, .rank-list span em { display: block; }
.rank-list span em { color: var(--muted); font-size: .75rem; font-style: normal; }
.rank-list i { color: #c6d1df; font-style: normal; font-size: .82rem; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.topic-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 22px; }
.topic-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(5,11,20,.96)); }
.topic-card img { width: 100%; height: 100%; object-fit: cover; }
.topic-card > div { position: absolute; z-index: 2; inset: auto 24px 24px; }
.topic-card span, .topic-card em { color: var(--orange); font-size: .75rem; font-style: normal; }
.topic-card h3 { margin: 5px 0; font-size: 1.45rem; }
.topic-card p { color: #bac7d7; font-size: .83rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.topic-card em { display: flex; align-items: center; gap: 4px; }
.editor-note { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, rgba(100,217,232,.08), rgba(255,180,84,.07)); }
.editor-avatar { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); font-weight: 800; }
.editor-note blockquote { max-width: 780px; margin: 18px 0 30px; font-size: 1.3rem; }
.editor-picks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.editor-picks .video-card { display: grid; grid-template-columns: 120px 1fr; }
.editor-picks .card-copy p, .editor-picks .meta { display: none; }
.tag-matrix { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.tag-matrix a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; color: #bdcada; }
.about-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: start; margin-block: 60px; padding: 42px; border-left: 4px solid var(--orange); background: var(--surface); }
.about-section p { margin: 0; color: #c1ccda; font-size: 1.05rem; }
.subscribe { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; margin-top: 76px; margin-bottom: 76px; padding: 48px; border-radius: 28px; color: #07101d; background: linear-gradient(120deg, #ffb454, #64d9e8); }
.subscribe-copy > span { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; }
.subscribe h2 { margin: 5px 0; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.2; }
.subscribe p { max-width: 700px; }
.subscribe small { display: block; margin-top: 8px; }
.brand-code { width: 178px; padding: 15px; border-radius: 20px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.code-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; aspect-ratio: 1; padding: 7px; background: #fff; }
.code-grid i { border-radius: 2px; background: #e8edf2; }
.code-grid i.on { background: #07101d; }
.brand-code strong, .brand-code span { display: block; }
.brand-code strong { margin-top: 5px; }
.brand-code span { color: #506079; font-size: .72rem; }
.site-footer { padding: 55px 0 24px; border-top: 1px solid var(--line); background: #050c16; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.footer-grid h2 { margin: 0 0 12px; font-size: .9rem; }
.footer-grid a { display: block; margin: 8px 0; color: var(--muted); font-size: .84rem; }
.footer-grid p { max-width: 380px; color: var(--muted); font-size: .82rem; }
.copyright { display: flex; justify-content: space-between; margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line); color: #6f8199; font-size: .76rem; }
.back-top { position: fixed; z-index: 20; right: 22px; bottom: 22px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--surface); opacity: 0; pointer-events: none; transition: .2s ease; }
.back-top.visible { opacity: 1; pointer-events: auto; }
.inner-main { padding-top: 24px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; padding-block: 22px; color: var(--muted); font-size: .84rem; }
.channel-hero { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; padding: 40px; border: 1px solid color-mix(in srgb, var(--channel) 30%, transparent); border-radius: 26px; background: linear-gradient(120deg, color-mix(in srgb, var(--channel) 13%, var(--surface)), var(--surface)); }
.channel-icon { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 22px; color: #07101d; background: var(--channel); }
.channel-icon .icon { width: 36px; height: 36px; }
.channel-hero h1 { margin: 2px 0; font-size: clamp(2rem, 5vw, 4rem); }
.channel-hero p { max-width: 720px; margin: 0; color: var(--muted); }
.channel-stats { text-align: center; }
.channel-stats strong, .channel-stats span { display: block; }
.channel-stats strong { color: var(--channel); font-size: 2.7rem; }
.channel-feature > .video-card { display: grid; grid-template-columns: 1.2fr .8fr; }
.channel-feature .thumb { height: 100%; }
.channel-feature .card-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.channel-feature .card-copy h3 { font-size: 2rem; }
.channel-note { margin-block: 42px 76px; padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.channel-note p { max-width: 900px; color: var(--muted); }
.watch-header { max-width: 900px; padding: 30px 0; }
.watch-header h1 { margin: 8px 0; font-size: clamp(2.1rem, 5vw, 4.2rem); line-height: 1.15; }
.watch-header > p { color: #bdc9d8; font-size: 1.05rem; }
.watch-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; color: var(--muted); font-size: .82rem; }
.watch-meta span { display: inline-flex; align-items: center; gap: 5px; }
.player-shell { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: #000; box-shadow: var(--shadow); }
.player-shell video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: cover; }
.player-tip { display: flex; justify-content: space-between; gap: 30px; padding: 12px 18px; color: #aebccd; background: #060b12; font-size: .82rem; }
.player-tip strong { color: var(--orange); }
.watch-body { display: grid; grid-template-columns: 1.5fr .5fr; gap: 50px; padding-block: 58px; }
.watch-body h2, .scene-section h2, .highlights h2 { font-size: 1.8rem; }
.watch-body p { color: #b8c5d5; }
.watch-body aside { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.watch-body aside h2 { margin-top: 0; font-size: 1rem; }
.watch-body dl { margin: 0; }
.watch-body dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.watch-body dt { color: var(--muted); }
.watch-body dd { margin: 0; text-align: right; }
.scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.scene-grid figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.scene-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.scene-grid figcaption { display: grid; gap: 3px; padding: 16px; }
.scene-grid figcaption span { color: var(--muted); font-size: .84rem; }
.highlights { padding-block: 62px; }
.highlights > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlights article { padding: 24px; border-top: 2px solid var(--orange); background: var(--surface); }
.highlights b { color: var(--orange); }
.highlights h3 { margin-bottom: 5px; }
.highlights p { margin: 0; color: var(--muted); font-size: .86rem; }
.end-note { display: flex; gap: 20px; align-items: center; padding: 28px; border-radius: 20px; color: #07101d; background: linear-gradient(100deg, var(--orange), #ffcf8f); }
.end-note > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(0,0,0,.18); border-radius: 50%; }
.end-note h2, .end-note p { margin: 0; }
.video-pager { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 36px; }
.video-pager a, .pager-empty { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.video-pager a:last-child { text-align: right; }
.video-pager span { color: var(--muted); font-size: .76rem; }
.pager-empty { color: #6f8199; }

@media (max-width: 1020px) {
    .menu-toggle { display: inline-flex; }
    .site-nav { position: absolute; display: none; top: 73px; left: 20px; right: 20px; grid-template-columns: repeat(3, 1fr); padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #0a1423; box-shadow: var(--shadow); }
    .site-nav.open { display: grid; }
    .site-nav a { justify-content: center; }
    .hero { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-visual { aspect-ratio: 16 / 9; }
    .poster-grid, .category-grid, .classic-cards { grid-template-columns: repeat(2, 1fr); }
    .ranking-section { grid-template-columns: 1fr; gap: 0; }
    .editor-picks { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
    .shell { width: min(100% - 28px, 1200px); }
    .header-inner { min-height: 66px; }
    .brand img { width: 132px; }
    .site-nav { top: 65px; left: 14px; right: 14px; grid-template-columns: repeat(2, 1fr); max-height: 72vh; overflow-y: auto; }
    .hero { min-height: auto; gap: 30px; padding-block: 42px 50px; }
    .hero h1 { font-size: 3.7rem; }
    .hero-visual { border-radius: 20px; }
    .hero-caption { left: 18px; right: 18px; bottom: 16px; }
    .hero-caption span { display: none; }
    .hero-play { width: 58px; height: 58px; }
    .content-section { padding-block: 42px; }
    .section-heading { align-items: flex-start; }
    .section-heading > a { margin-top: 8px; }
    .feature-row, .anime-layout, .about-section, .watch-body { grid-template-columns: 1fr; }
    .mini-stack .video-card { grid-template-columns: 120px 1fr; }
    .spotlight-grid, .compact-grid, .topic-grid { grid-template-columns: 1fr; }
    .poster-grid, .category-grid, .classic-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .poster-grid .card-copy, .classic-cards .card-copy { padding: 12px; }
    .poster-grid .card-copy p, .poster-grid .meta, .classic-cards .card-copy p, .classic-cards .meta { display: none; }
    .category-tile { min-height: 185px; padding: 18px; }
    .anime-list { grid-template-columns: 1fr 1fr; }
    .timeline { grid-template-columns: 1fr 1fr; }
    .ranking-section { gap: 0; }
    .rank-list a { grid-template-columns: 44px 1fr; }
    .rank-list i { display: none; }
    .topic-card { min-height: 370px; }
    .subscribe { grid-template-columns: 1fr; padding: 30px; }
    .brand-code { width: 160px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > :last-child { grid-column: 1 / -1; }
    .channel-hero { grid-template-columns: auto 1fr; padding: 25px; }
    .channel-stats { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 10px; text-align: left; }
    .channel-feature > .video-card { grid-template-columns: 1fr; }
    .channel-feature .card-copy { padding: 22px; }
    .channel-feature .card-copy h3 { font-size: 1.5rem; }
    .watch-body { gap: 22px; }
    .scene-grid { grid-template-columns: 1fr; }
    .highlights > div { grid-template-columns: 1fr; }
    .player-tip { display: block; }
    .player-tip span { display: block; }
}

@media (max-width: 430px) {
    .menu-toggle span { display: none; }
    .hero-actions .button { width: 100%; }
    .hero-meta { gap: 6px 10px; }
    .hero-meta span + span::before { margin-right: 10px; }
    .category-grid { grid-template-columns: 1fr 1fr; }
    .category-tile span { -webkit-line-clamp: 2; }
    .anime-list { grid-template-columns: 1fr; }
    .timeline { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid var(--line); }
    .timeline > div { border-right: 0; }
    .timeline > div::before { top: 36px; left: -6px; }
    .poster-grid .card-copy h3, .classic-cards .card-copy h3 { font-size: .88rem; }
    .copyright { flex-direction: column; gap: 5px; }
    .channel-icon { width: 58px; height: 58px; }
    .channel-hero { gap: 16px; }
    .watch-meta { flex-direction: column; gap: 5px; }
    .video-pager { grid-template-columns: 1fr; }
}
