*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #0b1113;
  color: #c9d4d6;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "SimHei", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, dl, dd, dt {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.page-main {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 14px 30px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 7px 16px;
  background: linear-gradient(180deg, #0d1518 0%, #0a1012 100%);
  border-bottom: 1px solid #1c2a2c;
  box-shadow: 0 1px 0 rgba(214, 122, 44, 0.14), 0 8px 18px -12px rgba(0, 0, 0, 0.9);
}
.header-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}
a[data-contract="site-name"] {
  display: inline-block;
  color: #e6edea;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding-left: 11px;
  border-left: 3px solid #d67a2c;
  line-height: 1.25;
}
a[data-contract="site-name"]:hover {
  color: #f2a04c;
}
.category-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: #9fb1b3;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border: 1px solid #243436;
  background: #101a1c;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover {
  color: #f2a04c;
  border-color: #8a4d1c;
  background: #17110b;
}
.hero-stage {
  position: relative;
  isolation: isolate;
  margin-bottom: 16px;
}
.hero-silhouettes {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(120% 90% at 88% 38%, rgba(226, 122, 38, 0.26) 0%, rgba(160, 74, 20, 0.1) 34%, rgba(10, 16, 18, 0) 62%),
    linear-gradient(180deg, #101c20 0%, #0a1215 55%, #080f11 100%);
}
.silhouette {
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, #060c0e 0%, #0a1417 55%, #04090a 100%);
  border-top: 1px solid rgba(120, 158, 160, 0.07);
}
.silhouette-ling {
  left: 4%;
  width: 24%;
  height: 86%;
  clip-path: polygon(22% 0, 72% 2%, 88% 22%, 82% 46%, 96% 100%, 0 100%, 14% 44%, 8% 20%);
}
.silhouette-su {
  left: 35%;
  width: 21%;
  height: 72%;
  clip-path: polygon(30% 0, 68% 0, 80% 20%, 70% 42%, 84% 100%, 12% 100%, 26% 40%, 18% 18%);
}
.silhouette-lu {
  left: 60%;
  width: 23%;
  height: 80%;
  clip-path: polygon(24% 0, 70% 3%, 86% 26%, 78% 48%, 100% 100%, 0 100%, 12% 46%, 6% 22%);
}
.hero-firelight {
  position: absolute;
  top: -18%;
  right: -12%;
  width: 62%;
  height: 150%;
  background:
    radial-gradient(46% 52% at 62% 44%, rgba(255, 168, 74, 0.5) 0%, rgba(214, 106, 30, 0.2) 38%, rgba(120, 48, 8, 0) 72%),
    linear-gradient(255deg, rgba(240, 140, 52, 0.22) 0%, rgba(240, 140, 52, 0) 58%);
  filter: blur(2px);
  mix-blend-mode: screen;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 30px 4px 18px;
  max-width: 720px;
}
.movie-title {
  font-family: "Songti SC", "SimSun", "STSong", "Noto Serif SC", serif;
  font-size: 34px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f0f4f2;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85), 0 0 26px rgba(214, 122, 44, 0.16);
}
.movie-tagline {
  margin-top: 8px;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 16px;
  letter-spacing: 0.32em;
  color: #e09045;
  text-shadow: 0 0 18px rgba(214, 122, 44, 0.3);
}
.movie-seo {
  margin-top: 10px;
  max-width: 640px;
  font-size: 12.5px;
  line-height: 1.75;
  color: #8fa2a4;
  letter-spacing: 0.02em;
  border-left: 2px solid #2a3b3d;
  padding-left: 10px;
}
.player-shell {
  position: relative;
  z-index: 3;
  width: 100%;
  margin: 6px 0 14px;
  background: #060b0c;
  border: 1px solid #1e2c2e;
  box-shadow: 0 12px 26px -18px #000, inset 0 0 0 1px rgba(0, 0, 0, 0.6);
}
.player-shell video {
  display: block;
  width: 100%;
  height: auto;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  background: linear-gradient(180deg, #101b1d 0%, #0a1214 100%);
  border-top: 1px solid #1d2b2d;
}
.ctrl-btn {
  flex: 0 0 auto;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #b9c8c9;
  background: #162224;
  border: 1px solid #26383a;
  cursor: pointer;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.ctrl-btn:hover {
  color: #f2a04c;
  border-color: #8a4d1c;
  background: #1c130c;
}
.ctrl-btn.is-active {
  color: #0c1214;
  background: #d67a2c;
  border-color: #e09045;
  font-weight: 600;
}
.ctrl-play {
  font-weight: 600;
  color: #edf3f1;
  border-color: #3a5153;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  margin: 0 2px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #d67a2c 0%, #7a4416 40%, #223032 40%, #223032 100%);
  border: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  background: #f0a352;
  border: 1px solid #2a1a0c;
  border-radius: 0;
}
.ctrl-progress::-moz-range-thumb {
  width: 10px;
  height: 10px;
  background: #f0a352;
  border: 1px solid #2a1a0c;
  border-radius: 0;
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 64px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #223032;
  border: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: #8fa2a4;
  border: 1px solid #2a1a0c;
  border-radius: 0;
}
.ctrl-volume::-moz-range-thumb {
  width: 9px;
  height: 9px;
  background: #8fa2a4;
  border: 1px solid #2a1a0c;
  border-radius: 0;
}
.ctrl-speed {
  flex: 0 0 auto;
  padding: 4px 6px;
  font-size: 12px;
  background: #162224;
  color: #b9c8c9;
  border: 1px solid #26383a;
  cursor: pointer;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .player-controls {
  background: #05090a;
  border-top-color: #14201f;
}
.player-shell.theater-mode {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  border-color: #8a4d1c;
  box-shadow: 0 0 0 1px rgba(214, 122, 44, 0.28), 0 18px 34px -20px #000;
}
.player-shell.theater-mode video {
  max-height: 82vh;
  object-fit: contain;
}
.details-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 168px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 14px 0;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(214, 122, 44, 0.05) 0%, rgba(214, 122, 44, 0) 42%),
    linear-gradient(180deg, #0f191b 0%, #0b1315 100%);
  border: 1px solid #1e2c2e;
  box-shadow: inset 0 1px 0 rgba(214, 122, 44, 0.12);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
.poster-wrapper {
  position: relative;
  width: 100%;
  align-self: start;
  border: 1px solid #26383a;
  background: #060b0c;
  box-shadow: 0 10px 22px -16px #000;
}
.main-poster-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06);
}
.details-groups {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.panel-heading {
  position: relative;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #e8efec;
  padding-left: 12px;
  line-height: 1.4;
}
.panel-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 3px;
  height: 0.95em;
  background: linear-gradient(180deg, #f2a04c 0%, #b25f18 100%);
  box-shadow: 0 0 10px rgba(214, 122, 44, 0.5);
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0 18px;
  margin: 0;
  border-top: 1px solid #1a2628;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px dashed #1c2a2c;
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 62px;
  font-size: 12px;
  color: #6f8486;
  letter-spacing: 0.08em;
}
.detail-row dd {
  flex: 1 1 auto;
  margin: 0;
  min-width: 0;
  font-size: 13px;
  color: #cfdadb;
  letter-spacing: 0.02em;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0 0 14px;
  padding: 7px 12px;
  background: linear-gradient(90deg, #17110b 0%, #0f191b 46%, #0b1315 100%);
  border: 1px solid #2a3b3d;
  border-left: 3px solid #d67a2c;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}
.status-current {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 15px;
  font-weight: 700;
  color: #f2a04c;
  letter-spacing: 0.06em;
}
.status-total {
  font-size: 12.5px;
  color: #93a6a8;
  letter-spacing: 0.06em;
}
.status-update {
  margin-left: auto;
  font-size: 11.5px;
  color: #0c1214;
  background: #d67a2c;
  padding: 2px 9px;
  letter-spacing: 0.14em;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
}
.synopsis-panel {
  margin: 0 0 16px;
  padding: 13px 14px;
  background: linear-gradient(180deg, #0e1819 0%, #0a1214 100%);
  border: 1px solid #1b282a;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.synopsis-panel .panel-heading {
  margin-bottom: 8px;
}
.synopsis-body {
  column-count: 2;
  column-gap: 24px;
  column-rule: 1px solid #182426;
  font-size: 13px;
  line-height: 1.78;
  color: #a7b8ba;
}
.synopsis-body p {
  margin: 0 0 8px;
  break-inside: avoid;
  text-align: justify;
}
.synopsis-body p:first-child::first-letter {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 26px;
  line-height: 1;
  color: #d67a2c;
  padding-right: 3px;
}
.cast-panel {
  margin: 0 0 20px;
  padding: 13px 14px;
  background: linear-gradient(180deg, #0e1819 0%, #0a1214 100%);
  border: 1px solid #1b282a;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.cast-panel .panel-heading {
  margin-bottom: 10px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px 6px 8px;
  background: #101b1d;
  border: 1px solid #1f2e30;
  border-top: 2px solid #2c4042;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
  transition: border-top-color 0.18s ease, background 0.18s ease;
}
.cast-card:hover {
  border-top-color: #d67a2c;
  background: #141e1f;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(60% 46% at 50% 30%, #2b3d3f 0%, #162224 62%, #0c1416 100%);
  border: 1px solid #243436;
  box-shadow: inset 0 -12px 18px -12px rgba(214, 122, 44, 0.35);
  clip-path: polygon(50% 0, 100% 26%, 100% 100%, 0 100%, 0 26%);
}
.cast-name {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 13px;
  font-weight: 700;
  color: #e6edea;
  letter-spacing: 0.06em;
  line-height: 1.35;
}
.cast-note {
  font-size: 11px;
  line-height: 1.5;
  color: #7d9294;
  letter-spacing: 0.01em;
}
.timeline-section {
  position: relative;
  margin: 0 0 20px;
  padding: 13px 14px 16px;
  background: linear-gradient(180deg, #0d1618 0%, #090f11 100%);
  border: 1px solid #1b282a;
  border-left: 3px solid #223234;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
}
.timeline-section .panel-heading {
  margin-bottom: 14px;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 10px;
  padding-top: 16px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #3a2410 0%, #d67a2c 30%, #f2a04c 62%, #7a4416 88%, #2a3b3d 100%);
  box-shadow: 0 0 8px rgba(214, 122, 44, 0.35);
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 14px;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #0b1113;
  border: 2px solid #d67a2c;
  transform: rotate(45deg);
}
.node-episode {
  writing-mode: vertical-rl;
  text-orientation: upright;
  align-self: flex-start;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e09045;
  background: #17110b;
  border: 1px solid #3a2410;
  padding: 4px 2px;
  line-height: 1.1;
  max-height: 62px;
}
.node-label {
  font-size: 11.5px;
  line-height: 1.55;
  color: #93a6a8;
  letter-spacing: 0.01em;
}
.episodes-panel {
  margin: 0 0 20px;
  padding: 13px 14px;
  background: linear-gradient(180deg, #0d1618 0%, #090f11 100%);
  border: 1px solid #1b282a;
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}
.episodes-panel .panel-heading {
  margin-bottom: 10px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 9px 8px;
  background: #101b1d;
  border: 1px solid #1f2e30;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: background 0.16s ease, border-color 0.16s ease;
}
.episode-card:hover {
  background: #141f21;
  border-color: #33484a;
}
.episode-badge {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: #0c1214;
  background: linear-gradient(135deg, #f2a04c 0%, #c96c1d 100%);
  padding: 1px 7px 2px 9px;
  clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%);
}
.episode-title {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e6edea;
  padding-right: 48px;
  line-height: 1.4;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.6;
  color: #8ea2a4;
  letter-spacing: 0.01em;
}
.episode-duration {
  margin-top: auto;
  align-self: flex-start;
  font-size: 10.5px;
  color: #6f8486;
  letter-spacing: 0.1em;
  border-top: 1px solid #1a2628;
  padding-top: 4px;
  width: 100%;
}
.comments-panel {
  margin: 0 0 20px;
  padding: 13px 14px;
  background: linear-gradient(180deg, #0d1618 0%, #090f11 100%);
  border: 1px solid #1b282a;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.comments-panel .panel-heading {
  margin-bottom: 10px;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comments-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 10px;
  background: #101b1d;
  border: 1px solid #1f2e30;
  border-left: 3px solid #33484a;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 0 100%);
}
.comment-nickname {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e09045;
}
.comment-text {
  font-size: 12px;
  line-height: 1.68;
  color: #9fb1b3;
  letter-spacing: 0.01em;
}
.recommend-region {
  margin: 0 0 18px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #0d1618 0%, #090f11 100%);
  border: 1px solid #1b282a;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.recommend-region .panel-heading {
  margin-bottom: 9px;
}
.recommend-scroll {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #35545a #0d1618;
}
.recommend-scroll::-webkit-scrollbar {
  height: 6px;
}
.recommend-scroll::-webkit-scrollbar-track {
  background: #0d1618;
}
.recommend-scroll::-webkit-scrollbar-thumb {
  background: #35545a;
}
a.recommend-item {
  flex: 0 0 150px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  background: #101b1d;
  border: 1px solid #1f2e30;
  color: #c9d4d6;
  text-decoration: none;
  scroll-snap-align: start;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
  transition: border-color 0.16s ease, background 0.16s ease;
}
a.recommend-item:hover {
  border-color: #8a4d1c;
  background: #141f21;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  background: #060b0c;
  border: 1px solid #243436;
}
[data-runtime="recommendation"] span[data-runtime="name"] {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e6edea;
  line-height: 1.4;
}
[data-runtime="recommendation"] span[data-runtime="blurb"] {
  font-size: 11px;
  line-height: 1.5;
  color: #7d9294;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 10px 18px;
  align-items: start;
  margin-top: 8px;
  padding: 14px 16px 22px;
  background: linear-gradient(180deg, #0a1113 0%, #070c0e 100%);
  border-top: 1px solid #1c2a2c;
  box-shadow: inset 0 1px 0 rgba(214, 122, 44, 0.12);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
a[data-contract="footer-home"] {
  color: #cfdadb;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  border-bottom: 1px solid #2a3b3d;
}
a[data-contract="footer-home"]:hover {
  color: #f2a04c;
  border-bottom-color: #d67a2c;
}
a[data-contract="footer-sitemap"] {
  color: #8ea2a4;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  padding-bottom: 2px;
  border-bottom: 1px solid #2a3b3d;
}
a[data-contract="footer-sitemap"]:hover {
  color: #f2a04c;
  border-bottom-color: #d67a2c;
}
.friend-links-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  min-width: 0;
}
.friend-links-label {
  font-family: "Songti SC", "SimSun", "STSong", serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #6f8486;
  padding-right: 8px;
  border-right: 1px solid #223234;
}
a.runtime-friend-link {
  color: #84989a;
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  padding: 1px 6px;
  background: #0e1819;
  border: 1px solid #1b282a;
  white-space: nowrap;
  clip-path: polygon(3px 0, 100% 0, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0 100%, 0 3px);
}
a.runtime-friend-link:hover {
  color: #f2a04c;
  border-color: #8a4d1c;
}
.footer-disclaimer {
  grid-column: 1 / -1;
  font-size: 11px;
  line-height: 1.7;
  color: #5d7072;
  letter-spacing: 0.02em;
  padding-top: 8px;
  border-top: 1px dashed #1a2628;
}
@media (max-width: 1024px) {.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 16px;
  }
.timeline-track::before {
    right: 40%;
  }}
@media (max-width: 860px) {.hero-firelight {
    width: 78%;
    right: -18%;
  }
.silhouette-ling {
    width: 30%;
  }
.silhouette-su {
    left: 33%;
    width: 26%;
  }
.silhouette-lu {
    left: 58%;
    width: 29%;
  }
.details-panel {
    grid-template-columns: minmax(0, 140px) minmax(0, 1fr);
  }
.synopsis-body {
    column-count: 1;
    column-rule: none;
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-track::before {
    display: none;
  }
.timeline-node {
    padding-top: 0;
    border-top: 2px solid #223234;
    padding-top: 10px;
  }
.timeline-node::before {
    top: -6px;
    left: 0;
  }}
@media (max-width: 720px) {.site-header {
    padding: 6px 12px;
  }
a[data-contract="site-name"] {
    font-size: 17px;
  }
.page-main {
    padding: 0 11px 24px;
  }
.hero-copy {
    padding: 22px 2px 14px;
  }
.movie-title {
    font-size: 26px;
  }
.movie-tagline {
    font-size: 14px;
    letter-spacing: 0.22em;
  }
.details-panel {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.poster-wrapper {
    max-width: 190px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.site-footer {
    grid-template-columns: minmax(0, 1fr);
  }
.friend-links-label {
    border-right: none;
    padding-right: 0;
    width: 100%;
  }}
@media (max-width: 480px) {.movie-title {
    font-size: 23px;
  }
.movie-tagline {
    font-size: 13px;
    letter-spacing: 0.16em;
  }
.movie-seo {
    font-size: 12px;
  }
.player-controls {
    gap: 4px;
    padding: 6px;
  }
.ctrl-btn {
    padding: 3px 8px;
    font-size: 11.5px;
  }
.ctrl-progress {
    flex: 1 1 100%;
    order: -1;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
a.recommend-item {
    flex-basis: 132px;
  }
.poster-wrapper {
    max-width: 168px;
  }}
@media (min-width: 1180px) {.page-main {
    padding-left: 0;
    padding-right: 0;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }}

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}
