:root {
    --ink: #111722;
    --muted: #657080;
    --paper: #f7f8fa;
    --line: #e4e8ed;
    --white: #ffffff;
    --lime: #d7ff43;
    --cyan: #45e0d0;
    --navy: #131b2e;
    --orange: #ff7a45;
    --radius: 22px;
    --shadow: 0 18px 50px rgba(17, 23, 34, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(228,232,237,.8); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: inline-flex; }
.brand img { width: 176px; height: 44px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.nav-link { min-width: 62px; padding: 9px 8px; border-radius: 12px; color: #596474; display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 12px; line-height: 1.25; transition: .22s ease; }
.nav-link svg { font-size: 16px; }
.nav-link:hover, .nav-link.active { color: var(--ink); background: var(--lime); transform: translateY(-1px); }
.nav-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 12px; }
.nav-toggle span { display: block; height: 2px; margin: 4px 0; background: var(--ink); }
.hero { margin-top: 28px; min-height: 580px; padding: 72px; border-radius: 34px; color: white; background: radial-gradient(circle at 20% 0, #355176 0, transparent 34%), linear-gradient(135deg, #111725 0%, #17223a 65%, #0f3440 100%); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 58px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 320px; height: 320px; right: -90px; top: -140px; border: 1px solid rgba(215,255,67,.35); border-radius: 50%; box-shadow: 0 0 0 46px rgba(215,255,67,.05), 0 0 0 92px rgba(215,255,67,.03); }
.hero-copy, .hero-media { position: relative; z-index: 1; }
.hero-kicker, .overline { color: var(--lime); font-size: 13px; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 12px 0 4px; font-size: clamp(46px, 6vw, 84px); line-height: 1; letter-spacing: -.06em; }
.hero h1 a { color: white; }
.hero h2 { margin: 24px 0 12px; max-width: 540px; font-size: clamp(24px, 3vw, 38px); line-height: 1.3; }
.hero-copy > p { color: #c8d3e2; max-width: 560px; }
.hero-actions { margin: 30px 0 24px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 10px 22px; border: 0; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #121820; background: var(--lime); box-shadow: 0 12px 26px rgba(215,255,67,.18); }
.button.ghost { color: white; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 8px 20px; color: #94a3b8; font-size: 13px; }
.hero-stats span::before { content: "•"; margin-right: 6px; color: var(--lime); }
.hero-media { aspect-ratio: 4 / 5; border-radius: 28px; overflow: hidden; transform: rotate(2deg); box-shadow: 0 32px 70px rgba(0,0,0,.42); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,9,16,.8)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 76px; height: 76px; border-radius: 50%; color: var(--ink); background: var(--lime); display: grid; place-items: center; transform: translate(-50%,-50%); box-shadow: 0 0 0 12px rgba(215,255,67,.15); }
.hero-play svg { width: 30px; height: 30px; margin-left: 3px; }
.hero-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; flex-direction: column; }
.hero-caption strong { font-size: 22px; }
.hero-caption em { color: #c7d0dd; font-style: normal; font-size: 13px; }
.section { margin-top: 108px; margin-bottom: 108px; }
.section-head { margin-bottom: 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.section-head h2, .trend-intro h2, .classic-copy h2, .rank-title h2, .about-grid h2, .tag-cloud-section h2 { margin: 3px 0 4px; font-size: clamp(30px, 4vw, 48px); line-height: 1.18; letter-spacing: -.04em; }
.section-head p, .trend-intro p, .rank-title p { margin: 0; color: var(--muted); }
.section-head > a, .text-link, .rank-title a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 800; }
.section-index { font-family: Georgia, serif; font-style: italic; color: #98a2b1; font-size: 14px; }
.feature-mosaic { display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; }
.feature-stack { display: grid; gap: 24px; }
.video-card { min-width: 0; background: white; }
.video-card .cover { aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; display: block; position: relative; background: #dfe4e8; }
.video-card .cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,9,14,.55)); }
.video-card .cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.video-card:hover .cover img { transform: scale(1.04); }
.play-badge { position: absolute; z-index: 2; left: 16px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--lime); display: grid; place-items: center; }
.duration { position: absolute; z-index: 2; right: 12px; bottom: 12px; padding: 3px 8px; border-radius: 6px; color: white; background: rgba(0,0,0,.7); font-size: 12px; }
.card-body { padding: 16px 3px 4px; }
.eyebrow { color: #718096; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.card-body h3 { margin: 4px 0 7px; font-size: 20px; line-height: 1.4; }
.card-body p { margin: 0; color: var(--muted); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.meta { margin-top: 12px; color: #8b95a3; display: flex; gap: 16px; font-size: 12px; }
.meta span { display: inline-flex; align-items: center; gap: 4px; }
.feature-large .cover { aspect-ratio: 16 / 10; }
.feature-large .card-body h3 { font-size: 27px; }
.feature-small { display: grid; grid-template-columns: 45% 1fr; gap: 16px; align-items: center; }
.feature-small .cover { aspect-ratio: 1 / 1; }
.feature-small .card-body h3 { font-size: 17px; }
.feature-small .card-body p { -webkit-line-clamp: 1; }
.section-dark { padding: 96px 0; color: white; background: var(--navy); }
.section-head.light p, .section-head.light .section-index { color: #96a3b5; }
.poster-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.poster-card { background: transparent; }
.poster-card .cover { aspect-ratio: 2 / 3; border-radius: 16px; }
.poster-card .card-body h3 { font-size: 16px; }
.poster-card .card-body p { display: none; }
.poster-card .meta { color: #8090a6; }
.trending-split { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.trend-intro { position: sticky; top: 110px; }
.text-link { margin-top: 26px; }
.trend-list { border-top: 1px solid var(--line); }
.trend-list > a { padding: 20px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 44px 108px 1fr 28px; gap: 18px; align-items: center; }
.trend-list > a > b { color: #bcc4ce; font: italic 26px Georgia, serif; }
.trend-list img { width: 108px; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; }
.trend-list span { display: flex; flex-direction: column; min-width: 0; }
.trend-list strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trend-list em { color: var(--muted); font-size: 13px; font-style: normal; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.category-tile { min-height: 250px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; transition: .25s ease; overflow: hidden; position: relative; }
.category-tile::after { content: ""; width: 120px; height: 120px; position: absolute; right: -52px; top: -52px; border-radius: 50%; background: currentColor; opacity: .07; }
.category-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.category-icon { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: #edf1f4; }
.category-icon svg { width: 24px; height: 24px; }
.category-tile strong { margin-top: 20px; font-size: 21px; }
.category-tile p { margin: 6px 0 18px; color: var(--muted); font-size: 13px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.category-tile em { margin-top: auto; display: flex; align-items: center; gap: 5px; font-style: normal; font-size: 13px; font-weight: 800; }
.category-tile.cyan { color: #117f76; } .category-tile.orange { color: #bc4c20; } .category-tile.green { color: #32815b; } .category-tile.blue { color: #3269bd; } .category-tile.red { color: #c33a3a; } .category-tile.purple { color: #7849bd; } .category-tile.gold { color: #a06e08; } .category-tile.pink { color: #b74776; }
.cinema-strip { padding: 26px; border-radius: 26px; background: #111722; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.cinema-strip a { aspect-ratio: 3 / 4; position: relative; overflow: hidden; }
.cinema-strip img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.cinema-strip a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,0,0,.88)); }
.cinema-strip a > span { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; color: white; display: flex; flex-direction: column; }
.cinema-strip em { color: var(--lime); font-size: 12px; font-style: normal; }
.cinema-strip strong { line-height: 1.35; }
.cinema-strip small { color: #a9b4c3; }
.classic-section { padding: 104px 0; background: #ff6844; }
.classic-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.classic-copy h2 { font-size: 56px; }
.classic-copy p { max-width: 450px; }
.light-button { margin-top: 22px; background: white; }
.classic-collage { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; transform: rotate(-1deg); }
.classic-collage a { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border: 7px solid white; box-shadow: 0 18px 45px rgba(80,22,10,.23); }
.classic-collage a:nth-child(2) { transform: translateY(28px) rotate(2deg); }
.classic-collage img { width: 100%; height: 100%; object-fit: cover; }
.classic-collage span { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 13px 13px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.8)); font-size: 13px; line-height: 1.35; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); }
.timeline > a { padding-right: 20px; position: relative; }
.timeline > a::before { content: ""; position: absolute; left: 12px; right: 0; top: 48px; height: 1px; background: var(--line); }
.timeline time { color: var(--muted); font-size: 13px; }
.timeline-dot { margin: 17px 0 24px; width: 25px; height: 25px; border: 7px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--line); display: block; position: relative; z-index: 1; }
.timeline div { display: flex; flex-direction: column; }
.timeline em { color: var(--orange); font-size: 12px; font-style: normal; font-weight: 800; }
.timeline strong { margin: 7px 0; line-height: 1.45; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; }
.section-soft { padding: 100px 0; background: var(--paper); }
.rank-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.rank-title a { margin-top: 26px; }
.rank-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--ink); }
.rank-list li a { min-height: 82px; border-bottom: 1px solid #d9dfe5; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 12px; }
.rank-list li b { font: italic 30px Georgia, serif; }
.rank-list li:nth-child(-n+3) b { color: #ff5d42; }
.rank-list span { display: flex; flex-direction: column; }
.rank-list em { color: var(--muted); font-size: 12px; font-style: normal; }
.rank-list i { color: var(--muted); font-size: 13px; font-style: normal; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-card { min-height: 500px; padding: 24px; border-radius: 24px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; position: relative; color: white; }
.topic-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,8,14,.05), rgba(4,8,14,.9)); }
.topic-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.topic-card:hover img { transform: scale(1.04); }
.topic-card > span, .topic-card > div { position: relative; z-index: 1; }
.topic-number { align-self: flex-start; padding: 4px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 12px; font-weight: 800; }
.topic-card h3 { margin: 12px 0 6px; font-size: 25px; line-height: 1.35; }
.topic-card p { color: #d3dae3; font-size: 13px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.topic-card em { font-size: 12px; font-style: normal; }
.editor-board { padding: 54px; border: 1px solid var(--line); border-radius: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.editor-note h2 { font-size: 38px; }
.editor-note blockquote { margin: 24px 0; padding-left: 24px; border-left: 3px solid var(--lime); font: 22px/1.7 Georgia, "Microsoft YaHei", serif; }
.editor-note p { color: var(--muted); }
.mini-recs { display: grid; align-content: center; }
.mini-recs > a { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; gap: 14px; }
.mini-recs > a > span { width: 48px; height: 48px; border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.mini-recs div { display: flex; flex-direction: column; min-width: 0; }
.mini-recs em { color: var(--muted); font-size: 12px; font-style: normal; }
.tag-cloud-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; align-items: center; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a { padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; font-size: calc(13px * var(--s)); background: white; transition: .2s; }
.tag-cloud a:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.about-section { padding: 100px 0; background: #151c2a; color: white; }
.about-grid { display: grid; grid-template-columns: .65fr 1.1fr .75fr; gap: 64px; }
.about-grid p { margin-top: 0; color: #b9c2cf; }
.about-metrics { border-left: 1px solid #354052; padding-left: 40px; display: grid; gap: 12px; }
.about-metrics span { display: flex; align-items: baseline; gap: 10px; color: #adb8c7; }
.about-metrics b { color: var(--lime); font-size: 34px; }
.app-subscribe { margin-bottom: 50px; padding: 46px; border-radius: 28px; background: linear-gradient(120deg, #e8ff8f, var(--lime)); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 34px; }
.subscribe-copy { display: flex; align-items: center; gap: 22px; }
.subscribe-copy > span { width: 66px; height: 66px; border-radius: 20px; background: var(--ink); color: var(--lime); display: grid; place-items: center; }
.subscribe-copy > span svg { width: 30px; height: 30px; }
.subscribe-copy em { font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .16em; }
.subscribe-copy h2 { margin: 3px 0; font-size: 26px; }
.subscribe-copy p { margin: 0; max-width: 620px; font-size: 14px; }
.qr-art { width: 96px; height: 96px; padding: 9px; border: 7px solid white; background: white; display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px; position: relative; }
.qr-art span { border: 6px solid var(--ink); }
.qr-art b { position: absolute; inset: 29px; background: var(--lime); display: grid; place-items: center; font-size: 11px; }
.subscribe-button { background: var(--ink) !important; color: white !important; }
.site-footer { padding: 64px 0 28px; color: #aeb8c6; background: #0d121d; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 56px; }
.footer-brand img { filter: brightness(0) invert(1); }
.footer-brand p { max-width: 350px; }
.site-footer h2 { color: white; font-size: 15px; }
.site-footer a, .site-footer p { display: block; margin: 8px 0; font-size: 13px; }
.site-footer a:hover { color: var(--lime); }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid #263044; display: flex; justify-content: space-between; }
.back-top { position: fixed; z-index: 60; right: 24px; bottom: 24px; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--ink); background: var(--lime); box-shadow: var(--shadow); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.breadcrumb { padding: 28px 0; display: flex; gap: 10px; color: var(--muted); font-size: 13px; overflow: hidden; white-space: nowrap; }
.breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.category-hero { margin-top: 28px; }
.category-hero > .container { min-height: 480px; padding: 0 64px 56px; border-radius: 30px; background: #eff7f6; }
.category-hero.orange > .container { background: #fff0e9; } .category-hero.green > .container { background: #eaf6ef; } .category-hero.blue > .container { background: #e9f2ff; } .category-hero.red > .container { background: #fff0f0; } .category-hero.purple > .container { background: #f2edfb; } .category-hero.gold > .container { background: #fff5d9; } .category-hero.pink > .container { background: #fff0f6; }
.category-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.category-icon.large { margin-bottom: 18px; width: 58px; height: 58px; background: white; }
.category-hero h1 { margin: 4px 0 12px; font-size: clamp(48px, 6vw, 72px); line-height: 1.1; letter-spacing: -.05em; }
.category-hero-grid > div > p { max-width: 520px; }
.category-hero blockquote { margin: 20px 0 0; padding-left: 18px; border-left: 3px solid currentColor; font-size: 14px; }
.category-lead { aspect-ratio: 16 / 10; border-radius: 22px; overflow: hidden; position: relative; color: white; box-shadow: var(--shadow); }
.category-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(0,0,0,.85)); }
.category-lead img { width: 100%; height: 100%; object-fit: cover; }
.category-lead .play-badge { bottom: auto; top: 22px; }
.category-lead div { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; display: flex; flex-direction: column; }
.category-lead em { color: var(--lime); font-size: 12px; font-style: normal; }
.category-lead strong { font-size: 22px; }
.video-grid { display: grid; gap: 26px 20px; }
.video-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.category-latest { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; }
.compact-list { border-top: 2px solid var(--ink); }
.compact-list a { padding: 15px 0; border-bottom: 1px solid #d9dfe5; display: grid; grid-template-columns: 96px 1fr 60px; align-items: center; gap: 16px; }
.compact-list time { color: var(--muted); font-size: 13px; }
.compact-list span { display: flex; flex-direction: column; min-width: 0; }
.compact-list em, .compact-list small { color: var(--muted); font-size: 12px; font-style: normal; }
.compact-list b { text-align: right; }
.wide-recs { display: grid; gap: 14px; }
.wide-recs > a { min-height: 156px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; display: grid; grid-template-columns: 48px 190px 1fr 30px; gap: 20px; align-items: center; transition: .2s; }
.wide-recs > a:hover { box-shadow: var(--shadow); transform: translateX(4px); }
.wide-recs > a > b { font: italic 28px Georgia, serif; color: #a8b1be; }
.wide-recs img { width: 190px; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 13px; }
.wide-recs div { min-width: 0; }
.wide-recs em { color: var(--muted); font-size: 12px; font-style: normal; }
.wide-recs strong { display: block; font-size: 19px; }
.wide-recs p { margin: 5px 0 0; color: var(--muted); font-size: 13px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.return-panel { margin-top: 80px; margin-bottom: 80px; padding: 38px 46px; border-radius: 24px; color: white; background: var(--navy); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.return-panel h2 { margin: 0; }.return-panel p { margin: 4px 0 0; color: #aeb8c6; }
.detail-shell { padding-bottom: 30px; }
.detail-header { padding: 36px 0 28px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.detail-header h1 { margin: 8px 0 14px; font-size: clamp(34px, 5vw, 58px); line-height: 1.2; letter-spacing: -.04em; }
.detail-header p { margin: 0; color: var(--muted); max-width: 800px; }
.detail-facts { display: grid; gap: 10px; justify-content: end; color: var(--muted); font-size: 13px; }
.detail-facts span { display: flex; align-items: center; gap: 7px; }
.player-frame { aspect-ratio: 16 / 9; max-height: 675px; border-radius: 26px; overflow: hidden; background: #06090f; position: relative; box-shadow: 0 30px 70px rgba(15,20,30,.2); }
.player-frame video { width: 100%; height: 100%; object-fit: cover; }
.player-overlay { position: absolute; left: 50%; top: 50%; width: 116px; height: 116px; border: 0; border-radius: 50%; color: var(--ink); background: rgba(215,255,67,.95); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); cursor: pointer; box-shadow: 0 0 0 16px rgba(215,255,67,.12); }
.player-overlay svg { width: 34px; height: 34px; }.player-overlay span { margin-top: 3px; font-size: 12px; font-weight: 800; }
.player-frame.playing .player-overlay, .player-frame.playing .player-label { opacity: 0; pointer-events: none; }
.player-label { position: absolute; left: 24px; bottom: 20px; color: white; display: flex; flex-direction: column; pointer-events: none; }
.player-label span { color: #b9c2cf; font-size: 12px; }
.watch-note { margin: 28px 0 90px; padding: 24px 28px; border-radius: 18px; background: #f0f5df; display: flex; gap: 18px; }
.watch-note > span { flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; }
.watch-note h2 { margin: 0; font-size: 16px; }.watch-note p { margin: 3px 0 0; color: #596474; font-size: 14px; }
.story-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.story-copy h2, .highlight-panel h2, .ending-note h2 { margin: 4px 0 14px; font-size: 38px; }
.story-copy p { color: var(--muted); }
.story-section > img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; border-radius: 24px; }
.scene-gallery { margin-top: 100px; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 16px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 18px; }
.gallery-grid .scene-1 { grid-row: 1 / 3; }.gallery-grid .scene-4 { grid-column: 2 / 4; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 12px; padding: 5px 9px; border-radius: 8px; color: white; background: rgba(0,0,0,.62); font-size: 12px; }
.gallery-grid figcaption span { margin-right: 7px; color: var(--lime); }
.highlight-panel { margin: 100px 0; padding: 50px; border-radius: 26px; background: var(--navy); color: white; display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; }
.highlight-panel ul { margin: 0; padding: 0; list-style: none; }
.highlight-panel li { padding: 15px 0; border-bottom: 1px solid #344055; display: grid; grid-template-columns: 75px 1fr; }
.highlight-panel li b { color: var(--lime); }.highlight-panel li span { color: #b9c2cf; }
.ending-note { padding: 34px; border: 1px solid var(--line); border-radius: 22px; display: flex; align-items: center; gap: 24px; }
.ending-note > span { width: 64px; height: 64px; border-radius: 50%; color: #e34d67; background: #fff0f3; display: grid; place-items: center; }
.ending-note h2 { margin: 0; font-size: 24px; }.ending-note p { margin: 3px 0 0; color: var(--muted); }
.episode-nav { margin: 38px 0 0; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; }
.episode-nav > a:not(.back-category), .episode-nav > span { min-width: 0; display: flex; flex-direction: column; }
.episode-nav em { color: var(--muted); font-size: 12px; font-style: normal; }.episode-nav strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.episode-nav .next { text-align: right; }.episode-nav .back-category { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.episode-nav .disabled { color: #aeb7c2; }
.related-section { margin-bottom: 40px; }
