:root {
    --ink: #11182a;
    --muted: #687087;
    --paper: #f5f7fb;
    --surface: #ffffff;
    --line: #dde2ed;
    --navy: #11182a;
    --cyan: #18c6c8;
    --violet: #7857ff;
    --orange: #ff8a3d;
    --pink: #ed5e9d;
    --blue: #3f7df4;
    --green: #26a66f;
    --gold: #d59419;
    --red: #e84e5d;
    --shadow: 0 18px 50px rgba(23, 33, 60, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.72; overflow-x: hidden; }
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; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid rgba(221, 226, 237, 0.9); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand img, .site-footer img { width: 178px; height: 44px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { min-height: 46px; padding: 0 10px; display: inline-flex; align-items: center; gap: 6px; color: #545d73; border-radius: 12px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.main-nav a span { color: var(--violet); font-size: 16px; }
.main-nav a:hover, .main-nav a.active { color: var(--ink); background: #edf0ff; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 12px; padding: 11px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.hero { margin-top: 34px; min-height: 620px; padding: 46px; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 50px; background: var(--navy); border-radius: 28px; color: #fff; overflow: hidden; box-shadow: var(--shadow); }
.hero-copy h1 { margin: 14px 0 16px; font-size: clamp(3.3rem, 7vw, 6.5rem); line-height: 0.95; letter-spacing: -0.08em; }
.hero-copy h1 a { color: #fff; }
.hero-copy > p { color: #c8cee0; font-size: 1.06rem; }
.signal { display: inline-flex; align-items: center; gap: 8px; color: #aef8f2; font-size: 14px; font-weight: 700; }
.signal i { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(24, 198, 200, 0.14); }
.hero-actions { display: flex; gap: 12px; margin: 28px 0 34px; }
.button { min-height: 48px; padding: 10px 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font-weight: 800; cursor: pointer; }
.button.primary { border-color: var(--cyan); background: var(--cyan); color: #071d22; }
.button.ghost { background: transparent; }
.hero .button.ghost { color: #fff; border-color: #4a526a; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; }
.hero-stats div { padding-top: 16px; border-top: 1px solid #394158; }
.hero-stats dt { color: #929ab0; font-size: 13px; }
.hero-stats dd { margin: 2px 0 0; font-weight: 800; }
.hero-poster { position: relative; min-height: 500px; border-radius: 22px; overflow: hidden; background: #252e45; }
.hero-poster::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5, 10, 22, 0.92)); }
.hero-poster img { width: 100%; height: 500px; object-fit: cover; }
.hero-poster > div { position: absolute; z-index: 2; inset: auto 24px 24px; display: grid; }
.hero-poster strong { font-size: 1.5rem; line-height: 1.3; }
.hero-poster small { color: #aef8f2; }
.hero-play, .big-play { position: absolute; z-index: 3; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 74px; height: 74px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(24, 198, 200, 0.92); color: #071d22; font-size: 25px; box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.16); }
.hero-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 7px 12px; border-radius: 99px; background: rgba(17, 24, 42, 0.8); font-size: 13px; }
.section { margin-top: 96px; }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading > div > span, .overline { color: var(--violet); font-size: 12px; font-weight: 900; letter-spacing: 0.16em; }
.section-heading h2 { margin: 4px 0 6px; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.15; letter-spacing: -0.04em; }
.section-heading p { max-width: 700px; margin: 0; color: var(--muted); }
.text-link { font-weight: 800; white-space: nowrap; }
.text-link.light { color: #aef8f2; }
.spotlight-grid, .video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-grid { grid-template-columns: repeat(5, 1fr); gap: 18px; }
.video-card { min-width: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(23, 33, 60, 0.05); }
.thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #d9deea; }
.thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.video-card:hover .thumb img { transform: scale(1.035); }
.play-mark { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, 0.92); color: var(--violet); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.24); }
.duration { position: absolute; right: 10px; bottom: 9px; padding: 3px 7px; border-radius: 6px; background: rgba(5, 10, 22, 0.82); color: #fff; font-size: 12px; }
.card-body { padding: 18px; }
.eyebrow, .card-meta { display: flex; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 12px; }
.eyebrow span { color: var(--violet); font-weight: 800; }
.card-body h3 { min-height: 2.8em; margin: 10px 0; font-size: 1.04rem; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-body p { min-height: 4.8em; margin: 0 0 12px; color: var(--muted); font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.latest-panel { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 60px; }
.latest-panel .section-heading { display: block; }
.latest-list { border-top: 1px solid var(--line); }
.latest-list a { display: grid; grid-template-columns: 65px 90px 1fr 72px; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.latest-list time { color: var(--violet); font-weight: 900; }
.latest-list span, .latest-list em { color: var(--muted); font-size: 13px; font-style: normal; }
.dark-section { padding: 86px 0; color: #fff; background: var(--navy); }
.dark-section .section-heading p { color: #aeb5c8; }
.poster-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dark-section .video-card { background: #1b2438; border-color: #303a52; }
.dark-section .card-body p, .dark-section .card-meta { color: #abb3c6; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.category-card { min-height: 230px; padding: 24px; border-radius: 20px; color: #fff; display: flex; flex-direction: column; }
.category-card strong { margin-top: 18px; font-size: 1.25rem; }
.category-card p { margin: 8px 0 18px; color: rgba(255, 255, 255, 0.82); font-size: 14px; line-height: 1.6; }
.category-card em { margin-top: auto; font-size: 13px; font-style: normal; font-weight: 800; }
.category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(255, 255, 255, 0.18); font-size: 25px; }
.cyan { background: #167f8c; } .violet { background: #6548d7; } .orange { background: #b45c27; } .pink { background: #b74075; } .blue { background: #2e63bd; } .green { background: #25845c; } .gold { background: #98701d; } .red { background: #b43c4a; }
.cinema-split { display: grid; grid-template-columns: 1.3fr 1fr; gap: 22px; }
.cinema-lead .video-card { height: 100%; }
.cinema-lead .thumb { aspect-ratio: 16 / 10; }
.mini-stack { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.mini-stack .video-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 45% 1fr; }
.mini-stack .video-card:last-child .thumb { height: 100%; }
.anime-band { padding: 80px 0; background: linear-gradient(120deg, #eef2ff, #e8fcfb); }
.anime-carousel { display: grid; grid-template-columns: repeat(5, minmax(210px, 1fr)); gap: 18px; overflow-x: auto; padding-bottom: 10px; }
.editorial-grid { display: grid; grid-template-columns: 1.4fr 0.8fr; grid-template-rows: repeat(2, 290px); gap: 20px; }
.editorial-item { position: relative; overflow: hidden; border-radius: 22px; color: #fff; }
.editorial-item.item-1 { grid-row: 1 / 3; }
.editorial-item img { width: 100%; height: 100%; object-fit: cover; }
.editorial-item::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(transparent, rgba(8, 13, 27, 0.92)); }
.editorial-item div { position: absolute; z-index: 2; inset: auto 24px 22px; }
.editorial-item h3 { margin: 4px 0; font-size: 1.45rem; line-height: 1.35; }
.editorial-item p { margin: 0; color: #d2d6e2; font-size: 14px; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.timeline div { position: relative; padding: 30px 22px 22px; border-right: 1px solid var(--line); }
.timeline div::before { content: ""; position: absolute; top: -7px; left: 22px; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); border: 2px solid var(--paper); }
.timeline time { display: block; color: var(--violet); font-weight: 900; }
.timeline span { color: var(--muted); font-size: 13px; }
.timeline strong { display: block; margin-top: 12px; }
.timeline p { color: var(--muted); font-size: 14px; }
.ranking-list { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); background: #fff; }
.ranking-list a { display: grid; grid-template-columns: 54px 100px 1fr 90px 80px; gap: 18px; align-items: center; padding: 16px 20px; border-bottom: 1px solid var(--line); }
.ranking-list a:last-child { border-bottom: 0; }
.ranking-list b { font-size: 1.4rem; color: var(--violet); }
.ranking-list span, .ranking-list em, .ranking-list time { color: var(--muted); font-size: 13px; font-style: normal; }
.topic-section { padding: 86px 0; background: #281d3d; color: #fff; }
.topic-section .section-heading p { color: #bbb1c9; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-grid a { min-width: 0; padding: 14px 14px 24px; border: 1px solid #4c3d65; border-radius: 20px; background: #332648; }
.topic-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 12px; }
.topic-grid span { display: block; margin-top: 18px; color: #d9b8ff; font-size: 12px; font-weight: 900; }
.topic-grid h3 { margin: 5px 0 8px; font-size: 1.2rem; }
.topic-grid p { color: #c5bdd0; font-size: 14px; }
.topic-grid em { color: #aef8f2; font-size: 13px; font-style: normal; font-weight: 800; }
.editor-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.editor-cards article { padding: 28px; border-top: 4px solid var(--violet); background: #fff; box-shadow: var(--shadow); }
.avatar { width: 54px; height: 54px; margin-bottom: 14px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--cyan); font-weight: 900; }
.editor-cards article > span { color: var(--muted); font-size: 13px; }
.editor-cards h3 { margin: 9px 0; }
.editor-cards p { color: var(--muted); }
.editor-cards a { font-weight: 800; color: var(--violet); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud a { padding: 10px 17px; border: 1px solid var(--line); border-radius: 99px; background: #fff; font-weight: 700; }
.about-section { padding: 58px; display: grid; grid-template-columns: 0.48fr 1.52fr; gap: 50px; align-items: center; background: #e9edff; border-radius: 26px; }
.about-mark { aspect-ratio: 1; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--violet); color: #fff; box-shadow: 0 0 0 18px rgba(120, 87, 255, 0.12); }
.about-mark span { font-size: 4rem; line-height: 1; font-weight: 900; letter-spacing: -0.08em; }
.about-mark small { margin-top: 8px; }
.about-section h2, .app-section h2 { margin: 4px 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; }
.about-section p { color: #4f5870; }
.app-section { margin-bottom: 96px; padding: 58px; display: grid; grid-template-columns: 1fr 310px; gap: 60px; align-items: center; border-radius: 26px; background: var(--navy); color: #fff; }
.app-copy p { max-width: 700px; color: #bdc5d7; }
.subscribe-status { margin-left: 12px; color: #aef8f2; }
.qr-card { padding: 22px; text-align: center; border-radius: 20px; background: #fff; color: var(--ink); }
.brand-code { width: 180px; height: 180px; margin: 0 auto 14px; padding: 10px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; background: #edf0f8; border: 7px solid var(--ink); }
.brand-code i { background: var(--ink); border-radius: 3px; }
.brand-code i:nth-child(3n), .brand-code i:nth-child(5n) { background: var(--cyan); }
.qr-card strong, .qr-card span { display: block; }
.qr-card span { color: var(--muted); font-size: 12px; }
.site-footer { padding: 64px 0 22px; background: #0b1020; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 42px; }
.footer-grid p, .footer-grid span { color: #949db2; font-size: 14px; }
.footer-grid strong, .footer-grid a, .footer-grid span { display: block; margin-bottom: 10px; }
.copyright { margin-top: 40px; padding-top: 20px; border-top: 1px solid #262f43; color: #7f899f; font-size: 13px; }
.back-top { position: fixed; z-index: 40; right: 20px; bottom: 20px; width: 46px; height: 46px; display: none; border: 0; border-radius: 50%; background: var(--violet); color: #fff; box-shadow: var(--shadow); cursor: pointer; }
.back-top.show { display: block; }
.breadcrumb { padding: 26px 0 16px; display: flex; gap: 10px; color: var(--muted); font-size: 14px; }
.breadcrumb strong { color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.channel-hero { color: #fff; }
.channel-hero-inner { min-height: 420px; padding: 52px 0; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 60px; align-items: center; }
.channel-hero-inner h1 { margin: 6px 0 12px; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1; }
.channel-hero-inner > div > div { color: rgba(255,255,255,.82); }
.channel-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: rgba(255,255,255,.17); font-size: 30px; }
.channel-feature { position: relative; height: 330px; overflow: hidden; border-radius: 24px; }
.channel-feature::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(8, 12, 24, .9)); }
.channel-feature img { width: 100%; height: 100%; object-fit: cover; }
.channel-feature span, .channel-feature strong, .channel-feature em { position: absolute; z-index: 2; left: 24px; }
.channel-feature span { bottom: 88px; color: #aef8f2; font-size: 13px; }
.channel-feature strong { right: 24px; bottom: 48px; font-size: 1.35rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.channel-feature em { bottom: 20px; font-style: normal; font-size: 13px; }
.compact-list { border-block: 1px solid var(--line); }
.compact-list a { display: grid; grid-template-columns: 52px 110px 1fr 90px 110px; gap: 16px; align-items: center; padding: 17px 4px; border-bottom: 1px solid var(--line); }
.compact-list a:last-child { border-bottom: 0; }
.compact-list b { color: var(--violet); }
.compact-list span, .compact-list em, .compact-list time { color: var(--muted); font-size: 13px; font-style: normal; }
.channel-popular { margin-bottom: 96px; }
.back-home { margin-top: 28px; }
.detail-layout { padding-bottom: 96px; }
.detail-header { max-width: 920px; padding: 34px 0; }
.detail-type { color: var(--violet); font-size: 13px; font-weight: 900; }
.detail-header h1 { margin: 8px 0 14px; font-size: clamp(2.2rem, 5vw, 4.4rem); line-height: 1.08; letter-spacing: -0.04em; }
.detail-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 14px; }
.detail-header > p { max-width: 850px; color: #4f5870; font-size: 1.06rem; }
.player-shell { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; background: #050914; box-shadow: var(--shadow); }
.player-shell::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(0,0,0,.82)); pointer-events: none; }
.player-poster { width: 100%; height: 100%; object-fit: cover; }
.big-play { border: 0; cursor: pointer; }
.player-title { position: absolute; z-index: 2; top: 20px; left: 22px; color: #fff; font-weight: 800; text-shadow: 0 2px 12px #000; }
.player-controls { position: absolute; z-index: 3; right: 20px; bottom: 16px; left: 20px; display: grid; grid-template-columns: 38px 50px 1fr auto 38px 38px; gap: 10px; align-items: center; color: #fff; font-size: 12px; }
.player-controls button { border: 0; background: transparent; color: #fff; font-size: 18px; cursor: pointer; }
.progress { height: 5px; border-radius: 10px; background: rgba(255,255,255,.34); }
.progress i { display: block; width: 18%; height: 100%; border-radius: inherit; background: var(--cyan); }
.watch-note { padding: 18px 22px; border: 1px solid #d9deeb; border-radius: 14px; background: #eef1f8; color: #596177; }
.detail-copy { margin: 72px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.detail-copy > div > span { color: var(--violet); font-size: 2rem; font-weight: 900; }
.detail-copy h2 { margin: 2px 0 10px; }
.detail-copy p, .detail-copy li { color: var(--muted); }
.detail-copy ul { padding-left: 20px; }
.scene-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.scene-gallery figure { margin: 0; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.scene-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.scene-gallery figcaption { padding: 12px 16px; color: var(--muted); font-size: 13px; }
.ending-note { margin: 70px 0 28px; padding: 48px; border-left: 6px solid var(--cyan); background: var(--navy); color: #fff; }
.ending-note span { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.ending-note h2 { margin: 4px 0 10px; }
.ending-note p { color: #bec6d8; }
.prev-next { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.prev-next a, .nav-empty { min-height: 110px; padding: 20px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.prev-next a:last-child { text-align: right; }
.prev-next span { color: var(--muted); font-size: 13px; }
.related-section { margin-top: 80px; }
