:root {
    --bg: #071018;
    --surface: #0d1924;
    --surface-2: #122231;
    --line: rgba(255, 255, 255, 0.1);
    --text: #f5f8fb;
    --muted: #9eafbf;
    --accent: #ff5d52;
    --accent-2: #4ed5c7;
    --gold: #ffc85a;
    --radius: 22px;
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: var(--bg);
    color: var(--text);
    font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body::before {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 78% 8%, rgba(78, 213, 199, 0.12), transparent 28%), radial-gradient(circle at 12% 28%, rgba(255, 93, 82, 0.11), transparent 24%);
    content: "";
    pointer-events: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
video {
    display: block;
    max-width: 100%;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.shell {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 16, 24, 0.86);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand img {
    width: 176px;
    height: 42px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    padding: 8px 10px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 14px;
    transition: 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
    background: var(--surface-2);
    color: var(--text);
}

.nav-link.is-active .nav-icon {
    color: var(--accent);
}

.nav-icon {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: 13px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
}

.nav-toggle > span:not(.sr-only) {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--text);
}

.hero {
    display: grid;
    min-height: 610px;
    align-items: center;
    gap: 54px;
    grid-template-columns: 0.82fr 1.18fr;
    padding-block: 58px 72px;
}

.live-chip,
.eyebrow {
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.live-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    border: 1px solid rgba(78, 213, 199, 0.28);
    border-radius: 999px;
    background: rgba(78, 213, 199, 0.08);
}

.live-chip::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent-2);
    box-shadow: 0 0 16px var(--accent-2);
    content: "";
}

.hero h1 {
    margin: 18px 0 8px;
    font-size: clamp(46px, 6vw, 80px);
    line-height: 1.05;
    letter-spacing: -0.06em;
}

.hero h1 a {
    background: linear-gradient(120deg, #ffffff 35%, #99efe5 100%);
    background-clip: text;
    color: transparent;
}

.hero-lead {
    max-width: 590px;
    margin: 22px 0;
    color: #bfd0de;
    font-size: 18px;
}

.hero-actions,
.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 19px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--text);
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.button-primary {
    background: var(--accent);
    box-shadow: 0 12px 30px rgba(255, 93, 82, 0.24);
}

.button-ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.04);
}

.button-light {
    background: var(--text);
    color: var(--bg);
}

.hero-stats {
    margin-top: 30px;
    color: var(--muted);
    font-size: 13px;
}

.hero-stats span {
    padding-right: 15px;
    border-right: 1px solid var(--line);
}

.hero-stats strong {
    color: var(--text);
    font-size: 17px;
}

.hero-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 34px;
    box-shadow: var(--shadow);
    transform: rotate(1deg);
}

.hero-visual::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(1, 7, 12, 0.92));
    content: "";
}

.hero-visual img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hero-play,
.play-mark,
.player-button {
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--accent);
    color: white;
    box-shadow: 0 12px 36px rgba(255, 93, 82, 0.35);
}

.hero-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.hero-duration,
.duration {
    position: absolute;
    z-index: 3;
    right: 12px;
    bottom: 12px;
    padding: 3px 8px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.74);
    color: white;
    font-size: 12px;
}

.hero-duration {
    top: 18px;
    right: 18px;
    bottom: auto;
}

.hero-caption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
}

.hero-caption small,
.hero-caption strong {
    display: block;
}

.hero-caption small {
    color: var(--accent-2);
}

.hero-caption strong {
    margin-top: 5px;
    font-size: 22px;
}

.content-section {
    margin-top: 100px;
    scroll-margin-top: 100px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 3px 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.section-heading p {
    max-width: 650px;
    margin: 6px 0 0;
    color: var(--muted);
}

.text-link {
    flex: 0 0 auto;
    color: var(--accent-2);
    font-weight: 700;
}

.feature-layout {
    display: grid;
    gap: 22px;
    grid-template-columns: 1.45fr 1fr;
}

.video-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    transition: transform 180ms ease, border-color 180ms ease;
}

.video-card:hover {
    border-color: rgba(78, 213, 199, 0.42);
    transform: translateY(-4px);
}

.cover {
    position: relative;
    display: block;
    overflow: hidden;
}

.cover img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 300ms ease;
}

.video-card:hover .cover img {
    transform: scale(1.035);
}

.play-mark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    opacity: 0.94;
    transform: translate(-50%, -50%);
}

.card-body {
    padding: 18px;
}

.meta-row,
.card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--muted);
    font-size: 12px;
}

.pill {
    display: inline-flex;
    width: fit-content;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(78, 213, 199, 0.1);
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 700;
}

.video-card h3 {
    display: -webkit-box;
    min-height: 50px;
    margin: 11px 0 8px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.video-card p {
    display: -webkit-box;
    min-height: 66px;
    margin: 0 0 16px;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.card-foot a {
    color: var(--text);
}

.feature-large .cover img {
    aspect-ratio: 16 / 8.4;
}

.feature-large h3 {
    font-size: 24px;
}

.mini-stack {
    display: grid;
    gap: 12px;
}

.mini-card {
    display: grid;
    grid-template-columns: 156px 1fr;
}

.mini-card .cover img {
    height: 100%;
    aspect-ratio: 1;
}

.mini-card .card-body {
    padding: 13px;
}

.mini-card .card-body p,
.mini-card .card-foot {
    display: none;
}

.mini-card h3 {
    min-height: auto;
    margin: 8px 0;
    font-size: 15px;
}

.latest-strip,
.anime-zone,
.ranking-section {
    padding-block: 80px;
    background: #0a151f;
}

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

.poster-grid .card-body {
    padding: 14px;
}

.poster-grid .video-card p {
    display: none;
}

.poster-grid .card-foot span {
    display: none;
}

.hot-mosaic {
    display: grid;
    gap: 18px;
    grid-template-columns: 1.3fr 1fr 1fr;
}

.hot-lead {
    grid-row: span 2;
}

.hot-lead .cover img {
    aspect-ratio: 4 / 3;
}

.hot-lead .card-body {
    padding: 22px;
}

.hot-small {
    display: grid;
    grid-template-columns: 43% 57%;
}

.hot-small .cover img {
    height: 100%;
}

.hot-small .play-mark {
    width: 38px;
    height: 38px;
}

.hot-small .card-body {
    padding: 12px;
}

.hot-small p,
.hot-small .card-foot {
    display: none;
}

.hot-small:last-child {
    grid-column: span 2;
}

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

.category-tile {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(145deg, var(--surface-2), var(--surface));
}

.category-tile::after {
    position: absolute;
    top: -28px;
    right: -28px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--tile, var(--accent));
    content: "";
    filter: blur(40px);
    opacity: 0.24;
}

.category-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    background: var(--tile, var(--accent));
    color: #071018;
    font-size: 20px;
    font-weight: 900;
}

.category-tile strong {
    font-size: 20px;
}

.category-tile p {
    display: -webkit-box;
    margin: 6px 0 15px;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.category-tile > span:last-child {
    color: var(--tile, var(--accent-2));
    font-size: 13px;
    font-weight: 700;
}

.tone-mint { --tile: #4ed5c7; }
.tone-coral { --tile: #ff7167; }
.tone-violet { --tile: #b98cff; }
.tone-amber { --tile: #ffc85a; }
.tone-sky { --tile: #65b8ff; }
.tone-green { --tile: #86d879; }
.tone-pink { --tile: #ff86ba; }
.tone-gold { --tile: #ffd56a; }
.tone-blue { --tile: #7c9cff; }

.reel-row {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.reel-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-radius: 24px;
}

.reel-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.92));
    content: "";
}

.reel-card img {
    width: 100%;
    aspect-ratio: 3 / 5;
    object-fit: cover;
}

.reel-card strong,
.reel-number {
    position: absolute;
    z-index: 2;
}

.reel-card strong {
    right: 15px;
    bottom: 18px;
    left: 15px;
    line-height: 1.45;
}

.reel-number {
    top: 12px;
    left: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 28px;
    font-weight: 900;
}

.anime-zone {
    background: linear-gradient(135deg, #101e34, #17253e 55%, #0c1827);
}

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

.anime-card {
    display: grid;
    min-width: 0;
    align-items: center;
    gap: 16px;
    grid-template-columns: 48px 150px 1fr;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.045);
}

.anime-card img {
    width: 150px;
    aspect-ratio: 4 / 3;
    border-radius: 15px;
    object-fit: cover;
}

.anime-index {
    color: #65b8ff;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.anime-card small,
.anime-card strong {
    display: block;
}

.anime-card small {
    color: #9ab3ca;
}

.anime-card strong {
    margin-top: 6px;
    font-size: 17px;
}

.classic-band {
    display: grid;
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(125deg, #ecf5f2, #bfe2d9);
    color: #0b1820;
    grid-template-columns: 1.1fr 1fr;
}

.classic-copy {
    padding: 46px;
}

.classic-copy > span {
    color: #176b63;
    font-size: 13px;
    font-weight: 800;
}

.classic-copy h2 {
    margin: 10px 0;
    font-size: 36px;
    line-height: 1.25;
}

.classic-list {
    display: grid;
    padding: 20px;
    background: rgba(255, 255, 255, 0.48);
}

.classic-list a {
    display: grid;
    align-items: center;
    gap: 16px;
    grid-template-columns: 72px 1fr 80px;
    padding: 16px;
    border-bottom: 1px solid rgba(7, 16, 24, 0.12);
}

.classic-list span,
.classic-list small {
    color: #426059;
    font-size: 13px;
}

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

.timeline article {
    position: relative;
    padding: 24px;
    border-top: 2px solid var(--accent-2);
}

.timeline article::before {
    position: absolute;
    top: -7px;
    left: 24px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-2);
    content: "";
}

.timeline time {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 900;
}

.timeline > article > span,
.timeline p {
    color: var(--muted);
    font-size: 13px;
}

.timeline h3 {
    min-height: 52px;
    line-height: 1.45;
}

.ranking-board {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
}

.rank-row {
    display: grid;
    min-height: 82px;
    align-items: center;
    gap: 20px;
    padding: 14px 22px;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 70px 1fr 110px 85px;
}

.rank-row:last-child {
    border-bottom: 0;
}

.rank-row:hover {
    background: rgba(255, 255, 255, 0.035);
}

.rank-number {
    color: var(--accent);
    font-size: 32px;
    font-weight: 900;
}

.rank-title strong,
.rank-title small {
    display: block;
}

.rank-title small,
.rank-heat {
    color: var(--muted);
    font-size: 13px;
}

.rank-go {
    color: var(--accent-2);
    text-align: right;
}

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

.topic-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border-radius: 26px;
}

.topic-card:first-child {
    grid-row: span 2;
}

.topic-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topic-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 8, 13, 0.92), rgba(2, 8, 13, 0.18));
    content: "";
}

.topic-card > div {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 70%;
    min-height: 310px;
    flex-direction: column;
    justify-content: end;
    padding: 28px;
}

.topic-card:first-child,
.topic-card:first-child > div {
    min-height: 638px;
}

.topic-card span,
.topic-card a {
    color: var(--accent-2);
    font-size: 13px;
    font-weight: 700;
}

.topic-card h3 {
    margin: 8px 0;
    font-size: 25px;
    line-height: 1.3;
}

.topic-card p {
    display: -webkit-box;
    overflow: hidden;
    color: #c1d0db;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.editor-note,
.about,
.subscribe {
    display: grid;
    align-items: center;
    gap: 30px;
    padding: 38px;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--surface);
}

.editor-note {
    grid-template-columns: 92px 1fr auto;
}

.editor-avatar {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    border-radius: 24px 24px 50% 24px;
    background: var(--accent);
    font-size: 34px;
    font-weight: 900;
}

.editor-note h2,
.about h2,
.subscribe h2 {
    margin: 5px 0;
    font-size: 30px;
}

.editor-note p,
.about p,
.subscribe p {
    margin: 8px 0;
    color: var(--muted);
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tags a {
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: #c9d6df;
}

.tags a:nth-child(3n + 1) {
    border-color: rgba(255, 93, 82, 0.32);
}

.tags a:nth-child(3n + 2) {
    border-color: rgba(78, 213, 199, 0.32);
}

.about {
    grid-template-columns: 240px 1fr;
    background: linear-gradient(135deg, #142738, #0d1924);
}

.about-mark {
    color: var(--accent);
    font-size: 82px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.08em;
}

.about-mark span {
    display: block;
    margin-left: 7px;
    color: var(--accent-2);
    font-size: 18px;
    letter-spacing: 0.28em;
}

.subscribe {
    margin-bottom: 100px;
    grid-template-columns: 1fr 240px;
    background: linear-gradient(130deg, #ff6258, #c93e60);
}

.subscribe .eyebrow,
.subscribe p {
    color: rgba(255, 255, 255, 0.86);
}

.subscribe-status {
    display: block;
    margin-top: 14px;
}

.brand-code {
    position: relative;
    display: grid;
    width: 200px;
    height: 200px;
    justify-self: end;
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    padding: 14px;
    border: 8px solid white;
    border-radius: 22px;
    background: #0a151f;
}

.brand-code span,
.brand-code i {
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: white;
    color: #0a151f;
    font-style: normal;
    font-weight: 900;
}

.brand-code i:nth-child(2n) {
    background: var(--accent-2);
}

.brand-code b {
    position: absolute;
    right: 22px;
    bottom: -32px;
    color: white;
    font-size: 11px;
    letter-spacing: 0.18em;
}

.site-footer {
    border-top: 1px solid var(--line);
    background: #040a0f;
}

.footer-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    padding-block: 58px;
}

.footer-grid h2 {
    margin-top: 0;
    font-size: 15px;
}

.footer-grid a {
    display: block;
    margin: 8px 0;
    color: var(--muted);
    font-size: 14px;
}

.footer-grid p {
    max-width: 300px;
    color: var(--muted);
    font-size: 13px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 18px;
    border-top: 1px solid var(--line);
    color: #718391;
    font-size: 12px;
}

.back-top {
    position: fixed;
    z-index: 40;
    right: 24px;
    bottom: 24px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--surface-2);
    color: var(--text);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 180ms ease;
}

.back-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.inner-main {
    padding-bottom: 100px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-block: 28px;
    color: var(--muted);
    font-size: 13px;
}

.breadcrumbs a:hover {
    color: var(--accent-2);
}

.channel-hero {
    position: relative;
    display: grid;
    min-height: 430px;
    align-items: center;
    gap: 44px;
    overflow: hidden;
    padding: 46px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--tile) 18%, #10202d), #0b1721 65%);
    grid-template-columns: 0.85fr 1.15fr;
}

.channel-hero::before {
    position: absolute;
    top: -160px;
    left: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: var(--tile);
    content: "";
    filter: blur(120px);
    opacity: 0.15;
}

.channel-hero > div,
.channel-feature {
    position: relative;
    z-index: 2;
}

.channel-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    background: var(--tile);
    color: #061018;
    font-size: 25px;
    font-weight: 900;
}

.channel-hero h1 {
    margin: 5px 0 12px;
    font-size: clamp(40px, 6vw, 66px);
    line-height: 1.1;
}

.channel-hero p {
    color: #c1d0dc;
}

.channel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.channel-meta span {
    padding: 6px 10px;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--muted);
    font-size: 12px;
}

.channel-feature {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
}

.channel-feature::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.88));
    content: "";
}

.channel-feature img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.channel-feature > span:last-child {
    position: absolute;
    z-index: 3;
    right: 20px;
    bottom: 18px;
    left: 20px;
}

.channel-feature small,
.channel-feature strong {
    display: block;
}

.channel-feature small {
    color: var(--tile);
}

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

.channel-hot {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1.15fr;
}

.channel-note,
.compact-ranking {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.channel-note h2,
.compact-ranking h2 {
    margin: 6px 0 12px;
}

.channel-note p {
    color: var(--muted);
}

.channel-note a {
    color: var(--accent-2);
    font-weight: 700;
}

.compact-ranking a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
}

.compact-ranking a:last-child {
    border: 0;
}

.compact-ranking b {
    color: var(--accent);
    font-size: 24px;
}

.compact-ranking span,
.compact-ranking strong,
.compact-ranking small {
    display: block;
}

.compact-ranking small {
    color: var(--muted);
}

.watch-page {
    display: grid;
    gap: 48px;
}

.watch-header {
    display: grid;
    align-items: end;
    gap: 40px;
    grid-template-columns: 1fr 360px;
}

.watch-header h1 {
    max-width: 850px;
    margin: 12px 0;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.watch-header p {
    max-width: 780px;
    color: #b8c7d2;
}

.watch-facts {
    display: grid;
    margin: 0;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--line);
}

.watch-facts div {
    padding: 14px;
    background: var(--surface);
}

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

.watch-facts dd {
    margin: 3px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.player-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 28px;
    background: #000;
    box-shadow: var(--shadow);
}

.player-shell video {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.player-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: radial-gradient(circle at center, transparent, rgba(0, 0, 0, 0.38));
    pointer-events: none;
}

.player-overlay strong {
    max-width: 80%;
    margin-top: 16px;
    font-size: 22px;
    text-align: center;
}

.player-overlay span {
    color: #c4d0d9;
    font-size: 13px;
}

.player-button {
    width: 82px;
    height: 82px;
    border: 0;
    font-size: 24px;
}

.player-control-demo {
    position: absolute;
    right: 18px;
    bottom: 12px;
    left: 18px;
    display: flex;
    z-index: 4;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 12px;
    pointer-events: none;
}

.player-control-demo i {
    height: 4px;
    flex: 1;
    border-radius: 4px;
    background: linear-gradient(90deg, var(--accent) 0 18%, rgba(255, 255, 255, 0.3) 18%);
}

.watch-notice {
    margin: -28px 0 0;
    padding: 15px 18px;
    border-left: 3px solid var(--accent-2);
    border-radius: 0 12px 12px 0;
    background: rgba(78, 213, 199, 0.07);
    color: #aec1cf;
    font-size: 14px;
}

.story-grid,
.record-section {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.4fr 1fr;
}

.story-copy,
.highlight-box,
.record-section > div {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.story-copy h2,
.highlight-box h2,
.record-section h2 {
    margin: 5px 0 12px;
    font-size: 28px;
}

.story-copy p,
.record-section p {
    color: #b5c5d1;
}

.highlight-box {
    background: linear-gradient(145deg, rgba(255, 93, 82, 0.14), var(--surface));
}

.highlight-box li {
    margin: 10px 0;
    color: #c8d5de;
}

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

.scene-grid figure {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 22px;
    background: var(--surface);
}

.scene-grid img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.scene-grid figcaption {
    display: grid;
    gap: 4px;
    padding: 16px;
    grid-template-columns: 42px 1fr;
}

.scene-grid figcaption span {
    grid-row: span 2;
    color: var(--accent);
    font-size: 24px;
    font-weight: 900;
}

.scene-grid figcaption small {
    color: var(--muted);
}

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

.end-card {
    padding: 54px 30px;
    border-radius: 28px;
    background: linear-gradient(120deg, #142f3e, #15242f);
    text-align: center;
}

.end-card > span {
    color: var(--accent-2);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.end-card h2 {
    margin: 8px 0;
    font-size: 32px;
}

.end-card p {
    color: var(--muted);
}

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

.episode-nav a,
.episode-empty {
    display: flex;
    min-height: 100px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface);
}

.episode-nav a:last-child,
.episode-empty:last-child {
    text-align: right;
}

.episode-nav small {
    color: var(--accent-2);
}

.episode-empty {
    color: #788b99;
}

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

.related-card p {
    display: none;
}

@media (max-width: 1050px) {
    .nav-link {
        padding-inline: 7px;
    }
    .nav-icon {
        display: none;
    }
    .poster-grid,
    .channel-grid,
    .reel-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hot-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hot-lead {
        grid-column: span 2;
        grid-row: auto;
    }
    .hot-lead .cover img {
        aspect-ratio: 16 / 7;
    }
    .hot-small:last-child {
        grid-column: auto;
    }
    .watch-header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .shell {
        width: min(100% - 28px, 1200px);
    }
    .nav-toggle {
        display: block;
    }
    .site-nav {
        position: absolute;
        top: 68px;
        right: 14px;
        left: 14px;
        display: none;
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: #0b1721;
        box-shadow: var(--shadow);
        grid-template-columns: repeat(2, 1fr);
    }
    .site-nav.is-open {
        display: grid;
    }
    .nav-icon {
        display: grid;
    }
    .hero,
    .channel-hero {
        grid-template-columns: 1fr;
    }
    .hero {
        min-height: auto;
        gap: 34px;
        padding-block: 44px 30px;
    }
    .feature-layout,
    .channel-hot,
    .story-grid {
        grid-template-columns: 1fr;
    }
    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .anime-grid {
        grid-template-columns: 1fr;
    }
    .classic-band {
        grid-template-columns: 1fr;
    }
    .timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .topic-grid {
        grid-template-columns: 1fr;
    }
    .topic-card:first-child,
    .topic-card:first-child > div {
        min-height: 420px;
    }
    .editor-note {
        grid-template-columns: 80px 1fr;
    }
    .editor-note .button {
        grid-column: span 2;
    }
    .about {
        grid-template-columns: 160px 1fr;
    }
    .subscribe {
        grid-template-columns: 1fr 190px;
    }
    .brand-code {
        width: 175px;
        height: 175px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .watch-header {
        gap: 22px;
    }
}

@media (max-width: 620px) {
    body {
        font-size: 16px;
    }
    .header-inner {
        min-height: 68px;
    }
    .content-section {
        margin-top: 72px;
    }
    .section-heading {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
    .hero h1 {
        font-size: 46px;
    }
    .hero-visual {
        border-radius: 22px;
        transform: none;
    }
    .hero-visual img {
        aspect-ratio: 16 / 11;
    }
    .hero-caption strong {
        font-size: 16px;
    }
    .hero-play {
        width: 58px;
        height: 58px;
    }
    .feature-large .cover img,
    .hot-lead .cover img {
        aspect-ratio: 16 / 10;
    }
    .mini-card {
        grid-template-columns: 118px 1fr;
    }
    .poster-grid,
    .channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .poster-grid .video-card:last-child,
    .channel-grid .video-card:last-child {
        grid-column: span 2;
    }
    .poster-grid .video-card:last-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .poster-grid .video-card:last-child .cover img {
        height: 100%;
    }
    .hot-mosaic {
        grid-template-columns: 1fr;
    }
    .hot-lead,
    .hot-small:last-child {
        grid-column: auto;
    }
    .hot-small {
        grid-template-columns: 38% 62%;
    }
    .category-grid {
        grid-template-columns: 1fr;
    }
    .category-tile {
        min-height: 180px;
    }
    .reel-row {
        display: flex;
        margin-right: -14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
    .reel-card {
        min-width: 66vw;
        scroll-snap-align: start;
    }
    .anime-card {
        gap: 10px;
        grid-template-columns: 34px 100px 1fr;
    }
    .anime-card img {
        width: 100px;
    }
    .anime-index {
        font-size: 22px;
    }
    .classic-copy {
        padding: 28px;
    }
    .classic-copy h2 {
        font-size: 28px;
    }
    .classic-list a {
        gap: 8px;
        grid-template-columns: 64px 1fr;
    }
    .classic-list small {
        display: none;
    }
    .timeline {
        grid-template-columns: 1fr;
    }
    .rank-row {
        gap: 10px;
        grid-template-columns: 46px 1fr 60px;
        padding-inline: 14px;
    }
    .rank-heat {
        text-align: right;
    }
    .rank-go {
        display: none;
    }
    .topic-card,
    .topic-card:first-child,
    .topic-card:first-child > div {
        min-height: 390px;
    }
    .topic-card > div {
        max-width: 90%;
    }
    .editor-note,
    .about,
    .subscribe {
        padding: 26px;
        grid-template-columns: 1fr;
    }
    .editor-avatar {
        width: 70px;
        height: 70px;
    }
    .editor-note .button {
        grid-column: auto;
    }
    .about-mark {
        font-size: 64px;
    }
    .brand-code {
        justify-self: start;
    }
    .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-bottom {
        flex-direction: column;
    }
    .channel-hero {
        min-height: auto;
        padding: 28px;
        border-radius: 24px;
    }
    .channel-grid .video-card:last-child {
        grid-template-columns: 1fr;
    }
    .watch-page {
        gap: 34px;
    }
    .watch-facts,
    .scene-grid,
    .record-section,
    .episode-nav,
    .related-grid {
        grid-template-columns: 1fr;
    }
    .player-shell {
        border-radius: 16px;
    }
    .player-overlay strong {
        font-size: 16px;
    }
    .player-button {
        width: 56px;
        height: 56px;
    }
    .player-control-demo span:nth-of-type(2),
    .player-control-demo span:nth-of-type(4) {
        display: none;
    }
    .episode-nav a:last-child,
    .episode-empty:last-child {
        text-align: left;
    }
}
