:root {
  color-scheme: dark;
  --night: #0c1118;
  --panel: #131c26;
  --ink: #edf2f5;
  --muted: #9eacbb;
  --mint: #80dccb;
  --gold: #d8bc8a;
  --line: #26303c;
  --body-font: "PingFang SC", "Microsoft YaHei UI", system-ui, sans-serif;
  --display-font: "Arial Narrow", "PingFang SC", "Microsoft YaHei", sans-serif;
  --mono-font: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; min-width: 300px; background: var(--night); color: var(--ink); font: 14px/1.65 var(--body-font); }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 2px solid var(--mint); outline-offset: 5px; }
img { display: block; max-width: 100%; }
svg { width: 18px; height: 18px; flex: 0 0 18px; stroke: currentColor; stroke-width: 1.6; fill: none; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin: 0; }
.page-width { width: min(1360px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; background: var(--mint); color: var(--night); padding: 12px 20px; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; min-height: 86px; gap: 48px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: 20px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; flex-shrink: 0; }
.brand-symbol { display: grid; place-items: center; width: 38px; height: 42px; padding-left: 2px; border: 1px solid var(--mint); color: var(--mint); border-radius: 3px 12px 3px 3px; font-size: 16px; }
.brand-en { display: block; margin-top: 6px; color: var(--muted); font: 8px var(--mono-font); letter-spacing: .15em; }
.header-inner nav { display: flex; gap: 30px; color: #c6cfd8; font-size: 13px; }
.header-inner nav a { padding-block: 14px; }
.header-inner nav a:hover, .breadcrumb a:hover, .site-footer a:hover { color: var(--mint); }
.header-note { margin-left: auto; font-size: 11px; letter-spacing: .07em; color: var(--muted); }
.header-note > span { display: inline-block; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--mint); }
.breadcrumb { padding-block: 25px 22px; font-size: 12px; color: var(--muted); }
.breadcrumb ol { display: flex; align-items: center; list-style: none; margin: 0; padding: 0; gap: 15px; }
.breadcrumb li + li::before { content: '/'; margin-right: 15px; color: #647181; }
.breadcrumb [aria-current] { color: #ced7e1; }
.viewing-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: stretch; }
.screen-section { min-width: 0; }
.player-shell { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #030609; overflow: hidden; border-radius: 5px 5px 0 0; isolation: isolate; }
.player-shell video, .player-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; object-fit: contain; }
.player-overlay { position: absolute; inset: 0; z-index: 1; isolation: isolate; display: grid; place-items: center; overflow: hidden; }
.screen-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; opacity: .54; z-index: -2; }
.player-overlay::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgb(4 10 18 / 45%), rgb(4 10 18 / 12%)), linear-gradient(0deg, rgb(4 10 18 / 75%), transparent 60%); z-index: -1; }
.screen-edition { position: absolute; left: 25px; top: 23px; right: 25px; color: #b0bdcc; font: 9px var(--mono-font); letter-spacing: .2em; display: flex; justify-content: space-between; }
.screen-edition > span { color: #93a5b7; }
.screen-center { text-align: center; padding: 50px 18px; }
.overlay-title { font: 600 clamp(18px, 2.2vw, 25px)/1.5 var(--display-font); letter-spacing: .06em; }
.overlay-copy { margin-top: 9px; color: #bdc9d6; font-size: 12px; }
.unavailable-mark { display: inline-flex; justify-content: center; align-items: center; gap: 8px; width: 60px; height: 60px; border: 1px solid rgb(255 255 255 / 30%); border-radius: 50%; margin-bottom: 19px; background: rgb(9 21 34 / 35%); }
.unavailable-mark > span { width: 3px; height: 18px; background: #c6d3df; }
.waiting-label { display: inline-flex; align-items: center; gap: 7px; margin-top: 21px; padding: 5px 11px; color: var(--gold); font-size: 10px; border: 1px solid rgb(216 188 138 / 24%); border-radius: 3px; background: rgb(10 16 25 / 45%); }
.waiting-label > span { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.screen-caption { position: absolute; bottom: 23px; left: 25px; font: 9px var(--mono-font); letter-spacing: .17em; color: #a3b2c3; }
.play-button { display: inline-grid; place-items: center; width: 68px; height: 68px; margin-bottom: 18px; padding-left: 7px; border: 1px solid var(--mint); border-radius: 50%; color: #0c2020; background: var(--mint); font-size: 22px; transition: transform .18s ease, background .18s ease; }
.play-button:hover { transform: scale(1.06); background: #aeeddf; }
.screen-toolbar { min-height: 49px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid var(--line); border-top: 0; background: #111923; }
#player-message { display: flex; align-items: center; gap: 8px; color: #c1cad5; font-size: 11px; }
.status-dot { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--gold); }
.is-playing .status-dot { background: var(--mint); }
.screen-toolbar button { display: flex; align-items: center; gap: 7px; padding: 12px 0 12px 8px; color: var(--muted); background: none; border: 0; font-size: 11px; white-space: nowrap; }
.screen-toolbar button:hover, .screen-toolbar button[aria-pressed="true"] { color: var(--mint); }
.source-note { padding-top: 13px; color: #94a2b3; font-size: 11px; line-height: 1.8; }
.source-note summary { width: fit-content; cursor: pointer; padding-block: 5px; }
.source-note details p { max-width: 75ch; padding: 8px 0 4px; }
.source-note a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.noscript-note { color: var(--gold); font-size: 12px; margin-top: 10px; }
.film-dossier { padding: 25px 25px 20px; background: var(--panel); border-top: 2px solid var(--mint); position: relative; display: flex; flex-direction: column; min-width: 0; }
.dossier-top { display: flex; justify-content: space-between; align-items: center; }
.eyebrow { color: var(--mint); font: 9px var(--mono-font); letter-spacing: .17em; }
.dossier-index { color: #637386; font: 12px var(--mono-font); }
.dossier-kicker { margin-top: 28px; color: #adb8c6; font-size: 11px; }
h1 { margin-top: 8px; font: 650 clamp(26px, 2.7vw, 36px)/1.3 var(--display-font); letter-spacing: -.025em; overflow-wrap: anywhere; text-wrap: balance; }
.film-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.film-tags span { border: 1px solid #344250; border-radius: 2px; padding: 2px 7px; font-size: 10px; color: #b7c4d1; }
.dossier-rule { height: 1px; background: var(--line); margin: 23px 0 19px; }
.film-facts { display: grid; gap: 9px; margin: 0; font-size: 11px; }
.film-facts > div { display: flex; justify-content: space-between; gap: 12px; }
.film-facts dt { color: var(--muted); }
.film-facts dd { margin: 0; color: #d8e0e8; }
.film-facts .source-state { color: var(--gold); }
.dossier-description { color: var(--muted); font-size: 12px; line-height: 1.9; margin-block: 25px; }
.film-actions { display: flex; gap: 9px; }
.film-actions button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 43px; border: 1px solid #354451; border-radius: 3px; background: transparent; font-size: 12px; }
#save-button { flex: 1; background: var(--mint); color: #0b2824; border-color: var(--mint); font-weight: 650; }
#save-button[aria-pressed="true"] { background: #183832; color: #b2eddf; border-color: #396d62; }
#share-button { padding: 0 12px; }
#share-button:hover { background: #21303c; }
.action-status { min-height: 20px; padding-top: 7px; color: var(--mint); font-size: 10px; overflow-wrap: anywhere; }
.dossier-footer { display: flex; align-items: center; gap: 12px; border-top: 1px dashed #34404c; padding-top: 17px; margin-top: auto; color: #c0cbd6; font-size: 10px; }
.dossier-footer > span:first-child { font-size: 12px; color: #8599ad; }
.dossier-footer small { display: block; color: #8e9dad; margin-top: 2px; font-size: 9px; }
.about-film { display: grid; grid-template-columns: 280px 1fr; gap: 38px; padding-block: 39px; margin-top: 20px; border-bottom: 1px solid var(--line); }
.section-label { color: #899cae; font: 9px var(--mono-font); letter-spacing: .17em; }
h2 { margin-top: 8px; font: 600 clamp(19px, 2vw, 24px)/1.4 var(--display-font); letter-spacing: -.025em; }
.heading-dot { color: var(--mint); margin-left: 4px; }
.about-copy { max-width: 640px; padding-top: 4px; font-size: 12px; line-height: 1.9; }
.about-copy > p + p { margin-top: 7px; color: var(--muted); }
.recommendations { padding-block: 35px 48px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-bottom: 24px; }
.section-count { color: var(--mint); font: 22px var(--mono-font); }
.section-count > span { font: 10px var(--body-font); color: var(--muted); }
.film-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.film-link { display: block; min-width: 0; }
.film-cover { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--panel); border-radius: 3px; }
.film-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 25%), transparent 50%, rgb(0 0 0 / 25%)); pointer-events: none; }
.film-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease, opacity .25s ease; }
.film-grid li:nth-child(n + 4) .film-cover img { object-position: 85% center; }
.cover-index { position: absolute; top: 9px; left: 9px; z-index: 1; color: #edf2f5; font: 10px var(--mono-font); text-shadow: 0 1px 4px #000; }
.cover-play { position: absolute; z-index: 1; inset: 50% auto auto 50%; display: grid; place-items: center; padding-left: 2px; width: 34px; height: 34px; margin: -17px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); background: rgb(6 19 24 / 75%); opacity: 0; transition: opacity .2s ease; }
.film-link:hover .film-cover img, .film-link:focus-visible .film-cover img { transform: scale(1.04); opacity: .7; }
.film-link:hover .cover-play, .film-link:focus-visible .cover-play { opacity: 1; }
.film-link-copy { display: flex; align-items: start; justify-content: space-between; gap: 8px; margin-top: 11px; }
h3 { font-size: 13px; font-weight: 550; line-height: 1.5; overflow-wrap: anywhere; }
.film-link-copy > span { color: #718496; font-size: 12px; }
.film-link:hover h3 { color: var(--mint); }
.film-link p { margin-top: 5px; color: #92a0b0; font-size: 10px; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 24px 30px; color: #8c9cac; font: 9px var(--mono-font); letter-spacing: .04em; }
.site-footer a { font: 11px var(--body-font); }
.footer-divider { margin-inline: 12px; color: #485d72; }
.cinema-mode .viewing-layout { grid-template-columns: minmax(0, 1fr); }
.cinema-mode .film-dossier { display: none; }
.cinema-mode .header-note { color: var(--mint); }
@media (min-width: 1600px) { .viewing-layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; } .film-dossier { padding: 30px; } }
@media (max-width: 1100px) { .page-width { width: calc(100% - 48px); } .viewing-layout { grid-template-columns: minmax(0, 1fr) 270px; gap: 20px; } .film-dossier { padding: 20px; } .dossier-kicker { margin-top: 20px; } .film-grid { gap: 13px; } .header-note { display: none; } }
@media (max-width: 900px) {
  .viewing-layout { grid-template-columns: minmax(0, 1fr); gap: 23px; }
  .film-dossier { display: block; padding: 25px; }
  .dossier-kicker { margin-top: 17px; }
  h1 { font-size: 32px; }
  .dossier-rule { margin-block: 20px; }
  .film-facts { display: flex; flex-wrap: wrap; gap: 30px; }
  .film-facts > div { gap: 14px; }
  .dossier-description { margin-block: 20px; }
  .film-actions { max-width: 300px; }
  .dossier-footer { margin-top: 14px; }
  .about-film { grid-template-columns: 230px 1fr; gap: 25px; margin-top: 7px; padding-block: 30px; }
  .film-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px 18px; }
}
@media (max-width: 540px) {
  .page-width { width: calc(100% - 32px); }
  .header-inner { min-height: 74px; gap: 12px; justify-content: space-between; }
  .brand { gap: 9px; font-size: 18px; }
  .brand-symbol { width: 31px; height: 36px; font-size: 12px; }
  .brand-en { font-size: 6px; }
  .header-inner nav { gap: 14px; font-size: 11px; }
  .header-inner nav a:first-child { display: none; }
  .breadcrumb { padding-block: 20px 17px; font-size: 11px; }
  .screen-section { margin-inline: -16px; }
  .player-shell { border-radius: 0; }
  .screen-edition { left: 17px; right: 17px; top: 13px; font-size: 7px; }
  .screen-center { padding: 32px 14px 24px; }
  .unavailable-mark { width: 39px; height: 39px; gap: 6px; margin-bottom: 10px; }
  .unavailable-mark > span { height: 12px; width: 2px; }
  .overlay-title { font-size: 17px; }
  .overlay-copy { margin-top: 6px; font-size: 10px; }
  .waiting-label { margin-top: 12px; font-size: 8px; padding: 3px 8px; }
  .screen-caption { display: none; }
  .screen-toolbar { padding-inline: 16px; }
  .source-note, .noscript-note { padding-inline: 16px; }
  .source-note { padding-top: 8px; }
  .play-button { width: 48px; height: 48px; font-size: 17px; margin-bottom: 11px; }
  .film-dossier { padding: 22px 20px; }
  h1 { font-size: 31px; }
  .film-facts { display: grid; gap: 10px; }
  .dossier-kicker { margin-top: 21px; }
  .film-actions { max-width: none; }
  .about-film { grid-template-columns: minmax(0, 1fr); gap: 17px; padding-block: 27px; margin-top: 0; }
  .about-copy { font-size: 12px; }
  .recommendations { padding-block: 27px 34px; }
  .section-heading { margin-bottom: 20px; }
  .section-count { font-size: 17px; }
  .section-count > span { display: block; font-size: 8px; margin-top: 4px; }
  .film-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 13px; }
  .site-footer { font-size: 7px; padding-block: 22px; gap: 10px; }
  .site-footer a { white-space: nowrap; font-size: 10px; }
  .footer-divider { margin-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
