*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(120% 80% at 82% 6%, rgba(214, 168, 92, 0.13) 0%, rgba(214, 168, 92, 0) 46%),
    linear-gradient(180deg, #0c1219 0%, #0e1620 38%, #0b1219 100%);
  color: #c6d2cf;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, dl, dd, dt, figure, ol, ul {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 16, 23, 0.88);
  border-bottom: 1px solid rgba(122, 156, 152, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 22px;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #e8d9b4;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(224, 178, 100, 0.35);
  white-space: nowrap;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #8fb0ad;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(122, 156, 152, 0.28);
  border-radius: 2px;
  background: rgba(24, 40, 46, 0.5);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #f0dcb0;
  border-color: rgba(214, 168, 92, 0.6);
  background: rgba(46, 62, 60, 0.72);
}
.page-main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 16px;
  background:
    linear-gradient(115deg, rgba(30, 52, 62, 0.55) 0%, rgba(16, 26, 34, 0.72) 55%, rgba(12, 19, 26, 0.8) 100%);
  border: 1px solid rgba(122, 156, 152, 0.2);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.hero-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, rgba(214, 168, 92, 0) 0%, rgba(214, 168, 92, 0.07) 100%);
  pointer-events: none;
}
.poster-figure {
  width: 100%;
  max-width: 232px;
  align-self: start;
  position: relative;
  z-index: 1;
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: linear-gradient(160deg, #1b2c36 0%, #0d151c 100%);
  border: 1px solid rgba(140, 176, 170, 0.28);
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.55);
}
.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding-right: clamp(0px, 12vw, 130px);
  border-left: 1px solid rgba(214, 168, 92, 0.28);
  padding-left: 18px;
}
.movie-title {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: clamp(26px, 4.2vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #f2e3c2;
  text-shadow: 0 2px 22px rgba(214, 168, 92, 0.28);
}
.movie-tagline {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: clamp(15px, 1.8vw, 19px);
  letter-spacing: 0.22em;
  color: #cfa964;
  border-left: 3px solid rgba(207, 169, 100, 0.7);
  padding-left: 10px;
}
.movie-seo-description {
  font-size: 13.5px;
  line-height: 1.78;
  color: #94a8a6;
  max-width: 62ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.play-button {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 15px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  padding: 9px 26px;
  color: #12191f;
  background: linear-gradient(180deg, #e9cd8d 0%, #c9a55e 100%);
  border: 1px solid rgba(240, 220, 170, 0.8);
  border-radius: 2px;
  box-shadow: 0 0 26px rgba(214, 168, 92, 0.35);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.play-button:hover, .play-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 0 34px rgba(214, 168, 92, 0.55);
}
.player-shell {
  width: 100%;
  max-width: 100%;
  background: #070c11;
  border: 1px solid rgba(122, 156, 152, 0.24);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.player-shell video, .player-shell [data-contract="player"] {
  display: block;
  width: 100%;
  background: #04070a;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(19, 30, 38, 0.96) 0%, rgba(10, 16, 22, 0.96) 100%);
  border-top: 1px solid rgba(122, 156, 152, 0.2);
}
.player-controls input[type="range"] {
  flex: 1 1 120px;
  min-width: 90px;
  height: 4px;
  accent-color: #cfa964;
  background: rgba(122, 156, 152, 0.28);
  border-radius: 2px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0b96e;
  border: none;
  box-shadow: 0 0 10px rgba(214, 168, 92, 0.6);
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: #e0b96e;
}
.player-controls button, .player-controls select {
  padding: 4px 10px;
  font-size: 12.5px;
  color: #a9c0bd;
  background: rgba(30, 46, 52, 0.7);
  border: 1px solid rgba(122, 156, 152, 0.3);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.player-controls button:hover, .player-controls select:hover, .player-controls button:focus-visible, .player-controls select:focus-visible {
  color: #f0dcb0;
  border-color: rgba(214, 168, 92, 0.55);
}
.player-controls .is-active, .player-controls .is-playing {
  color: #12191f;
  background: #d8b877;
  border-color: #e9cd8d;
}
.player-controls .is-muted {
  color: #e08a7a;
  border-color: rgba(224, 138, 122, 0.6);
}
body.lights-off .page-main {
  filter: brightness(0.72);
}
body.lights-off .player-shell {
  filter: brightness(1.18);
  box-shadow: 0 0 46px rgba(214, 168, 92, 0.28);
}
.section-heading {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #e6d3ab;
  padding-left: 11px;
  border-left: 3px solid #c39a52;
  line-height: 1.3;
}
.credits, .synopsis, .episode-status, .cast, .timeline, .episodes, .comments, .recommend-region {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.credits {
  padding: 12px 14px;
  background: rgba(18, 29, 37, 0.62);
  border: 1px solid rgba(122, 156, 152, 0.18);
  border-radius: 3px;
}
.credit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: rgba(122, 156, 152, 0.16);
  border: 1px solid rgba(122, 156, 152, 0.16);
}
.credit-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(13, 21, 28, 0.92);
  min-width: 0;
}
.credit-item dt {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #7f9c99;
}
.credit-item dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13.5px;
  color: #d7dfda;
  overflow-wrap: anywhere;
}
.synopsis {
  border-top: 1px solid rgba(122, 156, 152, 0.16);
  padding-top: 14px;
}
.synopsis-paragraph {
  font-size: 14px;
  line-height: 1.85;
  color: #9fb3b0;
  max-width: 88ch;
  text-indent: 2em;
}
.synopsis-paragraph + .synopsis-paragraph {
  margin-top: 8px;
}
.episode-status {
  padding: 12px 14px;
  background: linear-gradient(90deg, rgba(46, 40, 26, 0.55) 0%, rgba(18, 29, 37, 0.5) 70%);
  border: 1px solid rgba(214, 168, 92, 0.28);
  border-radius: 3px;
}
.status-line {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #ddc48d;
}
.cast-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(122, 156, 152, 0.45) transparent;
  -webkit-overflow-scrolling: touch;
}
.cast-strip::-webkit-scrollbar {
  height: 6px;
}
.cast-strip::-webkit-scrollbar-thumb {
  background: rgba(122, 156, 152, 0.45);
  border-radius: 3px;
}
.cast-member {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 8px 14px 8px 8px;
  background: rgba(18, 29, 37, 0.66);
  border: 1px solid rgba(122, 156, 152, 0.2);
  border-radius: 2px;
  min-width: 168px;
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(214, 168, 92, 0.5) 0%, rgba(214, 168, 92, 0) 62%),
    linear-gradient(150deg, #27414a 0%, #101a22 100%);
  border: 1px solid rgba(140, 176, 170, 0.36);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.6);
}
.cast-name {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #ecdcb8;
  white-space: nowrap;
}
.cast-role {
  font-size: 12px;
  color: #86a29f;
  white-space: nowrap;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 8px;
  counter-reset: tstep;
}
.timeline-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 14px 12px;
  min-height: 76px;
  background:
    repeating-linear-gradient(135deg, rgba(122, 156, 152, 0.07) 0 2px, rgba(122, 156, 152, 0) 2px 7px),
    linear-gradient(160deg, rgba(28, 46, 54, 0.85) 0%, rgba(12, 20, 27, 0.92) 100%);
  border: 1px solid rgba(122, 156, 152, 0.24);
  border-radius: 2px;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.timeline-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, rgba(214, 168, 92, 0.85) 0%, rgba(214, 168, 92, 0.05) 100%);
}
.timeline-timecode {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #d8b878;
}
.timeline-label {
  font-size: 13.5px;
  line-height: 1.55;
  color: #a9bdba;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.episode-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px 9px;
  background: rgba(17, 27, 35, 0.78);
  border: 1px solid rgba(122, 156, 152, 0.2);
  border-left: 2px solid rgba(214, 168, 92, 0.4);
  border-radius: 2px;
  overflow: hidden;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.episode-cell:hover, .episode-cell:focus-within {
  background: rgba(26, 41, 50, 0.95);
  border-left-color: #d8b878;
}
.episode-number {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #c39a52;
}
.episode-title {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #e2d3b4;
  line-height: 1.35;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.6;
  color: #8ea5a2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.26s ease, opacity 0.26s ease, margin 0.26s ease;
}
.episode-cell:hover .episode-summary, .episode-cell:focus-within .episode-summary {
  max-height: 12em;
  opacity: 1;
  margin-top: 3px;
}
.episode-duration {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #6f8b88;
  margin-top: auto;
}
.comment-columns {
  column-count: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 10px;
  padding: 10px 12px;
  background: rgba(18, 29, 37, 0.7);
  border: 1px solid rgba(122, 156, 152, 0.18);
  border-radius: 2px;
}
.comment-nickname {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #d3b475;
}
.comment-nickname::before {
  content: "— ";
  color: rgba(122, 156, 152, 0.6);
}
.comment-text {
  font-size: 13px;
  line-height: 1.52;
  color: #9db1ae;
  overflow-wrap: anywhere;
}
.recommend-region {
  padding: 12px 14px;
  background: rgba(15, 24, 31, 0.66);
  border: 1px solid rgba(122, 156, 152, 0.18);
  border-radius: 3px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: start;
  gap: 10px;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: rgba(11, 18, 25, 0.9);
  border: 1px solid rgba(122, 156, 152, 0.2);
  border-radius: 2px;
  color: #b3c6c3;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: rgba(214, 168, 92, 0.55);
  background: rgba(24, 38, 46, 0.95);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: linear-gradient(150deg, #1b2c36 0%, #0b1219 100%);
  border-radius: 2px;
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #e4d5b5;
  line-height: 1.35;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 12px;
  line-height: 1.5;
  color: #869d9a;
}
.site-footer {
  margin-top: 8px;
  background: linear-gradient(180deg, rgba(9, 15, 21, 0.6) 0%, rgba(6, 10, 14, 0.95) 100%);
  border-top: 1px solid rgba(122, 156, 152, 0.22);
}
.footer-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 16px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 12.5px;
  line-height: 1.7;
  color: #6e8481;
  max-width: 96ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #b7c9c6;
  text-decoration: none;
  border-bottom: 1px solid rgba(183, 201, 198, 0.35);
  padding-bottom: 1px;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: #e6d3ab;
  border-bottom-color: rgba(214, 168, 92, 0.7);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(122, 156, 152, 0.14);
}
.friend-links-label {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: #8a9f9c;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12px;
  color: #7f9c99;
  text-decoration: none;
  padding: 1px 7px;
  border: 1px solid rgba(122, 156, 152, 0.2);
  border-radius: 2px;
  background: rgba(20, 32, 39, 0.6);
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #dec48c;
  border-color: rgba(214, 168, 92, 0.55);
}
body.is-theater .hero-visual {
  display: none;
}
body.is-theater .player-shell {
  max-width: 100%;
}
@media (max-width: 1024px) {.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-columns {
    column-count: 2;
  }}
@media (max-width: 820px) {.page-main {
    padding: 14px 16px 32px;
    gap: 18px;
  }
.hero-visual {
    grid-template-columns: minmax(0, 176px) minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
.poster-figure {
    max-width: 176px;
  }
.hero-copy {
    padding-right: 0;
    padding-left: 14px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-summary {
    max-height: none;
    opacity: 1;
    overflow: visible;
    margin-top: 3px;
  }
.comment-columns {
    column-count: 2;
    column-gap: 8px;
  }}
@media (max-width: 620px) {body {
    font-size: 14px;
  }
.header-inner {
    padding: 8px 14px;
    gap: 6px 14px;
  }
a[data-contract="site-name"] {
    font-size: 18px;
  }
.page-main {
    padding: 12px 12px 28px;
    gap: 16px;
  }
.hero-visual {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.poster-figure {
    max-width: 210px;
    margin: 0 auto;
  }
.hero-copy {
    padding-left: 0;
    padding-top: 12px;
    border-left: none;
    border-top: 1px solid rgba(214, 168, 92, 0.28);
  }
.movie-title {
    font-size: 25px;
  }
.player-controls {
    gap: 5px 6px;
    padding: 8px;
  }
.player-controls input[type="range"] {
    flex: 1 1 100%;
  }
.credit-list {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }
.comment-columns {
    column-count: 1;
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  }}
@media (max-width: 400px) {.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-member {
    min-width: 152px;
  }}

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}
