*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  font-stretch: condensed;
  line-height: 1.6;
  color: #2b2622;
  background: #b9b0a4;
  background-image: linear-gradient(180deg, #17130f 0%, #2a221b 12%, #4a3d31 30%, #7d6c5b 52%, #a99b89 74%, #c6bba9 100%);
  background-attachment: fixed;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(90deg, #14100c, #241c14 60%, #2f261c);
  border-bottom: 2px solid #5a3a2a;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.55);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 18px;
}
a[data-contract="site-name"] {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #e7d8bf;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 14px;
  border-right: 1px solid #553f2c;
  text-shadow: 0 1px 0 #000;
}
a[data-contract="site-name"]:hover {
  color: #d8574a;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: #cbb99c;
  padding: 3px 9px;
  border: 1px solid #4d3a29;
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: #f0e2cb;
  border-color: #a8543f;
  background: rgba(168, 84, 63, 0.22);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-heading {
  font-size: 1.02rem;
  color: #2c1c12;
  letter-spacing: 0.09em;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 3px solid #7a2b20;
  display: inline-block;
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 34%;
  height: 3px;
  background: #c2a582;
}
.hero-section {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.35fr);
  grid-template-areas:
    "info media"
    "details details"
    "synopsis cast"
    "status cast";
  gap: 16px 24px;
  padding: 22px 20px 20px;
  margin-top: 16px;
  background: linear-gradient(165deg, #1b1611 0%, #221912 46%, #33261b 80%, #3c2c1e 100%);
  border: 1px solid #4b3624;
  border-top: 4px solid #6d2a1f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 14px 34px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(94deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(-88deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 15px);
  pointer-events: none;
}
.hero-info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  position: relative;
  z-index: 1;
}
.movie-title {
  font-size: clamp(1.6rem, 3.6vw, 2.5rem);
  color: #f1e2c8;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 0 #000, 0 0 26px rgba(190, 84, 60, 0.35);
  border-left: 6px solid #a8402d;
  padding-left: 12px;
}
.movie-tagline {
  font-size: 0.92rem;
  color: #cba884;
  letter-spacing: 0.05em;
  padding-left: 18px;
  border-left: 1px solid #5e4029;
}
.movie-seo {
  font-size: 0.83rem;
  line-height: 1.72;
  color: #a99b87;
  text-align: justify;
  padding-left: 18px;
  border-left: 1px solid #463422;
}
.hero-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 18px;
  margin-top: 4px;
}
.keyword-chip {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #d9c3a1;
  padding: 2px 8px;
  background: rgba(96, 40, 28, 0.5);
  border-left: 3px solid #b84a34;
  border-bottom: 1px solid rgba(184, 74, 52, 0.4);
  writing-mode: horizontal-tb;
}
.hero-media {
  grid-area: media;
  display: grid;
  grid-template-columns: minmax(140px, 0.55fr) minmax(0, 1.45fr);
  gap: 12px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.hero-poster-wrap {
  width: 100%;
  border: 1px solid #5d452f;
  background: #100c09;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.6);
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.86) contrast(1.08);
}
.hero-player-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.hero-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  background: #000;
  border: 1px solid #553d28;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.6);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.player-btn {
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: #d3c1a5;
  padding: 3px 8px;
  background: #2b2118;
  border: 1px solid #4f3a26;
  border-radius: 0;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.player-btn:hover, .player-btn:focus-visible {
  color: #f4e7cf;
  background: #6d2a1f;
  border-color: #a8402d;
  outline: none;
}
.player-btn.click, .player-btn:active {
  background: #8a3323;
  color: #fff3dd;
}
.hero-player-wrap.is-theater {
  grid-column: 1 / -1;
}
.hero-player-wrap.is-lights-off {
  background: #000;
  padding: 6px;
}
.hero-player-wrap.is-lights-off .hero-player {
  filter: brightness(0.72);
}
.hero-player-wrap.is-muted .player-btn[data-player-action="mute"] {
  background: #6d2a1f;
  color: #fbead0;
}
.hero-player-wrap.is-playing .player-btn[data-player-action="play"] {
  background: #6d2a1f;
  color: #fbead0;
}
.hero-detail-strip {
  grid-area: details;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #463122;
  border: 1px solid #463122;
  position: relative;
  z-index: 1;
}
.detail-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 10px;
  background: #201810;
}
.detail-label {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  color: #9c7a55;
  text-transform: uppercase;
}
.detail-value {
  font-size: 0.82rem;
  color: #e4d3b7;
  letter-spacing: 0.02em;
  line-height: 1.35;
}
.hero-synopsis {
  grid-area: synopsis;
  position: relative;
  z-index: 1;
}
.synopsis-para {
  font-size: 0.82rem;
  line-height: 1.78;
  color: #b3a48e;
  text-align: justify;
  margin-bottom: 6px;
  padding-left: 10px;
  border-left: 2px solid #3f2f20;
}
.hero-episode-status {
  grid-area: status;
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  align-self: start;
  justify-self: start;
  padding: 6px 14px;
  background: #2a1d13;
  border-left: 4px solid #a8402d;
  position: relative;
  z-index: 1;
}
.status-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #9c7a55;
}
.status-current {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 1.06rem;
  color: #f0dcbb;
  letter-spacing: 0.05em;
}
.status-sep {
  color: #6c5236;
}
.status-total {
  font-size: 0.8rem;
  color: #b39a76;
}
.hero-cast {
  grid-area: cast;
  position: relative;
  z-index: 1;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #463122;
  border: 1px solid #463122;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  background: #221a12;
  border-left: 3px solid #6d2a1f;
}
.cast-name {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.92rem;
  color: #eeddc0;
  letter-spacing: 0.08em;
}
.cast-role {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: #a08761;
  padding-top: 2px;
  border-top: 1px dashed #41301f;
}
.timeline-section {
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, #33281d, #4a3a29 60%, #5c4834);
  border-top: 1px solid #6d5335;
  border-bottom: 3px solid #7a2b20;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}
.timeline-heading {
  color: #f0e0c2;
  border-bottom-color: #b84a34;
}
.timeline-heading::after {
  background: #e0c69c;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  position: relative;
  padding-top: 16px;
  margin-top: 4px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #7a2b20, #b84a34 40%, #7a2b20);
  opacity: 0.85;
}
.timeline-node {
  position: relative;
  padding: 10px 10px 4px 0;
  border-left: 1px solid rgba(224, 198, 156, 0.16);
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: #8a1f16;
  border: 2px solid #d8a27e;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(184, 74, 52, 0.7);
}
.timeline-timecode {
  display: block;
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  color: #e6b892;
  margin-bottom: 3px;
}
.timeline-label {
  display: block;
  font-size: 0.72rem;
  line-height: 1.55;
  color: #d9cbb1;
  letter-spacing: 0.01em;
}
.episodes-section {
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, #a1907a, #b6a68f 70%, #c2b39c);
  border: 1px solid #7d6a52;
  border-bottom: 3px solid #7a2b20;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.episodes-heading {
  color: #2c1c12;
}
.episode-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "num title dur"
    "sum sum sum";
  align-items: baseline;
  gap: 3px 10px;
  padding: 9px 12px;
  background: rgba(255, 252, 244, 0.5);
  border: 1px solid #8d7a5f;
  border-left: 4px solid #8f7d61;
  opacity: 0.66;
  transition: opacity 0.18s, background 0.18s, transform 0.18s;
}
.episode-card:hover {
  opacity: 1;
  background: rgba(255, 253, 246, 0.78);
}
.episode-number {
  grid-area: num;
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: #6b2c1d;
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 0.92rem;
  color: #241a10;
  letter-spacing: 0.06em;
}
.episode-duration {
  grid-area: dur;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: #6d5a42;
  white-space: nowrap;
}
.episode-summary {
  grid-area: sum;
  font-size: 0.74rem;
  line-height: 1.62;
  color: #3d3020;
  text-align: justify;
  margin-top: 2px;
  padding-top: 4px;
  border-top: 1px dotted #a08b6b;
}
.episode-card-active {
  opacity: 1;
  background: #fffaf0;
  border: 2px solid #7a2b20;
  border-left: 6px solid #7a2b20;
  box-shadow: 0 4px 14px rgba(90, 30, 20, 0.22);
}
.episode-card-active .episode-number {
  color: #9c2c17;
  font-weight: 700;
}
.episode-card-active .episode-title {
  font-weight: 800;
}
.episode-card-active .episode-summary {
  color: #2b2015;
  border-top-color: #b8865f;
}
.comments-section {
  padding: 16px 18px 18px;
  background: linear-gradient(180deg, #c8bba4, #d6cab5 70%, #ded3bf);
  border: 1px solid #8d7a5f;
  border-bottom: 3px solid #7a2b20;
}
.comments-heading {
  color: #2c1c12;
}
.comment-stream {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 11px;
  background: rgba(255, 253, 246, 0.72);
  border-left: 3px solid #8a5a3a;
  box-shadow: 0 3px 9px rgba(60, 40, 25, 0.12);
}
.comment-card:nth-child(even) {
  margin-top: 12px;
  border-left-color: #6d2a1f;
  background: rgba(252, 244, 230, 0.86);
}
.comment-card:nth-child(3n) {
  margin-top: 6px;
}
.comment-nickname {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: #8a3a24;
  padding-bottom: 3px;
  border-bottom: 1px dotted #c0a888;
}
.comment-text {
  font-size: 0.75rem;
  line-height: 1.68;
  color: #35291b;
  text-align: justify;
}
.recommend-region {
  border: 1px solid #7d6a52;
  border-bottom: 3px solid #7a2b20;
  padding: 14px 16px 16px;
}
.recommend-region-1 {
  background: linear-gradient(180deg, #d3c7b1, #c2b59d);
}
.recommend-region-2 {
  background: linear-gradient(180deg, #dcd2be, #cabd a3, #cabd a3);
  background: linear-gradient(180deg, #dcd2be, #c9bca4);
}
.recommend-region-3 {
  background: linear-gradient(180deg, #e2d9c6, #d3c8b1);
}
.recommend-heading {
  color: #2c1c12;
  font-size: 0.96rem;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px 8px 9px;
  background: rgba(255, 253, 246, 0.6);
  border: 1px solid #8d7a5f;
  border-top: 3px solid #6d2a1f;
  color: #241a10;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, transform 0.18s;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  background: #fffdf6;
  border-color: #7a2b20;
  transform: translateY(-2px);
  outline: none;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.05);
  border: 1px solid #a08b6b;
}
.recommend-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.recommend-name {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  color: #241a10;
  line-height: 1.3;
}
.recommend-blurb {
  font-size: 0.7rem;
  line-height: 1.6;
  color: #4a3b28;
  text-align: justify;
  padding-top: 4px;
  border-top: 1px dotted #b09a78;
}
.site-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 18px 26px;
  background: linear-gradient(180deg, #2a2118, #17120d);
  border-top: 4px solid #6d2a1f;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #a99b87;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.footer-link {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #d9c3a1;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: color 0.15s, border-color 0.15s;
}
a[data-contract="footer-home"] {
  color: #e3cfa9;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: #e0705a;
  border-bottom-color: #a8402d;
}
a[data-contract="footer-sitemap"] {
  color: #c7b28c;
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: #e0705a;
  border-bottom-color: #a8402d;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #3c2e20;
}
.friend-links-label {
  font-family: "Heiti SC", "STHeiti", "Microsoft YaHei", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: #b84a34;
  padding-right: 10px;
  border-right: 1px solid #4d3a29;
}
a.runtime-friend-link {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: #a99b87;
  text-decoration: none;
  padding: 1px 3px;
  transition: color 0.15s;
}
a.runtime-friend-link:hover {
  color: #e3cfa9;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 0.68rem;
  line-height: 1.7;
  color: #7d6f5c;
  letter-spacing: 0.02em;
  max-width: 900px;
  padding-top: 6px;
  border-top: 1px solid #33281c;
}
@media (max-width: 1024px) {.hero-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "info info"
      "media media"
      "details details"
      "synopsis synopsis"
      "status status"
      "cast cast";
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 6px;
  }
.comment-stream {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.header-inner {
    gap: 10px;
    padding: 8px 14px;
  }
a[data-contract="site-name"] {
    border-right: none;
    padding-right: 0;
  }
.page-main {
    padding: 0 12px 22px;
    gap: 14px;
  }
.hero-section {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 14px;
  }
.hero-media {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-poster-wrap {
    max-width: 220px;
  }
.hero-detail-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-wall {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stream {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(even), .comment-card:nth-child(3n) {
    margin-top: 0;
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 520px) {.hero-detail-strip {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    padding-right: 0;
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.movie-title {
    border-left-width: 4px;
    padding-left: 9px;
  }}

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}
