:root {
    --bg: #0b0c0f;
    --panel: #14161b;
    --panel-2: #1b1e25;
    --text: #f7f4ee;
    --muted: #a7a9b1;
    --line: rgba(255, 255, 255, 0.1);
    --orange: #ff7a18;
    --orange-2: #ffad42;
    --ink: #19130f;
    --radius: 18px;
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11, 12, 15, .88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 36px; aspect-ratio: 1; border-radius: 50%; position: relative; background: linear-gradient(135deg, var(--orange-2), var(--orange)); box-shadow: inset -7px -5px 12px rgba(143, 41, 0, .25), 0 0 28px rgba(255, 122, 24, .24); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; background: #6f2d06; border-radius: 50%; opacity: .45; }
.brand-mark::before { width: 4px; height: 4px; top: 10px; left: 10px; }
.brand-mark::after { width: 3px; height: 3px; top: 19px; right: 9px; }
.brand-mark span { width: 3px; height: 3px; bottom: 8px; left: 15px; }
.brand-name { font-size: 1.22rem; font-weight: 850; letter-spacing: .04em; }
.site-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a { min-height: 46px; padding: 7px 10px; display: grid; place-items: center; gap: 0; color: var(--muted); border-radius: 12px; font-size: .78rem; white-space: nowrap; transition: .2s ease; }
.site-nav a:hover, .site-nav a.active { color: white; background: rgba(255, 122, 24, .13); }
.nav-icon { color: var(--orange-2); font-size: 1rem; line-height: 1; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); padding: 11px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: white; margin: 4px 0; }
.hero { margin-top: 34px; min-height: 560px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 16% 12%, rgba(255, 122, 24, .18), transparent 34%), var(--panel); box-shadow: var(--shadow); }
.hero-copy { padding: clamp(36px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.hero-kicker, .section-head > div > span, .anime-title > span, .editor-note > span, .tag-section > div > span, .about > div > span, .subscribe > div > span, .story-grid > div > span, .shooting-note span, .schedule > div > span { color: var(--orange-2); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 10px 0 12px; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .95; letter-spacing: -.06em; }
.hero h1 a { background: linear-gradient(120deg, white 28%, var(--orange-2)); -webkit-background-clip: text; color: transparent; }
.hero-copy > p { color: #c6c7cc; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; border: 1px solid var(--line); cursor: pointer; }
.button.primary { background: var(--orange); color: #160b04; border-color: var(--orange); font-weight: 800; }
.button.ghost { background: rgba(255,255,255,.04); }
.hero-facts { display: flex; gap: 16px; margin-top: 38px; color: #90939c; font-size: .78rem; flex-wrap: wrap; }
.hero-feature, .channel-feature { position: relative; overflow: hidden; min-height: 100%; }
.hero-feature > img, .channel-feature > img { height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--panel) 0%, transparent 38%), linear-gradient(0deg, rgba(0,0,0,.85), transparent 56%); }
.hero-feature > div, .channel-feature > div { position: absolute; left: 34px; right: 34px; bottom: 28px; z-index: 2; }
.hero-feature h2, .channel-feature h2 { margin: 4px 0; font-size: clamp(1.6rem, 3vw, 2.65rem); line-height: 1.2; }
.hero-feature p { max-width: 580px; color: #d5d5d8; }
.play-disc { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 48px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 122, 24, .94); color: #160b04; font-size: .95rem; box-shadow: 0 8px 30px rgba(0,0,0,.32); padding-left: 3px; z-index: 3; }
.play-disc.large { width: 68px; font-size: 1.3rem; }
.section { margin-top: 100px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-head h2, .anime-title h2, .editor-note h2, .tag-section h2, .about h2, .subscribe h2, .schedule h2 { font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.18; margin: 6px 0 0; letter-spacing: -.03em; }
.section-head > p, .section-head > a { color: var(--muted); margin: 0; }
.section-head > a:hover { color: var(--orange-2); }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.media-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.media-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-card { min-width: 0; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.media-card:hover { transform: translateY(-4px); border-color: rgba(255, 122, 24, .45); }
.cover { display: block; position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #24262d; }
.cover img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-card:hover .cover img { transform: scale(1.045); }
.duration { position: absolute; right: 10px; bottom: 9px; padding: 2px 8px; border-radius: 6px; background: rgba(0,0,0,.78); color: white; font-size: .75rem; }
.card-body { padding: 16px; }
.eyebrow, .card-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: .75rem; color: var(--muted); }
.eyebrow span { color: var(--orange-2); }
.card-body h3 { margin: 8px 0 6px; font-size: 1.04rem; line-height: 1.45; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 3em; }
.card-body p { color: var(--muted); font-size: .84rem; line-height: 1.65; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 2.8em; }
.favorite { border: 0; color: var(--muted); background: transparent; cursor: pointer; padding: 4px; }
.favorite.on { color: var(--orange-2); }
.strip { width: 100%; max-width: none; padding: 80px 0; background: #111318; border-block: 1px solid var(--line); }
.split-feature { display: grid; grid-template-columns: 1fr 280px; gap: 30px; align-items: stretch; }
.pulse-panel { border-radius: 24px; padding: 28px; background: linear-gradient(145deg, #ff8c2c, #e84e0f); color: #1d0b03; display: flex; flex-direction: column; justify-content: center; }
.pulse-panel > span { font-weight: 800; letter-spacing: .12em; font-size: .75rem; }
.pulse-panel > strong { font-size: 3.2rem; line-height: 1.1; }
.pulse-panel p { margin-top: 4px; }
.pulse-bars { display: flex; align-items: end; height: 68px; gap: 7px; margin: 15px 0; }
.pulse-bars i { flex: 1; height: 50%; border-radius: 4px; background: rgba(29, 11, 3, .3); animation: pulse 1.5s ease-in-out infinite alternate; }
.pulse-bars i:nth-child(2), .pulse-bars i:nth-child(6) { height: 85%; animation-delay: .2s; }.pulse-bars i:nth-child(3) { height: 35%; }.pulse-bars i:nth-child(4) { height: 100%; animation-delay: .45s; }.pulse-bars i:nth-child(5) { height: 66%; }
@keyframes pulse { to { height: 28%; opacity: .55; } }
.pulse-panel a { font-weight: 800; margin-top: 8px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-card { min-height: 190px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.06), transparent), var(--panel); }
.category-icon { display: grid; width: 44px; aspect-ratio: 1; place-items: center; border-radius: 12px; background: color-mix(in srgb, var(--accent, var(--orange)) 18%, transparent); color: var(--accent, var(--orange)); font-size: 1.4rem; }
.category-card strong { margin: 18px 0 4px; font-size: 1.12rem; }
.category-card > span:last-child { color: var(--muted); font-size: .82rem; line-height: 1.6; }
.tone-amber { --accent: #ffb23f; }.tone-coral { --accent: #ff6c57; }.tone-blue { --accent: #4b9bff; }.tone-violet { --accent: #a77cff; }.tone-mint { --accent: #40d5a4; }.tone-pink { --accent: #ff75ba; }.tone-teal { --accent: #39c9d8; }.tone-red { --accent: #ff4f5f; }.tone-gold { --accent: #e7bd58; }.tone-orange { --accent: #ff7a18; }
.dark-stage { padding: 42px; border-radius: 28px; background: radial-gradient(circle at 90% 0%, rgba(255,79,95,.18), transparent 34%), #07080a; border: 1px solid var(--line); }
.anime-zone { display: grid; grid-template-columns: 310px 1fr; gap: 36px; padding: 46px; border-radius: 28px; background: radial-gradient(circle at 10% 30%, rgba(255,117,186,.22), transparent 45%), linear-gradient(135deg, #20162a, #11131a); }
.anime-title { align-self: center; }.anime-title p, .editor-note p { color: #c0bdc7; }.anime-title .button { margin-top: 12px; }
.editorial blockquote { max-width: 820px; margin: 38px auto 0; padding: 26px 0 0; text-align: center; border-top: 1px solid var(--line); color: #c6c8ce; font-size: 1.1rem; }
.schedule { display: grid; grid-template-columns: 300px 1fr; gap: 70px; align-items: start; }
.schedule > div > p { color: var(--muted); }
.schedule ol { list-style: none; padding: 0; margin: 0; }
.schedule li { display: grid; grid-template-columns: 60px 14px 1fr auto; gap: 15px; align-items: center; min-height: 82px; border-bottom: 1px solid var(--line); }
.schedule li > span { width: 10px; aspect-ratio: 1; border: 2px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,122,24,.1); }
.schedule li p { margin: 2px 0; color: var(--muted); font-size: .84rem; }.schedule li > a { color: var(--orange-2); }
.ranking { padding: 42px; border-radius: 28px; background: linear-gradient(145deg, #201208, #15110e); border: 1px solid rgba(255,173,66,.2); }
.rank-head, .rank-row { display: grid; grid-template-columns: 60px 1.8fr 1fr .7fr 60px; gap: 16px; align-items: center; padding: 14px 10px; }
.rank-head { color: #867d75; font-size: .74rem; }.rank-row { border-top: 1px solid rgba(255,255,255,.08); }.rank-row:hover { background: rgba(255,255,255,.035); }.rank-no { color: var(--orange-2); font-size: 1.3rem; font-weight: 900; font-style: italic; }.rank-row > span, .rank-row time { color: #aaa39e; font-size: .85rem; }
.topic-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.topic-panel { min-height: 380px; padding: 26px; border-radius: 22px; overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: end; background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,.1)), var(--topic-image) center / cover; }
.topic-panel strong { font-size: 1.7rem; line-height: 1.2; margin-top: 8px; }.topic-panel p { color: #d5d5d5; }.topic-panel b { color: var(--orange-2); }
.editor-picks { display: grid; grid-template-columns: 330px 1fr; gap: 30px; align-items: center; }.editor-note { padding-right: 18px; border-right: 1px solid var(--line); }
.tag-section { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: center; }.tag-section p { color: var(--muted); }.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }.tag-cloud a { padding: 10px 16px; border-radius: 999px; background: var(--panel); border: 1px solid var(--line); color: #d7d7da; }.tag-cloud a:hover { border-color: var(--orange); color: var(--orange-2); }
.about { display: grid; grid-template-columns: 250px 1fr; gap: 60px; padding: 60px; border-radius: 28px; background: #f3eee5; color: #24170f; }.about-number { font-size: 6rem; line-height: .9; font-weight: 900; color: var(--orange); letter-spacing: -.08em; }.about-number span { display: block; margin: 14px 0 0 8px; font-size: 1rem; letter-spacing: .2em; color: #7c675a; }.about p { color: #5f5147; max-width: 760px; }.about a { color: #bd4e0a; font-weight: 800; }
.subscribe { margin-bottom: 100px; padding: 48px 60px; border-radius: 28px; display: grid; grid-template-columns: 180px 1fr; gap: 50px; align-items: center; background: linear-gradient(135deg, #23262e, #121318); border: 1px solid var(--line); }.subscribe p { color: var(--muted); max-width: 780px; }.subscribe small { display: block; color: #777b84; margin-top: 12px; }.qr-mark { width: 170px; aspect-ratio: 1; padding: 18px; position: relative; display: grid; place-items: center; border: 10px solid white; border-radius: 20px; background: repeating-conic-gradient(#151515 0 25%, white 0 50%) 50% / 20px 20px; }.qr-mark span { position: absolute; width: 34px; aspect-ratio: 1; border: 8px solid #151515; background: white; }.qr-mark span:nth-child(1) { top: 8px; left: 8px; }.qr-mark span:nth-child(2) { top: 8px; right: 8px; }.qr-mark span:nth-child(3) { bottom: 8px; left: 8px; }.qr-mark span:nth-child(4) { bottom: 8px; right: 8px; }.qr-mark b { z-index: 2; width: 44px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: #241005; font-size: 1.4rem; }
.site-footer { padding: 58px 0 26px; background: #07080a; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }.site-footer h2 { font-size: .82rem; letter-spacing: .12em; color: white; margin: 0 0 14px; }.site-footer a:not(.brand) { display: block; color: var(--muted); margin: 6px 0; font-size: .86rem; }.site-footer p { color: #7d8088; max-width: 380px; font-size: .83rem; }.copyright { padding-top: 30px; margin-top: 35px; border-top: 1px solid var(--line); color: #696c73; font-size: .78rem; }
.breadcrumb { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 32px; color: var(--muted); font-size: .84rem; }.breadcrumb a:hover { color: var(--orange-2); }.breadcrumb strong { color: white; font-weight: 500; }
.channel-hero { margin-top: 24px; min-height: 430px; padding: 48px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; border-radius: 28px; overflow: hidden; background: radial-gradient(circle at 10% 20%, color-mix(in srgb, var(--accent) 25%, transparent), transparent 40%), var(--panel); border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent); }.channel-hero > div { display: flex; flex-direction: column; justify-content: center; }.channel-icon { display: grid; place-items: center; width: 56px; aspect-ratio: 1; border-radius: 16px; background: color-mix(in srgb, var(--accent) 20%, transparent); color: var(--accent); font-size: 1.8rem; }.channel-hero > div > p { color: var(--accent); letter-spacing: .16em; font-size: .76rem; font-weight: 800; margin: 20px 0 0; }.channel-hero h1 { margin: 4px 0 12px; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; }.channel-intro { color: #bfc1c8; margin-bottom: 22px; }.channel-hero .button { align-self: flex-start; }.channel-feature { min-height: 330px; border-radius: 22px; }.channel-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); }.channel-feature > div { z-index: 2; }.channel-grid .media-card:first-child { grid-column: span 2; }.channel-grid .media-card:first-child .cover { aspect-ratio: 2.08 / 1; }.channel-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; padding-top: 50px; border-top: 1px solid var(--line); }.channel-bottom > div > span { color: var(--orange-2); font-size: .75rem; font-weight: 800; letter-spacing: .15em; }.channel-bottom h2 { font-size: 1.8rem; }.channel-bottom p { color: var(--muted); }.channel-chips { display: flex; gap: 8px; flex-wrap: wrap; }.channel-chips span { padding: 7px 12px; border-radius: 999px; background: var(--panel); color: #bbb; font-size: .8rem; }.channel-bottom aside { padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; }.channel-bottom aside > a { display: grid; grid-template-columns: 28px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }.channel-bottom aside b { color: var(--orange-2); }.channel-bottom aside small { display: block; color: var(--muted); }.channel-bottom aside em { color: var(--muted); font-style: normal; }
.video-page { padding-bottom: 80px; }.video-heading { display: grid; grid-template-columns: 1fr 340px; gap: 50px; padding: 36px 0 28px; align-items: end; }.video-heading > div > span { color: var(--orange-2); font-weight: 800; }.video-heading h1 { font-size: clamp(2rem, 5vw, 4.2rem); line-height: 1.1; margin: 8px 0 16px; letter-spacing: -.04em; }.video-heading p { color: #b9bbc2; max-width: 770px; }.video-heading dl { margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.video-heading dl div { padding: 14px; border-radius: 12px; background: var(--panel); }.video-heading dt { color: #7f828b; font-size: .72rem; }.video-heading dd { margin: 2px 0 0; font-size: .84rem; font-weight: 700; }
.player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 24px; background: black; box-shadow: var(--shadow); }.player > img { height: 100%; object-fit: cover; }.player-tint { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.88), transparent 40%), rgba(0,0,0,.18); }.player-main { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 86px; aspect-ratio: 1; border: 0; border-radius: 50%; background: var(--orange); color: #1a0b03; font-size: 1.8rem; cursor: pointer; padding-left: 8px; }.player-title { position: absolute; top: 20px; left: 22px; padding: 7px 12px; border-radius: 8px; background: rgba(0,0,0,.62); }.player-controls { position: absolute; left: 18px; right: 18px; bottom: 14px; display: grid; grid-template-columns: 34px 1fr auto 34px 34px; gap: 12px; align-items: center; }.player-controls button { border: 0; background: transparent; color: white; font-size: 1rem; cursor: pointer; }.progress { height: 5px; border-radius: 5px; background: rgba(255,255,255,.28); overflow: hidden; }.progress i { display: block; width: 18%; height: 100%; background: var(--orange); }.player-controls time { font-size: .76rem; }.player.is-playing .player-main { opacity: 0; }.player.is-playing .progress i { animation: progress 12s linear infinite; } @keyframes progress { to { width: 92%; } }
.watch-note { margin: 14px 0 0; padding: 15px 18px; border-left: 3px solid var(--orange); background: var(--panel); color: #aeb0b8; font-size: .88rem; }.watch-note strong { color: white; }
.story-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 34px; margin-top: 70px; }.story-grid h2, .shooting-note h2 { font-size: 2rem; margin: 5px 0 14px; }.story-grid p, .shooting-note p { color: #b4b6bd; }.story-grid aside { padding: 28px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); }.story-grid li { margin: 10px 0; color: #c3c4ca; }.gallery-section { margin-top: 75px; }.scene-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.scene-gallery figure { margin: 0; position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 18px; }.scene-gallery img { height: 100%; object-fit: cover; }.scene-gallery figcaption { position: absolute; left: 12px; bottom: 10px; padding: 4px 9px; border-radius: 6px; background: rgba(0,0,0,.68); font-size: .78rem; }.shooting-note { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 50px; }.shooting-note > div { padding: 30px; border-radius: 20px; background: var(--panel); border: 1px solid var(--line); }.end-card { margin-top: 50px; padding: 38px; border-radius: 22px; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(255,122,24,.23), transparent 55%), var(--panel); }.end-card > span { display: block; color: var(--orange-2); font-size: .75rem; letter-spacing: .14em; }.end-card > strong { display: block; margin: 8px 0 20px; font-size: 1.35rem; }.episode-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }.episode-nav a { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }.episode-nav a:last-child { text-align: right; }.episode-nav span { display: block; color: var(--muted); font-size: .75rem; }.related { margin-top: 80px; }
.back-top { position: fixed; right: 24px; bottom: 24px; width: 46px; aspect-ratio: 1; border-radius: 50%; border: 1px solid var(--line); background: var(--panel-2); color: white; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .2s; z-index: 40; }.back-top.show { opacity: 1; pointer-events: auto; }
