*, *::before, *::after {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background: #060907;
  color: #c7d2cb;
  font-family: "DIN Alternate", "Roboto Mono", "Courier New", "Noto Sans SC",
    "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: #9fb3a6;
  text-decoration: none;
}
h1, h2, p, dl, dd, dt, ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
h1, h2 {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.site-header {
  position: relative;
  z-index: 30;
  background: #050806;
  border-bottom: 1px solid #16211b;
}
.header-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  padding: 8px 14px;
  max-width: 1280px;
  margin: 0 auto;
}
a[data-contract="site-name"] {
  flex: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #e8f0ea;
  text-decoration: none;
  text-transform: uppercase;
  padding: 3px 8px 3px 10px;
  border-left: 3px solid #e0242b;
  background: linear-gradient(90deg, rgba(224, 36, 43, 0.14), transparent 80%);
}
a[data-contract="site-name"]::before {
  content: "●";
  color: #e0242b;
  font-size: 9px;
  margin-right: 7px;
  vertical-align: 1px;
  animation: rec-blink 1.6s steps(1, end) infinite;
}
@keyframes rec-blink {
  0%,
  55% {
    opacity: 1;
  }
  56%,
  100% {
    opacity: 0.15;
  }
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  min-width: 0;
  flex: 1 1 auto;
  border-left: 1px solid #16211b;
  padding-left: 14px;
}
a.runtime-category {
  display: inline-block;
  flex: none;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #8fa396;
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid #1c2a22;
  border-right: none;
  background: #070c09;
  transition: none;
}
a.runtime-category:first-of-type {
  border-left: 1px solid #1c2a22;
}
a.runtime-category:last-of-type {
  border-right: 1px solid #1c2a22;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #e9f2ec;
  background: #16211b;
  text-decoration: underline;
  text-decoration-color: #e0242b;
  text-underline-offset: 3px;
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 14px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-replay {
  position: relative;
  margin: 12px 0 4px;
  background: #030504;
  border: 1px solid #1a2820;
  overflow: hidden;
}
.hero-replay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.024) 0,
      rgba(255, 255, 255, 0.024) 1px,
      transparent 1px,
      transparent 3px
    ),
    radial-gradient(120% 90% at 50% 0%, transparent 45%, rgba(0, 0, 0, 0.72) 100%);
  mix-blend-mode: screen;
  opacity: 0.55;
}
.hero-media {
  position: relative;
  width: 100%;
  background: #000;
}
.hero-media .player-frame {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  filter: saturate(0.72) contrast(1.08) hue-rotate(-6deg);
}
.hero-timecode {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3px;
  max-width: 62%;
}
.timecode-cell {
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 3px 6px;
  color: #d9e6de;
  background: rgba(6, 10, 8, 0.78);
  border: 1px solid #223026;
  text-transform: uppercase;
}
.timecode-cell:first-child {
  color: #ff5a5f;
  border-color: #5b161a;
}
.hero-tagline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  padding: 26px 14px 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #eef5f0;
  background: linear-gradient(
    to top,
    rgba(2, 5, 3, 0.94) 0%,
    rgba(2, 5, 3, 0.78) 45%,
    rgba(2, 5, 3, 0) 100%
  );
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}
.hero-tagline::before {
  content: "▍";
  color: #e0242b;
  margin-right: 4px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: #070b08;
  border-top: 1px solid #16211b;
}
.ctrl-btn {
  flex: none;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  color: #b6c7bc;
  background: #0c130e;
  border: 1px solid #223026;
  border-radius: 0;
  white-space: nowrap;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: #f2f7f3;
  border-color: #3a4d40;
}
.ctrl-btn.is-active {
  color: #fff;
  background: #4a0d11;
  border-color: #e0242b;
  box-shadow: inset 0 0 0 1px rgba(224, 36, 43, 0.35);
}
.ctrl-progress {
  flex: 1 1 200px;
  min-width: 120px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: #1a2820;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 14px;
  background: #e0242b;
  border: none;
  border-radius: 0;
}
.ctrl-progress::-moz-range-thumb {
  width: 9px;
  height: 14px;
  background: #e0242b;
  border: none;
  border-radius: 0;
}
.ctrl-volume {
  flex: 0 1 96px;
  min-width: 64px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: #1a2820;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 13px;
  background: #9fb3a6;
  border: none;
  border-radius: 0;
}
.ctrl-volume::-moz-range-thumb {
  width: 7px;
  height: 13px;
  background: #9fb3a6;
  border: none;
  border-radius: 0;
}
.ctrl-volume.is-muted::-webkit-slider-thumb {
  background: #e0242b;
}
.ctrl-volume.is-muted::-moz-range-thumb {
  background: #e0242b;
}
.ctrl-speed {
  flex: none;
  font-size: 11px;
  padding: 4px 6px;
  color: #b6c7bc;
  background: #0c130e;
  border: 1px solid #223026;
  border-radius: 0;
}
.ctrl-speed.is-active {
  color: #fff;
  border-color: #e0242b;
  background: #2a0a0d;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding: 12px;
  background: #0a0f0c;
  border: 1px solid #17231c;
}
.overview-poster-col {
  min-width: 0;
}
.poster-frame {
  position: relative;
  width: 100%;
  max-width: 300px;
  border: 1px solid #223026;
  background: #050806;
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(224, 36, 43, 0.14);
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.02) 0,
    rgba(255, 255, 255, 0.02) 1px,
    transparent 1px,
    transparent 4px
  );
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}
.overview-info-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.movie-title {
  font-size: 22px;
  line-height: 1.2;
  color: #f1f7f3;
  letter-spacing: 0.06em;
}
.movie-tagline {
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: #93a89b;
  padding-left: 9px;
  border-left: 2px solid #e0242b;
}
.episode-status {
  border-top: 1px solid #17231c;
  border-bottom: 1px solid #17231c;
  padding: 6px 0;
}
.status-line {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.status-current {
  color: #ff5a5f;
  font-weight: 700;
}
.status-sep {
  color: #3d5046;
}
.status-total {
  color: #8fa396;
}
.movie-details {
  min-width: 0;
}
.detail-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  border-top: 1px solid #131e18;
}
.detail-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 4px 0;
  border-bottom: 1px dotted #1b2921;
}
.detail-key {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #6d8277;
}
.detail-val {
  font-size: 12px;
  line-height: 1.5;
  color: #cfdbd3;
  overflow-wrap: anywhere;
}
.movie-synopsis {
  min-width: 0;
}
.synopsis-heading, .cast-heading, .timeline-heading, .episodes-heading, .comments-heading, .recommend-heading {
  font-size: 13px;
  letter-spacing: 0.26em;
  color: #dfe9e2;
  padding: 0 0 5px;
  margin-bottom: 7px;
  border-bottom: 1px solid #1c2a22;
  position: relative;
}
.synopsis-heading::after, .cast-heading::after, .timeline-heading::after, .episodes-heading::after, .comments-heading::after, .recommend-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 42px;
  height: 1px;
  background: #e0242b;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.62;
  color: #b3c3b8;
  margin-bottom: 6px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.movie-cast {
  min-width: 0;
}
.cast-rail {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #223026 #0a0f0c;
  -webkit-overflow-scrolling: touch;
}
.cast-rail::-webkit-scrollbar {
  height: 5px;
}
.cast-rail::-webkit-scrollbar-track {
  background: #0a0f0c;
}
.cast-rail::-webkit-scrollbar-thumb {
  background: #223026;
}
.cast-card {
  flex: 0 0 auto;
  width: 68px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px 5px;
  background: #0d1510;
  border: 1px solid #1c2a22;
  border-top: 2px solid #2b3b31;
}
.cast-role {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #e0242b;
}
.cast-name {
  font-size: 12px;
  line-height: 1.3;
  color: #dbe6df;
  writing-mode: vertical-rl;
  letter-spacing: 0.14em;
  min-height: 44px;
}
.movie-timeline {
  min-width: 0;
}
.timeline-strip {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: #223026 #0a0f0c;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #17231c;
}
.timeline-strip::-webkit-scrollbar {
  height: 5px;
}
.timeline-strip::-webkit-scrollbar-track {
  background: #0a0f0c;
}
.timeline-strip::-webkit-scrollbar-thumb {
  background: #223026;
}
.timeline-cell {
  flex: 0 0 auto;
  width: 168px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px 9px 9px;
  border-right: 1px solid #17231c;
  border-bottom: 1px solid #17231c;
  background: linear-gradient(180deg, #0d1511 0%, #090e0b 100%);
  position: relative;
}
.timeline-cell::before {
  content: "";
  display: block;
  height: 26px;
  background: repeating-linear-gradient(
      135deg,
      rgba(159, 179, 166, 0.12) 0,
      rgba(159, 179, 166, 0.12) 2px,
      transparent 2px,
      transparent 6px
    ),
    linear-gradient(90deg, #1d2c23, #101a14);
  border: 1px solid #223026;
  filter: hue-rotate(-8deg) saturate(0.8);
}
.timeline-cell:nth-child(odd)::before {
  background: repeating-linear-gradient(
      45deg,
      rgba(224, 36, 43, 0.14) 0,
      rgba(224, 36, 43, 0.14) 2px,
      transparent 2px,
      transparent 7px
    ),
    linear-gradient(90deg, #24332a, #0e1712);
}
.timeline-timecode {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #ff5a5f;
}
.timeline-label {
  font-size: 11.5px;
  line-height: 1.45;
  color: #aebfb4;
}
.movie-episodes {
  min-width: 0;
}
.episode-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "num title dur"
    "sum sum sum";
  gap: 3px 10px;
  align-items: baseline;
  padding: 8px 10px;
  background: #0b110d;
  border: 1px solid #17231c;
  border-left: 2px solid #2b3b31;
}
.episode-card:hover {
  border-left-color: #e0242b;
}
.episode-num {
  grid-area: num;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #ff5a5f;
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e5eee8;
}
.episode-duration {
  grid-area: dur;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: #8fa396;
  white-space: nowrap;
  padding: 1px 5px;
  border: 1px solid #223026;
}
.episode-summary {
  grid-area: sum;
  font-size: 11.5px;
  line-height: 1.5;
  color: #93a89b;
  margin-top: 2px;
}
.movie-comments {
  min-width: 0;
}
.danmaku-wall {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 5px;
}
.danmaku-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding: 6px 9px;
  font-size: 11.5px;
  line-height: 1.45;
  background: #0a0f0c;
  border: 1px solid #161f1a;
  border-bottom: 1px solid #1c2a22;
}
.danmaku-item:nth-child(3n) {
  transform: translateX(0);
  border-left: 2px solid #223026;
}
.danmaku-item:nth-child(3n + 1) {
  border-left: 2px solid rgba(224, 36, 43, 0.45);
}
.danmaku-nick {
  flex: none;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #8fa396;
}
.danmaku-nick::after {
  content: "：";
  color: #4b5f54;
}
.danmaku-text {
  flex: 1 1 200px;
  min-width: 0;
  color: #cfdbd3;
  overflow-wrap: anywhere;
}
.recommend-region {
  min-width: 0;
}
.recommend-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px;
  color: #b7c7bc;
  text-decoration: none;
  background: #0b110d;
  border: 1px solid #17231c;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: #3a4d40;
  color: #eef5f0;
  text-decoration: underline;
  text-decoration-color: #e0242b;
  text-underline-offset: 3px;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border: 1px solid #1c2a22;
  filter: saturate(0.7) contrast(1.06);
}
.recommend-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e2ece5;
  overflow-wrap: anywhere;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.4;
  color: #82968a;
  overflow-wrap: anywhere;
}
.site-footer {
  margin-top: 18px;
  padding: 16px 14px 26px;
  background: #050806;
  border-top: 1px solid #16211b;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #9fb3a6;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid #1c2a22;
  border-right: none;
  background: #070c09;
}
a[data-contract="footer-sitemap"] {
  border-right: 1px solid #1c2a22;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: #f2f7f3;
  background: #16211b;
  text-decoration: underline;
  text-decoration-color: #e0242b;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 10.5px;
  line-height: 1.6;
  color: #5f7268;
  max-width: 900px;
  border-left: 2px solid #1c2a22;
  padding-left: 9px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}
.friend-links-label {
  flex: none;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #6d8277;
  padding: 2px 6px;
  border: 1px solid #1c2a22;
  background: #070c09;
}
a.runtime-friend-link {
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: #7f9386;
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid #131d17;
  background: #080d0a;
  overflow-wrap: anywhere;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #eef5f0;
  text-decoration: underline;
  text-decoration-color: #e0242b;
  text-underline-offset: 3px;
}
.player-frame.play, .data-player-action.play {
  outline: none;
}
.player {
  position: relative;
}
.progress, .timeupdate, .input, .volume, .mute, .speed, .click, .change {
  accent-color: #e0242b;
}
.player-controls .is-muted {
  color: #ff5a5f;
}
.hero-replay.is-theater {
  margin-left: -14px;
  margin-right: -14px;
  border-left: none;
  border-right: none;
}
.hero-replay.is-light .hero-media {
  box-shadow: inset 0 0 0 2px rgba(224, 36, 43, 0.7);
}
.hero-replay.is-light .player-frame {
  filter: saturate(0.55) contrast(1.16) brightness(0.86) hue-rotate(-8deg);
}
.hero-replay:fullscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
}
.hero-replay:fullscreen .hero-media {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.hero-replay:fullscreen .player-frame {
  height: 100%;
  object-fit: contain;
}
@media (min-width: 560px) {.detail-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (min-width: 860px) {body {
    font-size: 14px;
  }
.page-main {
    gap: 16px;
    padding: 0 20px 34px;
  }
.header-shell {
    padding: 9px 20px;
  }
.hero-tagline {
    max-width: 62%;
    padding: 34px 22px 16px;
    font-size: 14px;
  }
.movie-overview {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 20px;
    padding: 16px;
  }
.overview-poster-col {
    position: sticky;
    top: 14px;
    align-self: start;
  }
.movie-title {
    font-size: 28px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.cast-card {
    width: 74px;
  }}
@media (min-width: 1080px) {.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.danmaku-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 559px) {.hero-timecode {
    max-width: 78%;
  }
.timecode-cell {
    font-size: 9px;
    letter-spacing: 0.12em;
    padding: 2px 4px;
  }
.player-controls {
    gap: 5px;
    padding: 7px 8px;
  }
.ctrl-btn {
    font-size: 10.5px;
    padding: 4px 7px;
  }
.hero-tagline {
    font-size: 12px;
    padding: 22px 10px 10px;
  }
.poster-frame {
    max-width: 220px;
  }
.movie-title {
    font-size: 20px;
  }
.timeline-cell {
    width: 148px;
  }}
@media (prefers-reduced-motion: reduce) {a[data-contract="site-name"]::before {
    animation: none;
  }}

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}
