*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #141b1f;
  color: #c3cdd0;
  font-family: "Songti SC", "SimSun", "Songti TC", "Noto Serif CJK SC", serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 22px;
  padding: 12px 22px;
  background: #0f1518;
  border-bottom: 1px solid #2b3a40;
  z-index: 20;
}
.brand {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "Songti SC", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #d8e2e3;
  text-shadow: 0 0 10px rgba(120, 160, 168, 0.35);
}
a[data-contract="site-name"] {
  color: #d8e2e3;
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: #e6c9c0;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 14px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 8px;
  border: 1px solid #2f4046;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #93a6ab;
  text-decoration: none;
  background: rgba(60, 84, 92, 0.12);
}
a.runtime-category:hover {
  color: #d9c7bd;
  border-color: #6b4a44;
  background: rgba(150, 70, 60, 0.14);
}
.page-main {
  display: block;
  margin: 0 auto;
  padding: 0 22px 0;
  max-width: 1180px;
}
.section-title {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "Songti SC", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #b9c8cb;
  padding-left: 10px;
  border-left: 3px solid #7a4a41;
  margin-bottom: 12px;
}
.movie-overview {
  position: relative;
  background:
    linear-gradient(180deg, rgba(28, 40, 45, 0.92), rgba(18, 26, 30, 0.94));
  border-bottom: 1px solid #2b3a40;
  padding: 22px 20px 20px;
  margin: 0 -22px 0;
  padding-left: 42px;
  padding-right: 42px;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(90deg, rgba(120, 150, 156, 0.10) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(0deg, rgba(120, 150, 156, 0.08) 0 1px, transparent 1px 62px);
  opacity: 0.55;
  z-index: 0;
}
.movie-overview > * {
  position: relative;
  z-index: 1;
}
.overview-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-areas:
    "figure copy"
    "player player";
  gap: 16px 22px;
  align-items: start;
  margin-bottom: 22px;
}
.hero-figure {
  grid-area: figure;
  align-self: start;
  position: relative;
  overflow: hidden;
  border: 1px solid #32454b;
  box-shadow: inset 0 0 60px rgba(10, 20, 24, 0.9);
}
.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(20, 34, 40, 0.55) 0%, rgba(30, 46, 52, 0.15) 55%, rgba(50, 70, 76, 0.35) 100%);
  mix-blend-mode: multiply;
}
.hero-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.02) brightness(0.94);
}
.hero-copy {
  grid-area: copy;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #2f4147;
}
.hero-title {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "Songti SC", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #dde6e6;
  writing-mode: vertical-rl;
  text-orientation: upright;
  max-height: 260px;
  margin: 8px 0 0 auto;
  padding: 6px 2px;
  text-shadow: 0 0 14px rgba(140, 180, 186, 0.28);
}
.hero-tagline {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 13.5px;
  line-height: 1.9;
  letter-spacing: 0.22em;
  color: #9fb2b6;
  writing-mode: vertical-rl;
  margin-left: auto;
  max-height: 220px;
}
.hero-seo {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #6f838a;
  margin-left: auto;
  writing-mode: vertical-rl;
  max-height: 120px;
}
.player-shell {
  grid-area: player;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: #0b1114;
  border: 1px solid #32454b;
  padding: 8px 8px 0;
}
.player-shell video {
  display: block;
  width: 100%;
  background: #05090b;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 2px 8px;
  border-top: 1px solid #26363c;
  margin-top: 8px;
}
.ctrl {
  appearance: none;
  background: rgba(56, 78, 86, 0.28);
  border: 1px solid #33474e;
  color: #aebfc2;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  line-height: 1.5;
  cursor: pointer;
}
.ctrl:hover {
  color: #e2d3ca;
  border-color: #6d4a43;
  background: rgba(140, 66, 56, 0.2);
}
.ctrl-progress {
  flex: 1 1 200px;
  min-width: 120px;
  height: 4px;
  padding: 0;
  border: none;
  background: #223238;
  cursor: pointer;
  accent-color: #8a4a40;
}
.ctrl-volume {
  width: 92px;
  height: 4px;
  padding: 0;
  border: none;
  background: #223238;
  cursor: pointer;
  accent-color: #8a4a40;
}
.ctrl-speed {
  background: rgba(56, 78, 86, 0.28);
  border: 1px solid #33474e;
  padding: 3px 6px;
}
.ctrl.is-active {
  color: #e6cfc7;
  border-color: #8a4a40;
  background: rgba(150, 70, 58, 0.26);
}
.player-shell.is-theater {
  max-width: 100%;
  box-shadow: 0 0 0 1px #4a3a37, 0 14px 40px rgba(0, 0, 0, 0.7);
}
.player-shell.is-lights-off {
  background: #04070a;
}
.player-shell.is-lights-off video {
  filter: brightness(0.42) contrast(1.1);
}
.play .player-shell, .player .player-shell {
  outline: 1px solid #2f4147;
}
.fullscreen .player-shell, .player-shell.fullscreen {
  border-color: #6d4a43;
}
.pip .player-shell, .player-shell.pip {
  border-color: #4a5f66;
}
.speed .ctrl-speed, .volume .ctrl-volume {
  color: #e6cfc7;
}
.progress .ctrl-progress, .timeupdate .ctrl-progress {
  background: #2a3d44;
}
.mute .ctrl-mute, .light .ctrl-light, .theater .ctrl-theater, .change .ctrl-speed {
  border-color: #6d4a43;
  color: #e2d3ca;
}
.click .ctrl, .input .ctrl {
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.is-active .ctrl-speed {
  background: rgba(150, 70, 58, 0.26);
}
.overview-synopsis {
  margin: 0 0 20px;
  padding-top: 14px;
  border-top: 1px solid #2b3a40;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.85;
  letter-spacing: 0.03em;
  color: #a9b8bb;
  text-indent: 2em;
  margin-bottom: 8px;
  max-width: 88ch;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.episode-status {
  display: inline-block;
  margin: 0 0 20px;
  padding: 8px 16px 8px 14px;
  border: 1px solid #32454b;
  border-left: 3px solid #7a4a41;
  background: rgba(40, 58, 64, 0.22);
}
.status-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
}
.status-key {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #7e9298;
}
.status-val {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 17px;
  font-weight: 700;
  color: #d3b3ab;
  margin-right: 14px;
}
.cast-block {
  margin: 0 0 20px;
  padding-top: 14px;
  border-top: 1px solid #2b3a40;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  align-items: stretch;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #2d4046;
  background: rgba(36, 52, 58, 0.26);
  min-height: 62px;
}
.cast-name {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #cfdcdd;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.15;
}
.cast-note {
  align-self: flex-end;
  font-size: 11.5px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #83979c;
  border-left: 1px solid #33474e;
  padding-left: 8px;
}
.details-block {
  padding-top: 14px;
  border-top: 1px solid #2b3a40;
}
.details-list {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 4px 12px;
  align-items: baseline;
  font-size: 12.5px;
  line-height: 1.55;
}
.details-key {
  letter-spacing: 0.12em;
  color: #7e9298;
  white-space: nowrap;
}
.details-val {
  color: #b7c4c6;
  border-bottom: 1px dotted #2f4147;
  padding-bottom: 1px;
}
.timeline-section {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #2b3a40;
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 26px 4px 34px;
  border-bottom: 1px solid #2b3a40;
  scrollbar-width: thin;
  scrollbar-color: #3a5057 #162025;
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: #162025;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: #3a5057;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 46px;
  min-width: max-content;
  padding: 0 6px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4d666d 6%, #4d666d 94%, transparent);
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 104px;
  padding-top: 34px;
  text-align: center;
}
.node-key {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  color: transparent;
  background: #6f8a91;
  border: 1px solid #93aab0;
  border-radius: 50% 50% 50% 2px;
  box-shadow: 0 0 0 3px #141b1f, 0 0 8px rgba(120, 160, 168, 0.4);
}
.node-key::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 18px;
  background: #3d545b;
  transform: translateX(-50%);
}
.timeline-node .node-label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #7f9499;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.24s ease, color 0.2s ease;
}
.timeline-node:hover .node-label, .timeline-node:focus-within .node-label {
  max-height: 64px;
  opacity: 1;
  color: #d8c3bb;
}
.timeline-node:hover .node-key {
  background: #9a5a4e;
  border-color: #d0a49a;
  box-shadow: 0 0 0 3px #141b1f, 0 0 12px rgba(180, 90, 74, 0.55);
}
.episodes-section {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #2b3a40;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #2b3a40;
  border: 1px solid #2b3a40;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "dur dur"
    "sum sum";
  align-items: baseline;
  gap: 2px 8px;
  padding: 10px 12px 10px;
  background: #172126;
  align-self: start;
}
.ep-number {
  grid-area: num;
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #7f979d;
  letter-spacing: 0.02em;
}
.ep-number::before {
  content: "第";
  font-size: 11px;
  color: #5d7378;
  margin-right: 1px;
}
.ep-number::after {
  content: "集";
  font-size: 11px;
  color: #5d7378;
  margin-left: 1px;
}
.ep-title {
  grid-area: title;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #cdd9da;
  padding-bottom: 4px;
  border-bottom: 1px solid #26363c;
}
.ep-duration {
  grid-area: dur;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #71868b;
  padding-top: 2px;
}
.ep-summary {
  grid-area: sum;
  font-size: 12px;
  line-height: 1.62;
  color: #93a4a7;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease, margin 0.25s ease;
  margin-top: 0;
}
.episode-card:hover .ep-summary, .episode-card:focus-within .ep-summary {
  max-height: 160px;
  opacity: 1;
  margin-top: 6px;
}
.episode-card:hover {
  background: #1c282e;
}
.episode-card:hover .ep-number {
  color: #c88f84;
}
.comments-section {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #2b3a40;
}
.comments-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  align-items: start;
}
.comments-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
}
.comments-col:first-child {
  padding-top: 0;
}
.comments-col:last-child {
  padding-top: 22px;
}
.comment-card {
  position: relative;
  padding: 10px 12px 12px;
  background:
    linear-gradient(180deg, rgba(46, 62, 68, 0.42), rgba(30, 42, 47, 0.42));
  border: 1px solid #2f4249;
  border-radius: 0;
  box-shadow: inset 0 -8px 18px rgba(10, 18, 22, 0.5);
}
.comment-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(120, 150, 156, 0.35), transparent 70%);
  opacity: 0.6;
}
.comment-nick {
  display: inline-block;
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #b8a49c;
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #35484f;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.72;
  color: #9fb0b3;
}
.recommend-region {
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid #2b3a40;
}
.recommend-strip {
  display: grid;
  gap: 12px;
  align-items: start;
}
.recommend-region-1 .recommend-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-region-2 .recommend-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #26363c;
  padding-top: 12px;
}
.recommend-region-3 .recommend-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #26363c;
  padding-top: 12px;
}
.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: rgba(34, 50, 56, 0.28);
  border: 1px solid #2b3e44;
  align-self: start;
  min-width: 0;
  transition: border-color 0.2s ease, background 0.2s ease;
}
a.recommend-item {
  color: #a9b8bb;
  text-decoration: none;
}
a.recommend-item:hover {
  color: #dfd0c8;
  border-color: #6d4a43;
  background: rgba(60, 40, 38, 0.32);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  border: 1px solid #26363c;
  filter: saturate(0.78) brightness(0.94);
}
.recommend-name {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #cdd9da;
  line-height: 1.45;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.6;
  color: #83979c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region-2 .recommend-item, .recommend-region-3 .recommend-item {
  border-left: 2px solid #3a5057;
}
.recommend-region-2 .recommend-item + .recommend-item, .recommend-region-3 .recommend-item + .recommend-item {
  position: relative;
}
.recommend-region-2 .recommend-item + .recommend-item::before, .recommend-region-3 .recommend-item + .recommend-item::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: #33474e;
}
.site-footer {
  margin-top: 30px;
  padding: 18px 22px 26px;
  background: #0f1518;
  border-top: 1px solid #2b3a40;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #8ea1a6;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #dcc9c1;
  border-bottom-color: #6d4a43;
}
.footer-friends {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding-top: 8px;
  border-top: 1px solid #1e2b31;
}
.friends-label {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #6f838a;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #7f9499;
  text-decoration: none;
}
a.runtime-friend-link:hover {
  color: #e0ccc4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.65;
  letter-spacing: 0.04em;
  color: #5c7076;
  max-width: 92ch;
  padding-top: 8px;
  border-top: 1px solid #1e2b31;
}
@media (max-width: 1024px) {.movie-overview {
    margin: 0 -22px 0;
    padding-left: 22px;
    padding-right: 22px;
  }
.overview-hero {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.recommend-region-1 .recommend-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 820px) {.page-main {
    padding: 0 14px;
  }
.movie-overview {
    margin: 0 -14px 0;
    padding-left: 14px;
    padding-right: 14px;
  }
.overview-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "figure"
      "copy"
      "player";
  }
.hero-title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    max-height: none;
    margin: 0;
    font-size: 28px;
  }
.hero-tagline, .hero-seo {
    writing-mode: horizontal-tb;
    max-height: none;
    margin-left: 0;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-board {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-col:last-child {
    padding-top: 0;
  }
.recommend-region-1 .recommend-strip, .recommend-region-2 .recommend-strip, .recommend-region-3 .recommend-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 560px) {body {
    font-size: 13.5px;
  }
.site-header {
    padding: 10px 14px;
  }
.brand {
    font-size: 17px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-region-1 .recommend-strip, .recommend-region-2 .recommend-strip, .recommend-region-3 .recommend-strip {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-region-2 .recommend-item + .recommend-item::before, .recommend-region-3 .recommend-item + .recommend-item::before {
    display: none;
  }
.hero-title {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
.ctrl {
    font-size: 11.5px;
    padding: 3px 7px;
  }
.ctrl-progress {
    flex-basis: 100%;
  }
.timeline-track {
    gap: 34px;
  }
.timeline-node {
    width: 92px;
  }}

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}
