:root {
  --bg: #1b2027;
  --bg-2: #232a33;
  --bg-3: #2b333d;
  --ink: #d7dee7;
  --ink-dim: #8d99a8;
  --ink-faint: #5f6b79;
  --line: #3a444f;
  --line-soft: #2f3841;
  --red: #8f2530;
  --red-bright: #b83a42;
  --red-deep: #5c1a22;
  --steel: #43536b;
  --radius: 3px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body, h1, h2, p, figure, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--red);
  color: #fff;
}
.site-header {
  background: linear-gradient(180deg, #14181e 0%, #1b2027 100%);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 60;
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.brand-block {
  flex: 0 0 auto;
}
a[data-contract="site-name"] {
  color: #eef3f8;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.14em;
  border-left: 3px solid var(--red-bright);
  padding-left: 8px;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: var(--red-bright);
}
.categories-shell {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 6px;
  justify-content: flex-end;
}
a.runtime-category {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  padding: 3px 7px;
  border: 1px solid transparent;
  border-radius: 2px;
  letter-spacing: 0.06em;
}
a.runtime-category:hover {
  color: #fff;
  border-color: var(--red);
  background: rgba(143, 37, 48, 0.22);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.hero-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 1px minmax(0, 1.18fr);
  gap: 0;
  padding: 18px 0 22px;
  border-bottom: 1px solid var(--line);
}
.hero-poster-col {
  align-self: start;
  padding-right: 22px;
}
.poster-media {
  position: relative;
  background: #0e1116;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.poster-img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
}
.hero-crack {
  position: relative;
  align-self: stretch;
  width: 1px;
  background: var(--line-soft);
}
.crack-line {
  position: absolute;
  inset: 0 auto 0 0;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, var(--red-bright) 14%, var(--red) 50%, var(--red-bright) 84%, transparent 100%);
  box-shadow: 0 0 8px rgba(184, 58, 66, 0.55);
}
.crack-line::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 22%;
  width: 7px;
  height: 1px;
  background: var(--red-bright);
  opacity: 0.7;
  box-shadow: 0 26px 0 var(--red-bright), 0 74px 0 var(--red-bright), 0 132px 0 var(--red-bright), 0 210px 0 var(--red-bright);
}
.hero-info-col {
  min-width: 0;
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-titles {
  position: relative;
  padding-left: 0;
}
.movie-title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f2f6fa;
  line-height: 1.15;
}
.movie-tagline {
  margin-top: 5px;
  font-size: 13px;
  color: var(--red-bright);
  letter-spacing: 0.08em;
  font-weight: 500;
}
.hero-player-wrap {
  position: relative;
  width: 100%;
  min-width: 480px;
  background: #000;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.player-video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 7px 8px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.ctrl-btn {
  background: var(--bg-3);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.ctrl-btn:hover {
  border-color: var(--red-bright);
  color: #fff;
}
.ctrl-btn.is-active, .ctrl-btn.play, .ctrl-btn.pause {
  background: var(--red-deep);
  border-color: var(--red-bright);
  color: #fff;
}
.ctrl-range {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 160px;
  min-width: 90px;
  height: 4px;
  background: var(--line);
  border-radius: 2px;
  cursor: pointer;
  outline: none;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red-bright);
  border: 1px solid #1b2027;
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #1b2027;
  border-radius: 50%;
  background: var(--red-bright);
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 60px;
}
.cast-band {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}
.band-heading {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 9px;
}
.cast-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 8px 8px 9px;
}
.cast-avatar {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 2px;
  background: linear-gradient(150deg, #39424e 0%, #2a323b 55%, #4a2730 100%);
  border: 1px solid var(--line);
}
.cast-name {
  font-size: 13px;
  font-weight: 500;
  color: #eaf0f6;
  margin-top: 4px;
  letter-spacing: 0.04em;
}
.cast-role {
  font-size: 11px;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
}
.section-heading {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  color: #e6edf4;
  text-transform: uppercase;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--red-bright);
}
.synopsis-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}
.synopsis-lead {
  font-size: 13px;
  color: #cfd9e3;
  border-left: 2px solid var(--red);
  padding-left: 10px;
  margin-bottom: 9px;
  line-height: 1.6;
}
.synopsis-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 16px;
}
.synopsis-body p {
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.62;
  text-align: justify;
}
.episode-status-band {
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding: 9px 0;
}
.status-line {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}
.status-label {
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.12em;
}
.status-value {
  font-size: 15px;
  font-weight: 500;
  color: #eef3f8;
}
.status-divider {
  color: var(--red-bright);
  font-size: 13px;
}
.details-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 12px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dotted var(--line-soft);
}
.detail-key {
  flex: 0 0 auto;
  width: 62px;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.1em;
}
.detail-value {
  font-size: 12px;
  color: #d3dce5;
  min-width: 0;
}
.episodes-timeline-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  align-items: start;
}
.timeline-column {
  min-width: 0;
  align-self: start;
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 4px;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 4px 12px;
  padding: 9px 0 9px 18px;
  border-left: 1px solid var(--line);
  align-items: baseline;
}
.timeline-item:last-child {
  border-left-color: transparent;
}
.timeline-dot {
  position: absolute;
  left: -4px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--steel);
}
.timeline-item:last-child .timeline-dot {
  background: var(--red-bright);
  border-color: var(--red-bright);
  box-shadow: 0 0 0 3px rgba(184, 58, 66, 0.16);
}
.timeline-timecode {
  font-size: 11px;
  color: var(--red-bright);
  letter-spacing: 0.08em;
  font-weight: 500;
}
.timeline-label {
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.5;
}
.episodes-column {
  min-width: 0;
  align-self: start;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  align-items: start;
}
.episode-item {
  min-width: 0;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
}
.episode-item-current {
  border-color: var(--red);
  background: linear-gradient(180deg, rgba(143, 37, 48, 0.22) 0%, var(--bg-2) 100%);
  box-shadow: inset 2px 0 0 var(--red-bright);
}
.episode-entry {
  min-width: 0;
}
.episode-summary {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 9px;
  cursor: pointer;
  list-style: none;
  min-width: 0;
}
.episode-summary::-webkit-details-marker {
  display: none;
}
.episode-summary::marker {
  content: "";
}
.episode-number {
  flex: 0 0 auto;
  font-size: 11px;
  color: var(--red-bright);
  letter-spacing: 0.06em;
  font-weight: 500;
}
.episode-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  font-weight: 600;
  color: #eaf0f6;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}
.episode-duration {
  flex: 0 0 auto;
  font-size: 10px;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.episode-text {
  margin: 0 9px 9px 9px;
  padding-left: 10px;
  border-left: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.6;
  text-align: justify;
}
.comments-panel {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  align-items: start;
}
.comment-card {
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 8px 10px;
  min-width: 0;
}
.comment-head {
  margin: 0;
  line-height: 1.3;
}
.comment-nick {
  font-size: 12px;
  font-weight: 600;
  color: var(--red-bright);
  letter-spacing: 0.05em;
}
.comment-text {
  margin: 0;
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.58;
  text-align: justify;
  overflow-wrap: anywhere;
}
.rec-region {
  margin-top: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.rec-stack {
  position: relative;
}
.rec-heading {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #dfe7ee;
  margin-bottom: 9px;
  padding-left: 10px;
  border-left: 2px solid var(--red-bright);
}
.rec-deck {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  background: var(--bg-2);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 6px 6px 8px;
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
a.rec-card {
  color: var(--ink);
  text-decoration: none;
}
a.rec-card:hover {
  border-color: var(--red-bright);
  background: var(--bg-3);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #0e1116;
  border: 1px solid var(--line);
}
.rec-name {
  font-size: 12px;
  font-weight: 500;
  color: #e9eff5;
  line-height: 1.4;
  letter-spacing: 0.03em;
  overflow-wrap: anywhere;
}
.rec-blurb {
  font-size: 11px;
  color: var(--ink-faint);
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.rec-region:nth-of-type(3) .rec-deck {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-footer {
  background: #14181e;
  border-top: 1px solid var(--line);
  padding: 16px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--red-bright);
  border-bottom-color: var(--red-bright);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-faint);
  text-transform: uppercase;
}
a.runtime-friend-link {
  color: var(--ink-faint);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.04em;
  padding: 1px 5px;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
}
a.runtime-friend-link:hover {
  color: #fff;
  border-color: var(--red);
  background: rgba(143, 37, 48, 0.2);
}
.footer-disclaimer {
  font-size: 11px;
  color: var(--ink-faint);
  line-height: 1.55;
  border-top: 1px solid var(--line-soft);
  padding-top: 9px;
}
.player {
  position: relative;
}
.player .progress, .player .volume, .player .speed, .player .timeupdate, .player .input, .player .click {
  transition: opacity 0.15s ease;
}
body.theater-mode .hero-split {
  grid-template-columns: minmax(0, 1fr);
}
body.theater-mode .hero-poster-col, body.theater-mode .hero-crack {
  display: none;
}
body.theater-mode .hero-info-col {
  padding-left: 0;
}
body.theater-mode .hero-player-wrap {
  min-width: 0;
}
body.lights-off {
  background: #0a0d11;
}
body.lights-off .page-main {
  filter: brightness(0.82);
}
.fullscreen .player-video, .fullscreen .hero-player-wrap {
  border-radius: 0;
}
.is-playing .ctrl-btn.play {
  background: var(--red-deep);
  border-color: var(--red-bright);
}
.mute.is-active, .pip.is-active, .theater .is-active, .light.is-active {
  background: var(--red-deep);
  border-color: var(--red-bright);
  color: #fff;
}
.x {
  cursor: pointer;
}
@media (max-width: 1080px) {.hero-split {
    grid-template-columns: minmax(0, 0.9fr) 1px minmax(0, 1.1fr);
  }
.episodes-timeline-shell {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 16px;
  }
.rec-deck {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.rec-region:nth-of-type(3) .rec-deck {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.hero-split {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
.hero-poster-col {
    padding-right: 0;
    max-width: 320px;
  }
.hero-crack {
    display: none;
  }
.hero-info-col {
    padding-left: 0;
  }
.hero-player-wrap {
    min-width: 0;
  }
.cast-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episodes-timeline-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
.rec-deck, .rec-region:nth-of-type(3) .rec-deck {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {body {
    font-size: 12.5px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 8px;
  }
.page-main {
    padding: 0 12px 30px;
  }
.movie-title {
    font-size: 24px;
  }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }
.details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-list, .comments-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-deck, .rec-region:nth-of-type(3) .rec-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hero-poster-col {
    max-width: 260px;
  }}
@media (max-width: 460px) {.cast-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
.rec-deck, .rec-region:nth-of-type(3) .rec-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
.timeline-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 3px 8px;
  }
.detail-key {
    width: 58px;
  }
.movie-title {
    font-size: 21px;
  }}

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}
