:root {
  --steel: #1b2228;
  --steel-2: #222b33;
  --steel-3: #2c3741;
  --steel-line: #39454f;
  --deep: #0e1a24;
  --deep-2: #10222f;
  --ink: #cfd8de;
  --ink-dim: #8b98a2;
  --ink-faint: #5f6c76;
  --brass: #b8873f;
  --brass-2: #d3a05a;
  --brass-dim: rgba(184, 135, 63, 0.35);
  --panel: #161d23;
  --font-narrow: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", system-ui, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background:
    linear-gradient(180deg, #0b131a 0%, var(--deep) 38%, #0c161e 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 7px);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--font-narrow);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
body.lights-off {
  background: #04080b;
}
body.lights-off .page-main, body.lights-off .site-header, body.lights-off .site-footer {
  filter: brightness(0.6) saturate(0.85);
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--ink);
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
video {
  display: block;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, #131b22 0%, #101820 100%);
  border-bottom: 1px solid var(--steel-line);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: var(--brass-2);
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-right: 4px;
  border-right: 1px solid var(--steel-line);
}
a[data-contract="site-name"]:hover {
  color: #f0c882;
}
.category-bar {
  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: var(--ink-dim);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, #1d262e 0%, #171f26 100%);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--brass-2);
  border-color: var(--brass-dim);
  background: linear-gradient(180deg, #26313a 0%, #1b242b 100%);
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 14px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.metal-panel {
  background:
    linear-gradient(180deg, #1a222a 0%, var(--panel) 100%);
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 8px 22px rgba(0, 0, 0, 0.4);
  position: relative;
}
.section-heading {
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--ink);
  padding: 0 0 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--steel-line);
  position: relative;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--brass);
}
.movie-overview {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}
.overview-hero {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.poster-shell {
  position: relative;
  width: 100%;
  align-self: start;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  overflow: hidden;
  background: #0c1218;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.poster-gear-mark {
  position: absolute;
  left: -26px;
  bottom: -26px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  opacity: 0.28;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 0 26%, var(--brass) 27% 31%, transparent 32%),
    repeating-conic-gradient(from 0deg, var(--brass) 0deg 9deg, transparent 9deg 24deg);
  -webkit-mask: radial-gradient(circle at center, #000 0 62%, transparent 63%);
  mask: radial-gradient(circle at center, #000 0 62%, transparent 63%);
}
.hero-body {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero-silhouette {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 320px;
  height: 210px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(58, 74, 86, 0.55) 0%, rgba(14, 26, 36, 0) 72%),
    repeating-linear-gradient(
      78deg,
      rgba(120, 138, 150, 0.16) 0 2px,
      transparent 2px 22px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(120, 138, 150, 0.12) 0 1px,
      transparent 1px 18px
    );
  -webkit-mask: linear-gradient(90deg, transparent 0%, #000 42%, transparent 100%);
  mask: linear-gradient(90deg, transparent 0%, #000 42%, transparent 100%);
}
.movie-title {
  position: relative;
  z-index: 1;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #e8eef2;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.movie-tagline {
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: var(--brass-2);
  letter-spacing: 0.06em;
  padding-left: 10px;
  border-left: 2px solid var(--brass);
}
.hero-lead-strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  padding: 6px 0;
  background: rgba(10, 18, 24, 0.45);
}
.lead-cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
}
.lead-cast-item {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-dim);
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, #202a32 0%, #182027 100%);
  white-space: nowrap;
}
.player-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  background: #060b0f;
  overflow: hidden;
}
.player-shell video {
  width: 100%;
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 7px 8px;
  background: linear-gradient(180deg, #1b242c 0%, #131a21 100%);
  border-top: 1px solid var(--steel-line);
}
.player-btn {
  appearance: none;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, #28323b 0%, #1c242b 100%);
  color: var(--ink);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.player-btn:hover {
  color: var(--brass-2);
  border-color: var(--brass-dim);
}
.player-btn.is-active {
  color: #0d141a;
  background: linear-gradient(180deg, var(--brass-2) 0%, var(--brass) 100%);
  border-color: var(--brass-2);
}
.player-range {
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  min-width: 90px;
  flex: 1 1 120px;
  border-radius: 2px;
  background: #2a343d;
  cursor: pointer;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--brass-2);
  border: 1px solid #0b1015;
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #0b1015;
  border-radius: 50%;
  background: var(--brass-2);
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--brass-dim), 0 10px 30px rgba(0, 0, 0, 0.65);
}
.cast-section {
  border-top: 1px solid var(--steel-line);
  padding-top: 12px;
}
.cast-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 16px;
  align-items: start;
}
.cast-column {
  min-width: 0;
  padding-left: 9px;
  border-left: 2px solid var(--steel-line);
}
.cast-name {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--brass-2);
  letter-spacing: 0.08em;
}
.cast-line {
  font-size: 12px;
  color: var(--ink-dim);
  line-height: 1.4;
  margin-top: 2px;
}
.synopsis-section {
  border-top: 1px solid var(--steel-line);
  padding-top: 12px;
}
.seo-line {
  font-size: 13px;
  line-height: 1.55;
  color: #b6c2ca;
  padding: 8px 10px;
  margin-bottom: 10px;
  background: rgba(12, 20, 27, 0.6);
  border-left: 3px solid var(--brass);
  border-radius: 2px;
}
.synopsis-body {
  columns: 2;
  column-gap: 22px;
  column-rule: 1px solid var(--steel-line);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink-dim);
  margin-bottom: 8px;
  break-inside: avoid;
}
.episode-status {
  border-top: 1px solid var(--steel-line);
  padding-top: 10px;
}
.status-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.status-current {
  color: var(--brass-2);
  padding: 2px 9px;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: rgba(184, 135, 63, 0.1);
}
.status-sep {
  color: var(--ink-faint);
}
.status-total {
  color: var(--ink-dim);
}
.details-section {
  border-top: 1px solid var(--steel-line);
  padding-top: 12px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--steel-line);
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  overflow: hidden;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 9px;
  background: #171f26;
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 12px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}
.detail-value {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}
.timeline-section {
  background: linear-gradient(180deg, #161e25 0%, #121a20 100%);
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  padding: 12px 14px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--brass-dim) #101820;
}
.timeline-scroll::-webkit-scrollbar {
  height: 7px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: #101820;
  border-radius: 4px;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: var(--brass-dim);
  border-radius: 4px;
}
.timeline-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  position: relative;
  padding: 4px 0 0;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--steel-line) 6%, var(--steel-line) 94%, transparent 100%);
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  width: 208px;
  padding: 0 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.node-gear {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #121a20 0 24%, var(--brass) 25% 40%, transparent 41%),
    repeating-conic-gradient(from 0deg, var(--brass) 0deg 12deg, transparent 12deg 30deg);
  -webkit-mask: radial-gradient(circle at center, #000 0 60%, transparent 61%);
  mask: radial-gradient(circle at center, #000 0 60%, transparent 61%);
  opacity: 0.9;
  box-shadow: 0 0 0 4px #161e25;
}
.node-time {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--brass-2);
  font-variant-numeric: tabular-nums;
}
.node-label {
  font-size: 12px;
  line-height: 1.4;
  color: var(--ink-dim);
}
.episodes-section {
  background: linear-gradient(180deg, #161e25 0%, #121a20 100%);
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  padding: 12px 14px 14px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  position: relative;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, #1c262e 0%, #151d24 100%);
  padding: 8px 9px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "dur dur"
    "sum sum";
  align-items: center;
  column-gap: 8px;
  row-gap: 3px;
  overflow: hidden;
  transition: border-color 0.15s, background 0.15s;
}
.episode-card:hover {
  border-color: var(--brass-dim);
  background: linear-gradient(180deg, #25313a 0%, #1a232a 100%);
}
.episode-number {
  grid-area: num;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  color: var(--brass-2);
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  min-width: 1.4em;
  text-align: center;
  padding: 3px 4px;
  border: 1px solid var(--brass-dim);
  border-radius: 2px;
  background: rgba(184, 135, 63, 0.08);
}
.episode-title {
  grid-area: title;
  font-size: 13px;
  font-weight: 800;
  color: #dbe4ea;
  letter-spacing: 0.05em;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-duration {
  grid-area: dur;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
}
.episode-summary {
  grid-area: sum;
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--ink-dim);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, opacity 0.2s ease, margin-top 0.2s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 130px;
  opacity: 1;
  margin-top: 3px;
}
.comments-section {
  background: linear-gradient(180deg, #161e25 0%, #121a20 100%);
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  padding: 12px 14px 14px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-card {
  border: 1px solid var(--steel-line);
  border-left: 3px solid var(--steel-line);
  border-radius: 2px;
  background: #18212a;
  padding: 7px 10px;
  min-width: 0;
  transition: border-left-color 0.15s, background 0.15s;
}
.comment-card:hover {
  border-left-color: var(--brass);
  background: #1d2730;
}
.comment-nick {
  font-size: 12px;
  font-weight: 800;
  color: var(--brass-2);
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}
.comment-text {
  font-size: 12px;
  line-height: 1.45;
  color: var(--ink-dim);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region {
  background: linear-gradient(180deg, #161e25 0%, #121a20 100%);
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  padding: 12px 14px 14px;
  min-width: 0;
}
.recommend-title {
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--ink);
  text-align: left;
  padding: 0 0 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--steel-line);
  position: relative;
}
.recommend-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 36px;
  height: 2px;
  background: var(--brass);
}
.recommend-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.recommend-item {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  grid-template-areas:
    "pic index"
    "pic name"
    "pic blurb";
  grid-template-rows: auto auto 1fr;
  column-gap: 9px;
  row-gap: 2px;
  align-items: start;
  padding: 7px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: #18212a;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
a.recommend-item:hover {
  border-color: var(--brass-dim);
  background: #1d2730;
  transform: translateY(-1px);
}
.recommend-pic {
  grid-area: pic;
  width: 62px;
  height: 84px;
  object-fit: cover;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: #0c1218;
}
.recommend-index {
  grid-area: index;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--brass-2);
  font-variant-numeric: tabular-nums;
}
.recommend-name {
  grid-area: name;
  font-size: 12.5px;
  font-weight: 800;
  color: #dbe4ea;
  letter-spacing: 0.03em;
  line-height: 1.3;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  grid-area: blurb;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 14px 30px;
  border-top: 1px solid var(--steel-line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--ink-faint);
  border-left: 2px solid var(--steel-line);
  padding-left: 9px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink-dim);
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, #1d262e 0%, #171f26 100%);
  transition: color 0.15s, border-color 0.15s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--brass-2);
  border-color: var(--brass-dim);
}
.footer-friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 7px;
  padding-top: 8px;
  border-top: 1px solid var(--steel-line);
}
.friend-links-label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--ink-faint);
  padding-right: 6px;
  border-right: 1px solid var(--steel-line);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--ink-dim);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 7px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--brass-2);
  border-color: var(--brass-dim);
  background: rgba(184, 135, 63, 0.08);
}
.player.play .player-btn[data-player-action="play"], .player.pause .player-btn[data-player-action="play"] {
  color: var(--brass-2);
  border-color: var(--brass-dim);
}
.player.mute .player-btn[data-player-action="mute"], .player.speed .player-btn[data-player-action="speed"], .player.pip .player-btn[data-player-action="pip"], .player.fullscreen .player-btn[data-player-action="fullscreen"] {
  color: var(--brass-2);
  border-color: var(--brass-dim);
}
.player.input .player-range {
  outline: 1px solid var(--brass-dim);
  outline-offset: 2px;
}
.player.timeupdate .player-range::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(184, 135, 63, 0.22);
}
.player.volume .player-range[data-player-action="volume"] {
  background: #35424d;
}
.player.progress .player-range[data-player-action="progress"] {
  background: #35424d;
}
.player.click .player-shell {
  box-shadow: inset 0 0 0 1px var(--brass-dim);
}
.player.light .player-btn[data-player-action="light"], .player.theater .player-btn[data-player-action="theater"] {
  color: #0d141a;
  background: linear-gradient(180deg, var(--brass-2) 0%, var(--brass) 100%);
  border-color: var(--brass-2);
}
.player-shell.is-theater video {
  max-height: 78vh;
  object-fit: contain;
  background: #000;
}
@media (max-width: 1080px) {.overview-hero {
    grid-template-columns: minmax(0, 210px) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 820px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-shell {
    width: min(46%, 230px);
  }
.hero-silhouette {
    width: 240px;
    height: 170px;
  }
.cast-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.synopsis-body {
    columns: 1;
    column-rule: none;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.movie-title {
    font-size: 25px;
  }}
@media (max-width: 560px) {.header-inner {
    gap: 10px;
    padding: 8px 10px;
  }
a[data-contract="site-name"] {
    font-size: 15px;
    border-right: none;
    padding-right: 0;
  }
.page-main {
    padding: 10px 10px 26px;
    gap: 10px;
  }
.movie-overview, .timeline-section, .episodes-section, .comments-section, .recommend-region {
    padding: 10px;
  }
.movie-title {
    font-size: 22px;
  }
.poster-shell {
    width: min(60%, 200px);
  }
.hero-silhouette {
    opacity: 0.32;
    width: 180px;
    height: 130px;
  }
.cast-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    width: 176px;
  }
.player-controls {
    gap: 4px;
    padding: 6px;
  }
.player-btn {
    font-size: 11px;
    padding: 4px 7px;
  }
.player-range {
    flex: 1 1 100%;
    min-width: 0;
  }
a.recommend-item {
    grid-template-columns: 54px minmax(0, 1fr);
  }
.recommend-pic {
    width: 54px;
    height: 74px;
  }
.footer-friend-links {
    gap: 4px 5px;
  }}
@media (max-width: 380px) {.player-btn {
    font-size: 10.5px;
    padding: 3px 6px;
  }}

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}
