*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #14181f;
  background-image:
    linear-gradient(180deg, rgba(20, 24, 31, 0.92) 0%, rgba(20, 24, 31, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(122, 138, 156, 0.06) 0px, rgba(122, 138, 156, 0.06) 1px, transparent 1px, transparent 46px),
    repeating-linear-gradient(0deg, rgba(122, 138, 156, 0.05) 0px, rgba(122, 138, 156, 0.05) 1px, transparent 1px, transparent 46px);
  color: #d8dde4;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Source Han Sans SC", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
h1, h2, h3, p, ul, ol, dl, dd, figure {
  margin: 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
a {
  color: #c9b79a;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(16, 20, 26, 0.96);
  border-bottom: 1px solid #3a4653;
  backdrop-filter: blur(6px);
}
.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
}
a[data-contract="site-name"] {
  color: #e8e3d8;
  text-decoration: none;
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.18em;
  padding-left: 12px;
  border-left: 3px solid #b04a2f;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: #9fb0c1;
  text-decoration: none;
  font-size: 12.5px;
  line-height: 1;
  padding: 6px 9px;
  border: 1px solid #3a4653;
  background-color: rgba(58, 70, 83, 0.16);
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: #f0e9dc;
  border-color: #b04a2f;
  background-color: rgba(176, 74, 47, 0.16);
}
.page-main {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 18px 34px;
}
.block-heading {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #ede7da;
  padding-left: 10px;
  border-left: 3px solid #b04a2f;
  line-height: 1.3;
  margin-bottom: 12px;
}
.overview {
  margin-bottom: 26px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr) 34px;
  gap: 22px;
  align-items: start;
  padding: 22px 20px;
  background-color: #1b2129;
  background-image:
    linear-gradient(115deg, rgba(176, 74, 47, 0.14) 0%, transparent 46%),
    repeating-linear-gradient(90deg, rgba(148, 168, 188, 0.07) 0px, rgba(148, 168, 188, 0.07) 1px, transparent 1px, transparent 34px);
  border: 1px solid #3a4653;
  border-top: 3px solid #b04a2f;
  overflow: hidden;
}
.overview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, rgba(232, 227, 216, 0.035) 0px, rgba(232, 227, 216, 0.035) 1px, transparent 1px, transparent 7px);
}
.poster-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 3;
  border: 1px solid #6c7b8a;
  outline: 1px solid rgba(176, 74, 47, 0.55);
  outline-offset: 3px;
  background-color: #0e1218;
  overflow: hidden;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}
.overview-lede {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.movie-title {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #f2ece0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.movie-tagline {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #c05a37;
  border-bottom: 1px solid rgba(176, 74, 47, 0.4);
  padding-bottom: 8px;
}
.movie-seo {
  font-size: 13px;
  line-height: 1.85;
  color: #a9b6c4;
  max-width: 62ch;
}
.overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.action-primary, a.action-primary {
  display: inline-block;
  white-space: nowrap;
  color: #f7f3ea;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 9px 22px;
  background-color: #b04a2f;
  border: 1px solid #d0714f;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.action-primary:hover, .action-primary:focus-visible {
  background-color: #8f3821;
  color: #ffffff;
}
.action-secondary {
  display: inline-block;
  white-space: nowrap;
  color: #cdd6df;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  padding: 9px 22px;
  background-color: transparent;
  border: 1px solid #5b6a79;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.action-secondary:hover, .action-secondary:focus-visible, .action-secondary.is-active {
  color: #f0e9dc;
  border-color: #b04a2f;
  background-color: rgba(176, 74, 47, 0.16);
}
.vertical-slogan {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: end;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.34em;
  color: #e6dfd1;
  padding: 12px 8px;
  border: 1px solid #6c7b8a;
  background-color: rgba(14, 18, 24, 0.72);
}
.player-panel {
  position: relative;
  margin-top: 16px;
  padding: 10px;
  background-color: #0d1116;
  border: 1px solid #3a4653;
  border-left: 3px solid #b04a2f;
  width: 100%;
}
.player-panel video {
  display: block;
  width: 100%;
  background-color: #000;
}
.player-panel.is-theater {
  border-left-color: #e6dfd1;
  background-color: #05070a;
}
.player-panel.is-lights-off video {
  filter: brightness(0.55);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #2c3846;
}
.ctrl-btn {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #cdd6df;
  padding: 6px 11px;
  background-color: rgba(58, 70, 83, 0.28);
  border: 1px solid #4a5866;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible, .ctrl-btn.is-active {
  color: #f0e9dc;
  border-color: #b04a2f;
}
.ctrl-range {
  flex: 1 1 120px;
  min-width: 90px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #2c3846;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 16px;
  background-color: #b04a2f;
  border: 0;
}
.ctrl-range::-moz-range-thumb {
  width: 10px;
  height: 16px;
  background-color: #b04a2f;
  border: 0;
  border-radius: 0;
}
.ctrl-select {
  font-size: 12px;
  color: #cdd6df;
  padding: 6px 8px;
  background-color: rgba(58, 70, 83, 0.28);
  border: 1px solid #4a5866;
}
.ctrl-select option {
  background-color: #161b22;
  color: #d8dde4;
}
.overview-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}
.cast-block, .synopsis-block, .episode-status, .details-block {
  min-width: 0;
  padding: 14px 16px;
  background-color: #1b2129;
  border: 1px solid #3a4653;
}
.synopsis-block {
  grid-column: 1 / -1;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  text-align: center;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #6c7b8a;
  outline: 1px solid rgba(176, 74, 47, 0.4);
  outline-offset: 2px;
  background-color: #0e1218;
  margin-bottom: 4px;
}
.cast-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) contrast(1.05);
}
.cast-name {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  color: #ede7da;
}
.cast-role {
  font-size: 11px;
  color: #b04a2f;
  letter-spacing: 0.04em;
}
.cast-note {
  font-size: 11px;
  color: #8595a6;
}
.synopsis-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  counter-reset: synopsis;
}
.synopsis-item {
  position: relative;
  padding-left: 34px;
  font-size: 12.5px;
  line-height: 1.85;
  color: #a9b6c4;
}
.synopsis-item::before {
  counter-increment: synopsis;
  content: counter(synopsis, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Songti SC", "SimSun", serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #b04a2f;
}
.status-line {
  font-size: 12.5px;
  color: #a9b6c4;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c3846;
}
.status-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.status-chip {
  white-space: nowrap;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #d8dde4;
  padding: 4px 10px;
  background-color: rgba(176, 74, 47, 0.16);
  border: 1px solid rgba(176, 74, 47, 0.5);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed #2c3846;
  min-width: 0;
}
.detail-key {
  flex: 0 0 62px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #8595a6;
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #d8dde4;
  word-break: break-word;
}
.timeline-section {
  margin-bottom: 26px;
}
.timeline-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  border-top: 1px solid #3a4653;
  border-bottom: 1px solid #3a4653;
  background-image: linear-gradient(180deg, rgba(176, 74, 47, 0.06) 0%, transparent 70%);
  scrollbar-color: #b04a2f #1b2129;
  scrollbar-width: thin;
}
.timeline-scroller::-webkit-scrollbar {
  height: 8px;
}
.timeline-scroller::-webkit-scrollbar-track {
  background-color: #1b2129;
}
.timeline-scroller::-webkit-scrollbar-thumb {
  background-color: #b04a2f;
}
.timeline-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 20px 4px 6px;
  min-width: max-content;
}
.timeline-node {
  position: relative;
  flex: 0 0 220px;
  padding: 0 20px 0 22px;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 0;
  width: 1px;
  background-image: linear-gradient(180deg, #b04a2f 0%, #b04a2f 38%, transparent 38%, transparent 100%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
}
.timeline-node:first-child::before {
  display: none;
}
.chain-icon {
  display: block;
  width: 26px;
  height: 10px;
  margin-bottom: 12px;
  background-color: #b04a2f;
  clip-path: polygon(0 0, 42% 0, 42% 100%, 0 100%, 0 0, 58% 0, 58% 100%, 100% 100%, 100% 0, 58% 0);
  box-shadow: inset 0 0 0 2px #14181f;
}
.timeline-timecode {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #e6dfd1;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #3a4653;
}
.timeline-label {
  font-size: 12px;
  line-height: 1.75;
  color: #a9b6c4;
}
.episodes-section {
  margin-bottom: 26px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.episode-card {
  display: grid;
  grid-template-columns: minmax(0, 132px) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px;
  background-color: #1b2129;
  border: 1px solid #3a4653;
  border-left: 3px solid #b04a2f;
  min-width: 0;
}
.episode-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 1px solid #4a5866;
  background-color: #0e1218;
  overflow: hidden;
}
.episode-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.06);
}
.episode-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.episode-title {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.05em;
  color: #ede7da;
  line-height: 1.4;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.75;
  color: #a9b6c4;
}
.episode-duration {
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #c05a37;
}
.comments-section {
  margin-bottom: 26px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.comment-card {
  position: relative;
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 14px 12px 10px;
  background-color: #1b2129;
  border: 1px solid #3a4653;
  min-width: 0;
}
.comment-card:nth-child(3n + 2) .comment-bar {
  background-color: #8fa3b8;
}
.comment-card:nth-child(3n) .comment-bar {
  background-color: #6c7b8a;
}
.comment-bar {
  display: block;
  width: 4px;
  align-self: stretch;
  min-height: 100%;
  background-color: #b04a2f;
}
.comment-body {
  min-width: 0;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #c6cfd8;
}
.comment-author {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #2c3846;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #8595a6;
}
.comment-author::before {
  content: "—— ";
  color: #b04a2f;
}
.recommend-region {
  margin-bottom: 24px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
a.recommend-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 7px;
  padding: 9px;
  background-color: #1b2129;
  border: 1px solid #3a4653;
  color: #d8dde4;
  text-decoration: none;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  border-color: #b04a2f;
  background-color: #212932;
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #0e1218;
  border: 1px solid #2c3846;
  filter: saturate(0.72) contrast(1.06);
}
a.recommend-card [data-runtime="name"] {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #ede7da;
  line-height: 1.4;
}
a.recommend-card [data-runtime="blurb"] {
  font-size: 11.5px;
  line-height: 1.7;
  color: #8595a6;
}
.site-footer {
  margin-top: 10px;
  background-color: #10141a;
  border-top: 1px solid #3a4653;
}
.footer-shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 18px 28px;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px 24px;
  align-items: start;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  min-width: 0;
}
.friend-links-label {
  flex: 0 0 100%;
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: #ede7da;
  padding-left: 9px;
  border-left: 2px solid #b04a2f;
}
a.runtime-friend-link {
  white-space: nowrap;
  color: #8595a6;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #c05a37;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
a[data-contract="footer-home"] {
  color: #c9b79a;
  border-bottom: 1px solid rgba(176, 74, 47, 0.6);
  padding-bottom: 2px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible {
  color: #f0e9dc;
}
a[data-contract="footer-sitemap"] {
  color: #8fa3b8;
  border-bottom: 1px solid rgba(143, 163, 184, 0.5);
  padding-bottom: 2px;
}
a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: #d8dde4;
}
.footer-disclaimer {
  grid-column: 1 / -1;
  font-size: 11.5px;
  line-height: 1.8;
  color: #6b7a8a;
  padding-top: 12px;
  border-top: 1px solid #2c3846;
}
.data-player-action, .player, .progress, .volume, .speed, .play, .mute, .pip, .fullscreen, .light, .theater, .timeupdate, .input, .change, .click {
  
}
@media (max-width: 1080px) {.overview-hero {
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr) 30px;
    gap: 18px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.overview-hero {
    grid-template-columns: minmax(0, 172px) minmax(0, 1fr);
    padding: 18px 16px;
  }
.vertical-slogan {
    grid-column: 1 / -1;
    justify-self: start;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.22em;
    padding: 8px 12px;
  }
.overview-meta {
    grid-template-columns: minmax(0, 1fr);
  }
.synopsis-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.footer-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.footer-nav {
    justify-content: flex-start;
  }}
@media (max-width: 640px) {body {
    font-size: 13.5px;
  }
.header-shell {
    padding: 8px 14px;
  }
.page-main {
    padding: 16px 14px 26px;
  }
.overview-hero {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-frame {
    max-width: 220px;
  }
.movie-title {
    font-size: 24px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-card {
    grid-template-columns: minmax(0, 118px) minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    flex: 0 0 190px;
  }}
@media (max-width: 420px) {.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-card {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-media {
    aspect-ratio: 16 / 9;
  }}

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}
