:root {
  --steel-900: #0a0c10;
  --steel-800: #10141a;
  --steel-700: #171c24;
  --steel-600: #202832;
  --steel-500: #2c3743;
  --steel-400: #3d4b59;
  --copper-700: #6b3d1e;
  --copper-600: #8a5227;
  --copper-500: #b06a30;
  --copper-400: #cf8b45;
  --copper-300: #e0a865;
  --copper-200: #f0c896;
  --ink: #c8cdd4;
  --ink-dim: #8b939d;
  --ink-bright: #eef1f5;
  --line: #2a323d;
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: var(--steel-900);
  background-image:
    radial-gradient(ellipse 120% 60% at 12% 0%, rgba(176, 106, 48, 0.10), transparent 60%),
    radial-gradient(ellipse 90% 50% at 100% 8%, rgba(61, 75, 89, 0.28), transparent 55%),
    linear-gradient(180deg, var(--steel-800) 0%, var(--steel-900) 30%, var(--steel-900) 100%);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
h1, h2, h3 {
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink-bright);
  letter-spacing: 0.02em;
}
button, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(10, 12, 16, 0.96) 0%, rgba(16, 20, 26, 0.92) 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(176, 106, 48, 0.18), 0 8px 24px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="site-name"].site-name {
  font-size: 19px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--copper-300);
  text-decoration: none;
  text-shadow: 0 0 12px rgba(207, 139, 69, 0.35);
  white-space: nowrap;
}
a[data-contract="site-name"].site-name:hover {
  color: var(--copper-200);
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-dim);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-bottom-color: var(--steel-500);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--copper-300);
  border-bottom-color: var(--copper-500);
  background: rgba(176, 106, 48, 0.08);
}
.page-main {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 0;
}
.hero-backdrop {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin: 0 -16px 0;
  padding: 52px 24px 60px;
  background:
    linear-gradient(180deg, rgba(10, 12, 16, 0.30) 0%, rgba(10, 12, 16, 0.72) 62%, var(--steel-900) 100%),
    linear-gradient(115deg, var(--steel-800) 0%, var(--steel-700) 40%, #0c0f14 100%);
  border-bottom: 1px solid var(--copper-700);
  isolation: isolate;
}
.alchemy-circle {
  position: absolute;
  top: 50%;
  left: -180px;
  width: 520px;
  height: 520px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid rgba(207, 139, 69, 0.45);
  box-shadow:
    0 0 0 26px rgba(176, 106, 48, 0.08),
    0 0 0 60px rgba(176, 106, 48, 0.05),
    0 0 60px rgba(207, 139, 69, 0.22) inset;
  background:
    radial-gradient(circle at 50% 50%, transparent 30%, rgba(207, 139, 69, 0.06) 31%, transparent 33%),
    radial-gradient(circle at 50% 50%, transparent 55%, rgba(207, 139, 69, 0.10) 56%, transparent 58%),
    conic-gradient(from 0deg,
      rgba(207, 139, 69, 0.14) 0deg 6deg, transparent 6deg 30deg,
      rgba(207, 139, 69, 0.14) 30deg 36deg, transparent 36deg 60deg,
      rgba(207, 139, 69, 0.14) 60deg 66deg, transparent 66deg 90deg,
      rgba(207, 139, 69, 0.14) 90deg 96deg, transparent 96deg 120deg,
      rgba(207, 139, 69, 0.14) 120deg 126deg, transparent 126deg 150deg,
      rgba(207, 139, 69, 0.14) 150deg 156deg, transparent 156deg 180deg,
      rgba(207, 139, 69, 0.14) 180deg 186deg, transparent 186deg 210deg,
      rgba(207, 139, 69, 0.14) 210deg 216deg, transparent 216deg 240deg,
      rgba(207, 139, 69, 0.14) 240deg 246deg, transparent 246deg 270deg,
      rgba(207, 139, 69, 0.14) 270deg 276deg, transparent 276deg 300deg,
      rgba(207, 139, 69, 0.14) 300deg 306deg, transparent 306deg 330deg,
      rgba(207, 139, 69, 0.14) 330deg 336deg, transparent 336deg 360deg);
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}
.alchemy-circle::before {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1px solid rgba(207, 139, 69, 0.32);
  background:
    linear-gradient(45deg, transparent 48%, rgba(207, 139, 69, 0.22) 49%, rgba(207, 139, 69, 0.22) 51%, transparent 52%),
    linear-gradient(-45deg, transparent 48%, rgba(207, 139, 69, 0.22) 49%, rgba(207, 139, 69, 0.22) 51%, transparent 52%);
}
.alchemy-circle::after {
  content: "";
  position: absolute;
  inset: 110px;
  border-radius: 50%;
  border: 1px solid rgba(207, 139, 69, 0.4);
  box-shadow: 0 0 30px rgba(207, 139, 69, 0.18) inset;
}
.hero-figures {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 300px;
  height: 78%;
  max-height: 340px;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(0, 0, 0, 0.9), transparent 70%),
    linear-gradient(180deg, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.85) 32%);
  clip-path: polygon(
    30% 100%, 30% 62%, 24% 58%, 20% 44%, 26% 30%, 34% 26%,
    30% 12%, 36% 2%, 46% 2%, 50% 14%, 46% 26%,
    58% 24%, 68% 30%, 74% 46%, 70% 58%, 64% 62%, 64% 100%
  );
}
.hero-figures::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(207, 139, 69, 0.30) 0%, rgba(20, 24, 30, 0.9) 55%, #06080b 100%);
  clip-path: inherit;
}
.hero-figures::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 6%;
  width: 30%;
  height: 88%;
  background: linear-gradient(180deg, rgba(240, 200, 150, 0.18) 0%, transparent 45%);
  filter: blur(6px);
}
.hero-title {
  position: relative;
  z-index: 3;
  font-size: clamp(24px, 4.4vw, 46px);
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: var(--ink-bright);
  text-shadow:
    0 0 1px rgba(240, 200, 150, 0.9),
    0 0 10px rgba(207, 139, 69, 0.45),
    0 2px 18px rgba(0, 0, 0, 0.8);
  -webkit-text-stroke: 0.4px rgba(207, 139, 69, 0.55);
  max-width: 20ch;
}
.hero-tagline {
  position: relative;
  z-index: 3;
  margin-top: 12px;
  max-width: 46ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--copper-200);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
  border-left: 2px solid var(--copper-500);
  padding-left: 12px;
}
.overview-body {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-top: 4px;
}
.poster-wrap {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--copper-700);
  border-radius: 3px;
  background: var(--steel-800);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(207, 139, 69, 0.12) inset;
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.cast-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
}
.cast-heading, .synopsis-heading, .details-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-400);
  margin-bottom: 8px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px 14px;
}
.cast-item {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  border-left: 2px solid var(--steel-500);
  min-width: 0;
}
.cast-item:hover {
  border-left-color: var(--copper-500);
}
.cast-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-bright);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 12px;
  color: var(--ink-dim);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-text {
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--ink);
  margin-bottom: 8px;
  text-align: justify;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.episode-status {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.status-current {
  display: inline-block;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--steel-900);
  background: linear-gradient(180deg, var(--copper-300) 0%, var(--copper-500) 100%);
  border-radius: 2px;
  box-shadow: 0 0 14px rgba(207, 139, 69, 0.35);
}
.status-total {
  font-size: 13px;
  color: var(--ink-dim);
  border: 1px solid var(--steel-500);
  padding: 3px 10px;
  border-radius: 2px;
}
.details-block {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}
.details-list {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 5px 12px;
  align-items: baseline;
}
.details-key {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--copper-400);
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.details-value {
  font-size: 12.5px;
  color: var(--ink);
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #000;
  border: 1px solid var(--copper-700);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(180deg, var(--steel-700) 0%, var(--steel-800) 100%);
  border-top: 1px solid var(--line);
}
.player-controls button {
  padding: 4px 12px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-bright);
  background: var(--steel-600);
  border: 1px solid var(--steel-400);
  border-radius: 2px;
  cursor: pointer;
  letter-spacing: 0.04em;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.player-controls button:hover {
  background: var(--copper-700);
  border-color: var(--copper-500);
  color: var(--copper-200);
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: var(--steel-500);
  border-radius: 2px;
  cursor: pointer;
}
.player-controls input[type="range"]:nth-of-type(1) {
  flex: 1 1 120px;
  min-width: 90px;
}
.player-controls input[type="range"]:nth-of-type(2) {
  flex: 0 1 90px;
  min-width: 70px;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--copper-400);
  box-shadow: 0 0 6px rgba(207, 139, 69, 0.7);
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: var(--copper-400);
  box-shadow: 0 0 6px rgba(207, 139, 69, 0.7);
}
.player-controls select {
  padding: 4px 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink-bright);
  background: var(--steel-600);
  border: 1px solid var(--steel-400);
  border-radius: 2px;
  cursor: pointer;
}
.player-controls select:hover {
  border-color: var(--copper-500);
}
.player-shell.player-theater {
  box-shadow: 0 0 0 1px var(--copper-500), 0 10px 40px rgba(207, 139, 69, 0.25);
}
.player-shell.player-lights-off {
  background: #000;
}
.player-shell.player-lights-off .player-controls {
  opacity: 0.55;
}
.player-shell.player-lights-off .player-controls:hover {
  opacity: 1;
}
.section-heading {
  font-size: 17px;
  letter-spacing: 0.06em;
  color: var(--ink-bright);
  text-shadow: 0 0 1px rgba(240, 200, 150, 0.7), 0 0 8px rgba(207, 139, 69, 0.3);
  -webkit-text-stroke: 0.3px rgba(207, 139, 69, 0.4);
  padding-left: 11px;
  border-left: 3px solid var(--copper-500);
  margin-bottom: 12px;
}
.timeline-section {
  margin-top: 26px;
  padding-top: 4px;
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 16px;
  border-left: 1px solid var(--copper-600);
}
.timeline-node {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 7px 0 7px 16px;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper-400);
  box-shadow: 0 0 0 3px rgba(176, 106, 48, 0.18), 0 0 10px rgba(207, 139, 69, 0.6);
}
.timeline-node::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: var(--copper-600);
}
.node-timecode {
  flex: 0 0 auto;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--copper-300);
  letter-spacing: 0.06em;
  min-width: 56px;
  white-space: nowrap;
}
.node-label {
  font-size: 13.5px;
  color: var(--ink);
  min-width: 0;
  line-height: 1.45;
}
.episodes-section {
  margin-top: 28px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 10px;
  background: linear-gradient(180deg, var(--steel-700) 0%, var(--steel-800) 100%);
  border: 1px solid var(--line);
  border-left: 2px solid var(--steel-400);
  border-radius: 2px;
  transition: border-color 0.15s, background 0.15s;
}
.episode-card:hover {
  border-left-color: var(--copper-500);
  background: linear-gradient(180deg, var(--steel-600) 0%, var(--steel-700) 100%);
}
.episode-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--copper-400);
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-bright);
  line-height: 1.3;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-dim);
  flex: 1 1 auto;
}
.episode-duration {
  font-size: 11px;
  color: var(--copper-300);
  letter-spacing: 0.06em;
  align-self: flex-start;
  padding-top: 3px;
  border-top: 1px solid var(--line);
  width: 100%;
}
.comments-section {
  margin-top: 28px;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  align-items: start;
}
.comment-columns > .comment-card:nth-child(even) {
  transform: translateY(14px);
}
.comment-card {
  display: flex;
  gap: 9px;
  padding: 9px 11px;
  background: var(--steel-800);
  border: 1px solid var(--line);
  border-left: 2px solid var(--copper-700);
  border-radius: 2px;
  align-items: flex-start;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, var(--copper-300) 0%, var(--copper-600) 45%, var(--steel-700) 100%);
  border: 1px solid var(--copper-500);
  box-shadow: 0 0 8px rgba(176, 106, 48, 0.35) inset;
}
.comment-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--copper-300);
  letter-spacing: 0.02em;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink);
}
.recommend-region {
  margin-top: 24px;
}
.recommend-heading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--copper-400);
  margin-bottom: 8px;
  padding-left: 9px;
  border-left: 2px solid var(--copper-600);
}
.recommend-tagbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: stretch;
}
a[data-runtime="recommendation"] {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 6px 10px;
  min-width: 0;
  max-width: 260px;
  flex: 0 1 auto;
  background: var(--steel-700);
  border: 1px solid var(--steel-500);
  border-radius: 2px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
a[data-runtime="recommendation"]:hover {
  border-color: var(--copper-500);
  background: var(--steel-600);
  color: var(--ink-bright);
}
a[data-runtime="recommendation"] > span[data-runtime="name"] {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-bright);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a[data-runtime="recommendation"] > span[data-runtime="blurb"] {
  font-size: 11.5px;
  color: var(--ink-dim);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 1px;
  margin-bottom: 3px;
  background: var(--steel-900);
}
.site-footer {
  margin-top: 40px;
  padding: 20px 16px 30px;
  background: linear-gradient(180deg, var(--steel-800) 0%, #06080b 100%);
  border-top: 1px solid var(--copper-700);
  text-align: center;
}
.footer-disclaimer {
  max-width: 900px;
  margin: 0 auto 14px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-dim);
}
.footer-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 13px;
  font-weight: 700;
  color: var(--copper-300);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--copper-200);
  border-bottom-color: var(--copper-500);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 10px;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.friend-links-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--copper-400);
  letter-spacing: 0.1em;
  margin-right: 4px;
}
a.runtime-friend-link {
  font-size: 12px;
  color: var(--ink-dim);
  text-decoration: none;
  transition: color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--copper-300);
  text-decoration: underline;
}
@media (max-width: 960px) {.overview-body {
    grid-template-columns: 168px minmax(0, 1fr);
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.hero-figures {
    width: 230px;
  }}
@media (max-width: 720px) {body {
    font-size: 14px;
  }
.page-main {
    padding: 0 12px 32px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 8px;
  }
.hero-backdrop {
    margin: 0 -12px;
    padding: 36px 16px 44px;
  }
.alchemy-circle {
    left: -220px;
    width: 400px;
    height: 400px;
    opacity: 0.7;
  }
.hero-figures {
    right: 2%;
    width: 170px;
    opacity: 0.75;
  }
.hero-title {
    max-width: 100%;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.poster-wrap {
    max-width: 190px;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-columns > .comment-card:nth-child(even) {
    transform: none;
  }
.player-controls {
    gap: 5px;
    padding: 7px 8px;
  }
.player-controls button {
    padding: 4px 9px;
    font-size: 12px;
  }}
@media (max-width: 460px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    flex-direction: column;
    gap: 2px;
  }
.node-timecode {
    min-width: 0;
  }
.hero-figures {
    display: none;
  }
a[data-runtime="recommendation"] {
    max-width: 100%;
    flex-basis: 100%;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !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}
