*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}
ul, ol { list-style: none; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; color: inherit; }
:root {
  --ink: #0c1512;
  --ink-2: #10201b;
  --ink-3: #16281f;
  --deep: #0a1a15;
  --rust: #8e3a2a;
  --rust-2: #a8492f;
  --rust-dim: #5e2a20;
  --tape: #d9e3dc;
  --tape-dim: #93a89e;
  --mute: #6d8579;
  --line: rgba(217, 227, 220, 0.16);
  --line-strong: rgba(217, 227, 220, 0.28);
  --noise: rgba(88, 190, 160, 0.05);
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--ink);
  background-image:
    radial-gradient(120% 80% at 12% -10%, rgba(88, 170, 145, 0.16), transparent 60%),
    radial-gradient(90% 60% at 100% 0%, rgba(142, 58, 42, 0.14), transparent 55%),
    repeating-linear-gradient(0deg, var(--noise) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(217, 227, 220, 0.02) 0 1px, transparent 1px 4px);
  color: var(--tape);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100%;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
a { text-decoration: none; }
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
  padding: 10px 18px;
  border-bottom: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(142, 58, 42, 0.22), transparent 42%),
    var(--deep);
  position: relative;
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 88px;
  height: 2px;
  background: var(--rust-2);
}
.header-brand { display: flex; align-items: center; }
a[data-contract="site-name"].site-name {
  color: var(--tape);
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 2px 0;
  border-bottom: 2px solid var(--rust);
  transition: color 0.15s linear, border-color 0.15s linear;
}
a[data-contract="site-name"].site-name:hover, a[data-contract="site-name"].site-name:focus-visible {
  color: #ffffff;
  border-color: var(--rust-2);
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: var(--tape-dim);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border: 1px solid var(--line);
  background: rgba(217, 227, 220, 0.03);
  transition: color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--tape);
  border-color: var(--rust-2);
  background: rgba(142, 58, 42, 0.2);
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 34px;
}
.movie-overview {
  background:
    linear-gradient(180deg, rgba(88, 170, 145, 0.07), transparent 220px),
    var(--ink-2);
  border: 1px solid var(--line-strong);
  border-top: 3px solid var(--rust);
  padding: 0 0 16px;
  margin-bottom: 26px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 208px;
  align-items: start;
  gap: 0;
  padding: 22px 20px 18px;
  min-height: 200px;
  border-bottom: 1px solid var(--line);
  background-image:
    radial-gradient(60% 90% at 78% 18%, rgba(142, 58, 42, 0.28), transparent 70%),
    radial-gradient(70% 120% at 6% 90%, rgba(60, 150, 128, 0.2), transparent 65%),
    repeating-linear-gradient(2deg, rgba(217, 227, 220, 0.035) 0 2px, transparent 2px 6px),
    repeating-linear-gradient(88deg, rgba(10, 26, 21, 0.5) 0 3px, transparent 3px 7px),
    linear-gradient(160deg, #0e1f19 0%, #08130f 55%, #0c1c17 100%);
  overflow: hidden;
}
.overview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 30% 40%, rgba(217, 227, 220, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(105deg, transparent 62%, rgba(142, 58, 42, 0.16));
  mix-blend-mode: screen;
}
.hero-tape-label {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 620px;
  padding: 14px 14px 12px;
  border-top: 1px solid var(--line-strong);
  border-left: 2px solid var(--rust-2);
  background: linear-gradient(90deg, rgba(10, 26, 21, 0.72), rgba(10, 26, 21, 0.12));
}
.movie-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #eef4f0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6), 0 0 22px rgba(88, 190, 160, 0.18);
}
.movie-tagline {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: var(--rust-2);
}
.poster-column {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: 208px;
  max-width: 100%;
}
img.main-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--line-strong);
  filter: saturate(0.82) contrast(1.06);
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr);
  grid-template-areas:
    "player details"
    "player status"
    "synopsis details"
    "synopsis cast";
  gap: 14px 18px;
  align-items: start;
  padding: 16px 20px 0;
}
.player-shell {
  grid-area: player;
  position: relative;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line-strong);
  background: #050c0a;
  display: flex;
  flex-direction: column;
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
  padding: 7px 8px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(88, 170, 145, 0.08), var(--deep));
}
.player-button {
  flex: 0 0 auto;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--tape-dim);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: color 0.12s linear, border-color 0.12s linear, background-color 0.12s linear;
}
.player-button:hover, .player-button:focus-visible {
  color: var(--tape);
  border-color: var(--line-strong);
}
.player-button.is-active {
  color: #f3f7f4;
  border-color: var(--rust-2);
  background: rgba(142, 58, 42, 0.32);
}
.player-progress, .player-volume {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: rgba(217, 227, 220, 0.16);
  border: none;
  cursor: pointer;
  min-width: 0;
}
.player-progress {
  flex: 1 1 130px;
}
.player-volume {
  flex: 0 1 82px;
}
.player-progress::-webkit-slider-thumb, .player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 14px;
  background: var(--rust-2);
  border: none;
  cursor: pointer;
}
.player-progress::-moz-range-thumb, .player-volume::-moz-range-thumb {
  width: 10px;
  height: 14px;
  border: none;
  border-radius: 0;
  background: var(--rust-2);
  cursor: pointer;
}
.player-shell.is-theater {
  border-color: var(--rust-2);
}
.player-shell.is-lights-dim {
  background: #010504;
}
.player-shell.is-lights-dim video {
  filter: brightness(0.55) saturate(0.85);
}
.detail-panel {
  grid-area: details;
  border: 1px solid var(--line);
  border-left: 2px solid var(--rust);
  background: rgba(217, 227, 220, 0.025);
  padding: 10px 12px 12px;
  min-width: 0;
}
.panel-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--tape);
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-strong);
}
.detail-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
.detail-row {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(217, 227, 220, 0.12);
}
.detail-row:last-child { border-bottom: none; }
.detail-key {
  font-size: 12px;
  font-weight: 400;
  color: var(--mute);
  letter-spacing: 0.06em;
}
.detail-value {
  font-size: 13px;
  font-weight: 300;
  color: var(--tape);
  overflow-wrap: anywhere;
}
.episode-status {
  grid-area: status;
  border: 1px solid var(--line);
  background: rgba(142, 58, 42, 0.16);
  padding: 8px 12px;
  min-width: 0;
}
.status-line {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #f0d9d1;
}
.synopsis-panel {
  grid-area: synopsis;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  min-width: 0;
}
.synopsis-paragraph {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.62;
  color: var(--tape-dim);
  margin-bottom: 7px;
  text-align: justify;
}
.synopsis-paragraph:first-of-type { color: var(--tape); }
.synopsis-paragraph:last-child {
  margin-bottom: 0;
  color: var(--tape);
}
.cast-panel {
  grid-area: cast;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px 12px;
  align-items: start;
}
.cast-member {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "photo name"
    "photo role";
  gap: 2px 8px;
  align-items: start;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.cast-photo {
  grid-area: photo;
  width: 34px;
  height: 34px;
  background:
    repeating-linear-gradient(45deg, rgba(88, 170, 145, 0.18) 0 3px, transparent 3px 6px),
    linear-gradient(140deg, var(--ink-3), var(--rust-dim));
  border: 1px solid var(--line-strong);
}
.cast-name {
  grid-area: name;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--tape);
}
.cast-role {
  grid-area: role;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--mute);
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--tape);
  padding: 0 0 7px;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--rust);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 46px;
  height: 2px;
  background: var(--tape-dim);
}
.timeline-section {
  margin-bottom: 26px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  align-items: start;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background:
    repeating-linear-gradient(90deg, rgba(88, 170, 145, 0.07) 0 1px, transparent 1px 3px),
    linear-gradient(180deg, rgba(10, 26, 21, 0.6), transparent);
  padding: 14px 0 12px;
}
.timeline-node {
  position: relative;
  padding: 0 10px;
  text-align: left;
  border-left: 1px solid var(--line);
  min-width: 0;
}
.timeline-node:first-child { border-left: none; }
.timeline-node::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 7px;
  height: 7px;
  background: var(--rust-2);
  border: 1px solid var(--ink);
}
.timeline-node:first-child::before {
  background: var(--tape);
}
.node-timecode {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--rust-2);
  font-variant-numeric: tabular-nums;
}
.node-label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--tape-dim);
}
.episodes-section {
  margin-bottom: 26px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  align-items: start;
}
.episode-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-left: 3px solid var(--rust);
  background: rgba(217, 227, 220, 0.02);
  min-width: 0;
  transition: border-color 0.15s linear, background-color 0.15s linear;
}
.episode-card:hover {
  border-color: var(--line-strong);
  border-left-color: var(--rust-2);
  background: rgba(217, 227, 220, 0.045);
}
.episode-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 9px 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f2e4de;
  background: linear-gradient(180deg, var(--rust), var(--rust-dim));
  text-align: center;
}
.episode-body {
  padding: 8px 11px 9px;
  min-width: 0;
}
.episode-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tape);
  margin-bottom: 4px;
}
.episode-summary {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--mute);
  margin-bottom: 6px;
}
.episode-duration {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--tape-dim);
  padding: 1px 6px;
  border: 1px solid var(--line-strong);
  font-variant-numeric: tabular-nums;
}
.comments-section {
  margin-bottom: 26px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 16px;
  align-items: start;
  border-top: 1px solid var(--line-strong);
}
.comment-card {
  padding: 9px 0 10px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.comment-nickname {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--rust-2);
  margin-bottom: 3px;
}
.comment-nickname::before {
  content: "// ";
  color: var(--mute);
  font-weight: 300;
}
.comment-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.58;
  color: var(--tape-dim);
}
.recommend-region {
  margin-bottom: 24px;
}
.region-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--tape);
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line-strong);
  position: relative;
}
.region-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 2px;
  background: var(--rust-2);
}
.recommend-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px 12px;
  align-items: start;
}
.recommend-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: block;
  color: var(--tape-dim);
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(217, 227, 220, 0.02);
  padding: 6px;
  transition: border-color 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus-visible {
  color: var(--tape);
  border-color: var(--rust-2);
  background: rgba(142, 58, 42, 0.16);
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  filter: saturate(0.85) contrast(1.04);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--tape);
  line-height: 1.4;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--mute);
}
.site-footer {
  border-top: 2px solid var(--rust);
  background: var(--deep);
  padding: 16px 18px 22px;
  display: grid;
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
}
.footer-disclaimer {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--mute);
  max-width: 760px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--tape-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 1px;
  transition: color 0.15s linear, border-color 0.15s linear;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--rust-2);
  border-color: var(--rust-2);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.friend-links-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--mute);
  text-transform: uppercase;
}
a.runtime-friend-link {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: var(--tape-dim);
  text-decoration: none;
  transition: color 0.15s linear;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--rust-2);
  text-decoration: underline;
}
.data-player-action { cursor: pointer; }
.click, .input, .timeupdate, .progress, .volume, .play, .pause, .mute, .speed, .pip, .fullscreen, .theater, .light, .player, .x {
  pointer-events: auto;
}
.player-button.is-active::after { content: ""; }
@media (max-width: 1024px) {.overview-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "player player"
      "details status"
      "synopsis synopsis"
      "cast cast";
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 18px;
  }
.timeline-node:nth-child(4n + 1) { border-left: none; }
.timeline-node:nth-child(4n + 1)::before { background: var(--tape); }}
@media (max-width: 760px) {.page-main { padding: 0 12px 26px; }
.overview-hero {
    grid-template-columns: minmax(0, 1fr) 132px;
    padding: 16px 13px 14px;
    gap: 12px;
  }
.poster-column { width: 132px; }
.movie-title { font-size: 20px; }
.movie-tagline { font-size: 12px; letter-spacing: 0.1em; }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "player"
      "status"
      "details"
      "synopsis"
      "cast";
    padding: 13px 13px 0;
    gap: 12px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
.timeline-node:nth-child(2n + 1) { border-left: none; }
.timeline-node:nth-child(2n + 1)::before { background: var(--tape); }}
@media (max-width: 480px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "label"
      "poster";
  }
.hero-tape-label {
    max-width: none;
  }
.poster-column {
    width: 100%;
    max-width: 200px;
    justify-self: start;
  }
.movie-title { font-size: 18px; }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    grid-template-columns: 52px minmax(0, 1fr);
  }
.player-controls {
    gap: 4px 5px;
    padding: 6px;
  }
.player-button {
    padding: 3px 7px;
    font-size: 11px;
  }
.player-progress { flex: 1 1 100%; order: 3; }
.player-volume { flex: 1 1 60px; }
.recommend-list {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
    gap: 8px 10px;
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 14px;
  }
.timeline-node { border-left: none; }
.timeline-node::before { background: var(--tape); }}
@media (prefers-reduced-motion: reduce) {* { transition: none !important; animation: none !important; }}

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}
