:root {
  --ink: #05100b;
  --ink-2: #08170f;
  --ink-3: #0c2116;
  --panel: #0a1b12;
  --line: #163a28;
  --line-soft: #12301f;
  --myco: #5cffb1;
  --myco-dim: #2f8f63;
  --glow: #aaffe0;
  --rust: #b5452a;
  --rust-soft: #7d2f1d;
  --bone: #eef4ec;
  --bone-dim: #b9c8bd;
  --bone-faint: #8ba394;
  --mono: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  --pad: 10px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: var(--ink);
  background-image:
    radial-gradient(120% 70% at 12% -5%, rgba(92, 255, 177, 0.09), transparent 60%),
    radial-gradient(90% 55% at 96% 4%, rgba(181, 69, 42, 0.1), transparent 62%),
    linear-gradient(180deg, #040d09 0%, #05110b 40%, #040c08 100%);
  color: var(--bone);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
body.is-lights-off {
  background-image:
    radial-gradient(120% 70% at 12% -5%, rgba(92, 255, 177, 0.05), transparent 60%);
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, figure {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a {
  color: var(--bone);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
  padding: 8px clamp(10px, 2.4vw, 22px);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(92, 255, 177, 0.07), transparent 42%),
    var(--ink-2);
  position: sticky;
  top: 0;
  z-index: 40;
}
a[data-contract="site-name"] {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--glow);
  text-decoration: none;
  text-shadow: 0 0 14px rgba(92, 255, 177, 0.45);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: var(--myco);
  text-underline-offset: 3px;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--bone-dim);
  text-decoration: none;
  border: 1px solid var(--line-soft);
  background: rgba(92, 255, 177, 0.03);
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 5px, 100% 100%, 5px 100%, 0 calc(100% - 5px));
}
a.runtime-category:hover {
  color: var(--glow);
  border-color: var(--myco-dim);
  background: rgba(92, 255, 177, 0.1);
  text-decoration: none;
}
.page-main {
  display: block;
  padding: 0 clamp(8px, 2vw, 20px) 22px;
  max-width: 1360px;
  margin: 0 auto;
}
.block-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: var(--myco);
  text-transform: none;
  padding-left: 10px;
  margin-bottom: 6px;
  position: relative;
  line-height: 1.3;
}
.block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.1em;
  width: 3px;
  background: linear-gradient(180deg, var(--myco), var(--rust));
}
.movie-overview {
  display: block;
  padding-top: 10px;
}
.overview-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: start;
  padding: 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(160deg, rgba(92, 255, 177, 0.05), transparent 45%),
    var(--panel);
  overflow: hidden;
}
.poster-frame {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 100%;
  max-width: 360px;
  aspect-ratio: 2 / 3;
  align-self: start;
  margin: 0;
  border: 1px solid var(--line);
  background: #030b07;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 14px));
  overflow: hidden;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 32%;
  filter: contrast(1.08) saturate(0.92);
}
.hero-veins {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background-image:
    repeating-linear-gradient(78deg, transparent 0 11px, rgba(92, 255, 177, 0.16) 11px 12px, transparent 12px 26px),
    repeating-linear-gradient(-64deg, transparent 0 17px, rgba(92, 255, 177, 0.1) 17px 18px, transparent 18px 33px),
    radial-gradient(58% 44% at 30% 40%, rgba(92, 255, 177, 0.16), transparent 70%),
    radial-gradient(40% 30% at 70% 72%, rgba(181, 69, 42, 0.14), transparent 72%);
  mix-blend-mode: screen;
  opacity: 0.85;
}
.hero-section-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background-image:
    repeating-linear-gradient(0deg, rgba(238, 244, 236, 0.07) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(238, 244, 236, 0.05) 0 1px, transparent 1px 52px);
  background-position: 0 0, 62% 0;
  background-size: 100% 100%, 46% 100%;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.overview-head {
  grid-column: 2;
  grid-row: 1;
  position: relative;
  z-index: 4;
  align-self: start;
  padding: 6px 4px 8px 0;
}
.movie-title {
  font-size: clamp(22px, 3.4vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--bone);
  text-shadow: 0 0 22px rgba(92, 255, 177, 0.22), 0 2px 0 rgba(0, 0, 0, 0.6);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--bone-dim);
  max-width: 46ch;
  border-left: 2px solid var(--rust);
  padding-left: 8px;
}
.player-shell {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 4;
  align-self: start;
  width: 100%;
  min-width: 0;
  margin-top: 6px;
  border: 1px solid var(--line);
  background: #020806;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--myco-dim), 0 0 28px rgba(92, 255, 177, 0.25);
}
.player-video {
  width: 100%;
  height: auto;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border-top: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(92, 255, 177, 0.05), transparent);
}
.ctl {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid var(--line);
  background: rgba(92, 255, 177, 0.04);
  color: var(--bone-dim);
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 4px 7px;
  line-height: 1.2;
  cursor: pointer;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 4px) 0, 100% 4px, 100% 100%, 4px 100%, 0 calc(100% - 4px));
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.ctl:hover, .ctl:focus-visible {
  color: var(--glow);
  border-color: var(--myco-dim);
  background: rgba(92, 255, 177, 0.12);
  outline: none;
}
.ctl-play, .ctl-mute, .ctl-pip, .ctl-fullscreen, .ctl-theater, .ctl-light {
  flex: 0 0 auto;
}
.ctl-progress {
  flex: 1 1 160px;
  min-width: 90px;
  height: 12px;
  padding: 0;
  background: transparent;
  border: none;
  clip-path: none;
}
.ctl-progress::-webkit-slider-runnable-track {
  height: 4px;
  background: linear-gradient(90deg, var(--myco-dim), var(--line));
}
.ctl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 12px;
  margin-top: -4px;
  background: var(--myco);
  border-radius: 0;
  box-shadow: 0 0 8px rgba(92, 255, 177, 0.7);
}
.ctl-progress::-moz-range-track {
  height: 4px;
  background: linear-gradient(90deg, var(--myco-dim), var(--line));
}
.ctl-progress::-moz-range-thumb {
  width: 10px;
  height: 12px;
  border: none;
  border-radius: 0;
  background: var(--myco);
}
.ctl-volume {
  flex: 0 1 90px;
  min-width: 60px;
  height: 12px;
  padding: 0;
  background: transparent;
  border: none;
  clip-path: none;
}
.ctl-volume::-webkit-slider-runnable-track {
  height: 4px;
  background: var(--line);
}
.ctl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
  height: 11px;
  margin-top: -3.5px;
  background: var(--bone-dim);
  border-radius: 0;
}
.ctl-volume::-moz-range-track {
  height: 4px;
  background: var(--line);
}
.ctl-volume::-moz-range-thumb {
  width: 8px;
  height: 11px;
  border: none;
  border-radius: 0;
  background: var(--bone-dim);
}
.ctl-speed {
  flex: 0 0 auto;
  padding: 3px 6px;
  font-family: var(--mono);
  font-size: 11px;
  background: #061410;
}
.ctl-speed option {
  background: #061410;
  color: var(--bone);
}
.player-video.is-muted {
  opacity: 0.94;
}
.player-shell.is-theater .player-video {
  max-height: 78vh;
  object-fit: contain;
}
.details-block {
  margin-top: 10px;
  padding: 8px 10px 10px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--myco-dim);
  background: var(--panel);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 1px 16px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed var(--line-soft);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--bone-faint);
  font-family: var(--mono);
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: var(--bone);
  text-align: right;
}
.episode-status {
  margin-top: 10px;
  padding: 8px 10px 10px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.status-line {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--glow);
  margin-bottom: 6px;
}
.status-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.status-node {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--bone-faint);
  border: 1px solid var(--line);
  background: #061410;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.status-node-active {
  color: #04120b;
  background: var(--myco);
  border-color: var(--myco);
  box-shadow: 0 0 12px rgba(92, 255, 177, 0.6);
  font-weight: 700;
}
.synopsis-block {
  margin-top: 10px;
  padding: 8px 10px 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(181, 69, 42, 0.05), transparent 40%),
    var(--panel);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--bone-dim);
  max-width: 92ch;
}
.synopsis-para + .synopsis-para {
  margin-top: 6px;
}
.synopsis-para::first-letter {
  color: var(--myco);
}
.cast-block {
  margin-top: 10px;
  padding: 8px 10px 10px;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}
.cast-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: var(--myco-dim) transparent;
  -webkit-overflow-scrolling: touch;
}
.cast-strip::-webkit-scrollbar {
  height: 5px;
}
.cast-strip::-webkit-scrollbar-thumb {
  background: var(--myco-dim);
}
.cast-card {
  flex: 0 0 auto;
  width: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.cast-avatar {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 34% 30%, #143a26, #061410 70%);
  overflow: hidden;
  clip-path: circle(50%);
}
.cast-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(58deg, transparent 0 6px, rgba(92, 255, 177, 0.22) 6px 7px, transparent 7px 13px),
    repeating-linear-gradient(-42deg, transparent 0 9px, rgba(181, 69, 42, 0.22) 9px 10px, transparent 10px 17px);
  mix-blend-mode: screen;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(4, 12, 8, 0.92));
}
.cast-name {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--bone-dim);
  text-align: center;
  line-height: 1.25;
}
.timeline-block {
  margin-top: 12px;
  padding: 8px 10px 14px;
  border: 1px solid var(--line);
  background: var(--panel);
  overflow: hidden;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: 8px;
  row-gap: 0;
  padding: 6px 0 4px;
  min-height: 190px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--myco-dim) 8%, var(--line) 50%, var(--rust-soft) 92%, transparent);
}
.timeline-node {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px 4px;
  border-left: 1px solid var(--line-soft);
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--myco);
  box-shadow: 0 0 10px rgba(92, 255, 177, 0.7);
}
.timeline-node-up {
  align-self: start;
  padding-bottom: 28px;
}
.timeline-node-up::before {
  bottom: -3.5px;
}
.timeline-node-down {
  align-self: end;
  padding-top: 28px;
}
.timeline-node-down::before {
  top: -3.5px;
}
.timeline-node-down .timeline-code {
  order: 2;
}
.timeline-node-down .timeline-label {
  order: 1;
}
.timeline-code {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--glow);
}
.timeline-label {
  font-size: 11px;
  line-height: 1.5;
  color: var(--bone-dim);
  word-break: break-word;
}
.episodes-block {
  margin-top: 12px;
  padding: 8px 10px 12px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 6px;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 9px 8px;
  border: 1px solid var(--line-soft);
  background: #07160f;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 9px));
  min-width: 0;
}
.episode-card-active {
  border-color: var(--myco);
  background:
    linear-gradient(160deg, rgba(92, 255, 177, 0.12), transparent 60%),
    #08190f;
  box-shadow: 0 0 0 1px rgba(92, 255, 177, 0.35), 0 0 18px rgba(92, 255, 177, 0.14);
}
.episode-number {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--myco);
}
.episode-card-active .episode-number {
  color: var(--glow);
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--bone);
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--bone-dim);
}
.episode-duration {
  margin-top: 2px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--bone-faint);
}
.comments-block {
  margin-top: 12px;
  padding: 8px 10px 12px;
  border: 1px solid var(--line);
  background: var(--panel);
}
.comment-columns {
  columns: 3;
  column-gap: 16px;
  column-rule: 1px solid var(--line-soft);
}
.comment-item {
  break-inside: avoid;
  padding: 6px 0 7px;
  border-bottom: 1px solid var(--line-soft);
}
.comment-nickname {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--myco);
  line-height: 1.4;
}
.comment-text {
  font-size: 12px;
  line-height: 1.62;
  color: var(--bone-dim);
}
.rec-region {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 12px;
  padding: 8px 10px 10px;
  border: 1px solid var(--line);
  background: var(--panel);
  vertical-align: top;
}
.rec-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--rust);
  line-height: 1.3;
  margin-bottom: 8px;
}
.rec-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
a.rec-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  row-gap: 1px;
  align-items: start;
  padding: 5px;
  border: 1px solid var(--line-soft);
  background: #07160f;
  text-decoration: none;
  color: var(--bone-dim);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  transition: border-color 0.15s, background 0.15s;
}
a.rec-item:hover {
  border-color: var(--myco-dim);
  background: #0a1e13;
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 58px;
  max-width: 100%;
  height: 82px;
  object-fit: cover;
  border: 1px solid var(--line);
  align-self: start;
}
.rec-name {
  grid-column: 2;
  grid-row: 1;
  font-size: 12px;
  font-weight: 600;
  color: var(--bone);
  line-height: 1.35;
}
.rec-blurb {
  grid-column: 2;
  grid-row: 2;
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--bone-faint);
}
.rec-region-1 {
  width: calc(33.333% - 9px);
}
.rec-region-2 {
  width: calc(33.333% - 9px);
  margin-left: 10px;
}
.rec-region-3 {
  width: calc(33.333% - 9px);
  margin-left: 10px;
}
.site-footer {
  margin-top: 16px;
  padding: 12px clamp(10px, 2.4vw, 22px) 20px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(92, 255, 177, 0.04), transparent), var(--ink-2);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 22px;
}
.footer-disclaimer {
  flex: 1 1 320px;
  min-width: 0;
  font-size: 11px;
  line-height: 1.65;
  color: var(--bone-faint);
  max-width: 70ch;
}
.footer-nav {
  display: flex;
  gap: 12px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--bone-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--glow);
  text-decoration: underline;
  border-bottom-color: var(--myco);
}
.friend-links {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  padding-top: 8px;
  border-top: 1px dashed var(--line-soft);
}
.friend-links-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--rust);
}
a.runtime-friend-link {
  font-size: 11px;
  color: var(--bone-faint);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--myco);
  text-decoration: underline;
}
@media (max-width: 980px) {.overview-hero {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-frame {
    grid-column: 1;
    grid-row: 1;
    max-width: 300px;
  }
.overview-head {
    grid-column: 1;
    grid-row: 2;
  }
.player-shell {
    grid-column: 1;
    grid-row: 3;
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 10px;
    min-height: 0;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node-up, .timeline-node-down {
    align-self: stretch;
    padding: 6px 4px 6px 10px;
  }
.timeline-node-up::before, .timeline-node-down::before {
    top: 9px;
    bottom: auto;
  }
.timeline-node-down .timeline-code {
    order: 0;
  }
.timeline-node-down .timeline-label {
    order: 0;
  }
.comment-columns {
    columns: 2;
  }
.rec-region-1, .rec-region-2, .rec-region-3 {
    width: calc(50% - 6px);
    margin-left: 0;
  }
.rec-region-2 {
    margin-left: 8px;
  }}
@media (max-width: 720px) {body {
    font-size: 13px;
  }
.movie-title {
    font-size: clamp(20px, 6.4vw, 28px);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-columns {
    columns: 1;
    column-rule: none;
  }
.rec-region-1, .rec-region-2, .rec-region-3 {
    width: 100%;
    margin-left: 0;
  }
.episode-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }}
@media (max-width: 460px) {.poster-frame {
    max-width: 240px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.player-controls {
    gap: 3px;
  }
.ctl {
    font-size: 10.5px;
    padding: 3px 5px;
  }
.cast-card {
    width: 66px;
  }
.cast-avatar {
    width: 56px;
    height: 56px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: none !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}
