*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #0b0b0d;
}
body {
  background: #0b0b0d;
  color: #c9c9cf;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
button, input {
  font: inherit;
  color: inherit;
}
:focus-visible {
  outline: 2px solid #b8323f;
  outline-offset: 2px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 11, 13, 0.92);
  border-bottom: 1px solid #1d1d22;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.brand-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f0e6e6;
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 2px solid #8e1f2c;
  white-space: nowrap;
}
.brand-name:hover {
  color: #ff8f8f;
}
a[data-contract="site-name"] {
  color: #f0e6e6;
  text-decoration: none;
}
.category-nav {
  display: flex;
  align-items: center;
  gap: 4px 14px;
  flex-wrap: wrap;
  min-width: 0;
  margin-left: auto;
}
.runtime-category {
  color: #8f8f99;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category {
  color: #8f8f99;
  text-decoration: none;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: #e7c9c9;
  border-bottom-color: #8e1f2c;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.section-heading {
  font-size: 14px;
  color: #e4dcda;
  letter-spacing: 0.14em;
  padding-left: 10px;
  border-left: 3px solid #8e1f2c;
  margin: 0 0 12px;
}
.hero-stage {
  position: relative;
  margin: 16px 0 22px;
  border: 1px solid #1e1e24;
  background: #0d0d10;
  overflow: hidden;
}
.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  min-height: 260px;
  overflow: hidden;
}
.hero-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
  filter: grayscale(0.35) contrast(1.06) brightness(0.72);
}
.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 11, 13, 0.94) 0%, rgba(11, 11, 13, 0.55) 42%, rgba(11, 11, 13, 0.1) 72%, rgba(70, 14, 20, 0.55) 100%),
    linear-gradient(0deg, rgba(11, 11, 13, 0.96) 0%, rgba(11, 11, 13, 0.15) 55%, rgba(11, 11, 13, 0.4) 100%);
  pointer-events: none;
}
.hero-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 22px 24px 20px;
  max-width: 640px;
  z-index: 2;
}
.hero-kicker {
  font-size: 11px;
  letter-spacing: 0.34em;
  color: #b06a72;
  margin-bottom: 8px;
  text-transform: none;
}
.hero-slogan {
  font-size: 26px;
  line-height: 1.3;
  color: #f4ecea;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(142, 31, 44, 0.55);
  padding-top: 10px;
}
.movie-overview {
  background: #101014;
  border: 1px solid #1c1c22;
  border-left: 3px solid #6d1721;
  padding: 16px;
  margin-bottom: 20px;
}
.overview-head {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.poster-wrap {
  width: 100%;
  max-width: 190px;
  align-self: start;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border: 1px solid #26262e;
  filter: contrast(1.05) brightness(0.95);
}
.overview-lead {
  min-width: 0;
}
.movie-title {
  font-size: 22px;
  color: #f2e9e7;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.movie-tagline {
  font-size: 12px;
  color: #9c6a70;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.65;
  color: #9a9aa4;
  margin-bottom: 12px;
  border-bottom: 1px solid #1c1c22;
  padding-bottom: 12px;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.status-chip {
  display: inline-block;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border: 1px solid #2a2a32;
  color: #a8a8b2;
  background: #15151a;
  white-space: nowrap;
}
.status-current {
  color: #e9b7bb;
  border-color: #6d1721;
  background: #1a0f13;
}
.status-total {
  color: #8f8f99;
}
.details-block {
  margin-bottom: 14px;
}
.block-heading {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #b98a8f;
  margin: 0 0 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1f1f26;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 18px;
  align-items: start;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dotted #1e1e24;
  min-width: 0;
}
.detail-key {
  flex: 0 0 60px;
  font-size: 11px;
  color: #6f6f7a;
  letter-spacing: 0.08em;
}
.detail-value {
  flex: 1 1 auto;
  font-size: 12.5px;
  color: #cfcfd6;
  min-width: 0;
  word-break: break-word;
}
.cast-block {
  margin-top: 4px;
}
.cast-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: flex-start;
}
.cast-item {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.cast-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid #2c2c34;
  filter: grayscale(0.45) contrast(1.05);
}
.cast-name {
  font-size: 12px;
  color: #b9b9c2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.synopsis-block {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #1c1c22;
}
.synopsis-body {
  columns: 2;
  column-gap: 24px;
  column-rule: 1px solid #1a1a20;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: #94949e;
  margin: 0 0 10px;
  break-inside: avoid;
}
.watch-stage {
  background: #0d0d10;
  border: 1px solid #1c1c22;
  padding: 12px;
  margin-bottom: 22px;
}
.player-shell {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}
.player-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.player-shell.is-lights-down {
  filter: brightness(0.72);
}
.player-shell.is-lights-down::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.watch-stage.is-theater {
  padding: 0;
  border-color: #3a0f16;
}
.watch-stage.is-theater .player-controls {
  padding: 10px 12px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
}
.ctrl-btn {
  background: #17171d;
  border: 1px solid #2a2a33;
  color: #b6b6bf;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ctrl-btn:hover {
  background: #221419;
  border-color: #6d1721;
  color: #f0dcdc;
}
.ctrl-btn.is-active {
  background: #4a0f17;
  border-color: #8e1f2c;
  color: #ffdfe2;
}
.ctrl-btn.play, .ctrl-btn.is-active.play {
  border-color: #8e1f2c;
}
.ctrl-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #26262e;
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c33a48;
  border: none;
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #c33a48;
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 1 90px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: #26262e;
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #7c7c88;
  border: none;
  cursor: pointer;
}
.ctrl-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: #7c7c88;
  cursor: pointer;
}
.timeline-section {
  margin-bottom: 22px;
}
.timeline-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1px;
  background: #1a1a20;
  border: 1px solid #1a1a20;
  counter-reset: timeline;
}
.timeline-node {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px 11px;
  background: #101014;
  border-left: 3px solid #333;
  position: relative;
}
.timeline-timecode {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #8d8d98;
  padding-left: 12px;
  position: relative;
}
.timeline-timecode::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.85;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.55;
  color: #c3c3cb;
}
.node-tint-1 { border-left-color: #3a3a44; }
.node-tint-1 .timeline-timecode { color: #6e6e7a; }
.node-tint-2 { border-left-color: #4a3038; }
.node-tint-2 .timeline-timecode { color: #8a6470; }
.node-tint-3 { border-left-color: #5b2833; }
.node-tint-3 .timeline-timecode { color: #9c6a75; }
.node-tint-4 { border-left-color: #6d1721; }
.node-tint-4 .timeline-timecode { color: #b0707b; }
.node-tint-5 { border-left-color: #83202c; }
.node-tint-5 .timeline-timecode { color: #c07b85; }
.node-tint-6 { border-left-color: #9c2a37; }
.node-tint-6 .timeline-timecode { color: #d18b95; }
.node-tint-7 { border-left-color: #bd3a48; }
.node-tint-7 .timeline-timecode { color: #eb9aa5; }
.node-tint-7 .timeline-label { color: #e8d5d7; }
.episodes-section {
  margin-bottom: 22px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #101014;
  border: 1px solid #1c1c22;
  border-top: 2px solid #232329;
  padding: 9px 11px 10px;
  min-width: 0;
}
.episode-card.is-active {
  border-top-color: #bd3a48;
  background: #150e11;
  box-shadow: inset 0 0 0 1px rgba(142, 31, 44, 0.35);
}
.episode-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.episode-number {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #a3555f;
  white-space: nowrap;
}
.episode-card.is-active .episode-number {
  color: #e78b96;
}
.episode-title {
  font-size: 13px;
  color: #dcdce2;
  letter-spacing: 0.03em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: #83838e;
}
.episode-duration {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #5f5f6a;
  margin-top: auto;
  padding-top: 3px;
}
.comments-section {
  margin-bottom: 22px;
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 7px;
  align-items: start;
}
.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  background: #101014;
  border: 1px solid #1a1a20;
  padding: 9px 11px;
  min-width: 0;
}
.comment-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid #2a2a32;
  filter: grayscale(0.5);
}
.comment-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.comment-nickname {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #b98a8f;
}
.comment-text {
  font-size: 12px;
  line-height: 1.62;
  color: #96969f;
}
.recommend-region {
  margin-bottom: 20px;
  padding-top: 12px;
  border-top: 1px solid #1a1a20;
}
.recommend-region-1 { border-top-color: #5b2833; }
.recommend-region-2 { border-top-color: #3f3f4a; }
.recommend-region-3 { border-top-color: #6d1721; }
.recommend-heading {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #d8c2c4;
  margin-bottom: 10px;
}
.recommend-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: start;
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 0 1 150px;
  min-width: 0;
  max-width: 100%;
  background: #101014;
  border: 1px solid #1c1c22;
  padding: 7px;
  color: #c9c9cf;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
a.recommend-card {
  color: #c9c9cf;
  text-decoration: none;
}
.recommend-card:hover, .recommend-card:focus-visible {
  border-color: #6d1721;
  color: #f0dcdc;
}
.recommend-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #17171d;
  filter: grayscale(0.3) contrast(1.04);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
}
.recommend-name {
  font-size: 12px;
  color: #d5d5dc;
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.55;
  color: #7c7c88;
}
.site-footer {
  border-top: 1px solid #1c1c22;
  background: #0d0d10;
  padding: 16px;
  margin-top: 8px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin-bottom: 10px;
}
.footer-links a {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #9c9ca6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
a[data-contract="footer-home"] {
  color: #c9a0a4;
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: #ff8f8f;
  border-bottom-color: #8e1f2c;
}
a[data-contract="footer-sitemap"] {
  color: #8f8f99;
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: #d8d8de;
  border-bottom-color: #3a3a44;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 14px;
  padding: 10px 0;
  border-top: 1px solid #1a1a20;
  border-bottom: 1px solid #1a1a20;
  margin-bottom: 10px;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #6f6f7a;
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 11.5px;
  color: #8b8b96;
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: #8b8b96;
  text-decoration: none;
}
.runtime-friend-link:hover, .runtime-friend-link:focus-visible {
  color: #c9a0a4;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: #5e5e69;
  max-width: 900px;
}
.player {
  position: relative;
}
.player.play .ctrl-btn[data-player-action="play"], .click.play .ctrl-btn[data-player-action="play"] {
  border-color: #8e1f2c;
  color: #ffdfe2;
}
.progress, .input, .timeupdate {
  transition: none;
}
.fullscreen .watch-stage, .fullscreenchange .watch-stage, .watch-stage:fullscreen {
  background: #000;
  padding: 0;
  border: none;
}
.watch-stage:fullscreen .player-shell {
  height: 100vh;
  display: flex;
  align-items: center;
}
.watch-stage:fullscreen video {
  max-height: 100vh;
}
.pip .player-shell, .enterpictureinpicture .player-shell, .leavepictureinpicture .player-shell {
  box-shadow: 0 0 0 1px #6d1721;
}
.mute .ctrl-btn[data-player-action="mute"], .speed .ctrl-btn[data-player-action="speed"], .light .ctrl-btn[data-player-action="light"], .theater .ctrl-btn[data-player-action="theater"] {
  background: #221419;
  border-color: #6d1721;
}
.loadedmetadata .ctrl-progress {
  background: #2e2e38;
}
@media (max-width: 900px) {.overview-head {
    grid-template-columns: minmax(0, 150px) minmax(0, 1fr);
    gap: 14px;
  }
.synopsis-body {
    columns: 1;
    column-rule: none;
  }
.hero-slogan {
    font-size: 22px;
  }}
@media (max-width: 720px) {.overview-head {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-wrap {
    max-width: 160px;
  }
.hero-media {
    aspect-ratio: 16 / 10;
    min-height: 220px;
  }
.hero-caption {
    padding: 16px 16px 15px;
    max-width: 100%;
  }
.hero-slogan {
    font-size: 19px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-card {
    flex: 1 1 140px;
  }
.category-nav {
    margin-left: 0;
  }}
@media (max-width: 480px) {.header-inner {
    padding: 7px 12px;
    gap: 8px;
  }
.page-main {
    padding: 0 12px;
  }
.movie-overview {
    padding: 12px;
  }
.hero-media {
    min-height: 190px;
  }
.hero-slogan {
    font-size: 17px;
    line-height: 1.35;
  }
.hero-kicker {
    font-size: 10px;
    letter-spacing: 0.22em;
  }
.movie-title {
    font-size: 18px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-card {
    flex: 1 1 100%;
  }
.ctrl-progress {
    flex: 1 1 100%;
  }
.ctrl-volume {
    flex: 0 1 70px;
  }
.watch-stage {
    padding: 8px;
  }
.site-footer {
    padding: 12px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: none !important;
    animation: none !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}
