:root {
  --ink: #0d1526;
  --ink-2: #111c31;
  --ink-3: #16233c;
  --indigo: #1a2742;
  --indigo-deep: #0a1020;
  --gold: #c9a227;
  --gold-bright: #e8c86a;
  --gold-dim: #8a7434;
  --bronze: #a8743a;
  --red: #7a1f28;
  --red-dim: #521620;
  --text: #ded0a8;
  --text-dim: #9b8f74;
  --line: rgba(201, 162, 39, 0.28);
  --line-soft: rgba(201, 162, 39, 0.14);
  --song: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  --hei: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background:
    radial-gradient(circle at 78% 6%, rgba(201, 162, 39, 0.08), transparent 42%),
    linear-gradient(180deg, #0a1020 0%, #0d1526 38%, #0b1220 100%);
  color: var(--text);
  font-family: var(--hei);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  min-height: 100vh;
}
body.lights-off {
  filter: brightness(0.62) contrast(1.05);
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--gold-bright);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
ul, ol, dl {
  list-style: none;
}
h1, h2, h3 {
  font-family: var(--song);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(10, 16, 32, 0.96), rgba(10, 16, 32, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}
a[data-contract="site-name"] {
  font-family: var(--song);
  font-size: 19px;
  letter-spacing: 0.22em;
  color: var(--gold-bright);
  text-decoration: none;
  text-shadow: 0 0 12px rgba(201, 162, 39, 0.35);
  white-space: nowrap;
}
a[data-contract="site-name"]::before {
  content: "◆";
  font-size: 9px;
  margin-right: 8px;
  vertical-align: 3px;
  color: var(--bronze);
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 2px 9px;
  font-size: 12.5px;
  color: var(--text);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--line-soft);
  border-radius: 1px;
  background: rgba(22, 35, 60, 0.55);
  transition: color 0.2s, border-color 0.2s;
}
a.runtime-category:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 40px;
  display: block;
}
.hero-night {
  display: block;
}
.hero-backdrop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 34px 0 26px;
  margin-bottom: 22px;
  background:
    radial-gradient(ellipse at 22% 34%, rgba(201, 162, 39, 0.13), transparent 58%),
    linear-gradient(180deg, rgba(26, 39, 66, 0.72), rgba(10, 16, 32, 0.2));
  border-bottom: 1px solid var(--line-soft);
}
.hero-poster-frame {
  position: relative;
  width: 100%;
  max-width: 340px;
  border: 1px solid var(--gold-dim);
  padding: 5px;
  background: linear-gradient(160deg, rgba(201, 162, 39, 0.12), rgba(10, 16, 32, 0.6));
  box-shadow: 0 0 0 1px rgba(10, 16, 32, 0.9) inset, 0 14px 34px rgba(0, 0, 0, 0.55);
}
.hero-poster-frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  pointer-events: none;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.05) brightness(0.92);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.hero-title {
  font-size: clamp(24px, 3.4vw, 36px);
  color: var(--gold-bright);
  letter-spacing: 0.1em;
  border-left: 2px solid var(--gold);
  padding-left: 12px;
  text-shadow: 0 0 18px rgba(201, 162, 39, 0.28);
}
.hero-tagline {
  font-family: var(--song);
  font-size: 15px;
  color: var(--red);
  letter-spacing: 0.14em;
  padding-left: 14px;
}
.hero-seo {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.75;
  padding-left: 14px;
  max-width: 62ch;
}
.hero-player-wrap {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-top: 6px;
  padding: 4px;
  border: 1px solid var(--line);
  background: rgba(10, 16, 32, 0.75);
}
.hero-player-wrap.is-theater {
  max-width: none;
}
.hero-player-wrap.is-theater video {
  max-height: 76vh;
}
.hero-player-wrap video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 4px 2px;
  border-top: 1px solid var(--line-soft);
  margin-top: 4px;
}
.player-btn {
  padding: 3px 9px;
  font-size: 12px;
  color: var(--text);
  background: rgba(22, 35, 60, 0.7);
  border: 1px solid var(--line-soft);
  border-radius: 1px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
.player-btn:hover, .player-btn.is-active {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: rgba(122, 31, 40, 0.35);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  background: rgba(201, 162, 39, 0.3);
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 70px;
}
.player-range[data-player-action="progress"] {
  flex: 1 1 130px;
}
.player-range[data-player-action="volume"] {
  flex: 0 1 80px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 8px rgba(201, 162, 39, 0.7);
}
.player-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: var(--gold-bright);
}
.player-speed {
  padding: 3px 4px;
  font-size: 12px;
  color: var(--text);
  background: rgba(22, 35, 60, 0.7);
  border: 1px solid var(--line-soft);
  border-radius: 1px;
}
.detail-strip {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, rgba(22, 35, 60, 0.6), rgba(13, 21, 38, 0.6));
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--bronze);
}
.strip-heading {
  font-family: var(--song);
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 0.16em;
  writing-mode: horizontal-tb;
  padding-top: 2px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 4px 16px;
}
.detail-item {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 12.5px;
  padding: 2px 0;
  border-bottom: 1px dotted rgba(201, 162, 39, 0.16);
}
.detail-item dt {
  color: var(--text-dim);
  flex: 0 0 auto;
  letter-spacing: 0.08em;
}
.detail-item dd {
  color: var(--text);
  font-family: var(--song);
  letter-spacing: 0.04em;
}
.episode-status {
  padding: 7px 14px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, rgba(122, 31, 40, 0.34), rgba(13, 21, 38, 0.1) 70%);
  border-left: 2px solid var(--red);
}
.status-line {
  font-family: var(--song);
  font-size: 13.5px;
  letter-spacing: 0.12em;
  color: var(--text);
}
.status-current, .status-total {
  color: var(--gold-bright);
  font-size: 16px;
  padding: 0 2px;
}
.synopsis-block {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px 14px;
  align-items: start;
  padding: 12px 14px;
  margin-bottom: 10px;
  background: rgba(13, 21, 38, 0.5);
  border: 1px solid var(--line-soft);
}
.synopsis-heading {
  font-family: var(--song);
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 0.16em;
}
.synopsis-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 4px 20px;
  align-items: start;
}
.synopsis-p {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(222, 208, 168, 0.86);
  text-indent: 2em;
}
.cast-wall {
  padding: 12px 14px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, rgba(22, 35, 60, 0.55), rgba(13, 21, 38, 0.5));
  border: 1px solid var(--line-soft);
}
.cast-heading {
  font-family: var(--song);
  font-size: 15px;
  color: var(--gold);
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 2px solid var(--bronze);
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 6px 4px;
  border: 1px solid transparent;
  border-top: 1px solid var(--line-soft);
  transition: border-color 0.2s, background 0.2s;
}
.cast-cell:hover {
  border-color: var(--line);
  background: rgba(122, 31, 40, 0.18);
}
.cast-avatar {
  display: block;
  width: 100%;
  max-width: 74px;
  aspect-ratio: 1 / 1;
  border-radius: 50% 50% 46% 46%;
  background:
    radial-gradient(circle at 50% 34%, rgba(201, 162, 39, 0.5), transparent 58%),
    linear-gradient(160deg, #22314f, #0d1526);
  border: 1px solid var(--gold-dim);
  box-shadow: 0 0 0 3px rgba(10, 16, 32, 0.8), 0 0 12px rgba(201, 162, 39, 0.16);
}
.cast-name {
  font-family: var(--song);
  font-size: 13px;
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  text-align: center;
}
.cast-note {
  font-size: 11px;
  line-height: 1.45;
  color: var(--text-dim);
  text-align: center;
}
.cast-extra {
  margin-top: 8px;
  padding-top: 6px;
  border-top: 1px dotted rgba(201, 162, 39, 0.2);
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.1em;
}
.cast-extra::before {
  content: "客串 · ";
  color: var(--bronze);
}
.timeline-section {
  padding: 14px;
  margin-bottom: 10px;
  background:
    repeating-linear-gradient(90deg, rgba(201, 162, 39, 0.035) 0 1px, transparent 1px 12px),
    rgba(10, 16, 32, 0.55);
  border: 1px solid var(--line-soft);
}
.timeline-heading, .episodes-heading, .comments-heading, .recommend-heading {
  font-family: var(--song);
  font-size: 16px;
  color: var(--gold);
  letter-spacing: 0.2em;
  margin-bottom: 12px;
  padding-left: 10px;
  border-left: 2px solid var(--bronze);
}
.timeline-axis {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 0;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold-dim) 8%, var(--gold-dim) 92%, transparent);
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  padding: 7px 0;
  min-height: 52px;
}
.timeline-node:nth-child(odd) .node-icon {
  justify-self: end;
  margin-right: 16px;
}
.timeline-node:nth-child(odd) .node-copy {
  justify-self: start;
  margin-left: 16px;
  text-align: left;
}
.timeline-node:nth-child(even) .node-copy {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  margin-right: 16px;
  text-align: right;
}
.timeline-node:nth-child(even) .node-icon {
  grid-column: 2;
  grid-row: 1;
  justify-self: start;
  margin-left: 16px;
}
.node-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: var(--song);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--gold-bright);
  background: radial-gradient(circle at 40% 30%, rgba(201, 162, 39, 0.24), rgba(13, 21, 38, 0.95));
  border: 1px solid var(--gold-dim);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(10, 16, 32, 0.85);
}
.node-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background: var(--gold-dim);
}
.timeline-node:nth-child(odd) .node-icon::after {
  left: 100%;
}
.timeline-node:nth-child(even) .node-icon::after {
  right: 100%;
}
.node-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 320px;
}
.node-time {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--red);
}
.node-label {
  font-family: var(--song);
  font-size: 13.5px;
  color: var(--text);
  letter-spacing: 0.04em;
}
.episodes-section {
  padding: 14px 0 14px 14px;
  margin-bottom: 10px;
  background: rgba(13, 21, 38, 0.5);
  border: 1px solid var(--line-soft);
  overflow: hidden;
}
.episode-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 1fr);
  gap: 8px;
  overflow-x: auto;
  padding: 2px 14px 10px 0;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: var(--gold-dim) transparent;
}
.episode-rail::-webkit-scrollbar {
  height: 6px;
}
.episode-rail::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
  border-radius: 3px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  scroll-snap-align: start;
  padding: 10px;
  background: linear-gradient(170deg, rgba(22, 35, 60, 0.72), rgba(10, 16, 32, 0.72));
  border: 1px solid var(--line-soft);
  border-top: 2px solid rgba(201, 162, 39, 0.2);
  transition: border-color 0.2s, transform 0.2s;
}
.episode-card:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
.episode-card.is-current {
  border: 1px solid var(--gold);
  border-top: 2px solid var(--gold-bright);
  background: linear-gradient(170deg, rgba(122, 31, 40, 0.34), rgba(13, 21, 38, 0.8));
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.2), 0 8px 22px rgba(0, 0, 0, 0.5);
}
.episode-number {
  font-family: var(--song);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--red);
}
.episode-card.is-current .episode-number {
  color: var(--gold-bright);
}
.episode-title {
  font-family: var(--song);
  font-size: 15px;
  color: var(--gold-bright);
  letter-spacing: 0.1em;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.7;
  color: rgba(222, 208, 168, 0.8);
  flex: 1 1 auto;
}
.episode-duration {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--text-dim);
  padding-top: 5px;
  border-top: 1px dotted rgba(201, 162, 39, 0.2);
}
.comments-section {
  padding: 14px;
  margin-bottom: 10px;
  background:
    repeating-linear-gradient(45deg, rgba(201, 162, 39, 0.04) 0 2px, transparent 2px 7px),
    linear-gradient(180deg, rgba(10, 16, 32, 0.7), rgba(13, 21, 38, 0.7));
  border: 1px solid var(--line-soft);
}
.comments-waterfall {
  columns: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: block;
  margin-bottom: 10px;
  padding: 9px 11px;
  background: rgba(22, 35, 60, 0.6);
  border-left: 2px solid var(--bronze);
  border-top: 1px solid var(--line-soft);
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.comment-nick {
  display: block;
  font-family: var(--song);
  font-size: 12.5px;
  color: var(--gold);
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.comment-nick::before {
  content: "◈ ";
  color: var(--red);
  font-size: 10px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.75;
  color: rgba(222, 208, 168, 0.85);
}
.recommend-region {
  padding: 12px 14px;
  margin-bottom: 10px;
  background: rgba(10, 16, 32, 0.6);
  border: 1px solid var(--line-soft);
}
.recommend-heading {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
  border-left: 2px solid var(--bronze);
}
.recommend-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dim) 22%, transparent 78%);
}
.recommend-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 9px;
  align-items: start;
}
.recommend-card[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  background: linear-gradient(170deg, rgba(22, 35, 60, 0.7), rgba(13, 21, 38, 0.7));
  border: 1px solid var(--line-soft);
  border-radius: 1px;
  transition: border-color 0.2s, background 0.2s;
}
.recommend-card[data-runtime="recommendation"]:hover {
  border-color: var(--gold-dim);
  background: linear-gradient(170deg, rgba(122, 31, 40, 0.3), rgba(13, 21, 38, 0.8));
}
.recommend-card[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 3 / 2;
  height: auto;
  object-fit: cover;
  filter: saturate(0.85) brightness(0.9);
  border: 1px solid rgba(201, 162, 39, 0.16);
}
.recommend-name {
  font-family: var(--song);
  font-size: 13px;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(201, 162, 39, 0.09), transparent 62%),
    linear-gradient(180deg, rgba(10, 16, 32, 0.9), #070c17);
  padding: 18px 0 26px;
  margin-top: 8px;
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 13px;
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(201, 162, 39, 0.2);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--song);
  letter-spacing: 0.14em;
  color: var(--gold);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--gold-bright);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  font-size: 12px;
}
.friend-links-label {
  font-family: var(--song);
  color: var(--bronze);
  letter-spacing: 0.16em;
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}
a.runtime-friend-link:hover {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-dim);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(155, 143, 116, 0.75);
  border-top: 1px dotted rgba(201, 162, 39, 0.16);
  padding-top: 8px;
}
@media (max-width: 1000px) {.hero-backdrop {
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 20px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.hero-backdrop {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding-top: 22px;
  }
.hero-poster-frame {
    max-width: 240px;
  }
.hero-player-wrap {
    max-width: none;
  }
.detail-strip, .synopsis-block {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.strip-heading, .synopsis-heading {
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: 5px;
  }
.timeline-axis::before {
    left: 22px;
  }
.timeline-node {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 8px 0;
  }
.timeline-node:nth-child(odd) .node-icon, .timeline-node:nth-child(even) .node-icon {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin: 0;
  }
.timeline-node:nth-child(odd) .node-copy, .timeline-node:nth-child(even) .node-copy {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    margin: 0;
    text-align: left;
    max-width: none;
  }
.timeline-node .node-icon::after {
    display: none;
  }
.node-icon {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }
.episode-rail {
    grid-auto-columns: minmax(190px, 78%);
  }
.comments-waterfall {
    columns: 1;
  }
.recommend-row {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }}
@media (max-width: 460px) {.header-inner {
    gap: 4px 10px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-rail {
    grid-auto-columns: minmax(170px, 86%);
  }
.recommend-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.player-range[data-player-action="volume"] {
    flex: 1 1 60px;
  }}

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}
