:root {
  --ink-0: #05070d;
  --ink-1: #0a0e16;
  --ink-2: #11161f;
  --ink-3: #1a212c;
  --ink-4: #232c3a;
  --steel: #4a5666;
  --steel-soft: #6b7987;
  --bone: #c9d2dc;
  --bone-dim: #8f9aa6;
  --blood: #d81f38;
  --blood-deep: #8c1224;
  --key-white: #f4f6f8;
  --gap: 14px;
  --gap-tight: 12px;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: var(--ink-0);
  background-image:
    radial-gradient(1200px 700px at 78% -8%, rgba(120, 150, 190, 0.14), transparent 62%),
    radial-gradient(900px 620px at 12% 4%, rgba(216, 31, 56, 0.07), transparent 60%),
    linear-gradient(180deg, #070a11 0%, #05070d 46%, #070910 100%);
  color: var(--bone);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.01em;
  font-weight: 400;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: var(--bone);
  text-decoration: none;
}
h1, h2 {
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 7, 13, 0.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(74, 86, 102, 0.35);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: 10px 18px;
}
a[data-contract="site-name"] {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--key-white);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 2px solid var(--blood);
  padding-left: 9px;
}
a[data-contract="site-name"]:hover {
  color: var(--blood);
}
.category-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  font-size: 12px;
  letter-spacing: 0.06em;
}
a.runtime-category {
  display: inline-block;
  color: var(--steel-soft);
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 9px;
  border: 1px solid rgba(74, 86, 102, 0.4);
  border-radius: 2px;
  background: rgba(35, 44, 58, 0.35);
  transition: color 0.18s ease, border-color 0.18s ease;
}
a.runtime-category:hover {
  color: var(--key-white);
  border-color: var(--blood);
}
.page-main {
  display: block;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 18px 26px;
}
.hero-closeup {
  position: relative;
  padding: 26px 0 20px;
  margin-bottom: var(--gap-tight);
}
.hero-closeup::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(96deg, rgba(140, 18, 36, 0.16) 0%, transparent 34%),
    linear-gradient(280deg, rgba(120, 150, 190, 0.08) 0%, transparent 40%);
  pointer-events: none;
}
.overview-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(480px, 1fr);
  gap: 22px;
  align-items: start;
}
.poster-column {
  align-self: start;
}
.poster-frame {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: var(--ink-2);
  border: 1px solid rgba(74, 86, 102, 0.4);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.6);
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08) brightness(0.92);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  min-width: 0;
}
.movie-title {
  font-size: 30px;
  letter-spacing: 0.3em;
  color: var(--key-white);
  text-shadow: 0 0 26px rgba(216, 31, 56, 0.28);
}
.movie-tagline {
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--blood);
  border-bottom: 1px solid rgba(216, 31, 56, 0.28);
  padding-bottom: 8px;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--bone-dim);
  letter-spacing: 0.02em;
  max-width: 74ch;
}
.player-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #000;
  border: 1px solid rgba(74, 86, 102, 0.45);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.55);
}
.player-wrap video {
  width: 100%;
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  background: linear-gradient(180deg, rgba(17, 22, 31, 0.96), rgba(10, 14, 22, 0.98));
  border-top: 1px solid rgba(74, 86, 102, 0.35);
}
.ctrl {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--bone);
  background: rgba(35, 44, 58, 0.6);
  border: 1px solid rgba(74, 86, 102, 0.42);
  border-radius: 2px;
  padding: 4px 9px;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.ctrl:hover {
  color: var(--key-white);
  border-color: var(--steel);
}
.ctrl-play {
  color: var(--key-white);
  border-color: rgba(216, 31, 56, 0.6);
  background: rgba(140, 18, 36, 0.36);
  font-weight: 600;
  min-width: 62px;
}
.ctrl-play:hover, .ctrl-play.play, .ctrl-play.is-playing {
  background: rgba(216, 31, 56, 0.72);
  color: #fff;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}
.ctrl-progress::-webkit-slider-runnable-track {
  height: 3px;
  background: rgba(74, 86, 102, 0.7);
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  margin-top: -4px;
  border-radius: 50%;
  background: var(--blood);
  border: 1px solid #fff;
}
.ctrl-progress::-moz-range-track {
  height: 3px;
  background: rgba(74, 86, 102, 0.7);
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: var(--blood);
}
.ctrl-volume {
  flex: 0 0 74px;
  width: 74px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
}
.ctrl-volume::-webkit-slider-runnable-track {
  height: 3px;
  background: rgba(74, 86, 102, 0.7);
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--key-white);
}
.ctrl-volume::-moz-range-track {
  height: 3px;
  background: rgba(74, 86, 102, 0.7);
}
.ctrl-volume::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: var(--key-white);
}
.ctrl-speed {
  font-size: 11.5px;
  padding: 4px 6px;
  background: rgba(35, 44, 58, 0.6);
  border: 1px solid rgba(74, 86, 102, 0.42);
  border-radius: 2px;
}
.ctrl-mute.mute, .ctrl-mute.is-muted {
  color: var(--blood);
  border-color: rgba(216, 31, 56, 0.55);
}
.ctrl-pip.is-active, .ctrl-fullscreen.is-active, .ctrl-theater.is-active, .ctrl-light.is-active {
  color: var(--key-white);
  border-color: var(--blood);
  background: rgba(140, 18, 36, 0.5);
}
.player-wrap.is-theater {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 0 0 1px var(--blood-deep), 0 24px 60px rgba(0, 0, 0, 0.7);
}
.page-main .player-wrap.is-theater video, .player-wrap.is-theater video {
  max-height: 78vh;
  object-fit: contain;
}
body.is-lights-off .page-main > section:not(.hero-closeup) {
  opacity: 0.22;
  transition: opacity 0.25s ease;
}
body.is-lights-off .hero-closeup {
  background: #000;
}
.episode-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 4px 2px;
}
.status-total {
  color: var(--bone-dim);
}
.status-current {
  color: var(--key-white);
  border-left: 2px solid var(--blood);
  padding-left: 9px;
}
.cast-strip {
  border-top: 1px solid rgba(74, 86, 102, 0.28);
  padding-top: 10px;
}
.cast-heading, .synopsis-heading, .details-heading, .episodes-heading, .comments-heading, .rec-heading {
  font-size: 12px;
  letter-spacing: 0.28em;
  color: var(--steel-soft);
  text-transform: uppercase;
  margin-bottom: 7px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cast-card {
  position: relative;
  width: 74px;
  min-height: 116px;
  background:
    linear-gradient(160deg, rgba(74, 86, 102, 0.34), rgba(10, 14, 22, 0.94)),
    var(--ink-2);
  border: 1px solid rgba(74, 86, 102, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 7px;
  overflow: hidden;
}
.cast-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(120, 150, 190, 0.18) 0%, transparent 46%);
  pointer-events: none;
}
.cast-name {
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.22em;
  font-size: 12.5px;
  color: var(--bone);
  position: relative;
}
.cast-card:nth-child(1) .cast-name {
  color: var(--blood);
}
.synopsis-block {
  border-top: 1px solid rgba(74, 86, 102, 0.28);
  padding-top: 10px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.62;
  color: var(--bone);
  margin-bottom: 7px;
  text-indent: 2em;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  border-top: 1px solid rgba(74, 86, 102, 0.28);
  padding-top: 10px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
  font-size: 12px;
}
.detail-key {
  display: inline;
  color: var(--steel-soft);
  letter-spacing: 0.1em;
}
.detail-val {
  display: inline;
  color: var(--bone);
  margin-left: 8px;
}
.detail-key::after {
  content: "";
}
.detail-list dt {
  float: left;
  clear: left;
  width: 5.5em;
}
.detail-list dd {
  margin-left: 5.5em;
  padding-bottom: 3px;
  border-bottom: 1px dashed rgba(74, 86, 102, 0.22);
}
.timeline-section {
  margin: 16px 0 var(--gap);
}
.timeline-rail {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 0 14px;
  border-top: 1px solid rgba(74, 86, 102, 0.3);
  border-bottom: 1px solid rgba(74, 86, 102, 0.3);
  scrollbar-width: thin;
  scrollbar-color: var(--steel) transparent;
}
.timeline-rail::-webkit-scrollbar {
  height: 6px;
}
.timeline-rail::-webkit-scrollbar-track {
  background: rgba(35, 44, 58, 0.5);
}
.timeline-rail::-webkit-scrollbar-thumb {
  background: var(--steel);
  border-radius: 3px;
}
.timeline-rail::before, .timeline-rail::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 9px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(74, 86, 102, 0.55) 0 9px,
    transparent 9px 20px
  );
  background-size: 20px 100%;
  background-repeat: repeat-x;
  pointer-events: none;
}
.timeline-rail::before {
  top: 0;
}
.timeline-rail::after {
  bottom: 0;
}
.timeline-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  padding: 0 6px;
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 186px;
  padding: 14px 14px 0 14px;
  border-left: 1px solid rgba(74, 86, 102, 0.28);
}
.timeline-node:last-child {
  border-right: 1px solid rgba(74, 86, 102, 0.28);
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(74, 86, 102, 0.45);
}
.timeline-dot {
  position: absolute;
  top: 4px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--steel);
  box-shadow: 0 0 0 3px rgba(5, 7, 13, 1);
}
.timeline-node:nth-child(4) .timeline-dot, .timeline-node:nth-child(5) .timeline-dot {
  background: var(--blood);
  box-shadow: 0 0 0 3px rgba(5, 7, 13, 1), 0 0 12px rgba(216, 31, 56, 0.7);
}
.timeline-timecode {
  display: block;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--key-white);
  margin-bottom: 4px;
}
.timeline-label {
  display: block;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--bone-dim);
}
.episodes-section {
  margin-bottom: var(--gap);
}
.episodes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  align-items: start;
}
.episodes-grid-wrap {
  min-width: 0;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 2px;
  padding: 8px 9px 9px;
  background: linear-gradient(180deg, rgba(26, 33, 44, 0.82), rgba(10, 14, 22, 0.9));
  border: 1px solid rgba(74, 86, 102, 0.3);
  border-left: 2px solid rgba(74, 86, 102, 0.55);
  overflow: hidden;
  transition: border-color 0.18s ease;
}
.episode-card:hover {
  border-left-color: var(--blood);
}
.episode-number {
  grid-row: 1 / 3;
  font-size: 26px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgba(143, 154, 166, 0.5);
  min-width: 34px;
}
.episode-title {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  color: var(--key-white);
  align-self: end;
}
.episode-duration {
  grid-column: 2;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--steel-soft);
}
.episode-summary {
  grid-column: 1 / -1;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--bone-dim);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, opacity 0.24s ease, margin-top 0.24s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 160px;
  opacity: 1;
  margin-top: 5px;
}
.comments-section {
  margin-bottom: var(--gap);
  border-top: 1px solid rgba(74, 86, 102, 0.3);
  padding-top: 10px;
}
.comments-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-quote {
  position: relative;
  padding: 10px 12px 10px 15px;
  background: linear-gradient(180deg, rgba(26, 33, 44, 0.9), rgba(14, 18, 27, 0.95));
  border-left: 2px solid var(--blood);
}
.comment-text {
  font-size: 12px;
  line-height: 1.6;
  color: #eef1f4;
  margin-bottom: 6px;
}
.comment-author {
  display: block;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.16em;
  color: var(--steel-soft);
}
.comment-author::before {
  content: "— ";
}
.rec-region {
  margin-bottom: var(--gap);
  border-top: 1px solid rgba(74, 86, 102, 0.24);
  padding-top: 10px;
}
.rec-grid {
  display: grid;
  gap: 8px;
  align-items: start;
}
.rec-grid-wide, .rec-grid-narrow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  background: rgba(17, 22, 31, 0.72);
  border: 1px solid rgba(74, 86, 102, 0.26);
  transition: border-color 0.18s ease, background 0.18s ease;
}
a.rec-card {
  color: var(--bone);
  text-decoration: none;
}
a.rec-card:hover {
  border-color: var(--blood);
  background: rgba(26, 33, 44, 0.9);
}
a.rec-card.rec-card-hero {
  color: var(--key-white);
  text-decoration: none;
  grid-column: span 2;
  border-color: rgba(216, 31, 56, 0.42);
  background: linear-gradient(180deg, rgba(140, 18, 36, 0.24), rgba(17, 22, 31, 0.92));
}
a.rec-card.rec-card-hero:hover {
  border-color: var(--blood);
}
.rec-card[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--ink-3);
  filter: saturate(0.88) contrast(1.06) brightness(0.9);
}
.rec-card-hero[data-runtime="recommendation"] img {
  aspect-ratio: 21 / 9;
}
.rec-name {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--key-white);
  line-height: 1.35;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.5;
  color: var(--bone-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  border-top: 1px solid rgba(74, 86, 102, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.12em;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--bone);
  text-decoration: none;
  border-bottom: 1px solid rgba(74, 86, 102, 0.5);
  padding-bottom: 2px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--blood);
  border-bottom-color: var(--blood);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 11.5px;
}
.friend-links-label {
  color: var(--steel-soft);
  letter-spacing: 0.2em;
  margin-right: 4px;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--steel-soft);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 7px;
  border: 1px solid rgba(74, 86, 102, 0.26);
}
a.runtime-friend-link:hover {
  color: var(--key-white);
  border-color: var(--steel);
}
.site-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: rgba(143, 154, 166, 0.7);
  max-width: 90ch;
}
@media (max-width: 1120px) {.overview-shell {
    grid-template-columns: minmax(0, 190px) minmax(480px, 1fr);
    gap: 16px;
  }
.movie-title {
    font-size: 26px;
  }
.episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-grid-wide, .rec-grid-narrow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 880px) {.overview-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 232px;
  }
.rec-grid-wide, .rec-grid-narrow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
a.rec-card.rec-card-hero {
    grid-column: span 2;
  }}
@media (max-width: 680px) {.page-main {
    padding: 0 12px 20px;
  }
.header-inner {
    padding: 9px 12px;
  }
.site-footer {
    padding: 14px 12px 26px;
  }
.movie-title {
    font-size: 21px;
    letter-spacing: 0.2em;
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-summary {
    max-height: 200px;
    opacity: 1;
    margin-top: 5px;
  }
.comments-pair {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-grid-wide, .rec-grid-narrow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
a.rec-card.rec-card-hero {
    grid-column: span 2;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-card {
    width: 64px;
    min-height: 100px;
  }
.timeline-node {
    width: 158px;
  }}
@media (max-width: 460px) {.rec-grid-wide, .rec-grid-narrow {
    grid-template-columns: minmax(0, 1fr);
  }
a.rec-card.rec-card-hero {
    grid-column: span 1;
  }
.cast-list {
    gap: 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}
