*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #12161c;
  color: #b8c2cc;
  font-family: "Songti SC", "SimSun", "Noto Serif SC", "Source Han Serif SC", Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.03em;
}
ol, ul {
  list-style: none;
}
.timeline-timecode, .episode-duration {
  font-variant-numeric: tabular-nums;
}
.site-header {
  background-color: #0d1116;
  border-bottom: 1px solid #232c36;
  position: sticky;
  top: 0;
  z-index: 40;
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "SimSun", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d9c67a;
  text-decoration: none;
  border-left: 3px solid #8c2f2a;
  padding-left: 10px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #f0e0a4;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  color: #8b98a6;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border: 1px solid #2b3742;
  background-color: #141a21;
  font-family: "Songti SC", "SimSun", Georgia, serif;
}
a.runtime-category:hover {
  color: #d9c67a;
  border-color: #8c2f2a;
  background-color: #1a2029;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 40px;
  display: block;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 26px;
  padding-top: 30px;
  padding-bottom: 34px;
  align-items: start;
  border-bottom: 1px solid #232c36;
}
.overview-poster-shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
}
.poster-frame {
  position: relative;
  border: 1px solid #2b3742;
  background-color: #0d1116;
  overflow: hidden;
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(18, 22, 28, 0.05) 0%, rgba(18, 22, 28, 0.55) 62%, rgba(13, 17, 22, 0.92) 100%);
  pointer-events: none;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: grayscale(0.55) contrast(1.05) brightness(0.82) sepia(0.12);
}
.poster-caption {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #6d7a88;
  border-left: 2px solid #8c2f2a;
  padding-left: 8px;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.movie-title {
  font-size: 30px;
  font-weight: 700;
  color: #e6ecf2;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #2b3742;
  padding-bottom: 10px;
}
.movie-tagline {
  font-size: 14px;
  color: #8b98a6;
  letter-spacing: 0.06em;
  margin-top: -6px;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}
.status-line {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #d9c67a;
  background-color: rgba(217, 198, 122, 0.08);
  border: 1px solid rgba(217, 198, 122, 0.3);
  padding: 2px 8px;
}
.detail-panel {
  border: 1px solid #2b3742;
  background-color: #161c24;
  padding: 10px 12px 12px;
}
.detail-heading {
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #8c2f2a;
  border-bottom: 1px solid #2b3742;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  border-bottom: 1px dotted #26303a;
  padding: 3px 0;
  font-size: 13px;
}
.detail-row dt {
  color: #6d7a88;
  letter-spacing: 0.12em;
  flex: 0 0 auto;
  min-width: 56px;
}
.detail-row dd {
  color: #c3ccd6;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12.5px;
  letter-spacing: 0.04em;
}
.synopsis-panel {
  border-left: 2px solid #2b3742;
  padding-left: 12px;
}
.synopsis-heading {
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #8c2f2a;
  margin-bottom: 7px;
}
.synopsis-text {
  font-size: 13.5px;
  color: #9aa6b2;
  margin-bottom: 6px;
  text-indent: 1em;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.cast-panel {
  border: 1px solid #2b3742;
  background-color: #161c24;
  padding: 10px 12px 12px;
}
.cast-heading {
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #8c2f2a;
  border-bottom: 1px solid #2b3742;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 6px 7px;
  border: 1px solid #26303a;
  background-color: #12181f;
  align-self: start;
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  background-color: #1e2732;
  border: 1px solid #3a4653;
  background-image: linear-gradient(135deg, #2b3742 0%, #141a21 100%);
  position: relative;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px solid #4a5866;
  opacity: 0.6;
}
.cast-name {
  font-size: 13px;
  color: #dfe6ed;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.cast-role {
  font-size: 11.5px;
  color: #7c8996;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}
.timeline-section {
  padding: 30px 0 34px;
  border-bottom: 1px solid #232c36;
}
.timeline-heading {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #d9c67a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.timeline-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2b3742;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.timeline-node {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 7px 16px 7px 14px;
  border-left: 1px solid #2b3742;
  position: relative;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 14px;
  width: 5px;
  height: 5px;
  background-color: #8c2f2a;
  border: 1px solid #12161c;
}
.timeline-timecode {
  flex: 0 0 auto;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #d9c67a;
  background-color: rgba(217, 198, 122, 0.07);
  border: 1px solid rgba(217, 198, 122, 0.25);
  padding: 1px 6px;
}
.timeline-label {
  font-size: 13px;
  color: #9aa6b2;
  letter-spacing: 0.03em;
  min-width: 0;
}
.episodes-section {
  padding: 30px 0 34px;
  border-bottom: 1px solid #232c36;
}
.episodes-heading {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #d9c67a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.episodes-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2b3742;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 3px;
  align-items: start;
  padding: 9px 11px;
  border: 1px solid #26303a;
  border-left: 2px solid #3a4653;
  background-color: #161c24;
  min-width: 0;
}
.episode-card:hover {
  border-left-color: #8c2f2a;
  background-color: #1a2029;
}
.episode-title {
  grid-column: 1;
  font-size: 13.5px;
  font-weight: 600;
  color: #dfe6ed;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.episode-summary {
  grid-column: 1;
  font-size: 12.5px;
  color: #7f8c99;
  line-height: 1.55;
  min-width: 0;
}
.episode-duration {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 11.5px;
  color: #6d7a88;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid #26303a;
  padding: 1px 6px;
}
.player-section {
  padding: 30px 0 34px;
  border-bottom: 1px solid #232c36;
}
.player-heading {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #d9c67a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.player-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2b3742;
}
.player-shell {
  width: 100%;
  min-width: 0;
  border: 1px solid #2b3742;
  background-color: #0a0d11;
}
.player-video {
  display: block;
  width: 100%;
  background-color: #000;
}
.player-controls {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  border: 1px solid #26303a;
  background-color: #161c24;
  padding: 8px 10px;
}
.control-btn {
  font-family: "Songti SC", "SimSun", Georgia, serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #c3ccd6;
  background-color: #12181f;
  border: 1px solid #3a4653;
  padding: 3px 11px;
  cursor: pointer;
  white-space: nowrap;
}
.control-btn:hover {
  color: #d9c67a;
  border-color: #8c2f2a;
}
.control-btn.is-playing {
  color: #d9c67a;
  border-color: #d9c67a;
  background-color: rgba(217, 198, 122, 0.08);
}
.control-btn.is-muted {
  color: #c07a72;
  border-color: #8c2f2a;
}
.control-btn.is-active {
  color: #f0e0a4;
  border-color: #8c2f2a;
  background-color: rgba(140, 47, 42, 0.22);
}
.control-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #26303a;
  border: 1px solid #3a4653;
  cursor: pointer;
}
.control-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 16px;
  background-color: #d9c67a;
  border: none;
  cursor: pointer;
}
.control-progress::-moz-range-thumb {
  width: 8px;
  height: 16px;
  background-color: #d9c67a;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.control-volume {
  flex: 0 1 90px;
  min-width: 70px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background-color: #26303a;
  border: 1px solid #3a4653;
  cursor: pointer;
}
.control-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 16px;
  background-color: #c07a72;
  border: none;
  cursor: pointer;
}
.control-volume::-moz-range-thumb {
  width: 8px;
  height: 16px;
  background-color: #c07a72;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.control-speed {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #c3ccd6;
  background-color: #12181f;
  border: 1px solid #3a4653;
  padding: 3px 6px;
  cursor: pointer;
}
.page-main.is-theater .player-shell {
  border-color: #8c2f2a;
}
body.is-lights-off {
  background-color: #080a0d;
}
body.is-lights-off .player-shell {
  border-color: #d9c67a;
  box-shadow: 0 0 0 1px rgba(217, 198, 122, 0.25), 0 0 34px rgba(217, 198, 122, 0.12);
}
.comments-section {
  padding: 30px 0 34px;
  border-bottom: 1px solid #232c36;
}
.comments-heading {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #d9c67a;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comments-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2b3742;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-note {
  position: relative;
  padding: 11px 13px 10px;
  background-color: #d9c67a;
  color: #1c1a14;
  border: 1px solid #b9a55f;
  align-self: start;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}
.comment-note:nth-child(2n) {
  background-color: #cfc08a;
  transform: translateY(7px);
}
.comment-note:nth-child(3n) {
  background-color: #e0d193;
  transform: translateY(-4px) rotate(-0.35deg);
}
.comment-note:nth-child(4n) {
  transform: translateY(5px) rotate(0.3deg);
}
.comment-text {
  font-size: 13px;
  line-height: 1.6;
  color: #23201a;
  letter-spacing: 0.02em;
}
.comment-nickname {
  display: block;
  margin-top: 7px;
  text-align: right;
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #8c2f2a;
}
.recommend-region {
  padding: 30px 0 34px;
  border-bottom: 1px solid #232c36;
}
.recommend-region:last-of-type {
  border-bottom: none;
  padding-bottom: 10px;
}
.recommend-heading {
  font-size: 15px;
  letter-spacing: 0.3em;
  color: #d9c67a;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.recommend-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-color: #2b3742;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;
  align-items: start;
  padding: 7px 9px;
  border: 1px solid #26303a;
  background-color: #161c24;
  color: #c3ccd6;
  text-decoration: none;
  min-width: 0;
}
a.recommend-card:hover {
  border-color: #8c2f2a;
  background-color: #1a2029;
}
[data-runtime="recommendation"] img.recommend-pic {
  grid-row: 1 / span 2;
  width: 66px;
  height: 44px;
  object-fit: cover;
  border: 1px solid #3a4653;
  filter: grayscale(0.5) brightness(0.85);
}
.recommend-name {
  font-size: 13px;
  font-weight: 600;
  color: #dfe6ed;
  letter-spacing: 0.05em;
  line-height: 1.35;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 11.5px;
  color: #7c8996;
  line-height: 1.5;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  background-color: #0d1116;
  border-top: 1px solid #232c36;
  margin-top: 30px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-disclaimer {
  font-size: 12px;
  color: #66727f;
  line-height: 1.7;
  letter-spacing: 0.02em;
  max-width: 900px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  padding-top: 10px;
  border-top: 1px solid #1d252e;
}
.friend-links-label {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #8c2f2a;
  margin-right: 4px;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12px;
  color: #7c8996;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px dotted #3a4653;
  padding-bottom: 1px;
}
a.runtime-friend-link:hover {
  color: #d9c67a;
  border-bottom-color: #8c2f2a;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  padding-top: 10px;
  border-top: 1px solid #1d252e;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #9aa6b2;
  text-decoration: none;
  border: 1px solid #2b3742;
  padding: 3px 12px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #d9c67a;
  border-color: #8c2f2a;
}
@media (max-width: 980px) {.movie-overview {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 20px;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: repeat(2, 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: 720px) {body {
    font-size: 14px;
  }
.header-inner {
    padding: 8px 14px;
    gap: 10px;
  }
.page-main {
    padding: 0 14px 30px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-top: 22px;
    padding-bottom: 26px;
  }
.overview-poster-shell {
    max-width: 240px;
  }
.movie-title {
    font-size: 24px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.comment-note:nth-child(2n), .comment-note:nth-child(3n), .comment-note:nth-child(4n) {
    transform: none;
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-section, .episodes-section, .player-section, .comments-section, .recommend-region {
    padding: 22px 0 26px;
  }}
@media (max-width: 420px) {.header-inner {
    padding: 7px 12px;
  }
.page-main {
    padding: 0 12px 24px;
  }
.movie-title {
    font-size: 21px;
  }
.player-controls {
    gap: 5px 6px;
    padding: 7px 8px;
  }
.control-btn {
    padding: 3px 8px;
    font-size: 12px;
  }
.footer-inner {
    padding: 16px 12px 22px;
  }}

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}
