:root {
    --bg: #f4f5f7;
    --surface: #ffffff;
    --ink: #171923;
    --muted: #69707d;
    --line: #dfe2e8;
    --night: #10121a;
    --night-2: #1b1e2a;
    --accent: #ff5b4d;
    --accent-2: #ffb34d;
    --mint: #65e2c2;
    --radius: 18px;
    --shadow: 0 18px 50px rgba(16, 18, 26, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; color: #fff; background: rgba(16, 18, 26, .96); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; font-size: 20px; white-space: nowrap; }
.brand img { border-radius: 12px; }
.site-nav { display: flex; flex: 1; justify-content: flex-end; align-items: center; gap: 4px; }
.site-nav a { display: inline-flex; align-items: center; gap: 5px; padding: 9px 7px; border-radius: 10px; color: #c9ced9; font-size: 13px; font-weight: 700; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; background: rgba(255, 91, 77, .18); }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -2px var(--accent); }
.nav-toggle { display: none; margin-left: auto; border: 0; color: #fff; background: transparent; font-size: 26px; }
.hero { margin-top: 34px; min-height: 570px; display: grid; grid-template-columns: .85fr 1.35fr; overflow: hidden; border-radius: 28px; color: #fff; background: var(--night); box-shadow: var(--shadow); }
.hero-copy { padding: clamp(34px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.kicker { display: block; margin-bottom: 8px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.hero h1 { margin: 0 0 22px; font-size: clamp(2.4rem, 6vw, 5.8rem); line-height: .9; letter-spacing: -.06em; }
.hero h1 a { text-decoration: underline 6px var(--accent); text-underline-offset: 10px; }
.hero h2 { margin: 20px 0 10px; font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: 1.2; }
.hero p { color: #c9ced9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; }
.button.primary { color: #fff; background: var(--accent); box-shadow: 0 10px 28px rgba(255,91,77,.3); }
.button.ghost { color: #fff; border: 1px solid #454957; }
.button.dark { color: #fff; background: var(--night); }
.button.ghost-light { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px; color: #9ea5b2; font-size: 13px; }
.hero-visual { position: relative; min-height: 100%; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--night), transparent 45%), linear-gradient(0deg, rgba(16,18,26,.45), transparent 45%); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-play, .center-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(255,91,77,.9); transform: translate(-50%,-50%); box-shadow: 0 0 0 14px rgba(255,255,255,.12); }
.sound-badge { position: absolute; z-index: 2; right: 24px; bottom: 24px; padding: 8px 14px; border-radius: 999px; background: rgba(16,18,26,.78); font-weight: 800; }
.section { margin-top: 96px; }
.section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2, .about-section h2, .subscribe-section h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.035em; }
.section-heading > a, .text-link { color: #d94439; font-weight: 800; }
.spotlight-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 22px; }
.mini-stack { display: grid; gap: 14px; }
.mini-stack .video-card { display: grid; grid-template-columns: 190px 1fr; }
.mini-stack .cover { height: 100%; }
.video-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, box-shadow .25s ease; }
.video-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cover { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #252936; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.video-card:hover .cover img { transform: scale(1.035); }
.play { position: absolute; left: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--accent); box-shadow: 0 8px 22px rgba(0,0,0,.28); }
.duration { position: absolute; right: 10px; bottom: 10px; padding: 3px 7px; border-radius: 6px; color: #fff; background: rgba(0,0,0,.78); font-size: 12px; }
.card-body { padding: 18px; }
.eyebrow { color: #d94439; font-size: 13px; font-weight: 900; }
.card-body h3 { margin: 7px 0; font-size: 18px; line-height: 1.4; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.meta { margin-top: 15px; display: flex; justify-content: space-between; gap: 10px; color: #858c98; font-size: 12px; }
.featured-card .card-body { padding: 24px; }
.featured-card .card-body h3 { font-size: 26px; }
.latest-band { padding: 84px 0; color: #fff; background: var(--night); }
.section-heading.light > a { color: var(--mint); }
.poster-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.latest-band .video-card { color: #fff; background: var(--night-2); border-color: #303442; }
.latest-band .card-body p { color: #aeb4bf; }
.split-recommend { display: grid; grid-template-columns: .65fr 1.35fr; gap: 36px; align-items: start; }
.editor-note { position: sticky; top: 110px; padding: 36px; border-radius: 4px 34px 4px 34px; background: #ffe56a; }
.editor-note h2 { margin: 0; font-size: 42px; line-height: 1.05; }
.compact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.category-tile { min-height: 230px; display: flex; flex-direction: column; padding: 22px; border-radius: 22px; transition: transform .2s ease; }
.category-tile:hover { transform: translateY(-5px) rotate(-.5deg); }
.category-tile .category-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 30px; border-radius: 14px; color: #fff; background: var(--night); font-size: 23px; }
.category-tile strong { font-size: 20px; }
.category-tile p { flex: 1; margin: 8px 0; color: #3d4350; font-size: 14px; }
.category-tile > span:last-child { font-size: 13px; font-weight: 900; }
.mint { background: #bdf5e5; }.coral { background: #ffb7aa; }.violet { background: #d9c5ff; }.blue { background: #b9d9ff; }.amber { background: #ffe1a6; }.pink { background: #ffc9e2; }.green { background: #cce8b5; }.red { background: #ffc1c1; }.gold { background: #f5df8a; }.cyan { background: #afecef; }
.episode-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.episode-strip a { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border-right: 1px solid var(--line); }
.episode-strip a:last-child { border-right: 0; }
.episode-strip > a > span { color: var(--accent); font-size: 30px; font-weight: 900; }
.episode-strip strong, .episode-strip small { display: block; }
.episode-strip small { margin-top: 8px; color: var(--muted); }
.world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.world-panel { padding: 28px; border-radius: 26px; }
.anime-panel { background: #29203d; }.doc-panel { background: #18372f; }
.panel-title { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: #fff; }.panel-title > span { font-size: 38px; }.panel-title small { color: #adb2c0; }.panel-title h2 { margin: 0; }
.world-panel .video-card { margin-top: 12px; display: grid; grid-template-columns: 160px 1fr; color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); }
.world-panel .cover { height: 100%; }.world-panel .card-body { padding: 14px; }.world-panel .card-body p { color: #bdc2cc; }.world-panel .meta { display: none; }
.panel-more { display: block; margin-top: 20px; color: #fff; font-weight: 800; text-align: right; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.timeline::before { content: ""; position: absolute; top: 42px; left: 8%; right: 8%; height: 2px; background: var(--line); }
.timeline a { position: relative; padding: 0 15px; text-align: center; }
.timeline time { display: block; font-weight: 900; }.line-dot { position: relative; z-index: 1; width: 16px; height: 16px; display: block; margin: 18px auto; border: 4px solid var(--bg); border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 2px var(--accent); }
.timeline strong, .timeline small { display: block; }.timeline small { color: var(--muted); }
.rank-section { padding: 85px 0; color: #fff; background: #171923; }
.rank-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }.rank-intro h2 { margin: 0; font-size: 58px; line-height: 1; }.rank-intro p { color: #aeb4bf; }
.ranking-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #3a3d49; }.ranking-list li { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 18px; min-height: 74px; border-bottom: 1px solid #3a3d49; }.rank-num { color: var(--accent); font-size: 24px; font-weight: 900; }.ranking-list small { display: block; color: #9299a6; }.ranking-list b { color: #ffce69; }
.topic-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }.topic-grid article { overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }.topic-grid article > a { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; }.topic-grid img { width: 100%; height: 100%; object-fit: cover; }.topic-grid article > a span { position: absolute; left: 14px; top: 14px; padding: 5px 10px; border-radius: 999px; color: #fff; background: var(--accent); font-size: 12px; font-weight: 900; }.topic-grid h3, .topic-grid p { margin-inline: 20px; }.topic-grid h3 { font-size: 22px; }.topic-grid p { color: var(--muted); }
.variety-marquee { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 60px; padding: 55px; border-radius: 30px; background: #ffe9b9; }.variety-marquee h2 { margin: 0; font-size: 48px; }.tag-cloud, .tag-matrix { display: flex; flex-wrap: wrap; gap: 9px; }.tag-cloud a, .tag-matrix a { padding: 7px 12px; border: 1px solid rgba(0,0,0,.15); border-radius: 999px; background: rgba(255,255,255,.5); font-size: 13px; font-weight: 800; }
.coming-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.coming-row > div { min-height: 180px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.coming-row time { color: var(--accent); font-size: 30px; font-weight: 900; }.coming-row > div > span { margin-block: auto; color: #a4aab5; font-size: 24px; }.coming-row small { color: var(--muted); }
.tag-section { display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; gap: 40px; }.tag-section h2 { margin: 0; font-size: 44px; }.tag-matrix a { padding: 13px 19px; background: #fff; font-size: 15px; }
.about-section { padding: 90px 0; background: #d8f5ec; }.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }.about-grid p { margin-top: 0; font-size: 18px; }
.subscribe-section { margin-top: 0; padding: 80px 0; color: #fff; background: linear-gradient(120deg,#201c35,#12141d); }.subscribe-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }.subscribe-grid p { max-width: 720px; color: #c8cbd3; }.subscribe-feedback { display: block; min-height: 24px; margin-top: 10px; color: var(--mint); }.qr-card { width: 190px; padding: 18px; border-radius: 24px; color: var(--ink); background: #fff; text-align: center; }.qr-pattern { aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 10px; border: 12px solid var(--ink); color: #fff; background: repeating-conic-gradient(var(--ink) 0 25%,#fff 0 50%) 50%/28px 28px; font-size: 34px; font-weight: 900; text-shadow: 0 2px 10px #000; }.qr-card strong, .qr-card span { display: block; }.qr-card span { color: var(--muted); font-size: 12px; }
.site-footer { padding: 60px 0 24px; color: #c6cad3; background: #0c0e14; }.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }.footer-brand { color: #fff; }.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.footer-grid nav a:hover { color: #fff; }.footer-note strong { color: #fff; }.copyright { margin-top: 45px; padding-top: 18px; border-top: 1px solid #292c36; font-size: 13px; }
.back-top { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: #fff; background: var(--accent); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .2s; }.back-top.show { opacity: 1; pointer-events: auto; transform: none; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; color: var(--muted); font-size: 14px; }.breadcrumb a { color: #d94439; }
.category-hero { margin-top: 24px; padding: 56px 0; }.category-hero-inner { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }.category-hero h1 { margin: 0; font-size: clamp(2.8rem,6vw,5rem); line-height: 1; }.category-hero p { max-width: 540px; }.category-hero .category-icon { display: inline-grid; place-items: center; width: 55px; height: 55px; margin-bottom: 22px; border-radius: 16px; color: #fff; background: var(--night); font-size: 27px; }.channel-feature { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }.channel-feature::after { content:""; position:absolute; inset:45% 0 0; background:linear-gradient(transparent,rgba(0,0,0,.85)); }.channel-feature img { width:100%;height:100%;object-fit:cover; }.channel-feature > div { position:absolute; z-index:2; left:24px;right:24px;bottom:20px;color:#fff; }.channel-feature small,.channel-feature strong{display:block}.channel-feature strong{font-size:24px}.video-grid { display:grid; grid-template-columns:repeat(3,1fr);gap:20px; }.category-copy { display:grid;grid-template-columns:1.4fr .6fr;gap:60px;padding:45px;border-radius:25px;background:#fff; }.category-copy h2{margin-top:0}.category-copy p{color:var(--muted)}
.watch-page { margin-top: 30px; }.watch-header { display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end;margin-bottom:30px; }.watch-header h1 { margin:10px 0;font-size:clamp(2rem,5vw,4.2rem);line-height:1.08;letter-spacing:-.04em; }.watch-header p{max-width:850px;color:var(--muted)}.watch-header dl{display:flex;gap:20px;margin:0}.watch-header dl div{padding-left:18px;border-left:2px solid var(--accent)}.watch-header dt{color:var(--muted);font-size:12px}.watch-header dd{margin:0;font-weight:900;white-space:nowrap}
.player-shell { position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:28px;background:#050608;box-shadow:0 24px 70px rgba(0,0,0,.24); }.player-shell > img{width:100%;height:100%;object-fit:cover;opacity:.74}.center-play{border:0;cursor:pointer}.player-controls{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:14px;padding:22px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.92))}.player-controls button{border:0;color:#fff;background:transparent;cursor:pointer}.progress{height:5px;border-radius:4px;background:rgba(255,255,255,.35)}.progress i{display:block;width:14%;height:100%;border-radius:inherit;background:var(--accent)}.watch-note{display:flex;align-items:center;gap:18px;padding:18px 24px;border:1px solid var(--line);border-top:0;border-radius:0 0 20px 20px;background:#fff}.watch-note p{flex:1;margin:0;color:var(--muted)}.favorite{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer}.favorite[aria-pressed="true"]{color:#fff;background:var(--accent);border-color:var(--accent)}
.article-section{display:grid;grid-template-columns:1.4fr .6fr;gap:60px;margin-top:70px}.article-section h2,.gallery-section h2,.highlights h2{margin:0;font-size:36px}.article-section p{font-size:17px}.article-section aside{padding:26px;border-radius:20px;background:#ffe9b9}.gallery-section{margin-top:70px}.scene-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.scene-grid figure{margin:0;overflow:hidden;border-radius:18px;background:#fff}.scene-grid img{width:100%;aspect-ratio:16/9;object-fit:cover}.scene-grid figcaption{padding:13px 16px;color:var(--muted);font-size:14px}.highlights{margin-top:60px;padding:38px;border-radius:22px;background:#fff}.highlights li+li{margin-top:10px}.end-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;margin-top:50px;padding:28px;border-radius:22px;color:#fff;background:var(--night)}.end-card>span{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:var(--night);background:var(--mint);font-weight:900}.end-card p{margin:3px 0;color:#aeb4bf}.pager{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.pager a{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.pager small,.pager strong{display:block}.pager small{color:var(--muted)}.pager .next{text-align:right}
