:root {
  --ink: #14171a;
  --ink-soft: #1b2024;
  --deep: #0e1211;
  --slate: #3a4247;
  --slate-2: #4e575c;
  --mist: #8b949a;
  --paper: #e8e6e0;
  --warm-white: #f2efe7;
  --mira: #6e2731;
  --mira-lit: #8d3540;
  --lorenzo: #6b5233;
  --lorenzo-lit: #8a6c45;
  --amber: #b07a3c;
  --line: rgba(232, 230, 224, 0.12);
  --line-soft: rgba(232, 230, 224, 0.07);
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --font-serif: "Songti SC", "SimSun", "Noto Serif SC", serif;
  --gutter: clamp(14px, 3.2vw, 40px);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--deep);
}
body {
  margin: 0;
  background:
    radial-gradient(120% 80% at 78% 6%, rgba(43, 54, 50, 0.55) 0%, rgba(14, 18, 17, 0) 58%),
    linear-gradient(180deg, #101514 0%, #0c100f 46%, #0b0e0d 100%);
  color: var(--paper);
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
figure {
  margin: 0;
}
ol, ul, dl, dd, dt, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
h1, h2, h3 {
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.24;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 14, 13, 0.92);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 11px var(--gutter);
  max-width: 1440px;
  margin: 0 auto;
}
.site-brand {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--warm-white);
  white-space: nowrap;
  padding-right: 14px;
  border-right: 1px solid var(--line);
}
a[data-contract="site-name"] {
  color: var(--warm-white);
  text-decoration: none;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: var(--amber);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--mist);
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--warm-white);
  border-color: rgba(176, 122, 60, 0.55);
  background: rgba(176, 122, 60, 0.1);
}
.page-main {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 8px;
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
  gap: clamp(18px, 3vw, 44px);
  padding: clamp(20px, 3.6vw, 52px) var(--gutter) clamp(22px, 3vw, 40px);
  border-bottom: 1px solid var(--line);
}
.overview-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 0;
  align-items: start;
  align-self: start;
}
.poster-figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
  background: #0a0d0c;
  box-shadow: 0 24px 60px -28px rgba(0, 0, 0, 0.9);
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center 22%;
  filter: saturate(0.72) contrast(1.06) brightness(0.86);
}
.poster-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(200deg, rgba(10, 13, 12, 0) 34%, rgba(10, 13, 12, 0.82) 100%),
    linear-gradient(90deg, rgba(14, 18, 17, 0.34) 0%, rgba(14, 18, 17, 0) 42%);
  pointer-events: none;
}
.slogan-rail {
  position: relative;
  justify-self: stretch;
  align-self: stretch;
  margin-left: 10px;
  border-left: 1px solid rgba(242, 239, 231, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slogan-line {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.42em;
  color: var(--warm-white);
  white-space: nowrap;
  opacity: 0.9;
  text-shadow: 0 0 18px rgba(176, 122, 60, 0.28);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  align-self: start;
}
.title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.movie-title {
  font-size: clamp(24px, 3.2vw, 38px);
  color: var(--warm-white);
  letter-spacing: -0.03em;
}
.movie-tagline {
  font-family: var(--font-serif);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--amber);
  opacity: 0.9;
}
.player-shell {
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  background: #090c0b;
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
.player-video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  background: var(--line-soft);
  border-top: 1px solid var(--line-soft);
}
.control-btn {
  flex: 1 1 auto;
  min-width: 0;
  padding: 7px 6px;
  font-family: var(--font-sans);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--mist);
  background: #101413;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.control-btn:hover, .control-btn:focus-visible {
  color: var(--warm-white);
  background: #171d1b;
}
.control-btn.is-active {
  color: var(--warm-white);
  background: rgba(176, 122, 60, 0.16);
  border-bottom-color: var(--amber);
}
.control-btn.click {
  color: var(--warm-white);
}
.player, .progress, .volume, .speed, .pip, .fullscreen, .theater, .light, .mute, .play, .pause {
  transition: background 0.15s ease, color 0.15s ease;
}
.lights-off .page-main {
  filter: brightness(0.62) contrast(1.08);
  transition: filter 0.3s ease;
}
.lights-off .player-shell {
  box-shadow: 0 0 0 1px rgba(176, 122, 60, 0.34), 0 0 46px -6px rgba(176, 122, 60, 0.3);
}
.theater-mode .movie-overview {
  grid-template-columns: minmax(0, 1fr);
}
.theater-mode .overview-stage {
  display: none;
}
.section-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--warm-white);
  padding-bottom: 7px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 34px;
  height: 1px;
  background: var(--amber);
}
.cast-block {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(122px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 11px;
  background: #121716;
  border-top: 2px solid transparent;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.cast-card:nth-child(1) {
  border-top-color: var(--mira);
}
.cast-card:nth-child(2) {
  border-top-color: var(--lorenzo);
}
.cast-card:hover {
  background: #171d1b;
}
.cast-name {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--warm-white);
  white-space: nowrap;
}
.cast-card:nth-child(1) .cast-name {
  color: #c2747e;
}
.cast-card:nth-child(2) .cast-name {
  color: #b99265;
}
.cast-role {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--mist);
}
.synopsis-block {
  min-width: 0;
}
.synopsis-lead {
  font-size: 14.5px;
  line-height: 1.72;
  color: var(--paper);
  padding-left: 11px;
  border-left: 2px solid rgba(176, 122, 60, 0.5);
  margin-bottom: 12px;
}
.synopsis-paragraphs {
  column-count: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-text {
  font-size: 13.5px;
  line-height: 1.76;
  color: #b9bdb9;
  margin: 0 0 10px;
  break-inside: avoid;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.episode-status, .details-block {
  min-width: 0;
}
.episode-status .section-heading, .details-block .section-heading {
  margin-bottom: 8px;
}
.status-list, .details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.status-row, .detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 10px;
  background: #121716;
}
.detail-row {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.status-label, .detail-label {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--mist);
  white-space: nowrap;
}
.status-value, .detail-value {
  font-size: 13px;
  color: var(--paper);
}
.status-value {
  font-family: var(--font-sans);
  font-weight: 700;
  color: var(--amber);
}
.detail-value {
  font-size: 12.5px;
  line-height: 1.5;
  color: #c6cac5;
}
.timeline-block {
  padding: 22px var(--gutter) 26px;
  border-bottom: 1px solid var(--line);
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 6px;
  padding-top: 26px;
  align-items: start;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(232, 230, 224, 0.05) 0%,
    rgba(232, 230, 224, 0.42) 12%,
    rgba(232, 230, 224, 0.42) 88%,
    rgba(232, 230, 224, 0.05) 100%
  );
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 12px;
  min-width: 0;
  text-align: left;
  border-left: 1px solid transparent;
  padding-left: 8px;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--slate-2);
  box-shadow: 0 0 0 3px #0d1110;
  transition: background 0.18s ease, box-shadow 0.18s ease;
}
.node-timecode {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--mist);
  white-space: nowrap;
}
.node-label {
  font-size: 12px;
  line-height: 1.5;
  color: #a7aca8;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-3px);
  transition: opacity 0.2s ease, max-height 0.24s ease, transform 0.2s ease, color 0.2s ease;
}
.timeline-node:hover, .timeline-node:focus-within {
  border-left-color: rgba(176, 122, 60, 0.45);
}
.timeline-node:hover .node-label, .timeline-node:focus-within .node-label {
  opacity: 1;
  max-height: 90px;
  transform: translateY(0);
}
.timeline-node:hover::before, .timeline-node:focus-within::before {
  background: var(--amber);
  box-shadow: 0 0 0 3px #0d1110, 0 0 12px 1px rgba(176, 122, 60, 0.7);
}
.timeline-node.is-current {
  border-left-color: rgba(110, 39, 49, 0.7);
}
.timeline-node.is-current::before {
  background: var(--mira-lit);
  box-shadow: 0 0 0 3px #0d1110, 0 0 12px 1px rgba(141, 53, 64, 0.75);
}
.timeline-node.is-current .node-timecode {
  color: #c2747e;
}
.timeline-node.is-current .node-label {
  opacity: 1;
  max-height: 90px;
  transform: translateY(0);
  color: #cfd3ce;
}
.episodes-block {
  padding: 22px var(--gutter) 26px;
  border-bottom: 1px solid var(--line);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
  align-items: start;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "sum sum"
    "dur dur";
  gap: 3px 10px;
  padding: 10px 12px 11px;
  background: #121716;
  border-left: 2px solid transparent;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.episode-card:hover {
  background: #171d1b;
}
.episode-card.is-current {
  border-left-color: var(--mira);
  background: #161b1a;
}
.episode-number {
  grid-area: num;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--amber);
  white-space: nowrap;
  padding-top: 3px;
}
.episode-card.is-current .episode-number {
  color: #c2747e;
}
.episode-title {
  grid-area: title;
  font-size: 14px;
  font-weight: 700;
  color: var(--warm-white);
  letter-spacing: -0.01em;
}
.episode-summary {
  grid-area: sum;
  font-size: 12.5px;
  line-height: 1.6;
  color: #a2a7a3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  grid-area: dur;
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--slate-2);
  padding-top: 2px;
}
.comments-block {
  padding: 22px var(--gutter) 30px;
  border-bottom: 1px solid var(--line);
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px 14px;
  align-items: start;
}
.comment-note {
  position: relative;
  padding: 12px 13px 10px;
  background: #e7e3d8;
  color: #1d211f;
  border-radius: 1px;
  box-shadow: 0 14px 26px -16px rgba(0, 0, 0, 0.85);
  transform: rotate(-0.6deg);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.comment-note:nth-child(2) {
  transform: rotate(0.8deg) translateY(6px);
  background: #e2ddd0;
}
.comment-note:nth-child(3) {
  transform: rotate(-1.1deg) translateY(-2px);
  background: #ece8de;
}
.comment-note:nth-child(4) {
  transform: rotate(0.5deg) translateY(8px);
  background: #e5e0d3;
}
.comment-note:nth-child(5) {
  transform: rotate(-0.4deg);
  background: #eae6db;
}
.comment-note:hover {
  transform: rotate(0deg) translateY(0);
  box-shadow: 0 18px 32px -14px rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 46px;
  height: 10px;
  margin-left: -23px;
  background: rgba(176, 122, 60, 0.34);
  transform: rotate(-2deg);
}
.comment-text {
  font-size: 13px;
  line-height: 1.66;
  color: #232825;
}
.comment-nickname {
  display: block;
  margin-top: 7px;
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--mira);
  text-align: right;
}
.recommend-region {
  padding: 20px var(--gutter) 4px;
}
.recommend-region:last-of-type {
  padding-bottom: 24px;
}
.recommend-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--warm-white);
  padding: 0 0 7px 11px;
  border-left: 3px solid var(--amber);
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 12px;
}
.recommend-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
  align-items: start;
}
.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  background: #121716;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  color: var(--paper);
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
a.recommend-item {
  color: var(--paper);
  text-decoration: none;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: rgba(176, 122, 60, 0.5);
  background: #171d1b;
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 1px;
  filter: saturate(0.78) brightness(0.9);
  background: #0a0d0c;
}
.recommend-name {
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--warm-white);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--mist);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #0a0d0c;
}
.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 18px var(--gutter) 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
}
.footer-link {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--mist);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--mist);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--warm-white);
  border-bottom-color: var(--amber);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.66;
  color: var(--slate-2);
  max-width: 78ch;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}
.friend-links-label {
  font-family: var(--font-sans);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--slate-2);
  margin-right: 4px;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--mist);
  text-decoration: none;
  padding: 2px 7px;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--warm-white);
  border-color: rgba(176, 122, 60, 0.45);
}
@media (max-width: 1080px) {.movie-overview {
    grid-template-columns: minmax(0, 1fr);
  }
.overview-stage {
    grid-template-columns: minmax(0, 1fr) 44px;
    max-width: 560px;
  }
.timeline-track {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 22px;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node::before {
    top: -12px;
  }}
@media (max-width: 820px) {.synopsis-paragraphs {
    column-count: 1;
    column-rule: 0;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  }}
@media (max-width: 640px) {body {
    font-size: 14px;
  }
.header-inner {
    gap: 8px;
    padding: 9px var(--gutter);
  }
.site-brand {
    border-right: 0;
    padding-right: 0;
  }
.category-strip {
    flex: 1 1 100%;
  }
.overview-stage {
    grid-template-columns: minmax(0, 1fr) 36px;
    max-width: 420px;
  }
.slogan-line {
    font-size: 11px;
    letter-spacing: 0.3em;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node .node-label {
    opacity: 1;
    max-height: 90px;
    transform: none;
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-note, .comment-note:nth-child(2), .comment-note:nth-child(3), .comment-note:nth-child(4), .comment-note:nth-child(5) {
    transform: none;
  }
.recommend-list {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
.control-btn {
    flex: 1 1 30%;
    font-size: 11px;
  }}
@media (max-width: 400px) {.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }}

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}
