*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #14161a;
  background-image:
    linear-gradient(180deg, #1b1e23 0%, #14161a 32%, #101215 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 7px);
  color: #b9bec6;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "Heiti SC", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
button, input, summary {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus-visible {
  outline: 2px solid #8c3a26;
  outline-offset: 2px;
}
.site-head {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(16, 18, 21, 0.94);
  border-bottom: 1px solid #262a30;
  backdrop-filter: blur(6px);
}
.site-head-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px 20px;
}
a[data-contract="site-name"] {
  flex: none;
  color: #e4e7eb;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  padding-right: 14px;
  border-right: 1px solid #2c3038;
  text-transform: uppercase;
}
.category-rail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: #8d939c;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding: 5px 9px;
  border: 1px solid #2a2e35;
  border-radius: 2px;
  background: #191c21;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category:hover {
  color: #d6dae0;
  border-color: #3a3f47;
}
.page-main {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px 0;
}
.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 30px;
  padding: 34px 0 46px;
  margin-bottom: 34px;
  align-items: start;
  border-bottom: 1px solid #22262c;
}
.hero-figure {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.hero-poster-wrap {
  position: relative;
  overflow: hidden;
  background: #0d0f12;
  border: 1px solid #2a2e35;
  box-shadow: 0 18px 40px -22px #000;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08) brightness(0.9);
}
.hero-scar-trace {
  position: absolute;
  top: 26%;
  left: 4%;
  width: 62%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(180, 178, 172, 0.55) 12%, rgba(200, 198, 190, 0.8) 46%, rgba(180, 178, 172, 0.4) 78%, transparent);
  transform: rotate(-9deg);
  transform-origin: left center;
  pointer-events: none;
  box-shadow: 0 0 6px rgba(190, 188, 180, 0.25);
}
.hero-scar-trace::before, .hero-scar-trace::after {
  content: "";
  position: absolute;
  left: 14%;
  width: 74%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 168, 160, 0.42) 30%, transparent);
}
.hero-scar-trace::before {
  top: -6px;
  transform: rotate(1.6deg);
}
.hero-scar-trace::after {
  top: 7px;
  transform: rotate(-1.2deg);
}
.hero-tagline {
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #8c3a26;
  color: #cfd3d9;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.hero-info {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-title {
  color: #eef0f3;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.06em;
}
.hero-seo {
  color: #8f959d;
  font-size: 13px;
  line-height: 1.68;
  max-width: 60ch;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #0b0d0f;
  border: 1px solid #2a2e35;
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 8px 10px;
  background: #16191d;
  border-top: 1px solid #23272d;
}
.player-btn {
  flex: none;
  cursor: pointer;
  background: #1e2227;
  border: 1px solid #2f343c;
  border-radius: 2px;
  color: #a8aeb6;
  font-size: 11.5px;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 6px 9px;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-btn:hover {
  color: #e2e5e9;
  border-color: #454b54;
}
.player-btn.is-active {
  color: #d8dde3;
  border-color: #8c3a26;
  background: #241a17;
}
.player-btn.is-muted, .player-btn.mute, .player-btn.is-fast, .player-btn.speed, .player-btn.play, .player-btn.pip, .player-btn.fullscreen {
  color: #cfd3d9;
}
.player-progress, .player-volume {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: #2b3037;
  border-radius: 2px;
  cursor: pointer;
}
.player-progress {
  flex: 1 1 140px;
  min-width: 90px;
}
.player-volume {
  flex: 0 1 84px;
  min-width: 60px;
}
.player-progress::-webkit-slider-thumb, .player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #9a9fa7;
  border: 1px solid #14161a;
}
.player-progress::-moz-range-thumb, .player-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #14161a;
  border-radius: 50%;
  background: #9a9fa7;
}
.player-progress.input, .player-volume.input, .player-progress.progress, .player-volume.volume {
  accent-color: #8c3a26;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  padding: 9px 11px;
  background: #191c21;
  border-left: 2px solid #8c3a26;
}
.status-current {
  color: #b6553a;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.status-total {
  color: #7e848c;
  font-size: 11.5px;
  letter-spacing: 0.08em;
}
.cast {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cast-heading, .synopsis-heading, .details-heading, .timeline-heading, .episodes-heading, .comments-heading {
  color: #d4d8de;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18em;
  padding-left: 8px;
  border-left: 2px solid #33383f;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
}
.cast-item {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  min-width: 0;
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, #5d646d 0%, #3a4048 45%, #22262b 100%);
  border: 1px solid #40464f;
  box-shadow: inset 0 -4px 6px -3px rgba(140, 58, 38, 0.55);
}
.cast-name {
  grid-column: 2;
  color: #dcdfe4;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  grid-column: 2;
  color: #7c828a;
  font-size: 11px;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis, .details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.synopsis-para {
  color: #949aa2;
  font-size: 12.5px;
  line-height: 1.66;
  text-align: justify;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #262a30;
  border: 1px solid #262a30;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  padding: 5px 9px;
  background: #191c21;
}
.details-key {
  flex: none;
  width: 62px;
  color: #71777f;
  font-size: 11.5px;
  letter-spacing: 0.06em;
}
.details-val {
  min-width: 0;
  color: #c3c8cf;
  font-size: 12px;
}
.details-score {
  color: #b6553a;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.timeline-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 6px 0 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #22262c;
}
.timeline-rail {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 30px 4px 14px;
  scrollbar-width: thin;
  scrollbar-color: #3a3f47 transparent;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #2a2e35;
  border-bottom: 1px solid #2a2e35;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 46px),
    linear-gradient(180deg, #171a1f, #14161a);
}
.timeline-rail::-webkit-scrollbar {
  height: 6px;
}
.timeline-rail::-webkit-scrollbar-thumb {
  background: #3a3f47;
  border-radius: 3px;
}
.timeline-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0;
  min-width: 100%;
  width: max-content;
}
.timeline-node {
  position: relative;
  flex: 0 0 210px;
  padding: 0 14px 0 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: #33383f;
}
.node-timecode {
  color: #8b9199;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.node-rivet {
  position: relative;
  width: 13px;
  height: 13px;
  flex: none;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #7d838c 0%, #4a5058 48%, #2a2e34 100%);
  border: 1px solid #4a5058;
  box-shadow: 0 0 0 3px #14161a, 0 0 0 4px #2a2e35;
}
.node-label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #9aa0a8;
  font-size: 12px;
  line-height: 1.45;
  max-width: 100%;
  word-break: break-word;
}
.episodes-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
  margin-bottom: 30px;
  border-bottom: 1px solid #22262c;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 9px 10px 10px;
  background: #191c21;
  border: 1px solid #272b31;
  border-radius: 2px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.episode-card.is-current {
  border-color: #8c3a26;
  background: #1e1a19;
  box-shadow: inset 0 0 0 1px rgba(140, 58, 38, 0.28);
}
.episode-number {
  color: #6f757d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
}
.episode-card.is-current .episode-number {
  color: #b6553a;
}
.episode-title {
  color: #d9dde2;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  color: #767c84;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.episode-summary {
  margin-top: 2px;
}
.episode-summary-toggle {
  cursor: pointer;
  display: inline-block;
  color: #8f959d;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 4px 7px;
  border: 1px solid #2f343c;
  border-radius: 2px;
  background: #1e2227;
  list-style: none;
}
.episode-summary-toggle::-webkit-details-marker {
  display: none;
}
.episode-summary-toggle::marker {
  content: "";
}
.episode-card.is-current .episode-summary-toggle {
  color: #c07a63;
  border-color: #5a2c1f;
}
.episode-summary[open] .episode-summary-toggle {
  color: #d6dae0;
  border-color: #454b54;
}
.episode-summary-text {
  margin-top: 7px;
  color: #8f959d;
  font-size: 11.5px;
  line-height: 1.6;
  border-top: 1px solid #272b31;
  padding-top: 7px;
}
.comments-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid #22262c;
}
.comments-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 10px 12px;
  background: #1b1e23;
  border: 1px solid #2a2e35;
  border-radius: 3px;
  box-shadow: 0 8px 18px -14px #000;
}
.comment-card:nth-child(odd) {
  transform: rotate(-0.7deg);
}
.comment-card:nth-child(even) {
  transform: rotate(0.6deg);
  margin-top: 10px;
}
.comment-nickname {
  color: #c6cbd2;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.comment-text {
  color: #8d939b;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid #1f2328;
}
.rec-section:last-child {
  border-bottom: 0;
  margin-bottom: 12px;
}
.rec-heading {
  display: inline-block;
  align-self: flex-start;
  max-width: 100%;
  color: #d2d6dc;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 7px 16px;
  background: #1d2126;
  border: 1px solid #2c3138;
  border-radius: 999px;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
a.rec-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  padding: 7px 7px 9px;
  background: #181b20;
  border: 1px solid #262a30;
  border-radius: 2px;
  color: #b9bec6;
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
a.rec-item:hover {
  border-color: #454b54;
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #0e1013;
  filter: saturate(0.75) contrast(1.05) brightness(0.92);
}
.rec-pic {
  border: 1px solid #22262c;
}
.rec-name {
  color: #d2d6dc;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-blurb {
  color: #7e848c;
  font-size: 11px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-foot {
  max-width: 1220px;
  margin: 0 auto;
  padding: 22px 20px 40px;
  border-top: 1px solid #22262c;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.foot-disclaimer {
  color: #6c727a;
  font-size: 11.5px;
  line-height: 1.65;
  max-width: 78ch;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: #9aa0a8;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #d6dae0;
  border-bottom-color: #8c3a26;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
}
.friend-links-label {
  flex: none;
  color: #5f656d;
  font-size: 11px;
  letter-spacing: 0.14em;
  padding-right: 10px;
  border-right: 1px solid #262a30;
}
a.runtime-friend-link {
  color: #7e848c;
  text-decoration: none;
  font-size: 11.5px;
  letter-spacing: 0.02em;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover {
  color: #b6553a;
}
body.lights-off {
  background-image: none;
  background-color: #08090b;
}
body.lights-off .page-main {
  filter: brightness(0.86);
}
body.theater-on .player-shell {
  border-color: #8c3a26;
  box-shadow: 0 0 0 1px rgba(140, 58, 38, 0.35), 0 22px 50px -28px #000;
}
.player-shell.fullscreen, .player-shell.theater {
  border-color: #8c3a26;
}
.player-btn.click, .player-btn.mute, .player-btn.speed, .player-btn.pip, .player-btn.fullscreen, .player-btn.theater, .player-btn.light {
  border-radius: 2px;
}
@media (max-width: 1080px) {.hero-shell {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    gap: 24px;
  }
.episode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.rec-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-top: 24px;
  }
.hero-figure {
    grid-column: 1;
    grid-row: 1;
    max-width: 260px;
  }
.hero-info {
    grid-column: 1;
    grid-row: 2;
  }
.hero-title {
    font-size: 24px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 620px) {.site-head-inner {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 8px 14px;
  }
a[data-contract="site-name"] {
    border-right: 0;
    padding-right: 0;
  }
.category-rail {
    flex: 1 1 100%;
  }
.page-main {
    padding: 0 14px;
  }
.hero-figure {
    max-width: 200px;
  }
.hero-title {
    font-size: 21px;
  }
.hero-scar-trace {
    width: 58%;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(even) {
    margin-top: 0;
  }
.rec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.player-controls {
    gap: 5px 6px;
  }
.player-btn {
    font-size: 11px;
    padding: 5px 7px;
  }}
@media (max-width: 400px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: minmax(0, 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}
