*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; color: inherit; }
:root {
  --ink: #070b14;
  --ink-2: #0c1220;
  --ink-3: #111a2c;
  --edge: rgba(198, 164, 92, 0.18);
  --edge-strong: rgba(198, 164, 92, 0.42);
  --gold: #c6a45c;
  --gold-bright: #e8cc86;
  --blood: #a01c25;
  --blood-bright: #e0403f;
  --text: #c9cdd8;
  --text-dim: #7d8698;
  --text-faint: #59617a;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --song: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
}
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--song);
  font-size: 14px;
  line-height: 1.62;
  font-stretch: condensed;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(120% 78% at 78% -8%, rgba(160, 28, 37, 0.20), transparent 58%),
    radial-gradient(90% 60% at 6% 4%, rgba(198, 164, 92, 0.10), transparent 60%),
    linear-gradient(180deg, #05080f 0%, #070b14 42%, #05080f 100%);
  pointer-events: none;
}
::selection { background: var(--blood); color: #fff; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 8, 15, 0.90);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--edge);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"].site-brand {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  text-decoration: none;
  text-shadow: 0 0 18px rgba(198, 164, 92, 0.35);
  padding-left: 12px;
  border-left: 3px solid var(--blood);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.category-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 7px;
  margin-left: auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-dim);
  text-decoration: none;
  padding: 4px 10px;
  border: 1px solid transparent;
  border-radius: 1px;
  transition: color .18s, border-color .18s, background .18s;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--gold-bright);
  border-color: var(--edge-strong);
  background: rgba(198, 164, 92, 0.07);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 42px;
}
.movie-overview {
  position: relative;
  padding: 30px 20px 26px;
  margin: 0 -20px 26px;
  background:
    linear-gradient(180deg, rgba(11, 17, 30, 0.86), rgba(7, 11, 20, 0.6) 72%, rgba(7, 11, 20, 0)),
    radial-gradient(88% 70% at 84% 6%, rgba(160, 28, 37, 0.24), transparent 62%),
    radial-gradient(70% 60% at 12% 92%, rgba(198, 164, 92, 0.09), transparent 66%);
  border-bottom: 1px solid var(--edge);
  isolation: isolate;
}
.movie-overview::after {
  content: "第1集 · 残魂归位，前尘尽现";
  position: absolute;
  right: -6px;
  bottom: 8px;
  z-index: 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(34px, 9vw, 108px);
  line-height: 0.86;
  letter-spacing: 0.02em;
  color: rgba(198, 164, 92, 0.055);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.overview-title {
  position: relative;
  z-index: 1;
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(34px, 7.6vw, 68px);
  line-height: 1.02;
  letter-spacing: 0.04em;
  color: #f2ece0;
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.75), 0 0 40px rgba(160, 28, 37, 0.30);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  padding-right: 14px;
  width: fit-content;
  max-width: 100%;
}
.overview-title::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -9px;
  width: 118px;
  height: 3px;
  background: linear-gradient(90deg, var(--blood-bright), var(--gold), transparent);
}
.overview-tagline {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  max-width: 46ch;
  font-family: var(--song);
  font-size: clamp(13px, 2.4vw, 16px);
  letter-spacing: 0.09em;
  color: var(--gold-bright);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.8);
}
.overview-body {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 320px);
  gap: 22px 26px;
  align-items: start;
}
.overview-lead {
  display: grid;
  grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}
.poster-wrap {
  width: 100%;
  max-width: 190px;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid var(--edge-strong);
  background: var(--ink-3);
  filter: saturate(0.92) contrast(1.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(0, 0, 0, 0.4) inset;
}
.player-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #04060b;
  border: 1px solid var(--edge);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.6);
}
.player-wrap video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(17, 26, 44, 0.9), rgba(7, 11, 20, 0.96));
  border-top: 1px solid var(--edge);
}
.player-btn {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1;
  padding: 6px 10px;
  color: var(--text);
  background: rgba(198, 164, 92, 0.06);
  border: 1px solid var(--edge);
  border-radius: 1px;
  cursor: pointer;
  white-space: nowrap;
  transition: color .16s, border-color .16s, background .16s;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--gold-bright);
  border-color: var(--edge-strong);
  background: rgba(198, 164, 92, 0.13);
}
.player-btn.is-active, .player-btn.is-playing {
  color: #fff;
  background: linear-gradient(180deg, rgba(160, 28, 37, 0.85), rgba(120, 18, 26, 0.85));
  border-color: var(--blood-bright);
}
.player-progress {
  flex: 1 1 130px;
  min-width: 90px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--blood) 0%, var(--gold) 100%);
  border-radius: 2px;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--gold-bright);
  border: 1px solid #000;
}
.player-progress::-moz-range-thumb {
  width: 12px; height: 12px; border: 1px solid #000;
  border-radius: 50%; background: var(--gold-bright);
}
.player-volume {
  flex: 0 1 78px;
  min-width: 56px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(201, 205, 216, 0.25);
  border-radius: 2px;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px; height: 11px;
  border-radius: 50%;
  background: var(--text);
}
.player-volume::-moz-range-thumb {
  width: 11px; height: 11px; border: none;
  border-radius: 50%; background: var(--text);
}
.player-speed {
  font-family: var(--sans);
  font-size: 12px;
  padding: 5px 6px;
  color: var(--text);
  background: rgba(198, 164, 92, 0.06);
  border: 1px solid var(--edge);
  border-radius: 1px;
  cursor: pointer;
}
.player-speed option { background: var(--ink-2); color: var(--text); }
.overview-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 14px 15px 16px;
  background: linear-gradient(180deg, rgba(17, 26, 44, 0.72), rgba(11, 17, 30, 0.5));
  border: 1px solid var(--edge);
  border-left: 2px solid var(--edge-strong);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 12px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--edge);
}
.status-label {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--gold-bright);
}
.status-note {
  font-family: var(--song);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}
.details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 6px 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--edge);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
  font-size: 12.5px;
  line-height: 1.5;
}
.detail-term {
  flex: none;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}
.detail-term::after { content: "·"; margin-left: 5px; color: var(--edge-strong); }
.detail-desc {
  min-width: 0;
  color: var(--text);
  letter-spacing: 0.03em;
  word-break: break-word;
}
.cast { min-width: 0; }
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
  margin-top: 9px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--edge);
  background:
    radial-gradient(80% 80% at 30% 20%, rgba(198, 164, 92, 0.20), transparent 62%),
    linear-gradient(150deg, #1a2338, #0a1120 68%);
  position: relative;
  overflow: hidden;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(160, 28, 37, 0.22), transparent 58%);
  mix-blend-mode: screen;
}
.cast-name {
  font-family: var(--song);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--text);
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: break-word;
}
.section-heading {
  position: relative;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.12em;
  color: #ece5d7;
  padding-left: 13px;
  line-height: 1.25;
  margin-bottom: 14px;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 3px;
  background: linear-gradient(180deg, var(--blood-bright), var(--gold));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 0;
  bottom: -7px;
  height: 1px;
  background: linear-gradient(90deg, var(--edge-strong), transparent 72%);
}
.synopsis {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--edge);
}
.synopsis-text {
  font-size: 13.5px;
  line-height: 1.78;
  letter-spacing: 0.03em;
  color: var(--text-dim);
  max-width: 74ch;
}
.synopsis-text + .synopsis-text { margin-top: 7px; }
.synopsis-text:first-of-type { color: var(--text); }
.timeline {
  margin-bottom: 30px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(12, 18, 32, 0.66), rgba(7, 11, 20, 0.3));
  border: 1px solid var(--edge);
  border-top: 2px solid rgba(160, 28, 37, 0.5);
}
.timeline-axis {
  position: relative;
  padding-left: 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(198, 164, 92, 0.5), rgba(160, 28, 37, 0.55) 88%, transparent);
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 12px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(198, 164, 92, 0.10);
}
.timeline-node:last-child { border-bottom: none; }
.timeline-node::before {
  content: "";
  position: absolute;
  left: -22.5px;
  top: 13px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--edge-strong);
  background: var(--ink);
  transform: rotate(45deg);
}
.timeline-timecode {
  flex: none;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
  min-width: 62px;
}
.timeline-label {
  font-family: var(--song);
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--text);
}
.timeline-node-current .timeline-timecode {
  color: var(--gold-bright);
  text-shadow: 0 0 14px rgba(198, 164, 92, 0.5);
}
.timeline-node-current .timeline-label {
  color: var(--gold-bright);
  font-weight: 600;
}
.timeline-node-current::before {
  background: var(--blood-bright);
  border-color: var(--gold-bright);
  box-shadow: 0 0 14px rgba(224, 64, 63, 0.8);
}
.timeline-node-current {
  background: linear-gradient(90deg, rgba(160, 28, 37, 0.20), transparent 78%);
}
.episodes { margin-bottom: 30px; }
.episode-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(232px, 1fr);
  grid-template-rows: 1fr;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--edge-strong) transparent;
}
.episode-strip::-webkit-scrollbar { height: 6px; }
.episode-strip::-webkit-scrollbar-track { background: rgba(198, 164, 92, 0.07); }
.episode-strip::-webkit-scrollbar-thumb { background: var(--edge-strong); }
.episode-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: start;
  min-width: 0;
  padding: 12px 12px 11px;
  background: linear-gradient(170deg, rgba(17, 26, 44, 0.92), rgba(9, 14, 25, 0.92));
  border: 1px solid var(--edge);
  border-top: 2px solid rgba(198, 164, 92, 0.30);
  transition: border-color .18s, transform .18s;
}
.episode-card:hover {
  border-color: var(--edge-strong);
  transform: translateY(-2px);
}
.episode-number {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-faint);
}
.episode-title {
  font-family: var(--sans);
  font-weight: 800;
  font-size: 15.5px;
  letter-spacing: 0.06em;
  color: #e9e3d6;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  width: fit-content;
  max-width: 100%;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.62;
  letter-spacing: 0.02em;
  color: var(--text-dim);
}
.episode-duration {
  margin-top: auto;
  padding-top: 6px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gold);
  border-top: 1px solid var(--edge);
}
.episode-card-current {
  border-color: var(--blood-bright);
  border-top-color: var(--gold-bright);
  background: linear-gradient(170deg, rgba(46, 13, 20, 0.92), rgba(9, 14, 25, 0.94));
}
.episode-card-current .episode-number { color: var(--blood-bright); }
.episode-card-current .episode-title { color: var(--gold-bright); }
.recommendations {
  margin-bottom: 30px;
}
.recommendations-region-1, .recommendations-region-2, .recommendations-region-3 {
  min-width: 0;
}
.recommendation-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.recommendation-item {
  min-width: 0;
  align-self: start;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 8px 8px 10px;
  color: var(--text);
  text-decoration: none;
  background: linear-gradient(170deg, rgba(17, 26, 44, 0.86), rgba(9, 14, 25, 0.86));
  border: 1px solid var(--edge);
  transition: border-color .18s, background .18s, transform .18s;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus-visible {
  border-color: var(--edge-strong);
  background: linear-gradient(170deg, rgba(30, 41, 64, 0.92), rgba(12, 18, 32, 0.92));
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: var(--ink-3);
  border: 1px solid rgba(198, 164, 92, 0.14);
  filter: saturate(0.9) contrast(1.05);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #e3ddcf;
  line-height: 1.35;
  overflow-wrap: break-word;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-family: var(--song);
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--text-faint);
  overflow-wrap: break-word;
}
.comments {
  margin-bottom: 30px;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.comment-column:last-child { margin-top: 26px; }
.comment-card {
  position: relative;
  padding: 12px 13px 12px 15px;
  background: linear-gradient(160deg, rgba(17, 26, 44, 0.9), rgba(9, 14, 25, 0.9));
  border: 1px solid var(--edge);
  border-left: 2px solid rgba(160, 28, 37, 0.55);
}
.comment-card::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--edge-strong);
  border-right: 1px solid var(--edge-strong);
}
.comment-nickname {
  display: block;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--gold);
  margin-bottom: 5px;
}
.comment-text {
  font-size: 13px;
  line-height: 1.66;
  letter-spacing: 0.02em;
  color: var(--text-dim);
}
.site-footer {
  border-top: 1px solid var(--edge);
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.6), rgba(3, 5, 10, 0.95));
  padding: 22px 18px 30px;
}
.site-footer > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--text-faint);
  max-width: 82ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(198, 164, 92, 0.10);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color .16s, border-color .16s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--gold-bright);
  border-bottom-color: var(--edge-strong);
}
.footer-friends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-top: 14px;
}
.footer-friends-label {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold);
  padding-right: 10px;
  border-right: 1px solid var(--edge-strong);
}
a.runtime-friend-link {
  font-family: var(--song);
  font-size: 11.5px;
  letter-spacing: 0.03em;
  color: var(--text-faint);
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid transparent;
  transition: color .16s, border-color .16s, background .16s;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--gold-bright);
  border-color: var(--edge);
  background: rgba(198, 164, 92, 0.06);
}
.player-wrap:fullscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
  padding: 0;
}
.player-wrap:fullscreen video { max-height: 82vh; }
.movie-overview.is-theater .overview-lead {
  grid-template-columns: minmax(0, 1fr);
}
.movie-overview.is-theater .poster-wrap { display: none; }
.movie-overview.is-lights-off {
  background: #010204;
}
.movie-overview.is-lights-off .overview-body, .movie-overview.is-lights-off .synopsis {
  opacity: 0.28;
  transition: opacity .3s;
}
.movie-overview.is-lights-off .overview-lead, .movie-overview.is-lights-off .player-wrap {
  opacity: 1;
}
@media (max-width: 980px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.recommendation-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }}
@media (max-width: 760px) {.header-inner { padding: 8px 14px; gap: 10px; }
.category-nav { margin-left: 0; width: 100%; }
.page-main { padding: 0 14px 34px; }
.movie-overview { margin: 0 -14px 22px; padding: 24px 14px 22px; }
.overview-body { gap: 18px; }
.overview-lead { grid-template-columns: minmax(0, 150px) minmax(0, 1fr); gap: 12px; }
.cast-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.recommendation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.comment-columns { grid-template-columns: minmax(0, 1fr); gap: 10px; }
.comment-column:last-child { margin-top: 0; }
.timeline { padding: 16px 14px 14px; }
.section-heading { font-size: 16px; }}
@media (max-width: 560px) {body { font-size: 13.5px; }
.overview-lead { grid-template-columns: minmax(0, 1fr); }
.poster-wrap { max-width: 168px; }
.player-controls { padding: 7px 8px; gap: 5px 6px; }
.player-btn { font-size: 11px; padding: 5px 8px; }
.player-progress { flex: 1 1 100%; }
.cast-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.recommendation-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.episode-strip { grid-auto-columns: minmax(208px, 1fr); }
.details { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px 12px; }
.movie-overview::after { font-size: 44px; bottom: 4px; }}
@media (max-width: 400px) {.cast-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.recommendation-list { grid-template-columns: minmax(0, 1fr); }
.details { grid-template-columns: 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}
