:root {
  --cement: #6f7376;
  --cement-deep: #4c5053;
  --cement-dark: #33373a;
  --tile-white: #eceeef;
  --tile-fog: #d7dbdd;
  --steam-orange: #e08a3c;
  --steam-glow: #f0a95a;
  --ink: #23272a;
  --ink-soft: #4a4f52;
  --paper: #f4f5f5;
  --line: rgba(35, 39, 42, 0.18);
  --line-strong: rgba(35, 39, 42, 0.34);
  --serif: "Songti SC", "SimSun", "STSong", "Noto Serif CJK SC", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", sans-serif;
  --mono: "SF Mono", "Menlo", "Consolas", "DejaVu Sans Mono", monospace;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: var(--paper);
  background-image:
    linear-gradient(180deg, rgba(111, 115, 118, 0.06) 0, rgba(111, 115, 118, 0) 240px),
    repeating-linear-gradient(0deg, rgba(35, 39, 42, 0.022) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(35, 39, 42, 0.022) 0 1px, transparent 1px 44px);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  letter-spacing: 0.01em;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-family: var(--sans);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(244, 245, 245, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line-strong);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 7px 16px;
}
a[data-contract="site-name"] {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="site-name"]::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 7px;
  background: var(--steam-orange);
  transform: rotate(45deg) translateY(-2px);
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  min-width: 0;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
}
a.runtime-category {
  white-space: nowrap;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 3px 10px;
  border-right: 1px solid var(--line-strong);
  transition: color 0.15s ease, background-color 0.15s ease;
}
a.runtime-category:first-child {
  padding-left: 0;
}
a.runtime-category:last-child {
  border-right: 0;
}
a.runtime-category:hover, a.runtime-category:focus {
  color: var(--steam-orange);
  background: rgba(224, 138, 60, 0.08);
}
.page-main {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 34px;
}
.section-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cement-deep);
  padding-bottom: 5px;
  border-bottom: 2px solid var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-heading::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--steam-orange);
  transform: rotate(45deg);
}
.hero-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--line-strong);
}
.hero-poster-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--cement-dark);
}
.hero-poster {
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  max-height: 62vh;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(0.32) contrast(1.06) brightness(0.82);
}
.hero-poster-caption {
  position: absolute;
  left: 12px;
  bottom: 8px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.4em;
  color: rgba(244, 245, 245, 0.72);
}
.hero-fog-headline {
  position: relative;
  margin-top: -34%;
  padding: 0 16px 10px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(51, 55, 58, 0) 0,
    rgba(51, 55, 58, 0.5) 22%,
    rgba(51, 55, 58, 0.86) 48%,
    rgba(236, 238, 239, 0.96) 100%
  );
  color: var(--tile-white);
}
.movie-title {
  font-size: clamp(34px, 7.4vw, 74px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.02;
  text-shadow: 0 3px 22px rgba(20, 22, 24, 0.6);
}
.movie-tagline {
  margin-top: 4px;
  font-family: var(--serif);
  font-size: clamp(14px, 2.4vw, 20px);
  font-weight: 300;
  letter-spacing: 0.14em;
  color: var(--steam-glow);
  text-shadow: 0 2px 14px rgba(20, 22, 24, 0.7);
}
.movie-seo {
  margin-top: 7px;
  max-width: 62ch;
  font-size: 12.5px;
  line-height: 1.62;
  color: var(--ink-soft);
}
.hero-timeline-peek {
  padding: 12px 0 0;
  border-bottom: 1px solid var(--line);
}
.timeline-heading {
  font-size: 12px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--line-strong);
}
.timeline-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  overflow-x: auto;
  padding: 14px 0 12px;
  scrollbar-width: thin;
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  min-width: 108px;
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid var(--line);
}
.timeline-node:first-child {
  border-left: 0;
  padding-left: 2px;
}
.timeline-marker {
  display: block;
  width: 11px;
  height: 11px;
  background: var(--cement);
  transform: rotate(45deg);
  opacity: 0.5;
}
.timeline-node.is-active .timeline-marker {
  background: var(--steam-orange);
  opacity: 1;
  box-shadow: 0 0 0 3px rgba(224, 138, 60, 0.24);
}
.timeline-timecode {
  margin-top: 9px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--cement-deep);
}
.timeline-node.is-active .timeline-timecode {
  color: var(--steam-orange);
}
.timeline-label {
  margin-top: 3px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.16em;
  font-size: 11.5px;
  line-height: 1.15;
  max-height: 132px;
  color: var(--cement);
}
.timeline-node.is-active .timeline-label {
  color: var(--ink);
}
.player-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin-top: 14px;
  background: var(--cement-dark);
  border: 1px solid var(--line-strong);
  border-top: 3px solid var(--steam-orange);
}
.player-panel video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  background: var(--cement-deep);
  border-top: 1px solid rgba(0, 0, 0, 0.35);
}
.player-btn {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--tile-white);
  background: rgba(236, 238, 239, 0.08);
  border: 1px solid rgba(236, 238, 239, 0.26);
  border-radius: 2px;
  padding: 3px 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.player-btn:hover, .player-btn:focus {
  background: var(--steam-orange);
  border-color: var(--steam-orange);
  color: #fff;
}
.player-btn.is-playing {
  background: var(--steam-orange);
  border-color: var(--steam-orange);
  color: #fff;
}
.player-btn.is-muted {
  border-color: var(--steam-orange);
  color: var(--steam-glow);
}
.player-progress {
  flex: 1 1 120px;
  min-width: 90px;
  height: 4px;
  accent-color: var(--steam-orange);
  background: rgba(236, 238, 239, 0.2);
  cursor: pointer;
}
.player-volume {
  flex: 0 1 74px;
  min-width: 54px;
  height: 4px;
  accent-color: var(--steam-glow);
  cursor: pointer;
}
.player-speed {
  font-family: var(--mono);
  font-size: 11px;
  padding: 3px 5px;
  background: rgba(236, 238, 239, 0.08);
  color: var(--tile-white);
  border: 1px solid rgba(236, 238, 239, 0.26);
  border-radius: 2px;
  cursor: pointer;
}
.player-panel.is-lights-off {
  background: #0b0c0d;
  border-color: #0b0c0d;
  border-top-color: var(--steam-orange);
}
.player-panel.is-lights-off .player-controls {
  background: #141617;
}
.player-panel.is-theater {
  border-left: 0;
  border-right: 0;
}
.detail-bar {
  margin-top: 16px;
}
.detail-bar-heading {
  font-size: 12px;
}
.detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--tile-white);
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 5px;
  padding: 5px 10px;
  border-right: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.4;
}
.detail-item:last-child {
  border-right: 0;
}
.detail-item dt {
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--cement);
  white-space: nowrap;
}
.detail-item dd {
  font-family: var(--serif);
  font-size: 12.5px;
  color: var(--ink);
  white-space: nowrap;
}
.episode-status {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.episode-status-heading {
  font-size: 12px;
}
.episode-status-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px;
  padding: 7px 11px;
  background: var(--cement-dark);
  color: var(--tile-white);
  border-left: 4px solid var(--steam-orange);
}
.status-label {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.status-total, .status-current {
  font-family: var(--mono);
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: var(--steam-glow);
}
.status-unit {
  font-family: var(--serif);
  font-size: 12.5px;
}
.status-sep {
  margin: 0 7px;
  color: var(--cement);
}
.synopsis {
  margin-top: 16px;
  padding: 0;
}
.synopsis-heading {
  font-size: 12px;
}
.synopsis-body {
  padding: 8px 0 0;
  column-count: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.78;
  color: var(--ink-soft);
}
.synopsis-body p {
  margin-bottom: 7px;
  break-inside: avoid;
}
.synopsis-body p:last-child {
  margin-bottom: 0;
}
.cast {
  margin-top: 16px;
}
.cast-heading {
  font-size: 12px;
}
.cast-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--line);
  border-top: 0;
}
.cast-card {
  display: flex;
  align-items: stretch;
  flex: 1 1 186px;
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--tile-white);
}
.cast-photo-wrap {
  flex: 0 0 62px;
  margin: 0;
  overflow: hidden;
  background: var(--cement);
}
.cast-photo {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center 18%;
  filter: grayscale(0.4) contrast(1.05);
}
.cast-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  padding: 6px 9px;
  min-width: 0;
}
.cast-actor {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
}
.cast-role {
  font-family: var(--serif);
  font-size: 11.5px;
  color: var(--cement);
  white-space: nowrap;
}
.episodes {
  margin-top: 24px;
}
.episodes-heading {
  font-size: 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-top: 0;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "num title dur"
    "summary summary summary";
  align-items: baseline;
  gap: 0 9px;
  padding: 7px 11px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--tile-white);
  transition: background-color 0.15s ease;
}
.episode-card:hover {
  background: #e4e7e8;
}
.episode-number {
  grid-area: num;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--cement-deep);
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-duration {
  grid-area: dur;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--cement);
  white-space: nowrap;
}
.episode-summary {
  grid-area: summary;
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.22s ease, opacity 0.22s ease, margin-top 0.22s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 90px;
  opacity: 1;
  margin-top: 5px;
}
.comments {
  margin-top: 24px;
}
.comments-heading {
  font-size: 12px;
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-top: 0;
}
.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 12px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--tile-white);
}
.comment-drop {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  background: var(--steam-orange);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  opacity: 0.82;
}
.comment-body {
  min-width: 0;
}
.comment-nickname {
  display: block;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--cement-deep);
}
.comment-text {
  margin-top: 2px;
  font-family: var(--serif);
  font-size: 12.5px;
  line-height: 1.66;
  color: var(--ink-soft);
}
.recommend-region {
  margin-top: 24px;
}
.recommend-heading {
  font-size: 12px;
}
.recommend-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-top: 0;
}
.recommend-item {
  display: flex;
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
a.recommend-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-areas:
    "thumb name"
    "thumb blurb";
  align-content: start;
  gap: 1px 9px;
  width: 100%;
  padding: 7px 10px;
  background: var(--tile-white);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 0.15s ease;
}
a.recommend-link:hover, a.recommend-link:focus {
  background: #e4e7e8;
}
[data-runtime="recommendation"] img {
  grid-area: thumb;
  width: 58px;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: grayscale(0.34) contrast(1.05);
}
.recommend-name {
  grid-area: name;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  grid-area: blurb;
  font-family: var(--serif);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--cement);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-footer {
  margin-top: 30px;
  background: var(--cement-dark);
  color: var(--tile-fog);
  border-top: 3px solid var(--steam-orange);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: rgba(215, 219, 221, 0.72);
  max-width: 82ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--tile-white);
  text-decoration: none;
  padding-right: 12px;
  border-right: 1px solid rgba(215, 219, 221, 0.3);
  margin-right: 12px;
  transition: color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--steam-glow);
  text-decoration: underline;
}
a[data-contract="footer-sitemap"] {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  padding-top: 9px;
  border-top: 1px solid rgba(215, 219, 221, 0.2);
}
.friend-links-label {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--steam-orange);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-family: var(--serif);
  font-size: 11.5px;
  color: rgba(215, 219, 221, 0.78);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover {
  color: var(--tile-white);
  text-decoration: underline;
}
.player.is-playing, .player.play {
  cursor: pointer;
}
.player-panel.is-muted .player-volume {
  opacity: 0.45;
}
.player-panel.is-theater .player-controls {
  padding: 9px 12px;
}
@media (min-width: 720px) {.page-main {
    padding-left: 22px;
    padding-right: 22px;
  }
.header-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
.footer-inner {
    padding-left: 22px;
    padding-right: 22px;
  }
.synopsis-body {
    column-count: 3;
  }
.comment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (min-width: 960px) {body {
    font-size: 15.5px;
  }
.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 1fr);
    grid-template-areas:
      "poster headline"
      "poster peek"
      "player player"
      "details details"
      "status status"
      "synopsis synopsis"
      "cast cast";
    column-gap: 30px;
    align-items: start;
  }
.hero-poster-wrap {
    grid-area: poster;
    align-self: start;
  }
.hero-poster {
    max-height: none;
    aspect-ratio: 2 / 3;
  }
.hero-fog-headline {
    grid-area: headline;
    margin-top: 0;
    padding: 22px 0 0;
    background: none;
    color: var(--ink);
  }
.movie-title {
    color: var(--ink);
    text-shadow: none;
  }
.movie-tagline {
    color: var(--steam-orange);
    text-shadow: none;
  }
.hero-timeline-peek {
    grid-area: peek;
    border-bottom: 0;
  }
.player-panel {
    grid-area: player;
    margin-top: 20px;
  }
.detail-bar {
    grid-area: details;
    margin-top: 20px;
  }
.episode-status {
    grid-area: status;
  }
.synopsis {
    grid-area: synopsis;
  }
.cast {
    grid-area: cast;
  }
.recommend-column {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.recommend-region:nth-of-type(2) .recommend-column {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.recommend-region:nth-of-type(3) .recommend-column {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (min-width: 1180px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
    column-gap: 38px;
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-column {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 719px) {.synopsis-body {
    column-count: 1;
    column-rule: 0;
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-column {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-item {
    flex: 1 1 46%;
  }
.hero-poster {
    max-height: 54vh;
  }
.hero-fog-headline {
    margin-top: -26%;
  }}
@media (max-width: 420px) {.cast-card {
    flex: 1 1 100%;
  }
.detail-item {
    flex: 1 1 100%;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
.detail-item:last-child {
    border-bottom: 0;
  }
.player-btn {
    font-size: 11px;
    padding: 3px 7px;
  }}

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}
