:root {
  --char-black: #12100f;
  --char-deep: #1b1815;
  --char-mid: #262220;
  --ash-white: #ddd6cb;
  --ash-dim: #a49c90;
  --ash-faint: #6d665d;
  --blood: #5c1d1c;
  --blood-bright: #8a2a26;
  --old-gold: #b8914a;
  --old-gold-dim: #7d6633;
  --line: #332d28;
  --line-soft: #2a2521;
  --gap-tight: 8px;
  --gap: 12px;
  --gap-loose: 20px;
  --serif: "Songti SC", "STSong", "SimSun", "Source Han Serif SC", "Noto Serif CJK SC", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", system-ui, -apple-system, "Segoe UI", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: var(--char-black);
  background-image:
    linear-gradient(180deg, #17141200 0%, #17141200 60%, #0e0c0b 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 3px);
  color: var(--ash-white);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, dl, dd, dt, blockquote, ol, ul {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
blockquote {
  quotes: none;
}
::selection {
  background: var(--blood);
  color: var(--ash-white);
}
.site-header {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #17130f 0%, #100e0d 100%);
}
.header-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--gap);
  padding: 10px 16px 8px;
  max-width: 1280px;
  margin: 0 auto;
}
a[data-contract="site-name"] {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--old-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a[data-contract="site-name"]:hover {
  color: #d8ad5e;
  border-bottom-color: var(--old-gold-dim);
}
.header-quicklinks {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
a.quicklink {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ash-dim);
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--line);
  transition: color 0.18s ease, border-color 0.18s ease;
}
a.quicklink:hover {
  color: var(--ash-white);
  border-bottom-color: var(--blood-bright);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding: 8px 16px 10px;
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid var(--line-soft);
}
a.runtime-category {
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ash-dim);
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover {
  color: var(--old-gold);
  border-color: var(--old-gold-dim);
  background: rgba(184, 145, 74, 0.07);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 28px;
}
.movie-overview {
  border: 1px solid var(--line);
  border-top: 0;
  background: linear-gradient(180deg, #151211 0%, #12100f 55%, #100e0d 100%);
  padding: 0 16px 18px;
  margin-bottom: 26px;
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  align-items: end;
  min-height: 320px;
  margin: 0 -16px;
  padding: 26px 16px 0;
  background:
    radial-gradient(120% 90% at 22% 8%, rgba(92, 29, 28, 0.42) 0%, rgba(92, 29, 28, 0) 62%),
    linear-gradient(180deg, #1c1715 0%, #141110 52%, #0d0b0a 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0 2px, transparent 2px 46px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 40%);
  pointer-events: none;
  mix-blend-mode: multiply;
}
.hero-media {
  position: relative;
  align-self: end;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #0b0a09;
  box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.55) inset;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
  filter: saturate(0.72) contrast(1.06) brightness(0.92);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 16, 15, 0.1) 0%, rgba(18, 16, 15, 0.78) 100%);
  pointer-events: none;
}
.hero-titles {
  position: relative;
  z-index: 2;
  align-self: end;
  padding: 0 0 22px 4px;
  margin-left: -34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.movie-title {
  font-family: var(--serif);
  font-size: clamp(38px, 6.4vw, 68px);
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ash-white);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7), 0 0 26px rgba(92, 29, 28, 0.5);
}
.movie-tagline {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--ash-dim);
  max-width: 30em;
}
.movie-tagline::first-line {
  color: var(--ash-dim);
}
.movie-seo {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--old-gold);
  text-transform: uppercase;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
a.btn-primary {
  display: inline-block;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #f2e7d2;
  text-decoration: none;
  padding: 8px 22px;
  background: linear-gradient(180deg, var(--blood) 0%, #431513 100%);
  border: 1px solid #7a2723;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 8px 22px rgba(92, 29, 28, 0.35);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a.btn-primary:hover {
  color: #fff6e2;
  background: linear-gradient(180deg, #74211d 0%, var(--blood) 100%);
  border-color: var(--old-gold-dim);
}
.btn-ghost {
  display: inline-block;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--ash-dim);
  padding: 8px 22px;
  background: transparent;
  border: 1px solid var(--line);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn-ghost:hover {
  color: var(--old-gold);
  border-color: var(--old-gold-dim);
  background: rgba(184, 145, 74, 0.06);
}
.player-shell {
  position: relative;
  width: 100%;
  margin: 18px 0 4px;
  border: 1px solid var(--line);
  background: #080706;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}
.player-btn {
  flex: 1 1 auto;
  min-width: 74px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ash-dim);
  background: #131110;
  padding: 7px 8px;
  border: 0;
  transition: color 0.18s ease, background 0.18s ease;
}
.player-btn:hover {
  color: var(--ash-white);
  background: #1d1917;
}
.player-btn:focus-visible {
  outline: 1px solid var(--old-gold);
  outline-offset: -2px;
}
.player-shell.is-playing .player-btn[data-player-action="play"], .player-shell.is-muted .player-btn[data-player-action="mute"], .player-shell.is-fullscreen .player-btn[data-player-action="fullscreen"], .player-shell.is-pip .player-btn[data-player-action="pip"], .player-shell.is-theater .player-btn[data-player-action="theater"], .player-shell.is-lights-off .player-btn[data-player-action="light"], .player-shell.is-speed-changed .player-btn[data-player-action="speed"], .player-shell.is-volume-adjusted .player-btn[data-player-action="volume"], .player-shell.is-seeking .player-btn[data-player-action="progress"] {
  color: var(--old-gold);
  background: #1e1a16;
}
.player-shell.is-muted video {
  filter: grayscale(0.35) brightness(0.94);
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--blood), 0 18px 44px rgba(92, 29, 28, 0.35);
}
.player-shell.is-lights-off {
  box-shadow: 0 0 0 1px #000, 0 0 60px rgba(0, 0, 0, 0.9);
}
body.lights-off .page-main > :not(.movie-overview) {
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
body.theater-mode .site-header {
  background: #0a0908;
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  grid-template-areas:
    "cast cast"
    "status synopsis"
    "details synopsis";
  gap: var(--gap) 22px;
  margin-top: 20px;
  align-items: start;
}
.cast-block {
  grid-area: cast;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.block-heading {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--ash-white);
  margin-bottom: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  position: relative;
}
.block-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 42px;
  height: 1px;
  background: var(--old-gold);
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px 8px 10px;
  border: 1px solid var(--line-soft);
  background: #161312;
  min-width: 0;
}
.cast-card-lead {
  background: linear-gradient(180deg, #221a18 0%, #171312 100%);
  border-color: #3a2c26;
}
.cast-card-second {
  background: linear-gradient(180deg, #1d1817 0%, #151212 100%);
  border-color: var(--line);
}
.cast-card-support {
  background: #131110;
}
.cast-portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #0c0b0a;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.cast-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
  filter: grayscale(0.42) contrast(1.05) brightness(0.9);
  transition: filter 0.25s ease;
}
.cast-card:hover .cast-portrait img {
  filter: grayscale(0.1) contrast(1.06) brightness(1);
}
.cast-card-lead .cast-portrait {
  border-color: var(--old-gold-dim);
}
.cast-name {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ash-white);
  line-height: 1.3;
}
.cast-card-lead .cast-name {
  color: var(--old-gold);
}
.cast-relation {
  font-size: 11px;
  line-height: 1.45;
  color: var(--ash-faint);
}
.status-block {
  grid-area: status;
}
.status-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.status-item {
  background: #141211;
  padding: 7px 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.status-key {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ash-faint);
}
.status-value {
  margin: 0;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--ash-white);
}
.synopsis-block {
  grid-area: synopsis;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  background: #141211;
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--blood);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--ash-dim);
  text-align: justify;
}
.synopsis-para::first-letter {
  font-family: var(--serif);
  font-size: 1.5em;
  color: var(--ash-white);
  line-height: 1;
}
.details-block {
  grid-area: details;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  background: #141211;
  padding: 6px 10px;
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ash-faint);
}
.detail-value {
  margin: 0;
  font-size: 12px;
  color: var(--ash-white);
  overflow-wrap: anywhere;
}
.timeline-section {
  margin: 0 0 24px;
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #131110 0%, #0f0d0c 100%);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--old-gold-dim) #0f0d0c;
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: #0f0d0c;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: var(--old-gold-dim);
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 22px 6px 16px;
  min-width: max-content;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--old-gold-dim) 6%, var(--old-gold) 50%, var(--old-gold-dim) 94%, transparent 100%);
  opacity: 0.6;
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 168px;
  padding: 20px 12px 10px;
  margin-right: 14px;
  border: 1px solid transparent;
  background: transparent;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #1a1716;
  border: 1px solid var(--old-gold);
  box-shadow: 0 0 0 3px #0f0d0c;
}
.timeline-node:hover, .timeline-node:focus-within {
  border-color: var(--line);
  background: #161312;
}
.timeline-node:hover::before {
  background: var(--old-gold);
}
.node-timecode {
  display: block;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--old-gold);
  margin-bottom: 5px;
}
.node-label {
  display: block;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ash-dim);
}
.timeline-node:first-child {
  transform: scale(1.06);
  transform-origin: left top;
  background: linear-gradient(180deg, #2a1211 0%, #1b0f0e 100%);
  border-color: var(--blood-bright);
  z-index: 2;
}
.timeline-node:first-child::before {
  background: var(--blood-bright);
  border-color: #c0554c;
  box-shadow: 0 0 0 3px #0f0d0c, 0 0 12px rgba(138, 42, 38, 0.8);
}
.timeline-node:first-child .node-label {
  color: var(--ash-white);
}
.episodes-section {
  margin-bottom: 24px;
}
.episodes-meta {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--ash-faint);
  margin-bottom: 10px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.episode-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 12px 10px;
  background: #141211;
  border-left: 2px solid transparent;
  min-width: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.episode-cell:hover {
  background: #1a1715;
  border-left-color: var(--old-gold-dim);
}
.episode-cell-current {
  background: linear-gradient(180deg, #221312 0%, #170f0e 100%);
  border-left-color: var(--blood-bright);
  outline: 1px solid var(--blood-bright);
  outline-offset: -1px;
  position: relative;
  z-index: 1;
}
.episode-number {
  font-family: var(--serif);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--old-gold-dim);
}
.episode-cell-current .episode-number {
  color: var(--old-gold);
}
.episode-title {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ash-white);
  line-height: 1.25;
}
.episode-cell-current .episode-title {
  color: #f0d9b8;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ash-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-cell-current .episode-summary {
  color: var(--ash-dim);
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #4d4740;
  margin-top: 2px;
}
.comments-section {
  margin-bottom: 26px;
  position: relative;
}
.comment-feature {
  position: relative;
  z-index: 8;
  padding: 16px 18px 14px;
  background: linear-gradient(180deg, #1a1614 0%, #141110 100%);
  border: 1px solid var(--line);
  border-top: 2px solid var(--blood);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
}
.comment-quote {
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0.03em;
  color: var(--ash-white);
  padding-left: 14px;
  border-left: 1px solid var(--old-gold-dim);
  margin-bottom: 10px;
}
.comment-feature .comment-author {
  text-align: right;
}
.comment-author {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--old-gold);
}
.comment-author::before {
  content: "— ";
  color: var(--ash-faint);
}
.comment-stack {
  position: relative;
  margin-top: -6px;
  padding-top: 6px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-card {
  padding: 10px 12px 9px;
  background: #151211;
  border: 1px solid var(--line-soft);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  min-width: 0;
}
.comment-text {
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--ash-dim);
  margin-bottom: 6px;
}
.comment-card .comment-author {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--ash-faint);
  text-align: right;
}
.comment-card-offset-1 {
  transform: translateY(14px) rotate(-0.4deg);
}
.comment-card-offset-2 {
  transform: translateY(30px) rotate(0.35deg);
  background: #131110;
}
.comment-card-offset-3 {
  transform: translateY(8px) rotate(0.6deg);
}
.comment-card-offset-4 {
  transform: translateY(22px) rotate(-0.3deg);
  background: #131110;
}
.comment-card-offset-5 {
  transform: translateY(6px) rotate(-0.5deg);
}
.comment-card-offset-6 {
  transform: translateY(18px) rotate(0.4deg);
}
.comment-card-offset-7 {
  transform: translateY(10px) rotate(-0.25deg);
}
.comment-card:hover {
  border-color: var(--line);
  background: #1b1715;
}
.comment-stack .comment-card-offset-5, .comment-stack .comment-card-offset-6, .comment-stack .comment-card-offset-7 {
  grid-column: span 1;
}
.recommend-region {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.recommend-region:last-child {
  border-bottom: 0;
}
.recommend-region .block-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.recommend-region .block-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--line-soft);
  margin-left: 4px;
}
.recommend-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.recommend-item {
  min-width: 0;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: var(--ash-dim);
  text-decoration: none;
  padding: 8px;
  background: #141211;
  border: 1px solid var(--line-soft);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
a[data-runtime="recommendation"]:hover {
  background: #1b1715;
  border-color: var(--old-gold-dim);
  color: var(--ash-white);
}
a[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: 50% 20%;
  background: #0c0b0a;
  border: 1px solid rgba(0, 0, 0, 0.6);
  filter: grayscale(0.3) brightness(0.92);
  transition: filter 0.25s ease;
}
a[data-runtime="recommendation"]:hover img {
  filter: grayscale(0) brightness(1);
}
a[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: var(--ash-white);
  line-height: 1.35;
}
a[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--ash-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #100e0d 0%, #0a0908 100%);
  margin-top: 24px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 16px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 18px 26px;
  align-items: start;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
  min-width: 0;
}
.friend-links-label {
  flex: 0 0 100%;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--old-gold-dim);
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 4px;
}
a.runtime-friend-link {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--ash-faint);
  text-decoration: none;
  transition: color 0.18s ease;
}
a.runtime-friend-link:hover {
  color: var(--ash-white);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--ash-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--old-gold);
  border-bottom-color: var(--old-gold-dim);
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.65;
  color: #4f4941;
}
@media (max-width: 1080px) {.cast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "cast"
      "status"
      "synopsis"
      "details";
  }
.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding-top: 20px;
  }
.hero-media {
    max-width: 260px;
    aspect-ratio: 2 / 3;
  }
.hero-titles {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 16px;
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 700px) {.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.status-list, .details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node {
    width: 152px;
  }
.movie-title {
    font-size: clamp(30px, 9vw, 44px);
  }}
@media (max-width: 560px) {.page-main {
    padding: 0 10px 22px;
  }
.movie-overview {
    padding: 0 10px 14px;
  }
.hero-shell {
    margin: 0 -10px;
    padding: 16px 10px 0;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.comment-card-offset-1, .comment-card-offset-2, .comment-card-offset-3, .comment-card-offset-4, .comment-card-offset-5, .comment-card-offset-6, .comment-card-offset-7 {
    transform: none;
  }
.recommend-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
.player-btn {
    min-width: 60px;
    font-size: 10px;
  }
.comment-quote {
    font-size: 15px;
  }}
@media (max-width: 400px) {.status-list, .details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@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}
