:root {
    --bg: #070a12;
    --surface: #0e1320;
    --surface-2: #151b2b;
    --line: rgba(255, 255, 255, .1);
    --text: #f6f8ff;
    --muted: #aab3c8;
    --blue: #4cbcff;
    --violet: #886cff;
    --radius: 20px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 75% -10%, rgba(76,188,255,.13), transparent 32rem), var(--bg); color: var(--text); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(7,10,18,.88); backdrop-filter: blur(20px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.08rem; font-weight: 800; white-space: nowrap; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px 12px 12px 4px; color: #071019; background: linear-gradient(135deg, var(--blue), #9af0ff); box-shadow: 0 0 24px rgba(76,188,255,.3); }
.main-nav { flex: 1; display: flex; justify-content: flex-end; gap: 4px; }
.main-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 10px; border-radius: 10px; color: var(--muted); font-size: .88rem; }
.main-nav a:hover, .main-nav a.active { color: white; background: rgba(255,255,255,.09); }
.main-nav a.active { box-shadow: inset 0 -2px var(--blue); }
.nav-toggle { display: none; margin-left: auto; color: white; border: 1px solid var(--line); background: var(--surface); border-radius: 10px; padding: 7px 11px; }
.hero { margin-top: 32px; min-height: 520px; display: grid; grid-template-columns: .85fr 1.35fr; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: linear-gradient(135deg, rgba(136,108,255,.16), rgba(76,188,255,.06)); }
.hero-copy { padding: clamp(32px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.hero-kicker, .eyebrow { color: var(--blue); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.hero h1 { margin: 8px 0 12px; font-size: clamp(3.1rem, 7vw, 6.2rem); line-height: .98; letter-spacing: -.07em; }
.hero h1 a { background: linear-gradient(135deg, white 20%, #7ad7ff 65%, #a88eff); -webkit-background-clip: text; color: transparent; }
.hero p { color: #c2cadc; max-width: 35rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 12px; border: 1px solid var(--line); cursor: pointer; }
.button.primary { color: #061019; font-weight: 800; background: var(--blue); border-color: transparent; }
.button.ghost { background: rgba(255,255,255,.05); }
.hero-media { position: relative; min-height: 400px; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--surface) 0%, transparent 38%), linear-gradient(0deg, rgba(4,7,13,.9), transparent 45%); }
.hero-media img { height: 100%; object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; top: 24px; right: 24px; padding: 6px 12px; border-radius: 99px; background: rgba(7,10,18,.78); }
.hero-play, .big-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 74px; height: 74px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: white; background: rgba(8,11,20,.55); backdrop-filter: blur(12px); }
.hero-caption { position: absolute; z-index: 2; left: 36px; right: 30px; bottom: 28px; display: flex; justify-content: space-between; gap: 16px; align-items: end; }
.hero-caption strong { font-size: 1.35rem; }
.hero-caption span { color: var(--muted); }
.section { margin-top: 92px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.section-head > div { display: flex; align-items: center; gap: 14px; }
.section-head h2 { margin: 0; font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-head > a { color: var(--blue); }
.section-index { color: var(--blue); font-family: ui-monospace, monospace; font-size: .8rem; }
.spotlight-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 18px; }
.video-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); transition: transform .25s, border-color .25s; }
.video-card:hover { transform: translateY(-5px); border-color: rgba(76,188,255,.45); }
.cover { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #111827; }
.cover img { height: 100%; object-fit: cover; transition: transform .45s; }
.video-card:hover .cover img { transform: scale(1.04); }
.play-icon { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,10,18,.68); border: 1px solid rgba(255,255,255,.35); }
.duration { position: absolute; right: 10px; bottom: 10px; padding: 2px 8px; border-radius: 6px; background: rgba(0,0,0,.78); font-size: .75rem; }
.card-body { padding: 18px; }
.card-body h3 { min-height: 3.1em; margin: 5px 0 8px; line-height: 1.48; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-body p { color: var(--muted); font-size: .9rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.meta { display: flex; justify-content: space-between; gap: 10px; color: #7f8ba5; font-size: .75rem; }
.latest-strip, .anime-wave { padding: 72px 0; background: linear-gradient(90deg, rgba(76,188,255,.07), rgba(136,108,255,.08)); border-block: 1px solid var(--line); }
.poster-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.poster-row .card-body p { display: none; }
.poster-row .card-body { padding: 14px; }
.split-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; }
.split-feature > div > .video-card { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 14px; }
.split-feature .cover { height: 100%; }
.mini-rank { margin: 0; padding: 16px 22px; list-style: none; border-radius: 24px; background: var(--surface-2); }
.mini-rank li { display: flex; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.mini-rank li:last-child { border: 0; }
.mini-rank li > span { color: var(--blue); font-size: 1.3rem; font-weight: 900; }
.mini-rank div { display: flex; flex-direction: column; }
.mini-rank small { color: var(--muted); margin-top: 4px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.category-tile { padding: 24px; border-radius: 20px; border: 1px solid color-mix(in srgb, var(--accent) 35%, transparent); background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 14%, var(--surface)), var(--surface)); }
.category-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #071019; background: var(--accent); border-radius: 13px; font-size: 1.25rem; margin-bottom: 20px; }
.category-tile strong { font-size: 1.2rem; }
.category-tile p { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.vertical-list { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.vertical-list a { display: grid; grid-template-columns: 90px 1fr auto 42px; align-items: center; gap: 18px; min-height: 82px; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.vertical-list a:nth-child(odd) { border-right: 1px solid var(--line); }
.episode, .vertical-list small { color: var(--muted); }
.round-play { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
.anime-grid, .recommend-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.editorial-stack article { display: grid; grid-template-columns: 50px 280px 1fr; gap: 24px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.editorial-stack article > span { font: 800 1.4rem ui-monospace, monospace; color: var(--blue); }
.editorial-stack img { aspect-ratio: 16/8; object-fit: cover; border-radius: 16px; }
.editorial-stack h3 { font-size: 1.35rem; margin: 0; }
.editorial-stack p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.timeline a { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.timeline time { display: flex; justify-content: space-between; color: var(--muted); }
.timeline time strong { font-size: 2rem; color: var(--blue); }
.timeline a > span { display: flex; flex-direction: column; margin-top: 25px; }
.timeline small { color: var(--muted); margin-top: 8px; }
.rank-board { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.rank-board a { display: grid; grid-template-columns: 60px 1fr 120px 100px 110px; align-items: center; gap: 12px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.rank-board a:last-child { border: 0; }
.rank-number { color: var(--blue); font-size: 1.25rem; font-weight: 900; }
.rank-board em, .rank-board small, .rank-board time { color: var(--muted); font-style: normal; }
.topic-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 16px; }
.topic-grid a { position: relative; min-height: 360px; overflow: hidden; border-radius: 24px; }
.topic-grid img { height: 100%; object-fit: cover; }
.topic-grid a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, #080b13 5%, transparent 78%); }
.topic-grid div { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 20px; }
.topic-grid h3 { font-size: 1.35rem; margin: 5px 0; }
.topic-grid p { color: #c7cede; font-size: .86rem; }
.pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pick-grid a { min-height: 220px; padding: 22px; border-radius: 20px; background: linear-gradient(145deg, var(--surface-2), rgba(76,188,255,.07)); border: 1px solid var(--line); }
.quote { display: block; height: 50px; color: var(--blue); font: 3rem Georgia, serif; }
.pick-grid p, .pick-grid small { color: var(--muted); }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud a { padding: 12px 20px; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); }
.about { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; padding: 46px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(130deg, rgba(136,108,255,.13), rgba(76,188,255,.05)); }
.about h2 { font-size: 2.4rem; line-height: 1.15; }
.about p { color: #c5ccdc; }
.app-subscribe { margin-bottom: 92px; display: grid; grid-template-columns: 1fr 320px; align-items: center; gap: 54px; padding: 48px; border-radius: 30px; background: #dff7ff; color: #09111d; }
.app-copy > span { font-weight: 800; color: #166e93; }
.app-copy h2 { margin: 8px 0; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.05; }
.app-copy p { color: #304354; }
.subscribe-status { display: block; margin-top: 14px; }
.brand-code { position: relative; aspect-ratio: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 28px; background: #09111d; border-radius: 28px; overflow: hidden; }
.brand-code > span, .brand-code strong { grid-column: 1/-1; color: white; letter-spacing: .18em; }
.brand-code i { min-height: 36px; border: 5px solid #dff7ff; border-radius: 5px; }
.brand-code i:nth-of-type(2), .brand-code i:nth-of-type(5) { background: var(--blue); }
.site-footer { padding: 56px 0 26px; border-top: 1px solid var(--line); background: #05070c; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 36px; }
.footer-grid h2 { font-size: 1rem; }
.footer-grid p, .footer-grid a { display: block; color: var(--muted); margin: 8px 0; font-size: .88rem; }
.copyright { margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); color: #758097; font-size: .8rem; }
.back-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 44px; height: 44px; display: none; color: white; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.back-top.visible { display: block; }
.inner-main { padding-bottom: 86px; }
.breadcrumb { padding-top: 28px; color: var(--muted); font-size: .88rem; }
.breadcrumb span { margin: 0 9px; }
.category-hero { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; padding: 36px; border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent); border-radius: 28px; background: linear-gradient(125deg, color-mix(in srgb, var(--accent) 14%, var(--surface)), var(--surface)); }
.category-hero h1 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.category-hero p { color: var(--muted); }
.category-feature { position: relative; min-height: 300px; overflow: hidden; border-radius: 22px; }
.category-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,12,.9), transparent 70%); }
.category-feature img { height: 100%; object-fit: cover; }
.category-feature > span, .category-feature > strong, .category-feature > small { position: absolute; z-index: 1; left: 22px; }
.category-feature > span { bottom: 75px; color: var(--accent); }
.category-feature > strong { bottom: 42px; font-size: 1.25rem; }
.category-feature > small { bottom: 18px; color: #c8cede; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.channel-note { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; padding: 32px; border-radius: 24px; background: var(--surface-2); }
.channel-note p { color: var(--muted); }
.channel-note ol { list-style: none; margin: 0; padding: 0; }
.channel-note li { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.channel-note li > span { color: var(--blue); }
.channel-note small { color: var(--muted); }
.return-home { margin-top: 54px; }
.video-heading { max-width: 900px; margin: 38px auto 26px; text-align: center; }
.video-heading h1 { margin: 8px 0 12px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.15; }
.video-heading .meta { justify-content: center; }
.video-heading p { color: var(--muted); text-align: left; margin-top: 22px; }
.player-shell { position: relative; aspect-ratio: 16/9; max-height: 675px; overflow: hidden; border-radius: 28px; background: black; box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.player-shell > img { height: 100%; object-fit: cover; opacity: .78; }
.big-play { border: 1px solid rgba(255,255,255,.45); cursor: pointer; font-size: 1.2rem; }
.player-shell.playing .big-play { opacity: 0; pointer-events: none; }
.player-shell.playing > img { filter: saturate(.75) brightness(.75); }
.player-controls { position: absolute; z-index: 3; left: 16px; right: 16px; bottom: 12px; display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 13px; background: rgba(4,7,12,.78); color: white; font-size: .78rem; }
.player-controls button { color: white; border: 0; background: transparent; cursor: pointer; }
.progress { flex: 1; height: 5px; overflow: hidden; background: rgba(255,255,255,.24); border-radius: 99px; }
.progress i { display: block; width: 0; height: 100%; background: var(--blue); }
.watch-note { margin: 16px 0 0; padding: 14px 18px; color: var(--muted); border-left: 3px solid var(--blue); background: rgba(76,188,255,.06); }
.article-copy, .highlights { max-width: 880px; margin: 64px auto 0; }
.article-copy h2, .scene-gallery h2, .highlights h2 { font-size: 1.9rem; }
.article-copy p, .highlights li { color: #c2cadb; }
.scene-gallery { margin-top: 64px; }
.scene-gallery > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.scene-gallery figure { margin: 0; }
.scene-gallery img { aspect-ratio: 16/9; object-fit: cover; border-radius: 18px; }
.scene-gallery figcaption { color: var(--muted); margin-top: 8px; }
.highlights ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; padding-left: 20px; }
.video-end { margin-top: 70px; padding: 48px; text-align: center; border-radius: 26px; background: linear-gradient(135deg, rgba(136,108,255,.18), rgba(76,188,255,.1)); }
.video-end > span { color: var(--blue); letter-spacing: .3em; }
.prev-next { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.prev-next > * { min-height: 94px; display: flex; flex-direction: column; padding: 18px; border: 1px solid var(--line); border-radius: 18px; }
.prev-next > *:last-child { text-align: right; }
.prev-next span { color: var(--muted); font-size: .82rem; }
.prev-next .disabled { opacity: .55; }
