:root {
  --iron: #2b2f33;
  --iron-2: #383d42;
  --iron-3: #4a5055;
  --paper: #d9cfae;
  --paper-2: #c8bd98;
  --paper-dim: #a89d7c;
  --ink: #1a1c1e;
  --blood: #8c2b22;
  --blood-2: #a83a2c;
  --fog: #9aa1a6;
  --line: rgba(217, 207, 174, 0.18);
  --line-strong: rgba(217, 207, 174, 0.32);
  --bg: #14171a;
  --bg-2: #1b1f23;
  --bg-3: #21262b;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--paper);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, dl, dd, dt, ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3, .block-title, .movie-title {
  font-family: "Songti SC", "SimSun", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20, 23, 26, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 18px;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.14em;
  color: var(--paper);
  text-decoration: none;
  white-space: nowrap;
  border-left: 3px solid var(--blood);
  padding-left: 8px;
}
a[data-contract="site-name"]:hover {
  color: var(--blood-2);
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  justify-content: flex-end;
}
a.runtime-category {
  color: var(--fog);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category:hover {
  color: var(--paper);
  border-bottom-color: var(--blood);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px 0;
}
.movie-overview {
  position: relative;
  display: block;
  margin: 0 -18px 0;
  padding: 26px 18px 20px;
  background:
    radial-gradient(120% 90% at 78% 6%, rgba(140, 43, 34, 0.16), transparent 55%),
    linear-gradient(180deg, #191d21 0%, #14171a 100%);
  border-bottom: 1px solid var(--line);
}
.overview-heading {
  max-width: 640px;
  margin-bottom: 18px;
}
.movie-title {
  font-size: clamp(26px, 5vw, 44px);
  line-height: 1.1;
  color: var(--paper);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.movie-tagline {
  margin-top: 10px;
  max-width: 46ch;
  font-size: 13px;
  line-height: 1.7;
  color: var(--paper-dim);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  border-left: 2px solid var(--blood);
  padding-left: 10px;
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 20px 22px;
  align-items: start;
}
.overview-poster {
  position: relative;
  align-self: start;
  width: 100%;
  max-width: 620px;
}
.overview-poster::after {
  content: "1996";
  position: absolute;
  right: -6px;
  bottom: 14px;
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: clamp(48px, 9vw, 96px);
  line-height: 0.8;
  letter-spacing: 0.06em;
  color: rgba(217, 207, 174, 0.16);
  text-shadow: 0 0 1px rgba(217, 207, 174, 0.5);
  pointer-events: none;
  mix-blend-mode: screen;
}
.overview-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: auto;
  border: 1px solid var(--line-strong);
  filter: grayscale(0.4) contrast(1.05) brightness(0.86) sepia(0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
.overview-poster::before {
  content: "";
  position: absolute;
  left: 12%;
  top: 62%;
  width: 30%;
  height: 14%;
  border: 2px solid var(--blood-2);
  border-radius: 50%;
  transform: rotate(-6deg);
  box-shadow: 0 0 0 1px rgba(140, 43, 34, 0.35), inset 0 0 14px rgba(140, 43, 34, 0.25);
  pointer-events: none;
  z-index: 2;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.block-title {
  font-size: 15px;
  letter-spacing: 0.16em;
  color: var(--paper);
  padding-left: 10px;
  border-left: 3px solid var(--blood);
  margin-bottom: 10px;
  line-height: 1.3;
}
.detail-block {
  display: block;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
  border-top: 1px solid var(--line);
  padding-top: 4px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed var(--line);
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--paper-dim);
  font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
}
.detail-row dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: var(--paper);
  text-align: right;
  overflow-wrap: anywhere;
}
.episode-status {
  display: block;
}
.status-line {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--blood-2);
  border: 1px solid rgba(140, 43, 34, 0.5);
  background: rgba(140, 43, 34, 0.1);
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #0d0f11;
  border: 1px solid var(--line-strong);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background: var(--bg-3);
  border-top: 1px solid var(--line);
}
.player-controls button, .player-controls select {
  background: var(--iron-2);
  border: 1px solid var(--line);
  color: var(--paper);
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.player-controls button:hover, .player-controls select:hover {
  background: var(--iron-3);
  border-color: var(--line-strong);
}
.player-controls button.is-active {
  background: var(--blood);
  border-color: var(--blood-2);
  color: #f2e6d8;
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: var(--iron-3);
  cursor: pointer;
  border: none;
}
.player-controls input[data-player-action="progress"] {
  flex: 1 1 120px;
  min-width: 80px;
}
.player-controls input[data-player-action="volume"] {
  flex: 0 1 72px;
  min-width: 48px;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  background: var(--blood-2);
  border-radius: 50%;
  border: none;
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  background: var(--blood-2);
  border-radius: 50%;
  border: none;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 2px var(--blood), 0 12px 40px rgba(0, 0, 0, 0.7);
}
.player-shell.is-lights-off {
  background: #000;
  border-color: #000;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.35;
}
.synopsis-block {
  display: block;
}
.synopsis-text {
  font-size: 13px;
  line-height: 1.75;
  color: #c4bda4;
  text-align: justify;
  margin-bottom: 6px;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.synopsis-text::first-line {
  color: var(--paper);
}
.cast-block {
  display: block;
}
.cast-list {
  display: block;
  border-top: 1px solid var(--line);
}
.cast-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  border-bottom: 1px solid var(--line);
}
.cast-name {
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--paper);
  white-space: nowrap;
}
.cast-role {
  font-size: 12px;
  color: var(--paper-dim);
  letter-spacing: 0.04em;
  text-align: right;
  min-width: 0;
  overflow-wrap: anywhere;
}
.timeline-section {
  margin: 26px 0 0;
  padding: 16px 0 4px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding-top: 22px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  border-top: 1px dashed var(--line-strong);
}
.timeline-node {
  position: relative;
  padding: 0 10px 0 0;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--bg);
  border: 2px solid var(--blood-2);
  border-radius: 50%;
  z-index: 1;
}
.node-time {
  display: block;
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--blood-2);
  margin-bottom: 4px;
  white-space: nowrap;
}
.node-label {
  display: block;
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--paper-dim);
  border-left: 1px dashed var(--line);
  padding-left: 8px;
  overflow-wrap: anywhere;
}
.episodes-section {
  margin-top: 24px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.episode-card {
  position: relative;
  display: block;
  background: var(--bg-2);
  padding: 8px 10px 22px;
  min-width: 0;
}
.ep-number {
  display: block;
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--blood-2);
  margin-bottom: 2px;
}
.ep-title {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--paper);
  margin-bottom: 4px;
  line-height: 1.35;
}
.ep-summary {
  font-size: 11.5px;
  line-height: 1.66;
  color: #9d9madd;
  color: #9d9a86;
  overflow-wrap: anywhere;
}
.ep-duration {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  font-family: "PingFang SC", "Hiragino Sans GB", sans-serif;
}
.comments-section {
  margin-top: 24px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.comment-card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--bg-2);
  padding: 10px 12px;
  min-width: 0;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--iron-3);
  border: 1px solid var(--line-strong);
}
.comment-card:nth-child(2n) .comment-avatar {
  background: #5a4a3c;
}
.comment-card:nth-child(3n) .comment-avatar {
  background: var(--blood);
}
.comment-card:nth-child(3n + 1) .comment-avatar {
  background: #3e4a4f;
}
.comment-body {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}
.comment-nick {
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--paper);
  margin-bottom: 2px;
}
.comment-text {
  font-size: 12px;
  line-height: 1.7;
  color: #b3ac95;
  overflow-wrap: anywhere;
}
.recommend-region {
  margin-top: 22px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 12px;
  align-items: baseline;
}
.recommend-title {
  grid-column: 1;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: var(--paper);
  text-align: left;
  justify-self: start;
}
.recommend-count {
  grid-column: 2;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  justify-self: end;
  white-space: nowrap;
}
.recommend-list {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 8px;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--bg-2);
  padding: 0;
  color: var(--paper-dim);
  text-decoration: none;
  min-width: 0;
  overflow: hidden;
  transition: background 0.15s ease;
}
a.recommend-item:hover {
  background: var(--bg-3);
}
a.recommend-item:hover [data-runtime="name"] {
  color: var(--blood-2);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  filter: grayscale(0.35) brightness(0.85);
}
a.recommend-item [data-runtime="name"] {
  display: block;
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--paper);
  padding: 6px 8px 1px;
  overflow-wrap: anywhere;
}
a.recommend-item [data-runtime="blurb"] {
  display: block;
  font-size: 11px;
  line-height: 1.55;
  color: #9d9a86;
  padding: 1px 8px 7px;
  overflow-wrap: anywhere;
}
.site-footer {
  margin-top: 30px;
  padding: 18px;
  background: #101315;
  border-top: 1px solid var(--line);
  color: var(--paper-dim);
}
.footer-disclaimer {
  max-width: 1280px;
  margin: 0 auto 12px;
  font-size: 11.5px;
  line-height: 1.7;
  color: #8b8672;
  letter-spacing: 0.03em;
}
.friend-links {
  max-width: 1280px;
  margin: 0 auto 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}
.friend-label {
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--paper);
  margin-right: 4px;
}
a.runtime-friend-link {
  font-size: 12px;
  color: var(--fog);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-friend-link:hover {
  color: var(--paper);
  border-bottom-color: var(--blood);
}
.footer-nav {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  padding-top: 10px;
  border-top: 1px dashed var(--line);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--paper);
  border-bottom-color: var(--blood);
}
@media (max-width: 1024px) {.overview-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 18px;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node::before {
    top: -14px;
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 820px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
.overview-poster {
    max-width: 460px;
  }
.detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 620px) {body {
    font-size: 13.5px;
  }
.page-main {
    padding: 0 12px 0;
  }
.movie-overview {
    margin: 0 -12px 0;
    padding: 18px 12px 16px;
  }
.header-inner {
    padding: 8px 12px;
  }
.category-nav {
    gap: 3px 10px;
  }
.overview-poster {
    max-width: 100%;
  }
.overview-poster::before {
    width: 34%;
    height: 15%;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-list {
    grid-template-columns: minmax(0, 1fr);
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.player-controls input[data-player-action="progress"] {
    order: -1;
    flex: 1 1 100%;
  }
.footer-disclaimer, .friend-links, .footer-nav {
    padding-left: 0;
    padding-right: 0;
  }}
@media (max-width: 420px) {.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.node-time {
    white-space: normal;
  }
.cast-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
  }
.cast-role {
    text-align: left;
  }}

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}
