*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #0a0508;
  --ink-2: #140a12;
  --panel: #1a0d16;
  --panel-2: #221019;
  --red: #8e1220;
  --red-bright: #c81f2c;
  --red-glow: rgba(200, 31, 44, 0.45);
  --purple: #2a1030;
  --purple-2: #3d1745;
  --gold: #b08a3e;
  --gold-dim: #7a5f2a;
  --silver: #cfd6e4;
  --silver-dim: #8b93a5;
  --text: #e8dfe2;
  --text-dim: #a8969c;
  --line: rgba(176, 138, 62, 0.22);
  --line-red: rgba(200, 31, 44, 0.4);
}
html { -webkit-text-size-adjust: 100%; }
body {
  background:
    radial-gradient(1200px 600px at 85% -5%, rgba(142, 18, 32, 0.28), transparent 60%),
    radial-gradient(900px 700px at 5% 20%, rgba(61, 23, 69, 0.35), transparent 65%),
    linear-gradient(180deg, #0a0508 0%, #120810 45%, #0a0508 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
ul, ol { list-style: none; }
a { color: inherit; }
button, input { font: inherit; color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(10, 5, 8, 0.96), rgba(18, 8, 16, 0.88));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 16px;
  max-width: 1400px;
  margin: 0 auto;
}
a[data-contract="site-name"].brand {
  color: var(--silver);
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(200, 31, 44, 0.5);
  white-space: nowrap;
}
a[data-contract="site-name"].brand::before {
  content: "◈";
  color: var(--red-bright);
  margin-right: 6px;
  font-size: 12px;
}
.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  align-items: center;
}
a.nav-link {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 12px;
  padding: 4px 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.nav-link:hover {
  color: var(--silver);
  border-color: var(--line-red);
  background: rgba(200, 31, 44, 0.08);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 16px 8px;
  max-width: 1400px;
  margin: 0 auto;
  overflow-x: auto;
  scrollbar-width: thin;
}
a.runtime-category {
  color: var(--gold);
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(176, 138, 62, 0.06);
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.runtime-category:hover {
  color: #f0d9a0;
  border-color: var(--gold);
  background: rgba(176, 138, 62, 0.16);
}
.page-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px 28px;
}
.section-heading {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--silver);
  padding-left: 10px;
  margin-bottom: 8px;
  border-left: 3px solid var(--red-bright);
  text-shadow: 0 0 12px rgba(200, 31, 44, 0.35);
}
.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 18px;
  padding: 20px 0 26px;
  align-items: start;
}
.hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 0;
}
.hero-crest {
  position: absolute;
  top: 8px;
  left: -6px;
  z-index: 3;
  max-width: 78%;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--gold);
  padding: 4px 10px 4px 12px;
  background: linear-gradient(90deg, rgba(20, 10, 18, 0.94), rgba(20, 10, 18, 0.15));
  border-left: 2px solid var(--gold);
  text-transform: uppercase;
  writing-mode: horizontal-tb;
}
.hero-media {
  position: relative;
  aspect-ratio: 2 / 3;
  width: 100%;
  border: 1px solid var(--line-red);
  background: linear-gradient(135deg, var(--purple) 0%, #0a0508 70%);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.6), 0 18px 50px -20px rgba(200, 31, 44, 0.55);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.08);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(255deg, rgba(200, 31, 44, 0.42) 0%, rgba(200, 31, 44, 0.06) 38%, transparent 60%),
    repeating-linear-gradient(115deg, rgba(10, 5, 8, 0.55) 0 2px, transparent 2px 9px);
  mix-blend-mode: screen;
  pointer-events: none;
}
.hero-mark {
  position: absolute;
  right: -4px;
  bottom: -6px;
  z-index: 3;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--silver);
  padding: 3px 10px;
  background: rgba(10, 5, 8, 0.88);
  border: 1px solid var(--silver-dim);
  border-radius: 2px;
  box-shadow: 0 0 18px rgba(207, 214, 228, 0.22);
}
.hero-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(20px, 3.4vw, 32px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #fbeef0;
  text-shadow: 0 0 22px rgba(200, 31, 44, 0.65), 0 2px 0 rgba(0,0,0,0.6);
}
.movie-tagline {
  font-size: 12.5px;
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-left: 9px;
  border-left: 2px solid var(--line-red);
}
.movie-lead {
  font-size: 12.5px;
  color: var(--text-dim);
  line-height: 1.7;
  max-width: 68ch;
}
.player-shell {
  position: relative;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  background: #050203;
  padding: 6px;
  box-shadow: 0 14px 40px -18px rgba(0, 0, 0, 0.9);
  transition: box-shadow 0.25s, border-color 0.25s;
}
.player-shell video {
  display: block;
  background: #000;
}
.player-shell.is-theater {
  border-color: var(--red-bright);
  box-shadow: 0 0 0 1px var(--red-bright), 0 0 46px -6px var(--red-glow);
}
.player-shell.is-lights-off {
  background: #000;
  border-color: #000;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.35;
}
.player-shell.is-lights-off:hover .player-controls {
  opacity: 1;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 4px 3px;
  border-top: 1px solid var(--line);
  margin-top: 6px;
  transition: opacity 0.25s;
}
.player-btn {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 4px 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s, border-color 0.16s, background 0.16s;
}
.player-btn:hover {
  color: var(--silver);
  border-color: var(--silver-dim);
}
.player-btn.is-active, .player-btn.is-muted {
  color: #fff;
  border-color: var(--red-bright);
  background: linear-gradient(180deg, var(--red), #5e0c16);
  box-shadow: 0 0 14px -2px var(--red-glow);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--red) 0%, var(--red) 0%, rgba(255,255,255,0.12) 0%);
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  min-width: 0;
}
.player-progress { flex: 1 1 140px; }
.player-volume { flex: 0 1 90px; }
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--silver);
  border: 1px solid var(--red-bright);
  box-shadow: 0 0 8px var(--red-glow);
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--silver);
  border: 1px solid var(--red-bright);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  padding: 8px 10px;
  background: linear-gradient(90deg, rgba(142, 18, 32, 0.2), rgba(42, 16, 48, 0.16));
  border: 1px solid var(--line-red);
  border-left: 3px solid var(--red-bright);
}
.status-line {
  font-size: 12.5px;
  font-weight: 800;
  color: #ffd9dd;
  letter-spacing: 0.04em;
}
.status-note {
  font-size: 11.5px;
  color: var(--text-dim);
}
.details-block { min-width: 0; }
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 5px 9px;
  background: var(--panel);
  min-width: 0;
}
.detail-row dt {
  font-size: 11px;
  color: var(--gold-dim);
  letter-spacing: 0.06em;
  flex: 0 0 auto;
}
.detail-row dd {
  font-size: 12px;
  color: var(--text);
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}
.cast-block { min-width: 0; }
.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 5px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  min-width: 0;
  transition: border-color 0.18s, box-shadow 0.18s;
}
.cast-card:hover {
  border-color: var(--line-red);
  box-shadow: 0 0 16px -6px var(--red-glow);
}
.cast-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background:
    radial-gradient(circle at 35% 28%, rgba(207, 214, 228, 0.5), transparent 42%),
    linear-gradient(150deg, var(--purple-2) 0%, #120810 60%, var(--red) 130%);
  border: 1px solid rgba(207, 214, 228, 0.16);
}
.cast-name {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.cast-role {
  font-size: 9.5px;
  letter-spacing: 0.02em;
  color: var(--silver-dim);
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.synopsis-block { min-width: 0; }
.synopsis-body {
  columns: 2;
  column-gap: 18px;
  column-rule: 1px solid var(--line);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(34, 16, 25, 0.7), rgba(20, 10, 18, 0.7));
  padding: 10px 12px;
}
.synopsis-paragraph {
  font-size: 12px;
  line-height: 1.72;
  color: var(--text-dim);
  margin: 0 0 8px;
  break-inside: avoid;
  text-align: justify;
}
.synopsis-paragraph:first-child::first-letter {
  font-size: 1.9em;
  font-weight: 900;
  color: var(--red-bright);
  float: left;
  line-height: 0.9;
  padding: 2px 5px 0 0;
  text-shadow: 0 0 14px var(--red-glow);
}
.timeline-section {
  padding: 14px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.timeline-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 16px 4px 14px;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
  position: relative;
}
.timeline-track::-webkit-scrollbar { height: 5px; }
.timeline-track::-webkit-scrollbar-thumb { background: var(--red); border-radius: 3px; }
.timeline-track::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); }
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 128px;
  padding: 12px 8px 8px;
  background: linear-gradient(180deg, var(--panel-2), rgba(20, 10, 18, 0.6));
  border: 1px solid var(--line);
  border-top: 2px solid var(--gold-dim);
  min-height: 0;
  transition: border-color 0.18s, transform 0.18s;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(176, 138, 62, 0.18), 0 0 14px 3px rgba(176, 138, 62, 0.5);
}
.timeline-node::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: calc(100% + 10px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim), transparent);
  opacity: 0.65;
  pointer-events: none;
}
.timeline-node:last-child::after { display: none; }
.timeline-node:hover {
  border-color: var(--line-red);
  transform: translateY(-2px);
}
.node-time {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 3px;
}
.node-label {
  display: block;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--text);
  overflow-wrap: anywhere;
}
.episodes-section {
  padding: 14px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.episode-columns {
  columns: 2;
  column-gap: 10px;
}
.episode-card {
  display: block;
  break-inside: avoid;
  margin: 0 0 8px;
  padding: 8px 10px;
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
  border: 1px solid var(--line);
  border-left: 3px solid rgba(176, 138, 62, 0.4);
  min-width: 0;
  transition: border-color 0.18s, background 0.18s;
}
.episode-card:hover {
  border-color: var(--line-red);
  background: linear-gradient(180deg, #2a1220, var(--panel));
}
.episode-card-current {
  border: 1px solid var(--red-bright);
  border-left: 3px solid var(--red-bright);
  background: linear-gradient(180deg, rgba(142, 18, 32, 0.32), rgba(20, 10, 18, 0.9));
  box-shadow: 0 0 22px -8px var(--red-glow);
}
.episode-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #fbeef0;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--gold-dim);
  margin: 2px 0 5px;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--text-dim);
  overflow-wrap: anywhere;
}
.episode-card-current .episode-summary { color: #e6cdd2; }
.comments-section {
  padding: 14px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.comment-stream {
  columns: 3;
  column-gap: 10px;
}
.comment-card {
  display: flex;
  gap: 8px;
  break-inside: avoid;
  margin: 0 0 9px;
  padding: 7px 9px 0;
  background: linear-gradient(180deg, rgba(34, 16, 25, 0.85), rgba(20, 10, 18, 0.85));
  border: 1px solid var(--line);
  border-top: 1px solid var(--line-red);
  min-width: 0;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(207, 214, 228, 0.55), transparent 45%),
    linear-gradient(150deg, var(--purple-2), var(--red));
  border: 1px solid rgba(207, 214, 228, 0.2);
}
.comment-body {
  min-width: 0;
  padding-bottom: 7px;
}
.comment-meta {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gold);
  margin-bottom: 2px;
}
.comment-text {
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--text-dim);
  overflow-wrap: anywhere;
}
.recommend-region {
  padding: 14px 0 4px;
  border-top: 1px solid var(--line);
  margin-top: 22px;
}
.region-heading {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 7px;
  padding-left: 9px;
  border-left: 2px solid var(--gold-dim);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 6px;
  color: inherit;
  text-decoration: none;
  background: rgba(10, 5, 8, 0.62);
  border: 1px solid var(--line);
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  border-color: var(--red-bright);
  background: rgba(142, 18, 32, 0.16);
  box-shadow: 0 0 20px -6px var(--red-glow);
}
[data-runtime="recommendation"] img, .recommend-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(135deg, var(--purple), #0a0508);
  filter: saturate(1.05);
}
.recommend-name {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.recommend-blurb {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--text-dim);
  overflow-wrap: anywhere;
}
.site-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 16px 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--silver-dim);
  text-decoration: none;
  font-size: 11.5px;
  border-bottom: 1px solid transparent;
  transition: color 0.18s, border-color 0.18s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--silver);
  border-bottom-color: var(--red-bright);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
}
.friend-links-label {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--gold-dim);
  text-transform: uppercase;
  flex: 0 0 auto;
}
a.runtime-friend-link {
  font-size: 11px;
  color: var(--text-dim);
  text-decoration: none;
  padding: 1px 7px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s;
}
a.runtime-friend-link:hover {
  color: var(--silver);
  border-color: var(--silver-dim);
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.6;
  color: rgba(168, 150, 156, 0.75);
  max-width: 90ch;
}
@media (max-width: 1080px) {.comment-stream { columns: 2; }}
@media (max-width: 900px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 16px 0 20px;
  }
.hero-visual {
    max-width: 340px;
  }
.synopsis-body { columns: 1; }
.recommend-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }}
@media (max-width: 720px) {body { font-size: 12.5px; }
.page-main { padding: 0 12px 22px; }
.header-bar { padding: 7px 12px; }
.category-strip { padding: 0 12px 7px; }
.episode-columns { columns: 1; }
.comment-stream { columns: 1; }
.details-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.site-footer { padding: 14px 12px 24px; }}
@media (max-width: 520px) {.hero-visual { max-width: none; }
.recommend-grid { grid-template-columns: minmax(0, 1fr); }
.cast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.details-list { grid-template-columns: minmax(0, 1fr); }
.detail-row dd { text-align: left; }
.player-btn { padding: 4px 7px; font-size: 10.5px; }
.player-volume { flex: 1 1 70px; }
.timeline-node { width: 116px; }
.movie-title { font-size: 19px; }}
@media (max-width: 380px) {.cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.primary-nav { gap: 2px; }
a.nav-link { padding: 3px 6px; }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
