*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #14171a;
  color: #c8ccd0;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: #a8b0b6;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
ul, ol, dl {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.2;
}
.site-header, .hero-meta-strip, .movie-overview, .timeline-section, .episodes-section, .comments-section, .recommend-region, .site-footer {
  width: 100%;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: rgba(15, 18, 21, 0.94);
  border-bottom: 1px solid #292e33;
  backdrop-filter: blur(6px);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 16px;
  flex-wrap: wrap;
}
a[data-contract="site-name"].brand {
  color: #d6dadd;
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  white-space: nowrap;
  border-left: 3px solid #8c2f2a;
  padding-left: 8px;
}
a[data-contract="site-name"].brand:hover {
  color: #e8b7a0;
}
.category-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  color: #8f979d;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12.5px;
  padding: 3px 8px;
  border: 1px solid #2b3136;
  border-radius: 2px;
  background-color: #191d21;
  transition: color 0.15s, border-color 0.15s, background-color 0.15s;
}
a.runtime-category:hover {
  color: #e0e4e6;
  border-color: #8c2f2a;
  background-color: #221a1a;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.hero-meta-strip {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  border: 1px solid #262c31;
  background:
    linear-gradient(180deg, #1b2025 0%, #141820 55%, #171412 100%);
  overflow: hidden;
}
.hero-meta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 90% at 82% 8%, rgba(180, 190, 198, 0.10) 0%, rgba(180, 190, 198, 0) 55%),
    radial-gradient(90% 70% at 8% 100%, rgba(140, 47, 42, 0.22) 0%, rgba(140, 47, 42, 0) 60%);
  pointer-events: none;
}
.hero-visual {
  position: relative;
  z-index: 1;
  padding: 30px 20px 26px;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  background:
    linear-gradient(160deg, rgba(200, 210, 216, 0.06) 0%, rgba(200, 210, 216, 0) 40%),
    repeating-linear-gradient(115deg, rgba(210, 218, 224, 0.05) 0 2px, rgba(210, 218, 224, 0) 2px 22px);
}
.hero-tagline {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: clamp(19px, 3.6vw, 30px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dfe3e6;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
  max-width: 22ch;
  border-left: 2px solid #8c2f2a;
  padding-left: 12px;
}
.meta-chip-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  border-top: 1px solid #262c31;
  background-color: rgba(13, 16, 19, 0.72);
}
.meta-chip {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 7px 12px;
  border-right: 1px solid #23282d;
  border-bottom: 1px solid #23282d;
  min-width: 0;
}
.meta-chip dt {
  color: #6d757b;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  flex: 0 0 auto;
}
.meta-chip dd {
  color: #b9c0c5;
  font-size: 12.5px;
  overflow-wrap: anywhere;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 20px;
  background-color: #171b1f;
  border: 1px solid #262c31;
}
.poster-column {
  min-width: 0;
  display: flex;
  justify-content: center;
}
.poster-frame {
  position: relative;
  width: 100%;
  max-width: 260px;
  border: 1px solid #2c3238;
  background-color: #101316;
  padding: 6px;
}
.poster-frame img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.62) contrast(1.03) brightness(0.94);
}
.poster-caption {
  margin-top: 6px;
  font-size: 11.5px;
  color: #6f777d;
  letter-spacing: 0.08em;
  text-align: center;
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.movie-title {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: clamp(24px, 3.4vw, 34px);
  letter-spacing: 0.06em;
  color: #e2e6e8;
  line-height: 1.1;
}
.movie-tagline {
  font-size: 13px;
  color: #8d949a;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #2a2f34;
  padding-bottom: 10px;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background-color: #0b0d0f;
  border: 1px solid #2b3137;
}
.player-shell video {
  width: 100%;
  display: block;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background-color: #12161a;
  border-top: 1px solid #262c31;
}
.player-button {
  background-color: #1d2226;
  border: 1px solid #303740;
  color: #aab1b7;
  font-size: 11.5px;
  padding: 4px 9px;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.player-button:hover {
  background-color: #2a1c1c;
  border-color: #8c2f2a;
  color: #e6d3cb;
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  flex: 1 1 90px;
  min-width: 70px;
  background-color: #2b3137;
  border-radius: 2px;
  cursor: pointer;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c25a3e;
  border: none;
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c25a3e;
  border: none;
}
.player-select {
  background-color: #1d2226;
  border: 1px solid #303740;
  color: #aab1b7;
  font-size: 11.5px;
  padding: 4px 6px;
  border-radius: 2px;
}
.player-shell.is-playing .player-button[data-player-action="play"] {
  border-color: #8c2f2a;
  color: #e6d3cb;
}
.player-shell.is-muted .player-button[data-player-action="mute"] {
  border-color: #8c2f2a;
  color: #e6d3cb;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 2px #8c2f2a inset;
}
.player-shell.is-lights-off {
  background-color: #000;
}
.player-shell.is-lights-off .player-controls {
  background-color: #050607;
}
.section-heading {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #d3d8db;
  padding-bottom: 6px;
  border-bottom: 1px solid #2a2f34;
  margin-bottom: 12px;
}
.cast-block {
  min-width: 0;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #1b2025;
  border: 1px solid #272d33;
}
.cast-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 34%, rgba(200, 210, 218, 0.16) 0%, rgba(200, 210, 218, 0) 58%),
    linear-gradient(180deg, #2a3137 0%, #1a1f24 100%);
}
.cast-name {
  display: block;
  font-size: 11.5px;
  color: #b3bac0;
  text-align: center;
  padding: 3px 2px 4px;
  letter-spacing: 0.06em;
  background-color: rgba(11, 13, 15, 0.6);
  border-top: 1px solid #272d33;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.6;
  color: #a9b0b6;
  margin-bottom: 8px;
  text-indent: 0;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.episode-status {
  border-left: 2px solid #8c2f2a;
  padding: 6px 12px;
  background-color: rgba(140, 47, 42, 0.08);
}
.status-line {
  font-size: 12.5px;
  color: #c6b0a6;
  letter-spacing: 0.06em;
}
.details-block {
  min-width: 0;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  border-top: 1px solid #262c31;
  border-left: 1px solid #262c31;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 6px 10px;
  border-right: 1px solid #262c31;
  border-bottom: 1px solid #262c31;
  min-width: 0;
}
.detail-item dt {
  color: #6d757b;
  font-size: 11.5px;
  flex: 0 0 auto;
}
.detail-item dd {
  color: #b9c0c5;
  font-size: 12.5px;
  overflow-wrap: anywhere;
}
.timeline-section {
  min-width: 0;
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 16px;
  border-left: 1px solid #2c3238;
  margin-left: 6px;
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 9px 0 9px 2px;
  border-bottom: 1px dashed #232a30;
}
.timeline-node:last-child {
  border-bottom: none;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 12px;
  width: 11px;
  height: 11px;
  background-color: #232a30;
  border: 1px solid #8c2f2a;
  clip-path: polygon(50% 0%, 100% 32%, 84% 100%, 16% 100%, 0% 32%);
}
.timeline-timecode {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 12.5px;
  color: #c06a52;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.timeline-label {
  font-size: 13px;
  color: #b6bdc3;
  overflow-wrap: anywhere;
}
.episodes-section {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.episode-cell {
  position: relative;
  min-width: 0;
  padding: 9px 10px;
  background-color: #191e23;
  border: 1px solid #272d33;
  border-left: 2px solid #333b42;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.episode-cell:hover {
  border-left-color: #8c2f2a;
  background-color: #1e2429;
}
.episode-number {
  font-size: 11px;
  color: #7d858b;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.episode-title {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 14px;
  color: #d5dade;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.episode-summary {
  font-size: 12px;
  color: #9aa1a7;
  line-height: 1.5;
  margin-top: 7px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.25s ease, margin-top 0.25s ease;
}
.episode-cell:hover .episode-summary, .episode-cell:focus-within .episode-summary {
  max-height: 140px;
  opacity: 1;
}
.episode-duration {
  display: inline-block;
  margin-top: 6px;
  font-size: 10.5px;
  color: #6d757b;
  letter-spacing: 0.08em;
  border: 1px solid #2c3238;
  padding: 1px 6px;
  border-radius: 2px;
}
.comments-section {
  min-width: 0;
}
.comment-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comment-card {
  padding: 9px 12px;
  background-color: #181d22;
  border: 1px solid #262c31;
  border-left: 2px solid #3a4148;
}
.comment-card:nth-child(odd) {
  background-color: #1a1f24;
}
.comment-nickname {
  font-size: 11px;
  color: #a45a48;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: #aeb5bb;
  text-indent: 0;
}
.recommend-region {
  min-width: 0;
  margin-top: 6px;
}
.region-heading {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #c4cace;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #7a2a26;
}
.rail-scroller {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.rail-scroller::-webkit-scrollbar {
  height: 6px;
}
.rail-scroller::-webkit-scrollbar-thumb {
  background-color: #333a41;
  border-radius: 3px;
}
.rail-scroller::-webkit-scrollbar-track {
  background-color: #1a1f24;
}
a.rail-card {
  flex: 0 0 172px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  scroll-snap-align: start;
  background-color: #181d22;
  border: 1px solid #272d33;
  color: #b4bbc1;
  text-decoration: none;
  transition: border-color 0.15s, transform 0.15s;
}
a.rail-card:hover {
  border-color: #8c2f2a;
  transform: translateY(-2px);
}
a[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) brightness(0.92);
}
.rail-name {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 12.5px;
  color: #d2d7da;
  padding: 7px 9px 2px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.rail-blurb {
  font-size: 10.5px;
  color: #7d858b;
  padding: 2px 9px 8px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 16px 40px;
  border-top: 1px solid #262c31;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.disclaimer-text {
  font-size: 11.5px;
  color: #666e74;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  color: #949ba1;
  text-decoration: none;
  letter-spacing: 0.06em;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #c06a52;
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding-top: 10px;
  border-top: 1px solid #20262b;
}
.friend-links-label {
  font-size: 11px;
  color: #6d757b;
  letter-spacing: 0.1em;
  flex: 0 0 auto;
}
a.runtime-friend-link {
  font-size: 11px;
  color: #7f878d;
  text-decoration: none;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #b4bbc1;
  text-decoration: underline;
}
@media (min-width: 760px) {.movie-overview {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
  }
.poster-column {
    justify-content: flex-start;
  }
.poster-frame {
    max-width: 250px;
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 759px) {.page-main {
    gap: 22px;
    padding: 0 12px 32px;
  }
.movie-overview {
    padding: 14px;
  }
.meta-chip-row {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-node {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 8px;
  }
.rail-scroller {
    gap: 8px;
  }
a.rail-card {
    flex: 0 0 148px;
  }}
@media (max-width: 480px) {.header-bar {
    gap: 10px;
    padding: 7px 12px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-node {
    grid-template-columns: 60px minmax(0, 1fr);
  }
.episode-summary {
    max-height: none;
    opacity: 1;
    margin-top: 5px;
  }
a.rail-card {
    flex: 0 0 132px;
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.player-button, .player-select {
    font-size: 10.5px;
    padding: 3px 7px;
  }}
@media (max-width: 360px) {.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }}

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}
