:root {
  --ink: #0a0e14;
  --ink-2: #0f1620;
  --panel: #121b26;
  --panel-2: #16212e;
  --line: #2a3a4d;
  --line-soft: #1e2a38;
  --steel: #8fa4b8;
  --steel-dim: #5d7186;
  --silver: #d4dee8;
  --white: #eef4f9;
  --warm: #f0b64a;
  --warm-dim: #a97c2e;
  --warm-glow: rgba(240, 182, 74, 0.12);
  --cold-glow: rgba(120, 170, 220, 0.10);
  --mono: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", "Courier New", monospace;
  --sans: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, p, ul, ol, figure, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
body {
  background-color: var(--ink);
  color: var(--steel);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
  background-image:
    linear-gradient(180deg, rgba(20, 32, 46, 0.9) 0%, rgba(10, 14, 20, 1) 42%),
    repeating-linear-gradient(90deg, rgba(60, 90, 120, 0.05) 0 1px, transparent 1px 42px);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--steel);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
::selection {
  background: var(--warm);
  color: #10151c;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 13, 19, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: var(--white);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-left: 3px solid var(--warm);
  background: linear-gradient(90deg, rgba(240, 182, 74, 0.10), transparent 70%);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: var(--warm);
}
.categories-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-height: 24px;
  flex: 1 1 auto;
}
a.runtime-category {
  color: var(--steel-dim);
  text-decoration: none;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.015);
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--warm);
  border-color: var(--warm-dim);
  background: var(--warm-glow);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 16px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-heading, .block-heading {
  font-family: var(--sans);
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.section-heading {
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.section-heading::before {
  content: "";
  width: 4px;
  height: 14px;
  background: var(--warm);
  flex: none;
  transform: translateY(1px);
}
.block-heading {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--silver);
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line-soft);
  letter-spacing: 0.14em;
}
.hero-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(18, 28, 40, 0.85), rgba(10, 15, 21, 0.98) 55%),
    var(--ink-2);
}
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 210px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(240, 182, 74, 0.16), transparent 58%),
    radial-gradient(90% 120% at 8% 60%, rgba(90, 140, 190, 0.16), transparent 60%),
    radial-gradient(90% 120% at 92% 60%, rgba(90, 140, 190, 0.12), transparent 60%),
    linear-gradient(180deg, #0d151e, #070b11);
}
.hero-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(6, 9, 13, 0.9));
  pointer-events: none;
}
.hero-left-figure, .hero-right-figure {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 14px 16px 26px;
  min-height: 210px;
}
.hero-left-figure {
  background:
    radial-gradient(60% 70% at 30% 45%, rgba(150, 190, 225, 0.20), transparent 70%),
    linear-gradient(115deg, rgba(60, 90, 125, 0.30), transparent 72%);
  border-right: 1px solid rgba(120, 160, 200, 0.14);
}
.hero-left-figure::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 26px;
  width: 96px;
  height: 150px;
  border-radius: 48% 48% 14% 14% / 60% 60% 10% 10%;
  background:
    radial-gradient(70% 55% at 45% 26%, #93a8bd 0%, #4f6377 46%, #22303e 100%);
  box-shadow:
    0 0 24px rgba(140, 180, 220, 0.22),
    inset -12px -8px 26px rgba(0, 0, 0, 0.55);
  opacity: 0.9;
  pointer-events: none;
}
.hero-left-figure::after {
  content: "";
  position: absolute;
  left: 44px;
  bottom: 26px;
  width: 56px;
  height: 96px;
  border-radius: 50% 50% 20% 20% / 55% 55% 10% 10%;
  background: linear-gradient(160deg, rgba(20, 30, 42, 0.9), rgba(8, 12, 18, 0.95));
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.7);
  opacity: 0.75;
  pointer-events: none;
}
.hero-right-figure {
  justify-content: flex-end;
  background:
    radial-gradient(58% 70% at 70% 45%, rgba(240, 182, 74, 0.18), transparent 72%),
    linear-gradient(245deg, rgba(90, 70, 40, 0.22), transparent 74%);
}
.hero-right-figure::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 92px;
  height: 152px;
  border-radius: 46% 46% 12% 12% / 58% 58% 8% 8%;
  background:
    radial-gradient(70% 55% at 50% 22%, #d9c9a6 0%, #8a7a5c 42%, #2a2620 100%);
  box-shadow:
    0 0 26px rgba(240, 182, 74, 0.20),
    inset 10px -8px 26px rgba(0, 0, 0, 0.6);
  opacity: 0.9;
  pointer-events: none;
}
.hero-right-figure::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 26px;
  width: 100px;
  height: 112px;
  border-radius: 40% 40% 8% 8% / 30% 30% 6% 6%;
  background: linear-gradient(200deg, rgba(216, 198, 168, 0.55), rgba(90, 76, 54, 0.7));
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.55);
  opacity: 0.55;
  pointer-events: none;
}
.figure-label {
  position: relative;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--steel-dim);
  border-left: 2px solid var(--warm-dim);
  padding: 1px 0 1px 7px;
  text-transform: uppercase;
}
.hero-right-figure .figure-label {
  border-left: none;
  border-right: 2px solid var(--warm-dim);
  padding: 1px 7px 1px 0;
  text-align: right;
}
.hero-handrail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 26px;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.handrail-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg,
    rgba(200, 222, 240, 0.10),
    rgba(200, 222, 240, 0.55) 22%,
    rgba(200, 222, 240, 0.30) 60%,
    rgba(200, 222, 240, 0.08));
  box-shadow:
    0 0 10px rgba(150, 195, 235, 0.28),
    0 0 24px rgba(150, 195, 235, 0.12);
}
.handrail-line::before, .handrail-line::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(190, 215, 238, 0.7), transparent);
}
.handrail-line::before { top: 12%; }
.handrail-line::after { bottom: 12%; }
.hero-scene-caption {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: 4;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--silver);
  white-space: nowrap;
  padding: 2px 10px;
  background: rgba(6, 10, 15, 0.72);
  border: 1px solid var(--line-soft);
  text-shadow: 0 0 10px rgba(160, 200, 235, 0.4);
}
.hero-headline {
  padding: 16px 16px 14px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(240, 182, 74, 0.06), transparent 55%),
    var(--ink-2);
}
.movie-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  color: var(--white);
  letter-spacing: 0.02em;
  text-shadow: 0 1px 16px rgba(150, 195, 235, 0.18);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--warm);
}
.movie-seo {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.75;
  color: var(--steel-dim);
  max-width: 78ch;
}
.hero-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.poster-column {
  min-width: 0;
}
.poster-wrapper {
  width: 168px;
  max-width: 100%;
  border: 1px solid var(--line);
  padding: 4px;
  background: var(--panel);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 6px 20px rgba(0, 0, 0, 0.45);
}
.main-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: linear-gradient(160deg, #1a2634, #0a1017);
  filter: saturate(0.86) contrast(1.05);
}
.player-column {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #05080c;
  border: 1px solid var(--line);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 10px 26px rgba(0, 0, 0, 0.5);
}
.player-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #05080c;
  object-fit: contain;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--warm-dim), 0 0 34px rgba(240, 182, 74, 0.22);
}
.player-shell.is-light-off video {
  filter: brightness(0.42) saturate(0.7);
}
.player-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 6px;
  padding: 7px 8px;
  background: linear-gradient(180deg, rgba(18, 27, 38, 0.96), rgba(10, 15, 21, 0.98));
  border-top: 1px solid var(--line-soft);
}
.ctrl-btn {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--steel);
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 4px 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: var(--white);
  border-color: var(--steel-dim);
  background: rgba(255, 255, 255, 0.07);
  outline: none;
}
.ctrl-btn.is-active {
  color: #10151c;
  background: var(--warm);
  border-color: var(--warm);
  font-weight: 700;
}
.ctrl-play.is-active::after {
  content: "中";
  font-size: 8px;
  margin-left: 4px;
  opacity: 0.7;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 110px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, var(--warm-dim), var(--line));
  border: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 14px;
  background: var(--warm);
  border: 1px solid #0b1017;
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb {
  width: 10px;
  height: 14px;
  border-radius: 0;
  background: var(--warm);
  border: 1px solid #0b1017;
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 1 80px;
  min-width: 60px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: var(--line);
  border: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 13px;
  background: var(--steel);
  border: 1px solid #0b1017;
  cursor: pointer;
}
.ctrl-volume::-moz-range-thumb {
  width: 8px;
  height: 13px;
  border-radius: 0;
  background: var(--steel);
  border: 1px solid #0b1017;
  cursor: pointer;
}
.ctrl-speed {
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  color: var(--steel);
  font-size: 10px;
  padding: 4px 6px;
  cursor: pointer;
}
.ctrl-speed:hover, .ctrl-speed:focus-visible {
  color: var(--white);
  border-color: var(--steel-dim);
  outline: none;
}
.ctrl-speed option {
  background: var(--panel);
  color: var(--silver);
}
.overview-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  background:
    linear-gradient(180deg, rgba(20, 30, 42, 0.72), rgba(13, 19, 27, 0.95)),
    var(--panel);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line-soft);
}
.status-chip {
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 3px 9px;
  border: 1px solid var(--line);
  color: var(--steel);
  background: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
}
.status-total {
  color: var(--warm);
  border-color: var(--warm-dim);
  background: var(--warm-glow);
}
.status-current {
  color: var(--white);
  border-color: var(--steel-dim);
}
.status-duration {
  color: var(--steel-dim);
}
.cast-block, .synopsis-block, .details-block {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line-soft);
}
.details-block {
  border-bottom: none;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
.cast-member {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.cast-avatar {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, #7f95ab, #33465a 58%, #16202c 100%);
  border: 1px solid var(--line);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6), 0 0 8px rgba(130, 170, 210, 0.14);
}
.cast-member:nth-child(2n) .cast-avatar {
  background:
    radial-gradient(circle at 34% 30%, #b9a67f, #5c5138 58%, #221f18 100%);
}
.cast-name {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--silver);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.synopsis-paragraph {
  font-size: 12px;
  line-height: 1.8;
  color: var(--steel);
  padding-left: 9px;
  border-left: 1px solid var(--line-soft);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0 16px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--line-soft);
  min-width: 0;
}
.detail-key {
  flex: none;
  font-size: 11px;
  color: var(--steel-dim);
  letter-spacing: 0.08em;
  min-width: 56px;
}
.detail-value {
  font-size: 11px;
  color: var(--silver);
  min-width: 0;
  word-break: break-word;
}
.timeline-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 24, 34, 0.88), rgba(10, 15, 21, 0.96));
  padding: 14px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding-left: 20px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--steel-dim) 8%, var(--steel-dim) 92%, transparent);
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 12px;
  padding: 7px 10px 7px 0;
  border-bottom: 1px dotted var(--line-soft);
}
.timeline-node:last-child {
  border-bottom: none;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 13px;
  width: 7px;
  height: 7px;
  background: var(--ink);
  border: 1px solid var(--steel-dim);
  transform: rotate(45deg);
}
.timeline-node:first-child::before {
  border-color: var(--warm);
  background: var(--warm);
  box-shadow: 0 0 10px rgba(240, 182, 74, 0.5);
}
.timeline-timecode {
  flex: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--warm);
  min-width: 52px;
}
.timeline-label {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--silver);
  letter-spacing: 0.03em;
  min-width: 0;
}
.episodes-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 24, 34, 0.88), rgba(10, 15, 21, 0.96));
  padding: 14px;
}
.episodes-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--steel-dim) var(--ink-2);
  scrollbar-width: thin;
}
.episodes-scroller::-webkit-scrollbar {
  height: 7px;
}
.episodes-scroller::-webkit-scrollbar-track {
  background: var(--ink-2);
}
.episodes-scroller::-webkit-scrollbar-thumb {
  background: var(--steel-dim);
}
.episodes-track {
  display: flex;
  gap: 8px;
  align-items: stretch;
  min-width: max-content;
}
.episode-card {
  flex: 0 0 210px;
  width: 210px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 11px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line-soft);
  border-top: 2px solid var(--line);
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.episode-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--steel-dim);
}
.episode-card-active {
  border-top-color: var(--warm);
  border-color: var(--warm-dim);
  background: linear-gradient(180deg, var(--warm-glow), rgba(255, 255, 255, 0.02));
}
.episode-number {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--warm);
}
.episode-card-active .episode-number {
  color: var(--warm);
  font-weight: 700;
}
.episode-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 13px;
  color: var(--white);
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.episode-summary {
  font-size: 11px;
  line-height: 1.65;
  color: var(--steel-dim);
  flex: 1 1 auto;
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--steel-dim);
  border-top: 1px dotted var(--line-soft);
  padding-top: 5px;
}
.comments-section {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 24, 34, 0.88), rgba(10, 15, 21, 0.96));
  padding: 14px;
}
.comments-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.comments-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.comment-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 11px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--steel-dim);
}
.comment-nickname {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--warm);
}
.comment-nickname::before {
  content: "▸ ";
  color: var(--steel-dim);
}
.comment-text {
  font-size: 11px;
  line-height: 1.75;
  color: var(--steel);
}
.comments-column-right .comment-item {
  border-left-color: var(--line-soft);
  border-right: 2px solid var(--steel-dim);
  background: rgba(255, 255, 255, 0.015);
}
.recommend-region {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 24, 34, 0.88), rgba(10, 15, 21, 0.96));
  padding: 14px;
}
.recommend-region .section-heading {
  position: relative;
}
.recommend-region .section-heading::after {
  content: attr(data-recommendation-title);
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--mono);
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--steel-dim);
  border: 1px solid var(--line-soft);
  padding: 1px 6px;
  white-space: nowrap;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.recommend-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  height: 100%;
  padding: 6px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--line-soft);
  color: var(--steel);
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus-visible {
  border-color: var(--warm-dim);
  background: var(--warm-glow);
  outline: none;
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #0c131b;
  filter: saturate(0.85);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  color: var(--silver);
  line-height: 1.4;
  display: block;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 10px;
  line-height: 1.6;
  color: var(--steel-dim);
  display: block;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #080c12;
  padding: 16px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--steel);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
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(--warm);
  border-bottom-color: var(--warm-dim);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  padding: 9px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.friend-links-label {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--warm);
  border: 1px solid var(--warm-dim);
  padding: 1px 6px;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11px;
  color: var(--steel-dim);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--silver);
  text-decoration: underline;
  text-decoration-color: var(--warm-dim);
}
.footer-disclaimer {
  font-size: 10px;
  line-height: 1.7;
  color: #46586b;
  letter-spacing: 0.02em;
}
.is-active {
  color: #10151c;
}
.is-theater .player-controls {
  background: linear-gradient(180deg, rgba(240, 182, 74, 0.14), rgba(10, 15, 21, 0.98));
}
.is-light-off .player-controls .ctrl-light {
  color: var(--warm);
  border-color: var(--warm-dim);
}
@media (min-width: 560px) {.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
.timeline-list::before {
    display: none;
  }}
@media (min-width: 720px) {.hero-body {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
.poster-wrapper {
    width: 100%;
  }
.overview-meta {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  }
.episode-status {
    grid-column: 1 / -1;
  }
.cast-block, .synopsis-block {
    border-bottom: none;
    border-right: 1px solid var(--line-soft);
  }
.details-block {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line-soft);
  }
.comments-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
.comments-column-right {
    margin-top: 18px;
  }
.recommend-grid, .recommend-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (min-width: 900px) {.hero-visual {
    min-height: 260px;
  }
.hero-left-figure, .hero-right-figure {
    min-height: 260px;
  }
.movie-title {
    font-size: 30px;
  }
.overview-meta {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr);
  }
.episode-status {
    grid-column: 1 / -1;
  }
.synopsis-block {
    border-right: none;
  }
.cast-block {
    border-right: 1px solid var(--line-soft);
  }
.details-block {
    grid-column: 1 / -1;
  }
.timeline-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (min-width: 1080px) {body {
    font-size: 13px;
  }
.header-inner {
    padding: 9px 20px;
  }
.page-main {
    padding: 18px 20px 36px;
    gap: 22px;
  }
.hero-body {
    grid-template-columns: 220px minmax(0, 1fr);
  }
.movie-title {
    font-size: 34px;
  }
.hero-headline {
    padding: 20px 20px 16px;
  }
.timeline-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 480px) {.player-controls {
    gap: 4px;
  }
.ctrl-btn {
    font-size: 9px;
    padding: 3px 6px;
  }
.movie-title {
    font-size: 20px;
  }
.hero-scene-caption {
    letter-spacing: 0.14em;
  }
.episode-card {
    flex-basis: 180px;
    width: 180px;
  }}
@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}
