:root {
  --ink-900: #0b0f14;
  --ink-800: #10161e;
  --ink-700: #161e28;
  --ink-600: #1d2836;
  --ink-500: #26333f;
  --steel-400: #3c4c5c;
  --steel-300: #5f7488;
  --steel-200: #93a6b8;
  --steel-100: #c3d0dc;
  --fog: #dde5ec;
  --blood: #8f1d24;
  --blood-bright: #b8272f;
  --blood-deep: #5c1116;
  --paper: rgba(221, 229, 236, 0.045);
  --paper-strong: rgba(221, 229, 236, 0.09);
  --mono: "SFMono-Regular", "Consolas", "Liberation Mono", "Courier New", "Noto Sans Mono CJK SC", monospace;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  --gap-tight: 6px;
  --gap: 10px;
  --gap-wide: 16px;
  --section-gap: 26px;
  --radius: 3px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(1200px 620px at 78% -8%, rgba(143, 29, 36, 0.16), transparent 62%),
    radial-gradient(900px 520px at 6% 4%, rgba(60, 76, 92, 0.34), transparent 60%),
    linear-gradient(180deg, #0b0f14 0%, #0d1319 44%, #090d12 100%);
  background-attachment: fixed;
  color: var(--fog);
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, ul, ol, dl, dd {
  margin: 0;
}
ul, ol {
  padding: 0;
  list-style: none;
}
a {
  color: var(--steel-100);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
::selection {
  background: var(--blood);
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(9, 13, 18, 0.96), rgba(9, 13, 18, 0.82));
  border-bottom: 1px solid rgba(143, 29, 36, 0.42);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap) var(--gap-wide);
}
a[data-contract="site-name"] {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--fog);
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 10px;
  border-left: 3px solid var(--blood);
  line-height: 1.2;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #fff;
  border-left-color: var(--blood-bright);
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--steel-200);
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid rgba(95, 116, 136, 0.4);
  border-radius: var(--radius);
  background: rgba(38, 51, 63, 0.36);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #fff;
  border-color: var(--blood-bright);
  background: rgba(143, 29, 36, 0.28);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.section-heading {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--steel-100);
  padding-left: 10px;
  border-left: 4px solid var(--blood);
  line-height: 1.3;
  margin-bottom: var(--gap);
  text-transform: uppercase;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  grid-template-areas:
    "backdrop player"
    "info info";
  gap: var(--gap-wide);
  align-items: start;
  background:
    linear-gradient(180deg, rgba(22, 30, 40, 0.72), rgba(11, 15, 20, 0.92)),
    repeating-linear-gradient(90deg, rgba(147, 166, 184, 0.05) 0 1px, transparent 1px 4px);
  border: 1px solid rgba(95, 116, 136, 0.3);
  border-radius: var(--radius);
  padding: var(--gap-wide);
}
.hero-backdrop {
  grid-area: backdrop;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(95, 116, 136, 0.32);
  background: #070a0e;
  align-self: start;
}
.hero-poster-wrap {
  position: relative;
  display: block;
  width: 100%;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.14) brightness(0.88) hue-rotate(-6deg);
}
.hero-dossier-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(200deg, rgba(11, 15, 20, 0.1) 0%, rgba(11, 15, 20, 0.82) 58%, rgba(11, 15, 20, 0.96) 100%),
    repeating-linear-gradient(0deg, rgba(221, 229, 236, 0.09) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(143, 29, 36, 0.12) 0 1px, transparent 1px 26px);
  mix-blend-mode: screen;
  opacity: 0.85;
}
.hero-title-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: linear-gradient(0deg, rgba(7, 10, 14, 0.97) 12%, rgba(7, 10, 14, 0.72) 62%, rgba(7, 10, 14, 0) 100%);
}
.movie-title {
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0.04em;
  color: #f2f6fa;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.9);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 10px) 100%, 0 100%);
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(143, 29, 36, 0.7);
}
.movie-tagline {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.09em;
  color: var(--blood-bright);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.9);
}
.movie-seo {
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--steel-200);
  max-width: 62ch;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.hero-player-zone {
  grid-area: player;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  align-self: start;
}
.player-frame {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #05080b;
  border: 1px solid rgba(95, 116, 136, 0.42);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.player-video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  background: linear-gradient(180deg, rgba(22, 30, 40, 0.96), rgba(11, 15, 20, 0.98));
  border-top: 1px solid rgba(95, 116, 136, 0.28);
}
.ctrl-btn {
  appearance: none;
  border: 1px solid rgba(95, 116, 136, 0.45);
  background: rgba(38, 51, 63, 0.5);
  color: var(--steel-100);
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  padding: 4px 9px;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  background: rgba(143, 29, 36, 0.34);
  border-color: var(--blood-bright);
  color: #fff;
}
.ctrl-progress {
  flex: 1 1 150px;
  min-width: 90px;
  height: 4px;
  appearance: none;
  background: rgba(95, 116, 136, 0.4);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--blood-bright);
  border: 1px solid #f0c6c9;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #f0c6c9;
  border-radius: 50%;
  background: var(--blood-bright);
}
.ctrl-volume {
  flex: 0 1 78px;
  height: 4px;
  appearance: none;
  background: rgba(95, 116, 136, 0.4);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--steel-100);
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--steel-100);
}
.ctrl-speed {
  appearance: none;
  border: 1px solid rgba(95, 116, 136, 0.45);
  background: rgba(38, 51, 63, 0.5);
  color: var(--steel-100);
  font-size: 11.5px;
  padding: 4px 6px;
  border-radius: var(--radius);
  cursor: pointer;
}
.player-frame.is-playing .ctrl-btn[data-player-action="play"] {
  background: rgba(143, 29, 36, 0.5);
  border-color: var(--blood-bright);
  color: #fff;
}
.player-frame.is-muted .ctrl-btn[data-player-action="mute"] {
  background: rgba(143, 29, 36, 0.5);
  border-color: var(--blood-bright);
  color: #fff;
}
.player-frame.is-theater {
  border-color: var(--blood-bright);
  box-shadow: 0 0 0 1px rgba(143, 29, 36, 0.5), 0 14px 40px rgba(0, 0, 0, 0.6);
}
.player-frame.is-lights-off {
  background: #000;
}
.player-frame.is-lights-off .player-controls {
  background: #000;
  border-top-color: rgba(143, 29, 36, 0.5);
}
.overview-info {
  grid-area: info;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  grid-template-areas:
    "status status"
    "cast cast"
    "synopsis details";
  gap: var(--gap-wide);
  align-items: start;
  border-top: 1px solid rgba(95, 116, 136, 0.28);
  padding-top: var(--gap-wide);
}
.episode-status-block {
  grid-area: status;
}
.status-line {
  display: inline-block;
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--fog);
  background: rgba(143, 29, 36, 0.22);
  border: 1px solid rgba(184, 39, 47, 0.55);
  border-radius: var(--radius);
  padding: 4px 12px;
}
.cast-block {
  grid-area: cast;
  min-width: 0;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}
.cast-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  min-width: 0;
}
.cast-avatar-wrap {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid rgba(143, 29, 36, 0.7);
  background: rgba(11, 15, 20, 0.9);
  overflow: hidden;
}
.cast-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(0.42) contrast(1.1) brightness(0.94);
}
.cast-name {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--fog);
  line-height: 1.3;
}
.cast-role {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--steel-300);
  line-height: 1.35;
}
.synopsis-block {
  grid-area: synopsis;
  min-width: 0;
  padding-right: var(--gap-wide);
  border-right: 1px solid rgba(95, 116, 136, 0.22);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--steel-200);
  margin-bottom: 8px;
  text-align: justify;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  grid-area: details;
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 4px var(--gap);
  align-items: baseline;
}
.detail-key {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--steel-300);
  white-space: nowrap;
}
.detail-key::after {
  content: "／";
  color: rgba(143, 29, 36, 0.8);
  margin-left: 4px;
}
.detail-val {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--fog);
  min-width: 0;
  overflow-wrap: anywhere;
}
.timeline-section {
  min-width: 0;
}
.timeline-track {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 2px 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--blood) rgba(38, 51, 63, 0.5);
  background: linear-gradient(180deg, rgba(22, 30, 40, 0.5), rgba(11, 15, 20, 0.2));
  border: 1px solid rgba(95, 116, 136, 0.24);
  border-radius: var(--radius);
}
.timeline-track::-webkit-scrollbar {
  height: 6px;
}
.timeline-track::-webkit-scrollbar-track {
  background: rgba(38, 51, 63, 0.5);
}
.timeline-track::-webkit-scrollbar-thumb {
  background: var(--blood);
  border-radius: 3px;
}
.timeline-node {
  position: relative;
  flex: 1 0 172px;
  min-width: 172px;
  padding: 20px 12px 4px 22px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 26px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blood-bright);
  border: 2px solid #0b0f14;
  box-shadow: 0 0 0 1px rgba(184, 39, 47, 0.7);
  z-index: 2;
}
.timeline-node::after {
  content: "";
  position: absolute;
  left: 11px;
  right: -11px;
  top: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 29, 36, 0.85), rgba(95, 116, 136, 0.4));
  z-index: 1;
}
.timeline-node:last-child::after {
  display: none;
}
.timeline-timecode {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--blood-bright);
}
.timeline-label {
  font-family: var(--sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--steel-200);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}
.episode-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "num title dur"
    "sum sum sum";
  align-items: baseline;
  gap: 3px var(--gap);
  padding: 10px 12px;
  background: rgba(22, 30, 40, 0.62);
  border: 1px solid rgba(95, 116, 136, 0.26);
  border-left: 3px solid rgba(95, 116, 136, 0.6);
  border-radius: var(--radius);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.episode-card:hover, .episode-card:focus-within {
  transform: translateY(-4px);
  background: rgba(28, 38, 50, 0.88);
  border-color: rgba(143, 29, 36, 0.6);
  border-left-color: var(--blood-bright);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.5);
}
.episode-number {
  grid-area: num;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--blood-bright);
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--fog);
  line-height: 1.3;
}
.episode-duration {
  grid-area: dur;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--steel-300);
  white-space: nowrap;
}
.episode-summary {
  grid-area: sum;
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--steel-200);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.22s ease, margin-top 0.22s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 120px;
  opacity: 1;
  margin-top: 5px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  text-align: left;
  background: rgba(221, 229, 236, 0.06);
  border: 1px solid rgba(147, 166, 184, 0.22);
  border-radius: var(--radius);
  backdrop-filter: blur(3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.34);
  transition: background 0.16s ease, border-color 0.16s ease;
}
.comment-card:nth-child(2n) {
  background: rgba(143, 29, 36, 0.1);
}
.comment-card:hover {
  background: rgba(221, 229, 236, 0.1);
  border-color: rgba(143, 29, 36, 0.55);
}
.comment-nickname {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--steel-100);
  padding-left: 8px;
  border-left: 3px solid var(--blood);
  line-height: 1.3;
}
.comment-text {
  font-family: var(--mono);
  font-size: 11.5px;
  line-height: 1.66;
  color: var(--steel-200);
  text-align: left;
}
.recommend-region {
  min-width: 0;
}
.recommend-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 8px;
  background: rgba(16, 22, 30, 0.78);
  border: 1px solid rgba(95, 116, 136, 0.26);
  border-radius: var(--radius);
  text-decoration: none;
  color: var(--fog);
  transition: border-color 0.16s ease, transform 0.16s ease, background 0.16s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  border-color: var(--blood-bright);
  background: rgba(28, 38, 50, 0.9);
  transform: translateY(-3px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(95, 116, 136, 0.3);
  filter: saturate(0.78) contrast(1.08) brightness(0.92);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--fog);
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.55;
  color: var(--steel-300);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.site-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  border-top: 1px solid rgba(143, 29, 36, 0.35);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--steel-200);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--blood-bright);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.friend-links-label {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--steel-300);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-family: var(--mono);
  font-size: 11.5px;
  color: var(--steel-200);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 7px;
  border: 1px solid rgba(95, 116, 136, 0.28);
  border-radius: var(--radius);
  background: rgba(38, 51, 63, 0.3);
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #fff;
  border-color: var(--blood-bright);
  background: rgba(143, 29, 36, 0.28);
  text-decoration: underline;
}
.footer-disclaimer {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.65;
  color: var(--steel-400);
  max-width: 96ch;
}
@media (max-width: 1080px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "backdrop"
      "player"
      "info";
  }
.overview-info {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "status"
      "cast"
      "synopsis"
      "details";
  }
.synopsis-block {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(95, 116, 136, 0.22);
    padding-bottom: var(--gap);
  }
.cast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid, .comment-stack, .recommend-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {body {
    font-size: 13.5px;
  }
.page-main {
    padding: 14px 12px 26px;
    gap: 22px;
  }
.header-inner {
    padding: 8px 12px;
    gap: 8px;
  }
.hero-shell {
    padding: 12px;
    gap: 12px;
  }
.movie-title {
    font-size: 18px;
  }
.movie-seo {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-avatar-wrap {
    width: 62px;
    height: 62px;
  }
.details-list {
    grid-template-columns: auto minmax(0, 1fr);
  }
.episode-grid, .comment-stack, .recommend-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    flex: 0 0 168px;
    min-width: 168px;
  }
.player-controls {
    gap: 5px;
    padding: 6px;
  }
.ctrl-progress {
    flex: 1 1 100%;
  }
.ctrl-volume {
    flex: 1 1 60px;
  }}
@media (max-width: 420px) {.hero-poster {
    aspect-ratio: 3 / 4;
  }
.movie-title {
    font-size: 16.5px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    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}
