*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: #14171e;
  color: #c7ccd6;
  font-family: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: rgba(16, 19, 26, 0.94);
  border-bottom: 1px solid rgba(140, 150, 170, 0.16);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: #e8e2d8;
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #a8434c;
}
.category-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
  min-height: 24px;
}
a.runtime-category {
  color: #8f99ab;
  text-decoration: none;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.08em;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a.runtime-category:hover {
  color: #d6dbe4;
  border-bottom-color: #7c2f38;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
section {
  margin-top: 34px;
}
.section-title {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #d8d2c8;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(140, 150, 170, 0.2);
}
.hero {
  margin-top: 0;
  padding-top: 26px;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: start;
}
.hero-visual {
  position: relative;
  align-self: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background-color: #1b1f28;
  border: 1px solid rgba(140, 150, 170, 0.18);
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.04) brightness(0.92);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 23, 30, 0.05) 40%, rgba(20, 23, 30, 0.78) 100%);
  pointer-events: none;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 2px;
  writing-mode: horizontal-tb;
}
.movie-title {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.14em;
  line-height: 1.2;
  color: #f0ebe2;
}
.movie-tagline {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3em;
  color: #9d7f84;
  border-left: 1px solid #7c2f38;
  padding-left: 12px;
}
.episode-status-panel {
  margin: 0;
}
.status-line {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #a7b0bf;
  padding: 7px 12px;
  border-left: 2px solid #7c2f38;
  background-color: rgba(124, 47, 56, 0.1);
}
.cast-section {
  margin: 0;
}
.cast-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #3a4150 transparent;
}
.cast-card {
  flex: 0 0 auto;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.cast-photo {
  width: 74px;
  height: 96px;
  overflow: hidden;
  background-color: #1b1f28;
  border: 1px solid rgba(140, 150, 170, 0.16);
}
.cast-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.9);
}
.cast-name {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #b3bbc8;
  text-align: center;
  white-space: nowrap;
}
.synopsis-section {
  margin: 0;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1.85;
  color: #9aa3b2;
  text-align: justify;
}
.details-section {
  margin: 0;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background-color: rgba(140, 150, 170, 0.14);
  border: 1px solid rgba(140, 150, 170, 0.14);
}
.detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 12px;
  background-color: #171b23;
}
.detail-row dt {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7f8899;
  white-space: nowrap;
}
.detail-row dd {
  font-size: 13px;
  color: #ccd2dc;
  text-align: right;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
a.play-button {
  display: inline-block;
  padding: 10px 30px;
  font-size: 14px;
  letter-spacing: 0.24em;
  color: #f4eee6;
  text-decoration: none;
  background-color: #7c2f38;
  border: 1px solid #a8434c;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}
a.play-button:hover {
  background-color: #a8434c;
  color: #fff;
}
.player-section {
  margin-top: 30px;
}
.player-section.is-theater {
  position: fixed;
  inset: 0;
  z-index: 90;
  margin: 0;
  padding: 24px;
  background-color: #08090c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.player-section.is-theater .player-shell {
  width: 100%;
  max-width: 1200px;
}
.player-section.lights-off {
  background-color: #05060a;
}
.player-shell {
  width: 100%;
  max-width: 100%;
  background-color: #0d1016;
  border: 1px solid rgba(140, 150, 170, 0.18);
}
.player-shell video {
  display: block;
  width: 100%;
  max-width: none;
  background-color: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-top: 1px solid rgba(140, 150, 170, 0.16);
  background-color: #12161d;
}
.player-controls button {
  padding: 5px 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #b7bfcc;
  background-color: transparent;
  border: 1px solid rgba(140, 150, 170, 0.28);
  border-radius: 0;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
.player-controls button:hover {
  color: #f0ebe2;
  border-color: #7c2f38;
}
.player-controls button.is-active {
  color: #f4eee6;
  background-color: #7c2f38;
  border-color: #a8434c;
}
.player-controls input[type="range"] {
  height: 3px;
  accent-color: #a8434c;
  background-color: #2a303b;
  border-radius: 0;
  cursor: pointer;
}
.player-controls input[data-player-action="progress"] {
  flex: 1 1 160px;
  min-width: 120px;
}
.player-controls input[data-player-action="volume"] {
  flex: 0 0 90px;
  width: 90px;
}
.timeline-section {
  margin-top: 32px;
}
.timeline-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: #3a4150 transparent;
}
.timeline-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: 720px;
  position: relative;
  padding: 6px 0 2px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  height: 1px;
  background-color: rgba(140, 150, 170, 0.28);
}
.timeline-node {
  position: relative;
  flex: 1 1 0;
  min-width: 120px;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.timeline-node::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #566072;
  border: 1px solid #14171e;
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
  margin-left: 0;
}
.timeline-node.is-active::before {
  background-color: #a8434c;
}
.timeline-timecode {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #8f99ab;
}
.timeline-node.is-active .timeline-timecode {
  color: #c96b74;
}
.timeline-label {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #79828f;
  border-left: 1px solid rgba(140, 150, 170, 0.22);
  padding-left: 10px;
}
.timeline-node.is-active .timeline-label {
  color: #d6dbe4;
  border-left-color: #7c2f38;
}
.episodes-section {
  margin-top: 34px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  position: relative;
  padding: 12px 14px 30px;
  background-color: #171b23;
  border: 1px solid rgba(140, 150, 170, 0.16);
  overflow: hidden;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.episode-card:hover {
  border-color: rgba(168, 67, 76, 0.6);
  background-color: #1b1f28;
}
.episode-card-head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.episode-number {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #a8434c;
  white-space: nowrap;
}
.episode-title {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #dfd9cf;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.7;
  color: #8b94a3;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.24s ease, margin-top 0.28s ease;
}
.episode-card:hover .episode-summary {
  max-height: 200px;
  opacity: 1;
  margin-top: 4px;
}
.episode-duration {
  position: absolute;
  right: 12px;
  bottom: 9px;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #6f7embed;
  color: #6f7887;
}
.comments-section {
  margin-top: 34px;
}
.comment-flow {
  column-count: 3;
  column-gap: 18px;
}
.comment-card {
  break-inside: avoid;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(140, 150, 170, 0.14);
}
.comment-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0;
  color: #f0ebe2;
  background-color: #7c2f38;
  border-radius: 50%;
}
.comment-card:nth-child(2n) .comment-avatar {
  background-color: #3d4658;
}
.comment-card:nth-child(3n) .comment-avatar {
  background-color: #5a3038;
}
.comment-card:nth-child(5n) .comment-avatar {
  background-color: #2f3a4c;
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #c2c9d4;
}
.comment-text {
  font-size: 13px;
  line-height: 1.75;
  color: #8f98a7;
  text-align: justify;
}
.recommend-region {
  margin-top: 34px;
}
.recommend-title {
  font-family: "Songti SC", "SimSun", "Noto Serif SC", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #d8d2c8;
  padding-bottom: 7px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(140, 150, 170, 0.2);
}
.recommend-grid {
  display: grid;
  gap: 10px;
  align-items: start;
}
.recommend-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  background-color: #171b23;
  border: 1px solid rgba(140, 150, 170, 0.16);
  padding: 0 0 8px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
a.recommend-card:hover {
  border-color: rgba(168, 67, 76, 0.6);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.9);
  display: block;
}
.recommend-name {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #d3d9e2;
  padding: 0 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: #7f8899;
  padding: 0 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region[data-recommendation-region="1"] .recommend-blurb {
  -webkit-line-clamp: 2;
}
.recommend-region[data-recommendation-region="3"] .recommend-blurb {
  -webkit-line-clamp: 3;
}
.site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(140, 150, 170, 0.16);
  background-color: #10131a;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #9aa3b2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e8e2d8;
  border-bottom-color: #7c2f38;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.75;
  color: #6f7887;
  max-width: 780px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(140, 150, 170, 0.12);
}
.friend-links-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #7f8899;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12px;
  color: #8f99ab;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
a.runtime-friend-link:hover {
  color: #c96b74;
}
@media (max-width: 980px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 22px;
  }
.movie-title {
    font-size: 32px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-flow {
    column-count: 2;
  }
.recommend-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.header-inner {
    padding: 10px 16px;
  }
.page-main {
    padding: 0 16px 32px;
  }
.hero {
    padding-top: 20px;
  }
.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
.hero-visual {
    max-width: 240px;
  }
.movie-title {
    font-size: 28px;
  }
.movie-tagline {
    letter-spacing: 0.2em;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-summary {
    max-height: none;
    opacity: 1;
    margin-top: 4px;
  }
.comment-flow {
    column-count: 1;
  }
.recommend-grid-3, .recommend-grid-4, .recommend-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    min-width: 640px;
  }
.player-section.is-theater {
    padding: 12px;
  }}
@media (max-width: 480px) {body {
    font-size: 14px;
  }
.recommend-grid-3, .recommend-grid-4, .recommend-grid-5 {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    min-width: 560px;
  }
.player-controls button {
    padding: 4px 9px;
    font-size: 11px;
  }
.player-controls input[data-player-action="volume"] {
    flex: 0 0 70px;
    width: 70px;
  }}

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}
