*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, p, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
a[data-contract="site-name"], a.runtime-category, a.recommend-item, a[data-contract="footer-home"], a[data-contract="footer-sitemap"], a.runtime-friend-link {
  color: #d8d2c4;
  text-decoration: none;
}
:root {
  --frost: #2b2f31;
  --frost-deep: #1d2123;
  --frost-line: #3a3f42;
  --frozen: #6d746f;
  --frozen-dim: #565c58;
  --gunfire: #d4551f;
  --gunfire-hot: #f0661e;
  --gunfire-glow: #ff8a3d;
  --tunnel: #232a24;
  --tunnel-line: #38402f;
  --tunnel-green: #4a5a3c;
  --signal: #ffb347;
  --ink: #c9c4b8;
  --ink-dim: #8f8a7e;
  --ink-faint: #6b675e;
  --paper: #1a1d1e;
  --paper-raise: #22262a;
}
html {
  background: var(--paper);
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: var(--ink);
  background:
    linear-gradient(180deg, #16191a 0%, #1a1d1e 22%, #1a1d1e 78%, #141718 100%);
  line-height: 1.45;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20, 23, 24, 0.94);
  border-bottom: 1px solid var(--frost-line);
  backdrop-filter: blur(4px);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 8px 16px;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.site-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ede7d8;
  padding: 3px 8px 3px 10px;
  border-left: 3px solid var(--gunfire);
  text-transform: uppercase;
  white-space: nowrap;
}
.site-name:hover {
  color: var(--signal);
}
.categories-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border: 1px solid var(--frost-line);
  color: var(--ink-dim);
  background: #1f2325;
}
a.runtime-category:hover {
  color: #f2ead9;
  border-color: var(--gunfire);
  background: #2a2018;
}
.page-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-poster {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  grid-template-areas:
    "media detail"
    "media cast"
    "synopsis synopsis"
    "status status"
    "player player";
  gap: 0;
  background: linear-gradient(180deg, #191c1d 0%, #1e2224 100%);
  border: 1px solid var(--frost-line);
  border-top: 3px solid var(--gunfire);
  overflow: hidden;
}
.hero-media {
  grid-area: media;
  position: relative;
  background: #0e1112;
  border-right: 1px solid var(--frost-line);
  overflow: hidden;
  align-self: start;
  width: 100%;
}
.poster-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.72) contrast(1.08) brightness(0.78);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 34%),
    linear-gradient(0deg, rgba(9, 11, 12, 0.92) 0%, rgba(9, 11, 12, 0.05) 46%),
    radial-gradient(120% 60% at 78% 96%, rgba(240, 102, 30, 0.28) 0%, rgba(240, 102, 30, 0) 62%);
}
.hero-meta-corner {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-start;
}
.meta-year, .meta-region {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #cfc9ba;
  background: rgba(14, 17, 18, 0.62);
  border-left: 2px solid var(--gunfire);
  padding: 2px 7px;
  white-space: nowrap;
}
.hero-title-block {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  text-align: left;
}
.movie-title {
  font-size: clamp(20px, 3.4vw, 34px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #f4eddd;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.85);
}
.movie-tagline {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0.34em;
  color: var(--gunfire-glow);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}
.hero-detail-bar {
  grid-area: detail;
  background: var(--paper-raise);
  border-bottom: 1px solid var(--frost-line);
  padding: 8px 12px;
}
.detail-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0;
  scrollbar-width: thin;
}
.detail-item {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 0 0 auto;
  padding: 2px 12px;
  border-right: 1px solid var(--frost-line);
}
.detail-item:first-child {
  padding-left: 2px;
}
.detail-item:last-child {
  border-right: 0;
}
.detail-key {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--ink-faint);
}
.detail-value {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.cast-roster {
  grid-area: cast;
  background: var(--paper-raise);
  padding: 10px 12px 12px;
  border-bottom: 1px solid var(--frost-line);
}
.section-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #e6dfd0;
  padding-left: 9px;
  border-left: 3px solid var(--gunfire);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px;
}
.cast-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 7px;
  align-items: center;
  padding: 5px 6px;
  background: #1c2022;
  border: 1px solid var(--frost-line);
  align-self: start;
}
.cast-avatar {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  display: block;
  background:
    linear-gradient(145deg, #3c463a 0%, #232a24 55%, #171b18 100%);
  border: 1px solid var(--tunnel-line);
  box-shadow: inset 0 0 0 1px rgba(255, 138, 61, 0.14);
}
.cast-name {
  font-size: 12px;
  font-weight: 700;
  color: #e3ddcd;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 10px;
  color: var(--ink-faint);
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis-block {
  grid-area: synopsis;
  padding: 12px 14px;
  background: #1c2022;
  border-top: 1px solid var(--frost-line);
}
.synopsis-lead {
  font-size: 13px;
  line-height: 1.55;
  color: #ddd6c6;
  border-left: 2px solid var(--gunfire);
  padding-left: 10px;
  margin-bottom: 9px;
}
.synopsis-paragraphs {
  columns: 2;
  column-gap: 22px;
  column-rule: 1px solid var(--frost-line);
}
.synopsis-para {
  font-size: 12px;
  line-height: 1.62;
  color: var(--ink-dim);
  margin-bottom: 8px;
  break-inside: avoid;
  text-align: justify;
}
.episode-status {
  grid-area: status;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: var(--tunnel);
  border-top: 1px solid var(--tunnel-line);
  border-bottom: 1px solid var(--tunnel-line);
}
.status-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-faint);
}
.status-value {
  font-size: 12px;
  font-weight: 700;
  color: var(--signal);
}
.status-divider {
  color: var(--tunnel-green);
  font-size: 12px;
}
.player-shell {
  grid-area: player;
  position: relative;
  width: 100%;
  min-width: 0;
  background: #0b0d0e;
  border-top: 1px solid var(--frost-line);
}
.player-shell video {
  width: 100%;
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 7px 10px;
  background: #15181a;
  border-top: 1px solid var(--frost-line);
}
.player-btn {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--ink-dim);
  padding: 3px 9px;
  border: 1px solid var(--frost-line);
  background: #1d2123;
  white-space: nowrap;
  transition: border-color 0.12s linear, color 0.12s linear, background 0.12s linear;
}
.player-btn:hover {
  color: #f2ead9;
  border-color: var(--gunfire);
  background: #2a2018;
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .player-controls {
  background: #0a0c0d;
  border-top-color: var(--gunfire);
}
.player-shell.is-theater {
  border-top-color: var(--gunfire-hot);
  box-shadow: 0 0 0 1px rgba(240, 102, 30, 0.35), 0 0 34px rgba(240, 102, 30, 0.16);
}
.timeline-section {
  border: 1px solid var(--frost-line);
  background: #1b1f20;
  padding: 12px 0 12px 14px;
}
.timeline-section .section-heading {
  margin-right: 14px;
}
.timeline-strip {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 14px 8px 0;
  scrollbar-width: thin;
}
.timeline-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, var(--tunnel-line) 0%, var(--frost-line) 40%, var(--gunfire) 100%);
  pointer-events: none;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-width: max-content;
  padding: 0;
}
.timeline-node {
  position: relative;
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 0 12px;
  min-height: 128px;
}
.timeline-node::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 34px;
  transform: translateY(-50%);
  background: var(--frost-line);
}
.timeline-node:last-child::after {
  display: none;
}
.timeline-timecode {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--signal);
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
}
.timeline-marker {
  width: 9px;
  height: 9px;
  display: block;
  background: var(--gunfire);
  box-shadow: 0 0 0 2px #1b1f20, 0 0 10px rgba(240, 102, 30, 0.5);
  align-self: flex-start;
  margin-left: 1px;
}
.timeline-event {
  font-size: 11px;
  line-height: 1.5;
  color: var(--ink-dim);
  max-width: 150px;
}
.timeline-node:nth-child(even) {
  flex-direction: column-reverse;
  justify-content: center;
}
.timeline-node:nth-child(even) .timeline-timecode {
  align-self: flex-start;
}
.timeline-node:nth-child(even) .timeline-marker {
  align-self: flex-start;
}
.episodes-section {
  border: 1px solid var(--frost-line);
  background: #1b1f20;
  padding: 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.episode-card {
  border: 1px solid var(--frost-line);
  background: #1e2224;
  padding: 8px 10px;
  transition: border-color 0.12s linear, background 0.12s linear;
  align-self: start;
}
.episode-card:hover {
  border-color: var(--gunfire);
  background: #23262a;
}
.episode-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}
.episode-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #e3ddcd;
  letter-spacing: 0.02em;
}
.episode-duration {
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.episode-summary {
  margin-top: 5px;
  padding-left: 10px;
  border-left: 2px solid var(--tunnel-green);
  font-size: 11px;
  line-height: 1.55;
  color: var(--ink-dim);
}
.comments-section {
  border: 1px solid var(--frost-line);
  background: #1b1f20;
  padding: 12px;
}
.comment-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.comment-card {
  position: relative;
  background: #202427;
  border: 1px solid var(--frost-line);
  border-left: 3px solid var(--tunnel-green);
  padding: 9px 12px;
  margin-top: -6px;
  box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.45);
  transition: transform 0.14s linear, border-color 0.14s linear;
}
.comment-card:first-child {
  margin-top: 0;
  box-shadow: none;
}
.comment-card:nth-child(2) {
  border-left-color: var(--frozen-dim);
}
.comment-card:nth-child(3) {
  border-left-color: var(--gunfire-glow);
}
.comment-card:nth-child(4) {
  border-left-color: var(--frozen);
}
.comment-card:nth-child(5) {
  border-left-color: var(--gunfire);
}
.comment-card:hover {
  transform: translateY(-2px);
  border-color: var(--gunfire);
  z-index: 3;
}
.comment-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.comment-nickname {
  font-size: 12px;
  font-weight: 700;
  color: #e3ddcd;
  letter-spacing: 0.04em;
}
.comment-stamp {
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--gunfire-glow);
  border: 1px solid rgba(240, 102, 30, 0.42);
  padding: 1px 6px;
  white-space: nowrap;
}
.comment-text {
  font-size: 12px;
  line-height: 1.55;
  color: var(--ink-dim);
}
.recommend-row {
  border: 1px solid var(--frost-line);
  background: #1b1f20;
  padding: 10px 12px 12px;
}
.recommend-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--frost-line);
}
.recommend-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #e6dfd0;
  border-left: 3px solid var(--gunfire);
  padding-left: 9px;
}
.recommend-count {
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--ink-faint);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.recommend-track {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  align-items: stretch;
}
a.recommend-item {
  flex: 0 0 168px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--frost-line);
  background: #1e2224;
  padding: 6px;
  transition: border-color 0.12s linear, background 0.12s linear;
}
a.recommend-item:hover {
  border-color: var(--gunfire);
  background: #23262a;
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  background: #101314;
  border: 1px solid var(--frost-line);
  filter: saturate(0.78) contrast(1.06) brightness(0.84);
}
.recommend-name {
  font-size: 12px;
  font-weight: 700;
  color: #e3ddcd;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 16px 26px;
  border-top: 1px solid var(--frost-line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.6;
  color: var(--ink-faint);
  max-width: 760px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--ink-dim);
  border-bottom: 1px solid var(--frost-line);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--signal);
  border-bottom-color: var(--gunfire);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding-top: 8px;
  border-top: 1px solid var(--frost-line);
}
.friend-links-label {
  font-size: 10px;
  letter-spacing: 0.24em;
  color: var(--ink-faint);
  border-left: 2px solid var(--gunfire);
  padding-left: 7px;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11px;
  color: var(--ink-dim);
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--gunfire-glow);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.player-shell .play, .player-shell .data-player-action {
  color: inherit;
}
.player-btn.click {
  border-color: var(--gunfire);
  color: #f2ead9;
  background: #2a2018;
}
.player-btn.play, .player-shell.play .player-btn[data-player-action="play"] {
  border-color: var(--gunfire);
  color: var(--signal);
}
.player-shell.mute .player-btn[data-player-action="mute"], .player-shell .player-btn.mute {
  border-color: var(--frozen);
  color: var(--frozen);
}
.player-btn.volume, .player-btn.progress, .player-btn.speed, .player-btn.pip, .player-btn.fullscreen, .player-btn.theater, .player-btn.light {
  transition: border-color 0.12s linear, color 0.12s linear, background 0.12s linear;
}
.player-btn.fullscreen {
  margin-left: auto;
}
.player-shell .fullscreen {
  border-color: var(--gunfire);
}
.player-shell .theater, .player-shell .is-theater, .player-shell .lights-off {
  border-color: var(--gunfire-hot);
}
.player-shell .light {
  color: var(--signal);
}
.player-shell .data-player-action {
  letter-spacing: 0.06em;
}
.player-btn[data-player-action="light"].click, .player-btn[data-player-action="light"].light {
  color: var(--signal);
  border-color: var(--gunfire);
}
@media (max-width: 1024px) {.hero-poster {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    grid-template-areas:
      "media detail"
      "media cast"
      "synopsis synopsis"
      "status status"
      "player player";
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.synopsis-paragraphs {
    columns: 1;
  }}
@media (max-width: 760px) {.page-main {
    padding: 0 12px 18px;
    gap: 18px;
  }
.header-bar {
    padding: 7px 12px;
    gap: 10px;
  }
.categories-bar {
    justify-content: flex-start;
    flex: 1 1 100%;
  }
.hero-poster {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "detail"
      "cast"
      "synopsis"
      "status"
      "player";
  }
.hero-media {
    border-right: 0;
    border-bottom: 1px solid var(--frost-line);
  }
.poster-image {
    aspect-ratio: 16 / 10;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(108px, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    flex: 0 0 156px;
    min-height: 118px;
  }
a.recommend-item {
    flex: 0 0 152px;
  }
.site-footer {
    padding: 14px 12px 22px;
  }}
@media (max-width: 520px) {.page-main {
    padding: 0 10px 16px;
    gap: 16px;
  }
.site-name {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
.movie-title {
    font-size: 22px;
  }
.movie-tagline {
    letter-spacing: 0.22em;
  }
.detail-item {
    padding: 2px 9px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  }
.timeline-node {
    flex: 0 0 146px;
    padding: 0 10px;
  }
.timeline-event {
    max-width: 128px;
  }
a.recommend-item {
    flex: 0 0 142px;
  }
.player-controls {
    gap: 3px;
    padding: 6px 8px;
  }
.player-btn {
    font-size: 10px;
    padding: 3px 7px;
  }
.player-btn.fullscreen {
    margin-left: 0;
  }
.comment-card {
    padding: 8px 10px;
  }
.friend-links {
    gap: 5px 11px;
  }}
@media (min-width: 1280px) {.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  }}

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}
