:root {
  --bg-deep: #141a22;
  --bg-panel: #1b232e;
  --bg-panel-2: #202935;
  --bg-warm: #2a2318;
  --ink: #d9dde3;
  --ink-dim: #98a1ad;
  --ink-faint: #6d7681;
  --warm: #e8b25e;
  --warm-soft: #f0c987;
  --rust: #a84a34;
  --rust-deep: #7d3423;
  --cold: #4a6b85;
  --cold-deep: #2e4356;
  --line: #2c3644;
  --line-soft: #232c38;
  --shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
  --serif: "Songti SC", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: var(--bg-deep);
  background-image:
    radial-gradient(1100px 520px at 12% -8%, rgba(74, 107, 133, 0.22), transparent 62%),
    radial-gradient(900px 460px at 96% 4%, rgba(168, 74, 52, 0.14), transparent 60%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0.03em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(20, 26, 34, 0.9);
  backdrop-filter: blur(9px) saturate(120%);
  border-bottom: 1px solid var(--line);
}
.header-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 18px;
}
.brand-mark {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--warm-soft);
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(232, 178, 94, 0.28);
}
.brand-mark::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 12px;
  vertical-align: middle;
  background: linear-gradient(90deg, var(--rust), transparent);
}
.header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-left: auto;
}
.header-nav-link {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 13px;
  padding: 4px 9px;
  border-radius: 2px;
  border: 1px solid transparent;
  transition: color 0.18s, border-color 0.18s, background-color 0.18s;
}
.header-nav-link:hover, .header-nav-link:focus-visible {
  color: var(--warm-soft);
  border-color: rgba(232, 178, 94, 0.35);
  background: rgba(232, 178, 94, 0.07);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 9px;
  min-height: 4px;
}
.runtime-category {
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
  color: var(--ink-dim);
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(74, 107, 133, 0.1);
  transition: color 0.18s, border-color 0.18s, background-color 0.18s;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: var(--warm-soft);
  border-color: rgba(232, 178, 94, 0.5);
  background: rgba(232, 178, 94, 0.1);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-heading {
  position: relative;
  font-size: 17px;
  color: var(--warm-soft);
  padding-left: 12px;
  margin-bottom: 9px;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.22em;
  bottom: 0.22em;
  width: 3px;
  background: linear-gradient(180deg, var(--rust), var(--rust-deep));
}
.hero-window {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.window-frame {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0 2px, transparent 2px 42px),
    linear-gradient(160deg, #2b241b, #211b14 55%, #1a1510);
  border: 1px solid #3a3024;
  border-radius: 3px;
  padding: 12px;
  box-shadow:
    inset 0 0 0 1px rgba(232, 178, 94, 0.08),
    inset 0 0 60px rgba(0, 0, 0, 0.6),
    var(--shadow);
}
.window-pane {
  position: relative;
  padding: 12px;
  min-width: 0;
}
.window-pane-cold {
  background:
    radial-gradient(120% 90% at 20% 0%, rgba(74, 107, 133, 0.35), transparent 70%),
    linear-gradient(180deg, #1c2836, #16202b);
  border: 1px solid var(--cold-deep);
  box-shadow: inset 0 0 34px rgba(10, 20, 30, 0.8);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.window-pane-warm {
  background:
    radial-gradient(120% 100% at 80% 10%, rgba(232, 178, 94, 0.2), transparent 68%),
    linear-gradient(180deg, #2f2718, #241d13);
  border: 1px solid #4a3b26;
  box-shadow: inset 0 0 46px rgba(232, 178, 94, 0.12);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.window-media {
  width: 100%;
  align-self: flex-start;
  border: 1px solid #33465a;
  background: #10161d;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.poster-plate {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.04) brightness(0.96);
}
.window-note {
  width: 100%;
  padding: 7px 9px;
  background: rgba(20, 26, 34, 0.72);
  border-left: 2px solid var(--cold);
  font-size: 12px;
  color: var(--ink-dim);
}
.window-note-left {
  border-left-color: var(--cold);
}
.note-line {
  line-height: 1.5;
}
.note-line + .note-line {
  margin-top: 2px;
}
.window-title-block {
  width: 100%;
  border-bottom: 1px dashed rgba(232, 178, 94, 0.28);
  padding-bottom: 8px;
}
.movie-title {
  font-size: 30px;
  line-height: 1.15;
  color: var(--warm-soft);
  letter-spacing: 0.06em;
  text-shadow: 0 0 20px rgba(232, 178, 94, 0.3);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-dim);
}
.window-sticky {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
  padding: 6px 10px;
  background: linear-gradient(100deg, rgba(168, 74, 52, 0.9), rgba(125, 52, 35, 0.65));
  color: #ffeede;
  transform: rotate(-1.2deg);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
  max-width: 100%;
}
.sticky-episode {
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.sticky-total {
  font-size: 12px;
  opacity: 0.82;
  white-space: nowrap;
}
.window-meta {
  width: 100%;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 14px;
  font-size: 12.5px;
}
.detail-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  border-bottom: 1px dotted rgba(152, 161, 173, 0.16);
  padding-bottom: 3px;
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.detail-row dd {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--ink);
  text-align: right;
}
.hero-player-slot {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 10px;
  box-shadow: var(--shadow);
}
.main-player {
  width: 100%;
  background: #000;
  border: 1px solid #000;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
}
.ctrl-btn {
  background: #232c38;
  border: 1px solid var(--line);
  color: var(--ink-dim);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s, border-color 0.16s, background-color 0.16s;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: var(--warm-soft);
  border-color: rgba(232, 178, 94, 0.45);
}
.ctrl-btn.is-active {
  color: #1a1510;
  background: var(--warm);
  border-color: var(--warm);
}
.ctrl-range {
  -webkit-appearance: none;
  appearance: none;
  background: #2b3542;
  height: 4px;
  border-radius: 999px;
  cursor: pointer;
  flex: 1 1 120px;
  min-width: 90px;
  max-width: 260px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--warm);
  border: none;
  box-shadow: 0 0 8px rgba(232, 178, 94, 0.6);
}
.ctrl-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: var(--warm);
}
.ctrl-range.is-muted {
  background: #3a2c2c;
}
.player.is-theater, .is-theater .hero-player-slot {
  background: #0d1218;
  border-color: var(--cold-deep);
}
.lights-off .hero-window, .lights-off .timeline-section, .lights-off .episodes-section, .lights-off .comments-section {
  filter: brightness(0.55);
  transition: filter 0.3s;
}
.lights-off .hero-player-slot {
  filter: none;
}
.play.pause.mute.progress.speed.timeupdate.volume.input.click.fullscreen.pip.theater.light {
  
}
.window-cast {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-left: 3px solid var(--rust);
  padding: 10px 14px;
}
.cast-heading {
  font-size: 14px;
  color: var(--warm-soft);
  letter-spacing: 0.14em;
  white-space: nowrap;
  margin: 0;
}
.cast-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  min-width: 0;
}
.cast-item {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.cast-avatar {
  position: relative;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(232, 178, 94, 0.55), transparent 60%),
    radial-gradient(circle at 50% 50%, #3a4a5c, #1b232e 72%);
  border: 1px solid rgba(232, 178, 94, 0.3);
  box-shadow: 0 0 0 2px rgba(20, 26, 34, 0.9), 0 2px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 11px 12px auto;
  height: 5px;
  border-radius: 50%;
  background: rgba(232, 178, 94, 0.75);
  box-shadow: 0 0 8px rgba(232, 178, 94, 0.7);
}
.cast-item:hover .cast-avatar {
  transform: translateX(-3px);
  box-shadow: 0 0 0 2px rgba(168, 74, 52, 0.7), 0 2px 10px rgba(0, 0, 0, 0.6);
}
.cast-name {
  font-size: 13px;
  color: var(--ink);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.cast-item + .cast-item {
  margin-left: -10px;
}
.synopsis-section {
  background: var(--bg-panel);
  border: 1px solid var(--line);
  border-top: 1px solid rgba(232, 178, 94, 0.22);
  padding: 12px 16px 14px;
}
.synopsis-body {
  columns: 2;
  column-gap: 26px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-para {
  break-inside: avoid;
  font-size: 13.5px;
  line-height: 1.68;
  color: var(--ink-dim);
  margin-bottom: 9px;
  text-indent: 2em;
}
.synopsis-para:first-of-type {
  color: var(--ink);
}
.timeline-section {
  background:
    linear-gradient(180deg, rgba(46, 67, 86, 0.22), transparent 40%),
    var(--bg-panel);
  border: 1px solid var(--line);
  padding: 12px 16px 16px;
}
.timeline-track {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 4px 0;
}
.timeline-track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(180deg, transparent, var(--cold), var(--rust), transparent);
  opacity: 0.7;
}
.timeline-node {
  position: relative;
  width: calc(50% - 20px);
  background: var(--bg-panel-2);
  border: 1px solid var(--line);
  border-top: 2px solid var(--cold);
  padding: 8px 11px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}
.timeline-node::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 0 3px var(--bg-panel), 0 0 10px rgba(232, 178, 94, 0.7);
}
.timeline-node-left {
  align-self: flex-start;
  border-left: 3px solid var(--rust);
}
.timeline-node-left::after {
  right: -26px;
}
.timeline-node-right {
  align-self: flex-end;
  border-right: 3px solid var(--cold);
  border-top-color: var(--rust);
}
.timeline-node-right::after {
  left: -26px;
  background: var(--rust);
  box-shadow: 0 0 0 3px var(--bg-panel), 0 0 10px rgba(168, 74, 52, 0.7);
}
.node-timecode {
  display: inline-block;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--warm-soft);
  border-bottom: 1px solid rgba(232, 178, 94, 0.3);
  padding-bottom: 1px;
  margin-bottom: 4px;
}
.node-label {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-dim);
}
.episodes-section {
  padding: 0;
}
.episode-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--rust-deep) transparent;
}
.episode-rail::-webkit-scrollbar {
  height: 7px;
}
.episode-rail::-webkit-scrollbar-track {
  background: rgba(44, 54, 68, 0.4);
}
.episode-rail::-webkit-scrollbar-thumb {
  background: var(--rust-deep);
}
.episode-card {
  position: relative;
  flex: 0 0 208px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 168px;
  padding: 11px 12px;
  background:
    linear-gradient(155deg, rgba(74, 107, 133, 0.24), rgba(27, 35, 46, 0.9) 60%),
    var(--bg-panel);
  border: 1px solid var(--line);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
  box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.45), 0 3px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s, border-color 0.2s;
}
.episode-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 178, 94, 0.55), transparent);
}
.episode-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 74, 52, 0.6);
}
.episode-number {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: var(--rust);
  border-bottom: 1px dashed rgba(168, 74, 52, 0.4);
  padding-bottom: 3px;
}
.episode-title {
  position: relative;
  font-size: 14.5px;
  line-height: 1.3;
  color: var(--warm-soft);
  letter-spacing: 0.03em;
}
.episode-title::after {
  content: "";
  position: absolute;
  left: -4px;
  right: 30%;
  bottom: 2px;
  height: 5px;
  background: linear-gradient(100deg, transparent, rgba(232, 178, 94, 0.28), transparent);
  transform: skewX(-16deg);
  pointer-events: none;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-dim);
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
  border: 1px solid var(--line);
  padding: 1px 7px;
}
.comments-section {
  padding: 0;
}
.comment-wall {
  columns: 2;
  column-gap: 16px;
}
.comment-note {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 12px;
  padding: 10px 12px 8px;
  background: linear-gradient(170deg, #2a3038, #1e242c);
  border: 1px solid var(--line);
  border-left: 3px solid var(--rust);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transform: rotate(-0.5deg);
}
.comment-note:nth-child(even) {
  transform: rotate(0.7deg) translateY(6px);
  border-left-color: var(--cold);
}
.comment-text {
  font-size: 13px;
  line-height: 1.65;
  color: var(--ink);
  margin-bottom: 6px;
}
.comment-nickname {
  display: block;
  font-size: 11.5px;
  color: var(--warm-soft);
  letter-spacing: 0.06em;
  text-align: right;
}
.comment-nickname::before {
  content: "—— ";
  color: var(--ink-faint);
}
.recommend-section {
  padding: 0;
}
.recommend-title {
  font-size: 15px;
  color: var(--warm-soft);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid var(--cold);
}
.recommend-grid {
  display: grid;
  gap: 10px;
}
.recommend-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  background: var(--bg-panel);
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, background-color 0.2s;
}
.recommend-card:hover, .recommend-card:focus-visible {
  border-color: rgba(232, 178, 94, 0.5);
  background: var(--bg-panel-2);
  transform: translateY(-2px);
}
.recommend-media {
  width: 100%;
  overflow: hidden;
  background: #10161d;
  border: 1px solid var(--line-soft);
}
.recommend-card[data-runtime="recommendation"] .recommend-media img, [data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) brightness(0.95);
}
.recommend-name {
  font-size: 13px;
  color: var(--warm-soft);
  letter-spacing: 0.03em;
  line-height: 1.35;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-faint);
}
.recommend-card::after {
  content: "◈";
  align-self: flex-start;
  font-size: 10px;
  color: var(--cold);
  line-height: 1;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 18px 30px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--ink-faint);
  max-width: 720px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
.footer-nav a {
  font-size: 12.5px;
  color: var(--ink-dim);
  text-decoration: underline;
  text-decoration-color: rgba(152, 161, 173, 0.35);
  text-underline-offset: 3px;
}
.footer-nav a[data-contract="footer-home"] {
  color: var(--warm-soft);
  text-decoration-color: rgba(232, 178, 94, 0.5);
}
.footer-nav a[data-contract="footer-sitemap"] {
  color: var(--cold);
  text-decoration-color: rgba(74, 107, 133, 0.6);
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  color: var(--rust);
  text-decoration-color: var(--rust);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 12px;
  font-size: 12px;
}
.friend-links-label {
  color: var(--ink-faint);
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-right: 1px solid var(--line);
  padding-right: 10px;
}
.runtime-friend-link {
  color: var(--ink-dim);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dotted rgba(152, 161, 173, 0.3);
  transition: color 0.18s, border-color 0.18s;
}
.runtime-friend-link:hover, .runtime-friend-link:focus-visible {
  color: var(--warm-soft);
  border-bottom-color: var(--warm-soft);
}
@media (max-width: 980px) {.window-frame {
    grid-template-columns: minmax(0, 1fr);
  }
.window-pane-cold {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
  }
.window-media {
    width: 42%;
    min-width: 160px;
    max-width: 260px;
  }
.window-note {
    flex: 1 1 200px;
    width: auto;
  }
.recommend-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.page-main {
    padding: 12px 13px 24px;
    gap: 16px;
  }
.header-bar {
    padding: 8px 13px;
  }
.category-strip {
    padding: 0 13px 8px;
  }
.brand-mark {
    font-size: 17px;
  }
.movie-title {
    font-size: 24px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.synopsis-body {
    columns: 1;
  }
.comment-wall {
    columns: 1;
  }
.timeline-track::before {
    left: 7px;
  }
.timeline-node {
    width: calc(100% - 26px);
    align-self: flex-end !important;
  }
.timeline-node-left, .timeline-node-right {
    border-left: 3px solid var(--rust);
    border-right: 1px solid var(--line);
  }
.timeline-node-left::after, .timeline-node-right::after {
    left: -26px;
    right: auto;
  }
.recommend-grid-4, .recommend-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-card {
    flex: 0 0 176px;
  }
.site-footer {
    padding: 14px 13px 26px;
  }}
@media (max-width: 480px) {.window-pane-cold {
    flex-direction: column;
  }
.window-media {
    width: 100%;
    max-width: 100%;
  }
.recommend-grid-4, .recommend-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-stack {
    gap: 8px 12px;
  }
.cast-item + .cast-item {
    margin-left: 0;
  }
.ctrl-range {
    flex: 1 1 100%;
    max-width: none;
  }
.episode-card {
    flex: 0 0 78%;
  }}

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}
