*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, p, figure, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --bg: #141a22;
  --bg-2: #1a222c;
  --bg-3: #202a35;
  --panel: #1c2530;
  --line: #2c3947;
  --line-soft: #26313d;
  --ink: #e8edf2;
  --ink-2: #aab6c3;
  --ink-3: #7c8a99;
  --accent: #f08a2c;
  --accent-2: #ffb066;
  --cool: #5d7f9e;
  --cool-2: #8fb0cc;
  --font: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "Noto Sans CJK SC", "Source Han Sans SC", "WenQuanYi Micro Hei", sans-serif;
  --mono: "SF Mono", "Roboto Mono", "DejaVu Sans Mono", Menlo, Consolas,
    "PingFang SC", monospace;
}
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 24, 31, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
}
.site-brand {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ink);
  white-space: nowrap;
  padding-right: 14px;
  border-right: 1px solid var(--line);
  flex: none;
}
a[data-contract="site-name"] {
  color: var(--ink);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 4px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  color: var(--ink-2);
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  letter-spacing: 0.04em;
  transition: color 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
a.runtime-category:hover {
  color: var(--accent-2);
  border-color: var(--line);
  background: var(--bg-3);
  text-decoration: none;
}
.page-main {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.hero-shot {
  position: relative;
  margin-top: 14px;
  border: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-glass-wall {
  position: absolute;
  inset: -10% -5% 40% -5%;
  background:
    linear-gradient(
      100deg,
      rgba(93, 127, 158, 0.32) 0%,
      rgba(93, 127, 158, 0.1) 34%,
      rgba(20, 26, 34, 0.05) 62%,
      rgba(20, 26, 34, 0.5) 100%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(143, 176, 204, 0.16) 0 1px,
      rgba(143, 176, 204, 0) 1px 96px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(143, 176, 204, 0.09) 0 1px,
      rgba(143, 176, 204, 0) 1px 78px
    );
  transform: skewY(-4deg);
  filter: blur(0.4px);
}
.hero-elevator-lights {
  position: absolute;
  top: 6%;
  right: 6%;
  width: min(46%, 520px);
  height: 320px;
  background:
    radial-gradient(
      circle at 24% 26%,
      rgba(255, 236, 205, 0.95) 0 6px,
      rgba(255, 200, 140, 0.45) 6px 18px,
      rgba(255, 180, 100, 0) 46px
    ),
    radial-gradient(
      circle at 62% 12%,
      rgba(255, 245, 225, 0.9) 0 4px,
      rgba(255, 210, 150, 0.35) 4px 14px,
      rgba(255, 180, 100, 0) 38px
    ),
    radial-gradient(
      circle at 82% 44%,
      rgba(255, 240, 215, 0.85) 0 5px,
      rgba(255, 200, 140, 0.3) 5px 16px,
      rgba(255, 180, 100, 0) 42px
    ),
    radial-gradient(
      ellipse at 50% 0%,
      rgba(255, 214, 160, 0.34) 0%,
      rgba(255, 190, 120, 0.08) 42%,
      rgba(255, 190, 120, 0) 72%
    );
  filter: blur(0.6px);
  opacity: 0.92;
}
.hero-badge-ghost {
  position: absolute;
  right: 3.5%;
  bottom: 6%;
  width: 132px;
  height: 92px;
}
.ghost-card {
  position: absolute;
  display: block;
  width: 96px;
  height: 62px;
  border: 1px solid rgba(240, 138, 44, 0.6);
  border-radius: 3px;
  background:
    linear-gradient(150deg, rgba(240, 138, 44, 0.16), rgba(20, 26, 34, 0.1));
}
.ghost-card-front {
  right: 0;
  bottom: 0;
  transform: rotate(-7deg);
  border-color: rgba(240, 138, 44, 0.75);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}
.ghost-card-back {
  left: 0;
  top: 0;
  transform: rotate(6deg);
  border-color: rgba(143, 176, 204, 0.45);
  background: linear-gradient(
    150deg,
    rgba(143, 176, 204, 0.14),
    rgba(20, 26, 34, 0.08)
  );
}
.hero-stack {
  position: relative;
  z-index: 1;
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-overline {
  font-size: 11.5px;
  letter-spacing: 0.22em;
  color: var(--cool-2);
  font-family: var(--mono);
  text-transform: uppercase;
}
.hero-title {
  font-size: clamp(22px, 3.6vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-stretch: condensed;
  color: #fff;
  max-width: 22em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.hero-tagline {
  position: relative;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 46em;
  padding-left: 12px;
  border-left: 2px solid var(--accent);
  margin-top: -4px;
}
.hero-lead {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  max-width: 260px;
  border: 1px solid var(--line);
  background: #0f141b;
  align-self: start;
}
.poster-img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  background: #0d1218;
}
.poster-caption {
  display: block;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--ink-3);
  border-top: 1px solid var(--line-soft);
  font-family: var(--mono);
  letter-spacing: 0.02em;
}
.player-panel {
  position: relative;
  min-width: 0;
  width: 100%;
  border: 1px solid var(--line);
  background: #0d1218;
  display: flex;
  flex-direction: column;
}
.player-video {
  display: block;
  width: 100%;
  background: #05080c;
  object-fit: contain;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 8px 10px;
  border-top: 1px solid var(--line-soft);
  background: var(--bg-3);
}
.ctl {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  line-height: 1;
  color: var(--ink-2);
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.02);
  font-family: var(--mono);
  letter-spacing: 0.03em;
  white-space: nowrap;
  transition: color 0.12s ease, border-color 0.12s ease, background 0.12s ease;
}
.ctl:hover {
  color: var(--accent-2);
  border-color: rgba(240, 138, 44, 0.5);
  background: rgba(240, 138, 44, 0.08);
}
.ctl-label {
  color: var(--ink-3);
  font-size: 11px;
}
.ctl-progress {
  flex: 1 1 140px;
  min-width: 120px;
}
.ctl-volume {
  flex: 1 1 90px;
  min-width: 80px;
}
.ctl input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 3px;
  background: var(--line);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.ctl input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  border: 0;
}
.ctl input[type="range"]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
}
.ctl select {
  background: transparent;
  border: 0;
  color: var(--ink-2);
  font-family: var(--mono);
  font-size: 11.5px;
  padding: 0 2px;
  cursor: pointer;
}
.ctl select option {
  background: var(--bg-3);
  color: var(--ink);
}
.player-panel.is-playing .ctl-play, .ctl-play.is-active {
  color: var(--accent-2);
  border-color: rgba(240, 138, 44, 0.6);
}
.player-panel.is-muted .ctl-mute, .ctl-mute.is-active {
  color: var(--accent-2);
  border-color: rgba(240, 138, 44, 0.6);
}
.ctl-pip.is-active, .ctl-fullscreen.is-active, .ctl-theater.is-active, .ctl-light.is-active {
  color: var(--accent-2);
  border-color: rgba(240, 138, 44, 0.6);
  background: rgba(240, 138, 44, 0.1);
}
.hero-shot.is-theater .hero-lead {
  grid-template-columns: minmax(0, 1fr);
}
.hero-shot.is-theater .poster-frame {
  max-width: 220px;
}
.hero-shot.lights-off {
  background: #080b0f;
}
.hero-shot.lights-off .hero-backdrop {
  opacity: 0.22;
}
.cast-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.block-heading {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--ink);
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 3px;
  background: var(--accent);
}
.cast-rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 7px 8px;
  border: 1px solid var(--line-soft);
  background: var(--bg-3);
  min-width: 0;
}
.cast-avatar {
  grid-row: 1 / 3;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(143, 176, 204, 0.28), rgba(20, 26, 34, 0.6)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.05) 0 3px,
      rgba(255, 255, 255, 0) 3px 7px
    );
  flex: none;
}
.cast-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 10.5px;
  line-height: 1.35;
  color: var(--ink-3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.synopsis-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.seo-line {
  font-size: 13px;
  line-height: 1.62;
  color: var(--cool-2);
  font-weight: 600;
  padding: 8px 10px;
  border-left: 2px solid var(--cool);
  background: rgba(93, 127, 158, 0.08);
  margin-bottom: 10px;
}
.synopsis-body {
  columns: 2;
  column-gap: 22px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--ink-2);
  margin-bottom: 8px;
  break-inside: avoid;
}
.episode-status {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  align-items: stretch;
}
.status-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 10px;
  background: var(--bg-3);
  min-width: 0;
}
.status-key {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--ink-3);
  text-transform: uppercase;
}
.status-value {
  font-family: var(--mono);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--accent-2);
  letter-spacing: 0.01em;
}
.details-block {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.details-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 9px;
  background: var(--bg-2);
  min-width: 0;
}
.details-key {
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex: none;
}
.details-value {
  font-size: 12px;
  color: var(--ink);
  text-align: right;
  min-width: 0;
  font-family: var(--mono);
  letter-spacing: 0.01em;
}
.timeline-section {
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}
.timeline-track {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 12px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.timeline-track::-webkit-scrollbar {
  height: 6px;
}
.timeline-track::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 3px;
}
.timeline-list {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: max-content;
  padding-top: 4px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(240, 138, 44, 0.7),
    rgba(93, 127, 158, 0.7)
  );
}
.timeline-node {
  position: relative;
  flex: 0 0 208px;
  padding: 0 14px 0 0;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--accent);
  z-index: 1;
}
.timeline-time {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent-2);
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  white-space: nowrap;
}
.timeline-label {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-2);
  padding-top: 12px;
  border-top: 1px solid transparent;
  max-width: 190px;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.section-head .block-heading {
  margin-bottom: 0;
}
.section-count {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-3);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.episodes-section {
  margin-top: 26px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line-soft);
  border: 1px solid var(--line-soft);
}
.episode-cell {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding: 8px 10px;
  background: var(--bg-2);
  min-width: 0;
  align-self: start;
  transition: background 0.14s ease;
}
.episode-cell:hover {
  background: var(--bg-3);
}
.episode-number {
  font-family: var(--mono);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--accent-2);
  letter-spacing: 0.04em;
  flex: none;
}
.episode-title {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-duration {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-3);
  flex: none;
}
.episode-summary {
  flex: 1 1 100%;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--cool-2);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.18s ease, margin-top 0.18s ease;
}
.episode-cell:hover .episode-summary, .episode-cell:focus-within .episode-summary {
  max-height: 8em;
  opacity: 1;
  margin-top: 4px;
}
.comments-section {
  margin-top: 26px;
}
.comments-masonry {
  columns: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: block;
  margin: 0 0 10px;
  padding: 9px 11px;
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--line);
  background: var(--bg-2);
  transition: border-color 0.14s ease, background 0.14s ease;
}
.comment-card:hover {
  border-left-color: var(--accent);
  background: var(--bg-3);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink);
  margin-bottom: 6px;
}
.comment-meta {
  display: block;
}
.comment-nick {
  font-family: var(--mono);
  font-size: 10.5px;
  color: var(--ink-3);
  letter-spacing: 0.03em;
}
.comment-nick::before {
  content: "— ";
  color: var(--accent);
}
.recommend-region {
  margin-top: 26px;
}
.rec-row {
  display: grid;
  gap: 8px;
  align-items: start;
}
.rec-row-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.rec-row-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-row-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.rec-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line-soft);
  background: var(--bg-2);
  padding: 0 0 8px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.14s ease, background 0.14s ease;
}
a.rec-item:hover {
  border-color: rgba(240, 138, 44, 0.55);
  background: var(--bg-3);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  background: #0d1218;
}
.rec-name {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 8px;
  color: var(--ink);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.45;
  padding: 0 8px;
  color: var(--ink-3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #10161d;
  margin-top: 34px;
}
.footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 16px 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-decoration: none;
}
a[data-contract="footer-home"] {
  color: var(--accent-2);
}
a[data-contract="footer-sitemap"] {
  color: var(--ink-2);
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
a[data-contract="footer-home"]:hover {
  color: #fff;
}
a[data-contract="footer-sitemap"]:hover {
  color: var(--accent-2);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line-soft);
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  padding-right: 8px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--cool-2);
  text-decoration: none;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: var(--ink-3);
  max-width: 70em;
}
.player-panel:fullscreen, .player-panel:-webkit-full-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #05080c;
  width: 100%;
  height: 100%;
  border: 0;
}
.player-panel:fullscreen .player-video, .player-panel:-webkit-full-screen .player-video {
  max-height: calc(100vh - 60px);
}
@media (max-width: 1080px) {.hero-lead {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  }
.rec-row-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-row-5, .rec-row-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.hero-lead {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-frame {
    max-width: 210px;
  }
.synopsis-body {
    columns: 1;
  }
.comments-masonry {
    columns: 1;
  }
.rec-row-5, .rec-row-4, .rec-row-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-rail {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  }}
@media (max-width: 560px) {.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
.site-brand {
    padding-right: 10px;
    font-size: 14px;
  }
.page-main {
    padding: 0 12px 30px;
  }
.hero-stack {
    padding: 14px 12px 16px;
    gap: 13px;
  }
.hero-elevator-lights {
    width: 70%;
    height: 220px;
  }
.hero-badge-ghost {
    width: 104px;
    height: 74px;
  }
.ghost-card {
    width: 76px;
    height: 50px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-title {
    white-space: normal;
  }
.episode-cell .episode-summary {
    max-height: none;
    opacity: 1;
    margin-top: 4px;
  }
.rec-row-5, .rec-row-4, .rec-row-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
.episode-status {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.footer-inner {
    padding: 14px 12px 22px;
  }}
@media (max-width: 400px) {.cast-rail {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-row-5, .rec-row-4, .rec-row-3 {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !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}
