*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: #07100f;
  color: #c9d3d2;
  font-family: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "STSong", "SimSun", serif;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #b87333;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-family: "Heiti SC", "Noto Sans CJK SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(7, 16, 15, 0.92);
  border-bottom: 1px solid rgba(184, 115, 51, 0.28);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"] {
  color: #d9a066;
  text-decoration: none;
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #f0c48c;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 14px;
  min-width: 0;
}
.runtime-category {
  color: #8fa3a0;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.runtime-category:hover {
  color: #d9a066;
  border-bottom-color: rgba(184, 115, 51, 0.7);
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 8px;
}
.hero-storm {
  margin-top: 10px;
  border-bottom: 1px solid rgba(184, 115, 51, 0.22);
  padding-bottom: 14px;
}
.hero-sky {
  position: relative;
  min-height: 300px;
  height: 42vh;
  max-height: 460px;
  background:
    radial-gradient(120% 90% at 50% 118%, rgba(214, 168, 84, 0.28) 0%, rgba(214, 168, 84, 0) 46%),
    linear-gradient(180deg, #05090c 0%, #0a1418 34%, #14211f 62%, #1b2723 100%);
  overflow: hidden;
  isolation: isolate;
}
.hero-storm::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(80% 55% at 22% 8%, rgba(60, 90, 96, 0.28) 0%, rgba(60, 90, 96, 0) 70%),
    radial-gradient(70% 50% at 82% 2%, rgba(44, 74, 80, 0.3) 0%, rgba(44, 74, 80, 0) 72%);
  mix-blend-mode: screen;
}
.hero-figure {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-silhouette {
  width: auto;
  max-width: 62%;
  max-height: 96%;
  object-fit: contain;
  object-position: bottom center;
  filter: brightness(0.42) contrast(1.12) saturate(0.6);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.55) 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, 0.55) 100%);
}
.hero-horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(214, 168, 84, 0) 0%,
    rgba(214, 168, 84, 0.38) 18%,
    rgba(240, 196, 140, 0.92) 50%,
    rgba(214, 168, 84, 0.38) 82%,
    rgba(214, 168, 84, 0) 100%
  );
  box-shadow: 0 0 18px 1px rgba(214, 168, 84, 0.35);
}
.hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 4;
  text-align: center;
  padding: 0 18px;
}
.movie-title {
  font-size: clamp(26px, 5.4vw, 46px);
  color: #ece2d0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.85);
  letter-spacing: 0.16em;
}
.movie-tagline {
  margin-top: 6px;
  font-size: clamp(12px, 1.7vw, 15px);
  color: #d9a066;
  letter-spacing: 0.22em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
}
.overview-poster {
  float: none;
}
.overview-body {
  margin-top: 14px;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.75;
  color: #9fb0ad;
  max-width: 78ch;
}
.player-shell {
  position: relative;
  margin-top: 12px;
  background: #04080a;
  border: 1px solid rgba(184, 115, 51, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.movie-player {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  padding: 6px 8px;
  background: linear-gradient(180deg, rgba(12, 22, 22, 0.96), rgba(8, 15, 16, 0.98));
  border-top: 1px solid rgba(184, 115, 51, 0.26);
}
.ctrl {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #c8b393;
  background: rgba(184, 115, 51, 0.1);
  border: 1px solid rgba(184, 115, 51, 0.34);
  border-radius: 2px;
  padding: 5px 8px;
  white-space: nowrap;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.ctrl:hover {
  color: #f0c48c;
  border-color: rgba(214, 168, 84, 0.72);
  background: rgba(184, 115, 51, 0.2);
}
.ctrl.is-active, .ctrl.is-playing, .ctrl.is-muted {
  color: #07100f;
  background: #b87333;
  border-color: #d9a066;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  padding: 0;
  border: none;
  background: rgba(184, 115, 51, 0.25);
  border-radius: 2px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9a066;
  border: none;
}
.ctrl-progress::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d9a066;
}
.ctrl-volume {
  flex: 0 1 84px;
  min-width: 62px;
  height: 4px;
  padding: 0;
  border: none;
  background: rgba(184, 115, 51, 0.25);
  border-radius: 2px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #8fa3a0;
  border: none;
}
.ctrl-volume::-moz-range-thumb {
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #8fa3a0;
}
.player-shell.is-theater {
  border-color: rgba(214, 168, 84, 0.7);
  box-shadow: 0 0 0 1px rgba(214, 168, 84, 0.2), 0 12px 40px rgba(0, 0, 0, 0.7);
}
body.lights-off {
  background: #000;
}
body.lights-off .player-shell {
  box-shadow: 0 0 0 1px rgba(214, 168, 84, 0.5), 0 0 60px rgba(184, 115, 51, 0.25);
}
.ctrl.play, .ctrl.pause, .ctrl.mute, .ctrl.volume, .ctrl.progress, .ctrl.speed, .ctrl.pip, .ctrl.fullscreen, .ctrl.theater, .ctrl.light, .ctrl.input, .ctrl.click, .ctrl.timeupdate, .ctrl.player {
  
}
.info-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 12px 18px;
  margin-top: 16px;
  align-items: start;
}
.section-heading {
  font-size: 13px;
  color: #d9a066;
  letter-spacing: 0.2em;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(184, 115, 51, 0.3);
}
.cast-roster {
  min-width: 0;
}
.crew-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.crew-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(184, 115, 51, 0.18);
}
.crew-note {
  font-size: 10.5px;
  color: #6f8280;
  letter-spacing: 0.04em;
  flex: 1 1 auto;
  min-width: 0;
}
.crew-name {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: #d6c6a8;
  letter-spacing: 0.1em;
  flex: 0 0 auto;
  white-space: nowrap;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.78;
  color: #9daeab;
}
.episode-status, .details-block {
  min-width: 0;
}
.status-list, .details-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.status-row, .detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(184, 115, 51, 0.16);
}
.status-key, .detail-key {
  font-size: 11px;
  color: #6f8280;
  letter-spacing: 0.08em;
  flex: 0 0 auto;
}
.status-value, .detail-value {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  color: #cdbb99;
  letter-spacing: 0.06em;
  text-align: right;
  flex: 0 1 auto;
  min-width: 0;
}
.timeline-section {
  margin-top: 18px;
  border-top: 1px solid rgba(184, 115, 51, 0.22);
  padding-top: 12px;
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(184, 115, 51, 0.6) transparent;
}
.timeline-scroll::-webkit-scrollbar {
  height: 5px;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(184, 115, 51, 0.6);
  border-radius: 3px;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  width: max-content;
  min-width: 100%;
  padding: 0 4px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 115, 51, 0.1), rgba(184, 115, 51, 0.55), rgba(184, 115, 51, 0.1));
  z-index: 0;
}
.timeline-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 150px;
  padding: 6px 8px;
  text-align: center;
}
.node-timecode {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: #b87333;
  margin-bottom: 6px;
}
.node-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b87333;
  box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.16), 0 0 10px rgba(214, 168, 84, 0.55);
  margin: 4px 0 6px;
}
.node-label {
  font-size: 11.5px;
  line-height: 1.5;
  color: #9fb0ad;
  letter-spacing: 0.04em;
}
.episodes-section {
  margin-top: 18px;
  border-top: 1px solid rgba(184, 115, 51, 0.22);
  padding-top: 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px 10px;
  background: rgba(184, 115, 51, 0.05);
  border-left: 2px solid rgba(184, 115, 51, 0.55);
  align-self: start;
}
.episode-stamp {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.episode-number {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: #07100f;
  background: #b87333;
  padding: 2px 6px;
  border-radius: 1px;
  white-space: nowrap;
}
.episode-title {
  font-size: 13px;
  color: #e2d3b6;
  letter-spacing: 0.12em;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.62;
  color: #93a4a1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #6f8280;
}
.comments-section {
  margin-top: 18px;
  border-top: 1px solid rgba(184, 115, 51, 0.22);
  padding-top: 12px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 16px;
  align-items: start;
}
.comment-item {
  padding: 7px 0;
  border-top: 1px solid rgba(184, 115, 51, 0.28);
}
.comment-nickname {
  display: block;
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: #b87333;
  margin-bottom: 3px;
}
.comment-text {
  font-size: 11.5px;
  line-height: 1.66;
  color: #9daeab;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region {
  margin-top: 16px;
  border-top: 1px solid rgba(184, 115, 51, 0.22);
  padding-top: 10px;
}
.recommend-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.recommend-item {
  border-bottom: 1px dashed rgba(184, 115, 51, 0.16);
}
.recommend-item:last-child {
  border-bottom: none;
}
.recommend-root {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "pic name"
    "pic blurb";
  align-items: start;
  gap: 2px 10px;
  padding: 6px 0;
  color: #cdbb99;
  text-decoration: none;
  transition: color 0.18s ease;
}
a.recommend-root:hover {
  color: #f0c48c;
}
a.recommend-root:hover .recommend-name {
  color: #f0c48c;
}
.recommend-pic {
  grid-area: pic;
  width: 58px;
  height: 78px;
  object-fit: cover;
  border: 1px solid rgba(184, 115, 51, 0.3);
  background: #0d1717;
}
[data-runtime="recommendation"] img {
  width: 58px;
  max-width: 100%;
  height: 78px;
  object-fit: cover;
}
.recommend-name {
  grid-area: name;
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #d6c6a8;
  line-height: 1.35;
  transition: color 0.18s ease;
}
.recommend-blurb {
  grid-area: blurb;
  font-size: 10.5px;
  line-height: 1.55;
  color: #7f918e;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region[data-recommendation-region] {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 11px);
  margin-right: 16px;
  box-sizing: border-box;
}
main.page-main {
  font-size: 0;
}
main.page-main > * {
  font-size: 13px;
}
.recommend-region[data-recommendation-region="3"] {
  margin-right: 0;
}
.site-footer {
  max-width: 1240px;
  margin: 22px auto 0;
  padding: 14px 16px 26px;
  border-top: 1px solid rgba(184, 115, 51, 0.28);
  font-size: 11px;
  color: #6f8280;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 8px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #b87333;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #f0c48c;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  margin-bottom: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(184, 115, 51, 0.16);
}
.friend-label {
  font-family: "Heiti SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: #8f7a5c;
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 11px;
  color: #7f918e;
  text-decoration: none;
  white-space: nowrap;
}
.runtime-friend-link:hover {
  color: #d9a066;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.7;
  color: #556663;
  max-width: 92ch;
}
@media (max-width: 900px) {.info-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-region[data-recommendation-region] {
    width: calc(50% - 9px);
    margin-right: 16px;
  }
.recommend-region[data-recommendation-region="2"] {
    margin-right: 0;
  }
.recommend-region[data-recommendation-region="3"] {
    margin-right: 0;
  }}
@media (max-width: 620px) {.header-inner {
    flex-wrap: wrap;
    gap: 6px 10px;
    padding: 7px 12px;
  }
.category-nav {
    justify-content: flex-start;
    gap: 4px 12px;
  }
.page-main {
    padding: 0 12px 8px;
  }
.hero-sky {
    min-height: 240px;
    height: 38vh;
  }
.hero-silhouette {
    max-width: 78%;
  }
.hero-copy {
    bottom: 16px;
  }
.movie-title {
    letter-spacing: 0.1em;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-region[data-recommendation-region] {
    display: block;
    width: 100%;
    margin-right: 0;
  }
.timeline-node {
    width: 132px;
  }
.site-footer {
    padding: 12px 12px 22px;
  }}
@media (max-width: 420px) {.player-controls {
    gap: 3px 5px;
    padding: 5px 6px;
  }
.ctrl {
    font-size: 10px;
    padding: 5px 6px;
  }
.ctrl-progress, .ctrl-volume {
    flex: 1 1 100%;
  }}

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}
