:root {
  --ink: #e8edf4;
  --ink-dim: #8b98ab;
  --ink-faint: #5d6b7e;
  --bg: #0d1117;
  --bg-2: #131923;
  --bg-3: #1a2230;
  --line: #232d3d;
  --line-2: #2e3a4d;
  --gold: #b8934a;
  --gold-dim: #8a6d34;
  --blood: #c1303a;
  --blood-dim: #7d1f27;
  --steel: #4a5a72;
  --track: 900px;
  --pad: 14px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3, p, dl, dd, dt, ol, li {
  margin: 0;
  padding: 0;
}
ol {
  list-style: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input[type="range"] {
  font: inherit;
  accent-color: var(--blood);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(13, 17, 23, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.header-inner {
  max-width: var(--track);
  margin: 0 auto;
  padding: 9px var(--pad);
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.site-brand {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--gold);
  text-decoration: none;
  white-space: nowrap;
  border-left: 3px solid var(--blood);
  padding-left: 8px;
}
.site-brand:hover {
  color: #d8b163;
}
.category-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 auto;
}
.runtime-category {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  padding: 3px 8px;
  border: 1px solid var(--line-2);
  background: var(--bg-2);
  letter-spacing: 0.05em;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.runtime-category:hover {
  color: var(--ink);
  border-color: var(--gold-dim);
  background: var(--bg-3);
}
.page-main {
  max-width: var(--track);
  margin: 0 auto;
  padding: 0 var(--pad);
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-bottom: 30px;
}
.section-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ink);
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 1px;
  background: var(--blood);
}
.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  grid-template-areas:
    "backdrop copy"
    "player player";
  gap: 16px 20px;
  padding-top: 20px;
  align-items: start;
}
.hero-backdrop {
  grid-area: backdrop;
  position: relative;
  min-width: 0;
}
.poster-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: var(--bg-3);
  box-shadow: 0 0 0 1px rgba(184, 147, 74, 0.12), 0 18px 40px -20px rgba(0, 0, 0, 0.9);
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.92);
}
.hero-glow-chips {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.chip-spot {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  filter: blur(1px);
}
.chip-spot:nth-child(1) {
  width: 54px;
  height: 54px;
  top: 12%;
  left: -12px;
  background: radial-gradient(circle, rgba(184, 147, 74, 0.55), rgba(184, 147, 74, 0) 70%);
}
.chip-spot:nth-child(2) {
  width: 34px;
  height: 34px;
  top: 34%;
  right: -8px;
  background: radial-gradient(circle, rgba(193, 48, 58, 0.5), rgba(193, 48, 58, 0) 70%);
}
.chip-spot:nth-child(3) {
  width: 70px;
  height: 70px;
  bottom: 22%;
  left: 18%;
  background: radial-gradient(circle, rgba(180, 200, 230, 0.28), rgba(180, 200, 230, 0) 72%);
}
.chip-spot:nth-child(4) {
  width: 22px;
  height: 22px;
  top: 8%;
  right: 22%;
  background: radial-gradient(circle, rgba(184, 147, 74, 0.7), rgba(184, 147, 74, 0) 70%);
}
.chip-spot:nth-child(5) {
  width: 44px;
  height: 44px;
  bottom: 6%;
  right: 6%;
  background: radial-gradient(circle, rgba(193, 48, 58, 0.35), rgba(193, 48, 58, 0) 72%);
}
.hero-copy {
  grid-area: copy;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-titles {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}
.movie-title {
  font-size: clamp(24px, 5.2vw, 40px);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.1;
  color: var(--ink);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.8);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 12.5px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: var(--gold);
}
.cast-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.cast-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
  margin-bottom: 8px;
}
.cast-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(160deg, #2b3purple 0%, #1a2230 100%),
    linear-gradient(160deg, #2c3a52 0%, #161d28 100%);
  background-color: #1c2532;
  border: 1px solid var(--line-2);
  border-bottom: 2px solid var(--gold-dim);
  position: relative;
  overflow: hidden;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(184, 147, 74, 0.08), rgba(0, 0, 0, 0.35));
}
.cast-name {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.cast-role {
  font-size: 10px;
  font-weight: 300;
  color: var(--ink-faint);
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.synopsis-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.synopsis-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
  margin-bottom: 6px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.68;
  color: #b9c4d2;
  font-weight: 300;
}
.synopsis-para + .synopsis-para {
  margin-top: 7px;
}
.synopsis-para:first-of-type::first-letter {
  color: var(--gold);
  font-weight: 800;
}
.episode-status {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  padding: 8px 10px;
  border-left: 3px solid var(--blood);
  background: linear-gradient(90deg, rgba(193, 48, 58, 0.1), rgba(193, 48, 58, 0) 70%);
}
.status-figure {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-variant-numeric: tabular-nums;
}
.status-current {
  font-size: 26px;
  font-weight: 800;
  color: var(--blood);
  line-height: 1;
  letter-spacing: -0.02em;
}
.status-divider {
  font-size: 15px;
  color: var(--ink-faint);
  margin: 0 1px;
}
.status-total {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink-dim);
}
.status-label {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--ink-dim);
}
.details-block {
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}
.details-heading {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--ink-dim);
  margin-bottom: 6px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dotted var(--line);
  min-width: 0;
}
.details-key {
  flex: 0 0 auto;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}
.details-val {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--ink);
  text-align: right;
}
.player-shell {
  grid-area: player;
  position: relative;
  min-width: 0;
  width: 100%;
  background: #05080c;
  border: 1px solid var(--line-2);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  padding: 7px 8px;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
}
.player-btn {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--ink-dim);
  padding: 4px 8px;
  border: 1px solid var(--line-2);
  background: var(--bg-3);
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.player-btn:hover {
  color: var(--ink);
  border-color: var(--steel);
}
.player-btn.is-active {
  color: #1a1208;
  background: var(--gold);
  border-color: var(--gold);
  font-weight: 600;
}
.player-progress {
  flex: 1 1 160px;
  min-width: 100px;
  height: 4px;
  background: var(--line-2);
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  background: var(--blood);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 2px rgba(193, 48, 58, 0.25);
}
.player-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background: var(--blood);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.player-volume {
  flex: 0 1 84px;
  min-width: 60px;
  height: 4px;
  background: var(--line-2);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 9px;
  background: var(--steel);
  border-radius: 50%;
  cursor: pointer;
}
.player-volume::-moz-range-thumb {
  width: 9px;
  height: 9px;
  background: var(--steel);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--gold-dim), 0 26px 60px -30px rgba(0, 0, 0, 0.95);
}
.player-shell.is-lights-off {
  background: #000;
}
.player-shell.is-lights-off video {
  filter: brightness(0.92);
}
.timeline-section {
  min-width: 0;
}
.timeline-track {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 6px 0 14px;
  -webkit-overflow-scrolling: touch;
}
.timeline-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 16px;
  height: 1px;
  background: linear-gradient(90deg, var(--line-2), var(--gold-dim) 55%, var(--blood-dim));
  z-index: 0;
}
.timeline-nodes {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: 100%;
  z-index: 1;
}
.timeline-node {
  flex: 1 1 0;
  min-width: 132px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.node-diamond {
  width: 11px;
  height: 11px;
  margin-top: 11px;
  margin-bottom: 4px;
  background: var(--steel);
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px var(--bg), 0 0 10px rgba(74, 90, 114, 0.6);
}
.node-timecode {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.node-label {
  font-size: 11.5px;
  line-height: 1.5;
  font-weight: 300;
  color: var(--ink-dim);
}
.timeline-node--current .node-diamond {
  background: var(--blood);
  box-shadow: 0 0 0 3px var(--bg), 0 0 14px rgba(193, 48, 58, 0.9);
}
.timeline-node--current .node-timecode {
  color: var(--blood);
}
.timeline-node--current .node-label {
  color: var(--ink);
}
.episodes-section {
  min-width: 0;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 2px solid var(--line-2);
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  min-width: 0;
}
.episode-card:hover {
  background: var(--bg-3);
  border-left-color: var(--gold);
}
.episode-card--current {
  background: linear-gradient(90deg, rgba(193, 48, 58, 0.14), var(--bg-2) 60%);
  border-left-color: var(--blood);
}
.episode-number {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.episode-card--current .episode-number {
  color: var(--blood);
}
.episode-title {
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.25;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 300;
  color: var(--ink-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--ink-faint);
  margin-top: 1px;
}
.comments-section {
  min-width: 0;
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 9px 11px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  min-width: 0;
}
.comment-card--left {
  border-left: 2px solid var(--gold-dim);
}
.comment-card--right {
  border-right: 2px solid var(--steel);
  transform: translateX(10px);
}
.comment-text {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 300;
  color: #c3cdda;
}
.comment-nickname {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
}
.comment-card--right .comment-nickname {
  color: var(--ink-faint);
  text-align: right;
}
.recommend-region {
  min-width: 0;
}
.recommend-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ink);
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.recommend-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 1px;
  background: var(--gold);
}
.recommend-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.recommend-card {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 0.15s, transform 0.15s;
  min-width: 0;
}
.recommend-card:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
.recommend-card img, [data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--bg-3);
  filter: saturate(0.8) brightness(0.94);
}
.recommend-name {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 7px 8px 0;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  display: block;
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink-faint);
  padding: 3px 8px 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: var(--track);
  margin: 0 auto;
  padding: 16px var(--pad) 26px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  min-width: 0;
}
.friend-links-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-right: 4px;
}
.runtime-friend-link {
  font-size: 11px;
  font-weight: 300;
  color: var(--ink-faint);
  text-decoration: none;
  transition: color 0.15s;
  white-space: nowrap;
}
.runtime-friend-link:hover {
  color: var(--ink);
  text-decoration: underline;
}
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px 18px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.footer-disclaimer {
  flex: 1 1 280px;
  font-size: 10.5px;
  line-height: 1.6;
  font-weight: 300;
  color: var(--ink-faint);
  min-width: 0;
}
.footer-nav {
  display: flex;
  gap: 14px;
  flex: 0 0 auto;
}
.footer-nav-link {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ink-dim);
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="footer-home"].footer-nav-link {
  color: var(--gold);
  text-decoration: none;
}
a[data-contract="footer-home"].footer-nav-link:hover {
  text-decoration: underline;
}
a[data-contract="footer-sitemap"].footer-nav-link {
  color: var(--ink-dim);
  text-decoration: none;
}
a[data-contract="footer-sitemap"].footer-nav-link:hover {
  color: var(--ink);
  text-decoration: underline;
}
@media (max-width: 720px) {.hero-panel {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "backdrop"
      "copy"
      "player";
    gap: 14px;
  }
.hero-backdrop {
    display: grid;
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
.poster-shell {
    max-width: 150px;
  }
.hero-glow-chips {
    position: absolute;
    inset: 0;
    max-width: 150px;
  }
.cast-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card--right {
    transform: none;
  }
.comments-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.timeline-node {
    min-width: 150px;
  }}
@media (max-width: 460px) {.header-inner {
    gap: 8px;
  }
.hero-backdrop {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-shell, .hero-glow-chips {
    max-width: 100%;
  }
.cast-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.player-progress {
    flex-basis: 100%;
    order: -1;
  }
.recommend-card {
    flex: 0 0 130px;
  }}
@media (min-width: 960px) {:root {
    --pad: 20px;
  }
.hero-panel {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  }
.episodes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-card {
    flex: 0 0 168px;
  }}

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}
