:root {
  --ink: #1b1f22;
  --ink-soft: #2a2f33;
  --slate: #4a5459;
  --slate-light: #6d777c;
  --mist: #8a9499;
  --paper: #ece7dd;
  --paper-warm: #e3dccf;
  --bone: #f4f1ea;
  --red: #9c3b34;
  --red-faded: #a8514a;
  --red-deep: #6f2723;
  --line: #b9b1a3;
  --seam: #a99f8d;
  --dark: #12161a;
  --dark-2: #1a2025;
  --font-title: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  --font-body: "Heiti SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(120% 80% at 15% 0%, #2a3238 0%, rgba(26, 32, 37, 0) 55%),
    linear-gradient(180deg, #161b1f 0%, #12161a 100%);
  background-color: var(--dark);
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
img {
  display: block;
  max-width: 100%;
}
h1, h2, h3 {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 700;
  letter-spacing: 0.04em;
}
p {
  margin: 0;
}
ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: var(--red-faded);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
a[data-contract="site-name"] {
  color: var(--paper);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--red-faded);
  text-decoration: none;
}
a.runtime-category {
  color: var(--paper-warm);
  text-decoration: none;
}
a.runtime-category:hover {
  color: #fff;
  text-decoration: none;
}
a.recommend-card {
  color: var(--paper);
  text-decoration: none;
}
a.recommend-card:hover {
  text-decoration: none;
}
a[data-contract="footer-home"] {
  color: var(--mist);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover {
  color: var(--red-faded);
  text-decoration: underline;
}
a[data-contract="footer-sitemap"] {
  color: var(--mist);
  text-decoration: none;
}
a[data-contract="footer-sitemap"]:hover {
  color: var(--red-faded);
  text-decoration: underline;
}
a.runtime-friend-link {
  color: var(--slate-light);
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: var(--red-faded);
  text-decoration: underline;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 22, 26, 0.92);
  border-bottom: 1px solid #333b40;
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-brand {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 9px;
  font-size: 13px;
  line-height: 1.35;
  border: 1px solid #3c454b;
  border-radius: 2px;
  background: rgba(60, 69, 75, 0.28);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.overview-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.55fr);
  gap: 20px;
  align-items: start;
  background: linear-gradient(160deg, #232a2f 0%, #1a2025 100%);
  border: 1px solid #333c42;
  border-top: 3px solid var(--red-deep);
  padding: 16px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.45);
}
.poster-column {
  min-width: 0;
  position: sticky;
  top: 58px;
}
.poster-frame {
  margin: 0;
  background: #0d1013;
  border: 1px solid #39424a;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05) brightness(0.92);
}
.poster-caption {
  font-family: var(--font-title);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--mist);
  text-align: center;
  padding: 2px 0 3px;
  border-top: 1px dashed var(--seam);
}
.overview-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.title-block {
  border-left: 3px solid var(--red);
  padding: 2px 0 2px 12px;
}
.movie-title {
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.1;
  color: var(--bone);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
}
.movie-tagline {
  margin-top: 6px;
  font-family: var(--font-title);
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--red-faded);
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #05070a;
  border: 1px solid #3a434a;
  padding: 6px;
}
.movie-player {
  display: block;
  max-width: none;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 4px 2px 2px;
  border-top: 1px dashed #3f484f;
}
.control-button {
  background: #232b31;
  border: 1px solid #454f57;
  color: var(--paper-warm);
  font-size: 12.5px;
  line-height: 1;
  padding: 6px 9px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}
.control-button:hover {
  background: #2e383f;
  border-color: var(--red);
}
.control-range {
  flex: 1 1 90px;
  min-width: 70px;
  height: 4px;
  accent-color: var(--red);
  background: transparent;
  cursor: pointer;
}
.control-select {
  background: #232b31;
  border: 1px solid #454f57;
  color: var(--paper-warm);
  font-size: 12.5px;
  padding: 5px 6px;
  border-radius: 2px;
  cursor: pointer;
}
.control-button.is-active {
  background: var(--red-deep);
  border-color: var(--red-faded);
  color: #fff;
}
.player-shell.is-theater {
  background: #000;
  border-color: var(--red-deep);
  box-shadow: 0 0 0 1px rgba(156, 59, 52, 0.4), 0 12px 40px rgba(0, 0, 0, 0.7);
}
body.lights-off {
  background: #000;
}
body.lights-off .site-header, body.lights-off .site-footer {
  opacity: 0.25;
}
body.lights-off .overview-shell {
  background: #000;
}
.section-heading {
  font-size: 19px;
  color: var(--bone);
  padding: 0 0 6px 10px;
  border-left: 4px solid var(--red);
  border-bottom: 1px solid #3a4349;
  margin-bottom: 12px;
  letter-spacing: 0.14em;
}
.cast-block {
  border-top: 1px dashed var(--seam);
  padding-top: 12px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  padding: 6px 4px;
  border-bottom: 1px dotted #40484e;
}
.cast-avatar-frame {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #4d565d;
  box-shadow: 0 0 0 1px rgba(156, 59, 52, 0.35);
  flex: none;
}
.cast-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.35) sepia(0.12) contrast(1.06);
}
.cast-name {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 15px;
  color: var(--bone);
  margin-top: 3px;
}
.cast-role {
  font-size: 12.5px;
  color: var(--mist);
  padding-left: 10px;
  border-left: 1px solid #4a5459;
}
.synopsis-block {
  border-top: 1px dashed var(--seam);
  padding-top: 12px;
}
.synopsis-body {
  columns: 2;
  column-gap: 22px;
  column-rule: 1px dashed #3d474d;
}
.synopsis-paragraph {
  font-size: 13.5px;
  line-height: 1.72;
  color: #cdc7ba;
  margin-bottom: 9px;
  break-inside: avoid;
  text-align: justify;
}
.synopsis-paragraph:first-child::first-letter {
  font-family: var(--font-title);
  font-size: 2.1em;
  float: left;
  line-height: 0.9;
  padding: 2px 6px 0 0;
  color: var(--red-faded);
}
.episode-status-block {
  border-top: 1px dashed var(--seam);
  padding-top: 12px;
}
.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.status-item {
  font-size: 12.5px;
  padding: 4px 10px;
  background: rgba(156, 59, 52, 0.16);
  border: 1px solid rgba(156, 59, 52, 0.5);
  color: var(--paper-warm);
  letter-spacing: 0.06em;
}
.details-block {
  border-top: 1px dashed var(--seam);
  padding-top: 12px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dotted #3b444a;
  min-width: 0;
}
.details-key {
  flex: none;
  width: 5.4em;
  font-family: var(--font-title);
  font-size: 13px;
  color: var(--mist);
  letter-spacing: 0.08em;
}
.details-value {
  font-size: 13.5px;
  color: #d5cfc2;
  min-width: 0;
}
.timeline-section {
  border-top: 1px solid #333c42;
  padding-top: 14px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  padding-left: 20px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 4px;
  width: 0;
  border-left: 2px dashed var(--seam);
}
.timeline-node {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 7px 0 7px 2px;
  border-bottom: 1px dotted #3b444a;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 2px #1a2025, 0 0 0 3px var(--red-deep);
}
.timeline-timecode {
  flex: none;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 13px;
  color: var(--red-faded);
  letter-spacing: 0.06em;
  padding: 1px 6px;
  border: 1px solid rgba(168, 81, 74, 0.55);
  background: rgba(156, 59, 52, 0.12);
}
.timeline-label {
  font-size: 13px;
  line-height: 1.5;
  color: #c8c2b5;
  min-width: 0;
}
.episodes-section {
  border-top: 1px solid #333c42;
  padding-top: 14px;
}
.episodes-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--red-deep) #232a2f;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 158px;
  padding: 10px 12px 12px;
  background: linear-gradient(180deg, #262e34 0%, #1d2429 100%);
  border: 1px solid #39424a;
  border-left: 3px solid var(--red-deep);
  overflow: hidden;
}
.episode-number {
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: rgba(236, 231, 221, 0.07);
  letter-spacing: 0.02em;
  pointer-events: none;
  user-select: none;
}
.episode-title {
  font-size: 17px;
  color: var(--bone);
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.62;
  color: #b7b1a4;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  font-size: 11.5px;
  color: var(--faded, #c9a29c);
  color: var(--red-faded);
  border-top: 1px dashed #4a5459;
  padding-top: 5px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.comments-section {
  border-top: 1px solid #333c42;
  padding-top: 14px;
}
.comments-columns {
  columns: 2;
  column-gap: 24px;
  column-rule: 1px dashed #3d474d;
}
.comment-card {
  break-inside: avoid;
  padding: 8px 0 9px;
  border-bottom: 1px solid #39424a;
  margin-bottom: 4px;
}
.comment-nickname {
  display: block;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 13px;
  color: var(--red-faded);
  letter-spacing: 0.08em;
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #39424a;
}
.comment-text {
  font-size: 13px;
  line-height: 1.68;
  color: #c6c0b3;
}
.recommend-region {
  border-top: 1px solid #333c42;
  padding-top: 14px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.region-heading {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  letter-spacing: 0.34em;
  color: var(--bone);
  padding: 6px 8px;
  border: 1px solid #3b444a;
  border-top: 3px solid var(--red);
  background: rgba(156, 59, 52, 0.1);
  align-self: stretch;
  max-height: 100%;
  justify-self: start;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
  min-width: 0;
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  background: linear-gradient(180deg, #262e34 0%, #1c2227 100%);
  border: 1px solid #39424a;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.recommend-card:hover {
  border-color: var(--red);
  transform: translateY(-2px);
}
.recommend-poster {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.05) brightness(0.9);
}
.recommend-name {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--bone);
  letter-spacing: 0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 12px;
  line-height: 1.55;
  color: #a8a296;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 8px;
  border-top: 1px solid #333c42;
  background: #0e1215;
  padding: 16px 18px 24px;
}
.footer-nav {
  max-width: 1180px;
  margin: 0 auto 10px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
}
.footer-disclaimer {
  max-width: 1180px;
  margin: 0 auto 12px;
  font-size: 12.5px;
  line-height: 1.7;
  color: #7d868b;
  padding: 8px 10px;
  border-left: 2px solid #3c454b;
  background: rgba(60, 69, 75, 0.16);
}
.friend-links {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  align-items: baseline;
  font-size: 12.5px;
}
.friend-links-label {
  font-family: var(--font-title);
  font-weight: 700;
  color: var(--mist);
  letter-spacing: 0.14em;
  border-right: 1px solid #39424a;
  padding-right: 12px;
}
@media (max-width: 980px) {.overview-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    position: static;
    max-width: 300px;
  }
.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.page-main {
    padding: 12px 12px 28px;
    gap: 18px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 10px;
  }
.site-brand {
    font-size: 17px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.synopsis-body {
    columns: 1;
    column-rule: none;
  }
.comments-columns {
    columns: 1;
    column-rule: none;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 18px;
  }
.recommend-region {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
.region-heading {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    letter-spacing: 0.16em;
    border-left: 4px solid var(--red);
    border-top: 1px solid #3b444a;
    justify-self: stretch;
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 480px) {.cast-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episodes-scroller {
    grid-auto-columns: minmax(190px, 82%);
  }
.control-range {
    flex: 1 1 100%;
    order: 3;
  }}

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}
