:root {
  --wine: #4a1018;
  --wine-deep: #2a0a10;
  --wine-mid: #6b1a24;
  --amber: #e8a94e;
  --amber-soft: #f2c879;
  --amber-dim: #a87a36;
  --greyblue: #6a7788;
  --greyblue-dim: #8d97a4;
  --ink: #0d0a0c;
  --paper: #f0e6da;
  --paper-dim: #c9bcae;
  --line: rgba(232, 169, 78, 0.22);
  --line-faint: rgba(240, 230, 218, 0.12);
  --grain: rgba(240, 230, 218, 0.035);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background: var(--ink);
  color: var(--paper);
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}
button {
  cursor: pointer;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(13, 10, 12, 0.97), rgba(13, 10, 12, 0.88));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: var(--amber);
  text-decoration: none;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 2px 0;
  border-bottom: 2px solid var(--wine-mid);
  transition: color 0.2s ease, border-color 0.2s ease;
}
a[data-contract="site-name"]:hover {
  color: var(--amber-soft);
  border-color: var(--amber);
}
.category-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 6px;
  min-width: 0;
}
a.runtime-category {
  color: var(--paper-dim);
  text-decoration: none;
  white-space: nowrap;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  border: 1px solid var(--line-faint);
  border-radius: 2px;
  background: rgba(74, 16, 24, 0.28);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
a.runtime-category:hover {
  color: var(--amber-soft);
  border-color: var(--amber-dim);
  background: rgba(107, 26, 36, 0.5);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 22px;
}
.hero-stage {
  position: relative;
  padding: 26px 0 40px;
  margin-bottom: 40px;
}
.hero-backdrop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border-radius: 3px;
  background:
    radial-gradient(120% 90% at 12% 8%, rgba(107, 26, 36, 0.55), transparent 58%),
    radial-gradient(90% 80% at 88% 92%, rgba(232, 169, 78, 0.14), transparent 60%),
    linear-gradient(160deg, #1c0c11 0%, #150a0e 45%, #0d0a0c 100%);
  border: 1px solid var(--line);
  overflow: hidden;
}
.hero-poster-wrap {
  align-self: start;
  width: 100%;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.82) contrast(1.08) brightness(0.92);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.62);
}
.hero-player-wrap {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #000;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}
.hero-player-wrap video {
  display: block;
  width: 100%;
}
.hero-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  opacity: 0.85;
  background-image:
    repeating-linear-gradient(0deg, var(--grain) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.14) 0 1px, transparent 1px 2px);
  mix-blend-mode: overlay;
}
.hero-table-props {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.prop-glass, .prop-photo, .prop-recorder {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.5;
}
.prop-glass {
  right: 6%;
  top: 12%;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(232, 169, 78, 0.45);
  background: radial-gradient(circle at 35% 30%, rgba(232, 169, 78, 0.32), rgba(74, 16, 24, 0.1) 70%);
  box-shadow: inset 0 0 12px rgba(232, 169, 78, 0.28);
}
.prop-photo {
  left: 3%;
  bottom: 8%;
  width: 58px;
  height: 44px;
  border-radius: 2px;
  border: 1px solid rgba(240, 230, 218, 0.28);
  background: linear-gradient(135deg, rgba(240, 230, 218, 0.16), rgba(106, 119, 136, 0.14));
  transform: rotate(-7deg);
}
.prop-recorder {
  right: 9%;
  bottom: 10%;
  width: 34px;
  height: 52px;
  border-radius: 4px;
  border: 1px solid rgba(232, 169, 78, 0.4);
  background: linear-gradient(180deg, rgba(42, 10, 16, 0.7), rgba(13, 10, 12, 0.7));
  transform: rotate(5deg);
}
.hero-caption {
  position: relative;
  margin-top: 20px;
  padding: 0 4px;
}
.hero-tagline {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-weight: 300;
  font-size: clamp(20px, 3.6vw, 40px);
  letter-spacing: 0.14em;
  line-height: 1.35;
  color: var(--paper);
  text-shadow: 0 2px 22px rgba(107, 26, 36, 0.9);
  max-width: 30em;
}
.hero-tagline::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin-bottom: 12px;
  background: var(--amber);
}
.overview-info {
  margin-top: 30px;
  padding: 22px 20px 20px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(28, 12, 17, 0.72), rgba(13, 10, 12, 0.9));
}
.movie-title {
  font-size: clamp(24px, 3.4vw, 38px);
  color: var(--amber-soft);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.movie-tagline {
  font-size: 14px;
  color: var(--greyblue-dim);
  letter-spacing: 0.06em;
  padding-bottom: 16px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line-faint);
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px 24px;
  align-items: start;
}
.block-heading {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--amber);
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.synopsis-block {
  grid-column: 1 / 2;
}
.synopsis-p {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--paper-dim);
  margin-bottom: 10px;
  text-indent: 2em;
}
.synopsis-p:last-child {
  margin-bottom: 0;
}
.cast-block {
  grid-column: 2 / 4;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 12px;
}
.cast-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.cast-avatar {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(232, 169, 78, 0.45), transparent 55%),
    linear-gradient(145deg, var(--wine-mid), var(--greyblue));
  border: 1px solid rgba(232, 169, 78, 0.32);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.55);
}
.cast-name {
  font-size: 13.5px;
  color: var(--paper);
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-status-block {
  grid-column: 2 / 3;
}
.status-line {
  font-size: 14px;
  color: var(--paper-dim);
  line-height: 1.75;
  padding-left: 10px;
  border-left: 2px solid var(--wine-mid);
}
.details-block {
  grid-column: 3 / 4;
}
.details-list {
  display: grid;
  gap: 3px;
}
.details-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(240, 230, 218, 0.1);
}
.details-row:last-child {
  border-bottom: none;
}
.details-key {
  flex: none;
  font-size: 12.5px;
  color: var(--greyblue-dim);
  letter-spacing: 0.08em;
}
.details-val {
  font-size: 13px;
  color: var(--paper);
  text-align: right;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
}
.seo-note {
  grid-column: 1 / 4;
  margin-top: 2px;
  padding-top: 14px;
  border-top: 1px solid var(--line-faint);
  font-size: 12.5px;
  line-height: 1.8;
  color: rgba(201, 188, 174, 0.72);
}
.player-controls {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.ctrl-btn {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  padding: 5px 12px;
  border: 1px solid var(--line-faint);
  border-radius: 2px;
  background: rgba(74, 16, 24, 0.3);
  transition: color 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.ctrl-btn:hover {
  color: var(--amber-soft);
  border-color: var(--amber-dim);
  background: rgba(107, 26, 36, 0.55);
}
.ctrl-btn.is-playing, .ctrl-btn.is-active {
  color: var(--ink);
  background: var(--amber);
  border-color: var(--amber);
}
.ctrl-btn.is-muted {
  color: var(--wine-deep);
  background: var(--greyblue-dim);
  border-color: var(--greyblue-dim);
}
.ctrl-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--wine-mid), rgba(240, 230, 218, 0.16));
  cursor: pointer;
}
.ctrl-range[data-player-action="progress"] {
  flex: 1 1 200px;
  min-width: 140px;
}
.ctrl-range[data-player-action="volume"] {
  flex: 0 1 110px;
  min-width: 80px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--amber);
  border: 2px solid var(--ink);
  box-shadow: 0 0 8px rgba(232, 169, 78, 0.6);
}
.ctrl-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--amber);
}
.hero-stage.theater-mode .hero-backdrop {
  grid-template-columns: minmax(0, 1fr);
}
.hero-stage.theater-mode .hero-poster-wrap {
  display: none;
}
.hero-stage.lights-off .overview-info {
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.section-heading {
  font-size: 16px;
  letter-spacing: 0.2em;
  color: var(--paper);
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-heading::before {
  content: "";
  flex: none;
  width: 4px;
  height: 16px;
  background: var(--amber);
}
.timeline-section {
  margin-bottom: 38px;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
  padding-top: 20px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line) 4%, var(--line) 96%, transparent);
}
.timeline-node {
  position: relative;
  padding-top: 16px;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 3px rgba(74, 16, 24, 0.9), 0 0 10px rgba(232, 169, 78, 0.5);
}
.node-timecode {
  display: block;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--amber-soft);
  margin-bottom: 4px;
}
.node-label {
  display: block;
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--greyblue-dim);
}
.episodes-section {
  margin-bottom: 38px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.episode-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  gap: 12px;
  align-items: stretch;
  padding: 12px 13px;
  border: 1px solid var(--line-faint);
  border-left: 2px solid var(--wine-mid);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(28, 12, 17, 0.55), rgba(13, 10, 12, 0.55));
  transition: border-color 0.18s ease, background 0.18s ease;
}
.episode-card:hover {
  border-color: var(--amber-dim);
  border-left-color: var(--amber);
  background: linear-gradient(180deg, rgba(74, 16, 24, 0.5), rgba(13, 10, 12, 0.6));
}
.episode-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.episode-number {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--amber);
  margin-bottom: 3px;
}
.episode-title {
  font-size: 15px;
  color: var(--paper);
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--greyblue-dim);
  margin-bottom: 8px;
}
.episode-duration {
  margin-top: auto;
  align-self: flex-start;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  padding: 2px 8px;
  border: 1px solid var(--line-faint);
  border-radius: 999px;
}
.episode-thumb {
  width: 100%;
  height: 100%;
  min-height: 92px;
  border-radius: 2px;
  background:
    radial-gradient(circle at 30% 25%, rgba(232, 169, 78, 0.22), transparent 55%),
    linear-gradient(150deg, var(--wine-mid) 0%, var(--wine-deep) 55%, var(--greyblue) 130%);
  border: 1px solid rgba(240, 230, 218, 0.1);
  filter: saturate(0.85);
}
.comments-section {
  margin-bottom: 38px;
}
.comments-columns {
  columns: 2;
  column-gap: 16px;
}
.comment-card {
  break-inside: avoid;
  display: block;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid var(--line-faint);
  border-radius: 2px;
  background: linear-gradient(170deg, rgba(106, 119, 136, 0.12), rgba(13, 10, 12, 0.5));
}
.comment-card.comment-short {
  border-left: 2px solid var(--greyblue);
}
.comment-card.comment-long {
  border-left: 2px solid var(--amber-dim);
  background: linear-gradient(170deg, rgba(74, 16, 24, 0.4), rgba(13, 10, 12, 0.55));
}
.comment-nickname {
  display: block;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--amber-soft);
  margin-bottom: 5px;
}
.comment-text {
  font-size: 13px;
  line-height: 1.78;
  color: var(--paper-dim);
}
.rec-zone {
  margin-bottom: 34px;
}
.rec-heading {
  font-size: 15px;
  letter-spacing: 0.16em;
  color: var(--paper);
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.rec-heading::before {
  content: "";
  flex: none;
  width: 4px;
  height: 15px;
  background: var(--wine-mid);
}
.rec-track {
  display: grid;
  gap: 12px;
  align-items: start;
}
.rec-4up {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-3up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rec-5up {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: start;
  padding: 8px;
  border: 1px solid var(--line-faint);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(28, 12, 17, 0.6), rgba(13, 10, 12, 0.6));
  color: var(--paper-dim);
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
a.rec-card:hover {
  border-color: var(--amber-dim);
  background: linear-gradient(180deg, rgba(74, 16, 24, 0.5), rgba(13, 10, 12, 0.6));
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img, .rec-pic {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  filter: saturate(0.82) contrast(1.05);
  background: linear-gradient(150deg, var(--wine-mid), var(--greyblue));
}
.rec-name {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
  color: var(--paper);
  letter-spacing: 0.04em;
}
.rec-blurb {
  font-size: 12px;
  line-height: 1.65;
  color: var(--greyblue-dim);
}
.site-footer {
  margin-top: 44px;
  padding: 26px 22px 34px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(28, 12, 17, 0.5), rgba(13, 10, 12, 0.95));
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.8;
  color: rgba(201, 188, 174, 0.62);
  margin-bottom: 16px;
  max-width: 76ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  padding: 3px 0;
  transition: color 0.16s ease;
}
a[data-contract="footer-home"] {
  color: var(--amber);
  text-decoration: none;
  border-bottom: 1px solid var(--amber-dim);
}
a[data-contract="footer-home"]:hover {
  color: var(--amber-soft);
  text-decoration: underline;
}
a[data-contract="footer-sitemap"] {
  color: var(--greyblue-dim);
  text-decoration: none;
  border-bottom: 1px solid rgba(106, 119, 136, 0.4);
}
a[data-contract="footer-sitemap"]:hover {
  color: var(--paper);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line-faint);
}
.friend-links-label {
  flex: none;
  font-family: "PingFang SC", "Heiti SC", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--amber-dim);
  padding-right: 6px;
  border-right: 1px solid var(--line-faint);
}
a.runtime-friend-link {
  font-size: 12px;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: var(--greyblue-dim);
  text-decoration: none;
  transition: color 0.16s ease;
}
a.runtime-friend-link:hover {
  color: var(--amber-soft);
  text-decoration: underline;
}
@media (max-width: 1080px) {.overview-body {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  }
.synopsis-block {
    grid-column: 1 / 2;
  }
.cast-block {
    grid-column: 2 / 3;
  }
.episode-status-block {
    grid-column: 1 / 2;
  }
.details-block {
    grid-column: 2 / 3;
  }
.seo-note {
    grid-column: 1 / 3;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 22px;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node::before {
    top: 0;
  }
.timeline-node {
    padding-top: 20px;
  }
.rec-5up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 820px) {body {
    font-size: 14.5px;
  }
.header-inner {
    padding: 9px 16px;
  }
.page-main {
    padding: 0 16px;
  }
.hero-backdrop {
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }
.hero-poster-wrap {
    max-width: 240px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
.synopsis-block, .cast-block, .episode-status-block, .details-block, .seo-note {
    grid-column: 1 / -1;
  }
.cast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-columns {
    columns: 1;
  }
.rec-4up, .rec-3up, .rec-5up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.site-footer {
    padding: 22px 16px 30px;
  }}
@media (max-width: 520px) {.hero-stage {
    padding: 16px 0 26px;
    margin-bottom: 26px;
  }
.overview-info {
    padding: 16px 13px;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-card {
    grid-template-columns: minmax(0, 1fr) 84px;
    gap: 10px;
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }
.rec-4up, .rec-3up, .rec-5up {
    grid-template-columns: minmax(0, 1fr);
  }
.ctrl-range[data-player-action="progress"] {
    flex: 1 1 100%;
    order: -1;
  }
.player-controls {
    gap: 6px;
  }
.ctrl-btn {
    padding: 5px 10px;
    font-size: 12px;
  }}

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}
