*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background-color: #1a1c1f;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(255,255,255,0.01) 2px, rgba(255,255,255,0.01) 4px),
    linear-gradient(180deg, #1e2125 0%, #17191d 100%);
  color: #d4d0c8;
  font-family: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", serif;
  font-size: 12px;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 24px;
  background: #141517;
  border-bottom: 2px solid #2a2e33;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-brand {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #d7ff3f;
  letter-spacing: 1px;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 98% 100%, 0 100%);
  padding: 4px 12px 8px 4px;
  background: #1a1c1f;
}
.site-brand:hover { color: #f0ff8a; }
.categories-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: 100%;
}
.runtime-category {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #8a8f98;
  padding: 4px 10px;
  background: #23262b;
  border: 1px solid #30343a;
  border-radius: 0;
  white-space: nowrap;
  transition: all 0.15s;
}
.runtime-category:hover {
  color: #141517;
  background: #d7ff3f;
  border-color: #d7ff3f;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 24px;
  padding: 32px 24px 24px;
  margin: 24px auto 0;
  max-width: 1200px;
  width: 100%;
  background: #1e2125;
  border: 1px solid #2c3036;
  box-shadow: 6px 6px 0 #0e0f11;
}
.overview__media {
  grid-row: 1 / 3;
  align-self: start;
  position: sticky;
  top: 80px;
}
.poster-wrapper {
  width: 100%;
  max-width: 280px;
  background: #141517;
  border: 2px solid #2c3036;
  position: relative;
}
.poster-wrapper::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.poster-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: contrast(1.1) saturate(0.9);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.overview__textual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 8px;
}
.hero__title {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  color: #e8e4da;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 0 #0e0f11;
  margin-bottom: 4px;
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.hero__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #d7ff3f;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
.hero__tagline {
  font-size: 15px;
  color: #d7ff3f;
  font-weight: 700;
  letter-spacing: 2px;
}
.hero__seo-desc {
  font-size: 13px;
  color: #9a9f9c;
  border-left: 3px solid #d7ff3f;
  padding-left: 12px;
  max-width: 700px;
}
.synopsis-block {
  margin-top: 4px;
}
.section-label {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #d7ff3f;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-label::before {
  content: "◤";
  font-size: 14px;
}
.synopsis-block p {
  margin-bottom: 6px;
  color: #c5c1b8;
  font-size: 13px;
}
.cast-block {
  margin-top: 4px;
}
.block-subhead {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #d7ff3f;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.cast-item {
  background: #24272c;
  border: 1px solid #30343a;
  padding: 2px 10px;
  font-size: 13px;
  color: #b8b4aa;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.cast-item:hover { background: #d7ff3f; color: #141517; }
.details-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 4px 16px;
  background: #1a1c1f;
  border: 1px solid #2c3036;
  padding: 10px 12px;
  margin-top: 4px;
}
.detail-cell {
  font-size: 12px;
  color: #a8a49c;
  display: flex;
  gap: 4px;
  white-space: nowrap;
}
.detail__term {
  color: #5c6066;
  font-weight: 300;
}
.episode-status {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #141517;
  padding: 10px 14px;
  border-left: 4px solid #d7ff3f;
  margin-top: 4px;
}
.status__label { color: #5c6066; font-size: 12px; }
.status__value {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  color: #d7ff3f;
  font-size: 15px;
  font-weight: 800;
}
.status__total { color: #8a8f98; font-size: 12px; background: #24272c; padding: 2px 8px; }
.player-shell {
  grid-column: 2;
  background: #141517;
  border: 1px solid #2c3036;
  padding: 4px;
  width: 100%;
  min-width: 0;
}
.player-shell video {
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 8px;
  background: #1e2125;
  border-top: 1px solid #2c3036;
}
.player-controls button {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  color: #8a8f98;
  background: #24272c;
  border: 1px solid #30343a;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.1s;
}
.player-controls button:hover { background: #d7ff3f; color: #141517; }
.player-controls button.theater-active { background: #d7ff3f; color: #141517; }
.timeline-section {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 24px;
  position: relative;
}
.timeline-section .section-label { margin-bottom: 24px; }
.timeline__line {
  position: absolute;
  left: 50%;
  top: 80px;
  bottom: 40px;
  width: 2px;
  background: #d7ff3f;
  transform: translateX(-50%);
  opacity: 0.6;
  z-index: 0;
}
.timeline-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 1;
}
.timeline-item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  max-width: 50%;
}
.timeline-item:nth-child(odd) {
  align-self: flex-start;
  text-align: right;
  justify-content: flex-end;
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
  text-align: left;
}
.timeline-item::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #d7ff3f;
  border: 3px solid #1a1c1f;
  transform: rotate(45deg);
  position: absolute;
  left: calc(100% + 6px);
  top: 50%;
  margin-top: -7px;
  z-index: 2;
}
.timeline-item:nth-child(even)::before {
  left: auto;
  right: calc(100% + 6px);
}
.timeline-item:nth-child(odd)::after, .timeline-item:nth-child(even)::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #d7ff3f;
  opacity: 0.5;
}
.timeline-item:nth-child(odd)::after { right: -24px; }
.timeline-item:nth-child(even)::after { left: -24px; }
.timeline__code {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #d7ff3f;
  background: #1e2125;
  border: 1px solid #2c3036;
  padding: 4px 10px;
  white-space: nowrap;
}
.timeline__label {
  font-size: 12px;
  color: #b8b4aa;
  background: #191b1e;
  border: 1px solid #2c3036;
  padding: 6px 10px;
  max-width: 320px;
  line-height: 1.5;
}
.episodes-shelf {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 24px;
}
.episodes-shelf .section-label { margin-bottom: 16px; }
.episodes-scroll {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.episode-card {
  background: #1e2125;
  border: 1px solid #2c3036;
  padding: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.1s, box-shadow 0.1s;
}
.episode-card:hover {
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 #0e0f11;
}
.episode__num {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #2c3036;
  line-height: 1;
  position: absolute;
  top: 8px;
  right: 12px;
}
.episode__title {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #d7ff3f;
  margin-top: 4px;
}
.episode__summary {
  font-size: 12px;
  color: #9a9f9c;
  line-height: 1.5;
  flex-grow: 1;
}
.episode__duration {
  font-size: 11px;
  color: #5c6066;
  border-top: 1px solid #2c3036;
  padding-top: 4px;
}
.cast-shelf {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 24px;
}
.cast-shelf .block-subhead { margin-bottom: 12px; }
.cast-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 8px;
}
.cast-avatar {
  aspect-ratio: 1;
  background: #1e2125;
  border: 2px solid #2c3036;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #d7ff3f;
  position: relative;
  transition: all 0.15s;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #d7ff3f;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.cast-avatar:hover { background: #d7ff3f; color: #141517; border-color: #d7ff3f; }
.cast-names {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  font-size: 13px;
  color: #b8b4aa;
  text-align: center;
}
.cast-names span { border-left: 2px solid #2c3036; padding-left: 4px; }
.cast-names span:first-child { border-left: none; }
.comments-section {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 24px;
}
.comments-section .section-label { margin-bottom: 16px; }
.comments-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.comment-card {
  background: #191b1e;
  border: 1px solid #2c3036;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.comment-card::before {
  content: "”";
  position: absolute;
  top: -6px;
  left: 8px;
  font-size: 28px;
  color: #d7ff3f;
  font-family: serif;
}
.comment__nick {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #d7ff3f;
}
.comment__text {
  font-size: 13px;
  color: #b8b4aa;
  line-height: 1.5;
}
.recommendation-region {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 0 24px;
}
.recommendation__title {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #d7ff3f;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 2px solid #2c3036;
  display: inline-block;
}
.recommendation__stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.recommendation-region:nth-of-type(4) .recommendation__stack {
  grid-template-columns: repeat(4, 1fr);
}
a[data-runtime="recommendation"] {
  background: #1e2125;
  border: 1px solid #2c3036;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #b8b4aa;
  transition: all 0.15s;
}
a[data-runtime="recommendation"]:hover {
  border-color: #d7ff3f;
  box-shadow: 4px 4px 0 #0e0f11;
}
a[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #141517;
  filter: contrast(1.1) saturate(0.85);
}
a[data-runtime="recommendation"] span[data-runtime="name"] {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #d4d0c8;
}
a[data-runtime="recommendation"] span[data-runtime="blurb"] {
  font-size: 11px;
  color: #8a8f98;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
footer {
  margin-top: 48px;
  background: #141517;
  border-top: 3px solid #2c3036;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-disclaimer {
  font-size: 12px;
  color: #5c6066;
  max-width: 800px;
  line-height: 1.6;
  border-left: 3px solid #2c3036;
  padding-left: 12px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.friend-links__label {
  font-family: "FZHei-B01", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #d7ff3f;
  margin-right: 8px;
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 12px;
  color: #8a8f98;
  background: #1e2125;
  border: 1px solid #2c3036;
  padding: 4px 10px;
  transition: all 0.15s;
  white-space: nowrap;
}
.runtime-friend-link:hover {
  color: #141517;
  background: #d7ff3f;
  border-color: #d7ff3f;
}
.footer-links {
  display: flex;
  gap: 16px;
  border-top: 1px solid #2c3036;
  padding-top: 12px;
}
.footer-links a {
  font-size: 12px;
  color: #8a8f98;
}
.footer-links a:hover { color: #d7ff3f; }
body.light-off {
  background: #0a0b0d;
}
body.light-off .movie-overview, body.light-off .episode-card, body.light-off .cast-avatar, body.light-off .comment-card, body.light-off a[data-runtime="recommendation"] {
  background: #141517;
  border-color: #1e2125;
}
body.light-off .hero__title { color: #5c6066; }
body.light-off .hero__tagline { color: #5c6066; }
@media (max-width: 900px) {.movie-overview {
    grid-template-columns: 1fr;
    gap: 20px;
  }
.overview__media {
    grid-row: auto;
    position: static;
    max-width: 220px;
    margin: 0 auto;
  }
.player-shell {
    grid-column: 1;
  }
.timeline-item {
    max-width: 70%;
  }
.timeline__line {
    left: 30px;
    transform: none;
  }
.timeline-item:nth-child(odd), .timeline-item:nth-child(even) {
    align-self: flex-start;
    text-align: left;
    justify-content: flex-start;
    padding-left: 40px;
    max-width: 100%;
  }
.timeline-item::before {
    left: 23px !important;
    right: auto !important;
  }
.timeline-item:nth-child(odd)::after, .timeline-item:nth-child(even)::after {
    left: 30px !important;
    right: auto !important;
    width: 14px;
  }
.episodes-scroll {
    grid-template-columns: repeat(2, 1fr);
  }
.recommendation__stack, .recommendation-region:nth-of-type(4) .recommendation__stack {
    grid-template-columns: repeat(2, 1fr);
  }
.details-grid {
    grid-template-columns: repeat(2, auto);
  }}
@media (max-width: 600px) {header {
    padding: 12px;
    gap: 8px;
  }
.site-brand { font-size: 18px; }
.movie-overview {
    padding: 16px;
    margin: 16px auto 0;
    box-shadow: 3px 3px 0 #0e0f11;
  }
.hero__title { font-size: 20px; }
.episodes-scroll {
    grid-template-columns: 1fr;
    gap: 6px;
  }
.cast-row, .cast-names {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
.comments-grid, .recommendation__stack, .recommendation-region:nth-of-type(4) .recommendation__stack {
    grid-template-columns: 1fr;
  }
.details-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
.timeline-section, .episodes-shelf, .cast-shelf, .comments-section, .recommendation-region {
    padding: 0 12px;
    margin-top: 32px;
  }
.timeline-item {
    padding-left: 32px !important;
  }
.timeline-item::before {
    left: 18px !important;
    width: 10px;
    height: 10px;
  }
.timeline-item:nth-child(odd)::after, .timeline-item:nth-child(even)::after {
    left: 24px !important;
    width: 8px;
  }
.player-controls button {
    font-size: 10px;
    padding: 3px 6px;
  }
footer {
    padding: 16px 12px;
  }
.friend-links {
    gap: 4px;
  }
.friend-links__label {
    font-size: 12px;
  }}
@media (max-width: 380px) {.hero__title {
    font-size: 18px;
  }
.hero__tagline {
    font-size: 13px;
  }
.timeline__label {
    font-size: 11px;
  }}

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}
