:root {
  --abyss: #0c151c;
  --deep-sea: #0f1d27;
  --paper: #d9dcd6;
  --paper-dim: #a8b0ac;
  --salt: #8b9a96;
  --rust: #9c3d2e;
  --rust-soft: #b5503c;
  --beam: #e8c063;
  --beam-dim: #c9a24a;
  --line: #24333d;
  --void: #060c10;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--abyss);
  background-image:
    radial-gradient(ellipse at 78% 6%, rgba(232, 192, 99, 0.08) 0%, rgba(232, 192, 99, 0) 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 3px),
    linear-gradient(178deg, #101f2a 0%, #0c151c 44%, #0a1218 100%);
  color: var(--paper);
  font-family: "Helvetica Neue", "Arial Narrow", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-stretch: condensed;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, dl, dd, ol, ul, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  border: 0;
}
a {
  color: var(--paper);
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
:focus-visible {
  outline: 1px solid var(--beam);
  outline-offset: 1px;
}
.site-header {
  position: relative;
  z-index: 20;
  background: rgba(8, 15, 20, 0.92);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(232, 192, 99, 0.06);
}
.header-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 9px 16px 8px;
  max-width: 1180px;
  margin: 0 auto;
}
.brand {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  white-space: nowrap;
  border-left: 3px solid var(--beam);
  padding-left: 9px;
}
a[data-contract="site-name"] {
  color: var(--paper);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--beam);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 4px;
  padding: 7px 16px 8px;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid rgba(36, 51, 61, 0.7);
  background: linear-gradient(90deg, rgba(232, 192, 99, 0.03), transparent 60%);
}
a.runtime-category {
  display: inline-block;
  padding: 3px 9px 4px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--salt);
  white-space: nowrap;
  border: 1px solid transparent;
  border-bottom-color: var(--line);
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category:hover {
  color: var(--beam);
  border-bottom-color: var(--beam);
}
.page-main {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 26px;
}
.hero-lighthouse {
  position: relative;
  margin: 14px 0 10px;
  min-height: 340px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(12, 21, 28, 0.1) 0%, rgba(8, 15, 20, 0.82) 62%, #070e13 100%),
    radial-gradient(circle at 12% 22%, rgba(232, 192, 99, 0.16), transparent 42%),
    linear-gradient(180deg, #16303f 0%, #0f2431 38%, #0a1a24 72%, #071016 100%);
}
.hero-lighthouse::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  background:
    repeating-linear-gradient(176deg, rgba(139, 154, 150, 0.07) 0 2px, transparent 2px 9px),
    linear-gradient(180deg, transparent, rgba(6, 12, 16, 0.9));
  pointer-events: none;
}
.hero-lighthouse::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(90deg, rgba(217, 220, 214, 0.018) 0 1px, transparent 1px 5px);
  pointer-events: none;
}
.hero-beam {
  position: absolute;
  top: -34%;
  left: -12%;
  width: 74%;
  height: 168%;
  transform: rotate(24deg);
  background: linear-gradient(90deg, rgba(232, 192, 99, 0.34) 0%, rgba(232, 192, 99, 0.14) 34%, rgba(232, 192, 99, 0.02) 68%, transparent 100%);
  filter: blur(1px);
  pointer-events: none;
}
.hero-beam::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 240, 200, 0.4) 0%, transparent 12%);
}
.hero-figures {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  pointer-events: none;
}
.hero-silhouette {
  position: absolute;
  left: 66%;
  bottom: 20%;
  width: 16px;
  height: 46px;
  background: #04090d;
  border-radius: 7px 7px 2px 2px;
  box-shadow: -12px 6px 0 -2px #04090d;
}
.hero-silhouette::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #04090d;
  border-radius: 50%;
}
.hero-rocks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26%;
  background:
    linear-gradient(168deg, #050b0f 0%, #050b0f 46%, transparent 47%) 0 0 / 42% 100% no-repeat,
    linear-gradient(196deg, #060d12 0%, #060d12 52%, transparent 53%) 34% 0 / 38% 100% no-repeat,
    linear-gradient(172deg, #04090d 0%, #04090d 40%, transparent 41%) 68% 0 / 40% 100% no-repeat;
}
.hero-caption {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 26px 22px 30px;
  border-left: 2px solid var(--beam);
  margin: 18px 0 18px 14px;
  background: linear-gradient(90deg, rgba(7, 14, 19, 0.88) 0%, rgba(7, 14, 19, 0.55) 72%, transparent 100%);
}
.hero-kicker {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: var(--rust-soft);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-title {
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #f2f0e8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}
.hero-tagline {
  margin-top: 7px;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--beam);
}
.hero-lede {
  margin-top: 11px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--paper-dim);
  max-width: 480px;
}
.overview-panel {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(20, 33, 42, 0.72) 0%, rgba(12, 21, 28, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(217, 220, 214, 0.04);
}
.poster-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #060d12;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) brightness(0.86);
}
.poster-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.16) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(217, 220, 214, 0.04) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}
.poster-coordinate {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 8px;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--beam-dim);
  background: linear-gradient(180deg, transparent, rgba(6, 12, 16, 0.94));
  border-top: 1px solid rgba(232, 192, 99, 0.22);
}
.overview-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overview-kicker {
  font-size: 10px;
  letter-spacing: 0.26em;
  color: var(--salt);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
}
.overview-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #f0eee6;
}
.overview-tagline {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--beam);
  margin-top: -4px;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.status-label {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
}
.status-badge {
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 2px 8px 3px;
  color: #f4e6c8;
  background: var(--rust);
  border: 1px solid var(--rust-soft);
}
.player-shell {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--line);
  background: #04090d;
  position: relative;
}
.player-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #04090d;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  padding: 6px 7px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(12, 21, 28, 0.96), rgba(7, 13, 18, 0.98));
}
.ctrl-btn {
  font-size: 10px;
  letter-spacing: 0.06em;
  padding: 3px 7px 4px;
  color: var(--paper-dim);
  border: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.6);
  white-space: nowrap;
  transition: color 0.14s ease, border-color 0.14s ease, background-color 0.14s ease;
}
.ctrl-btn:hover {
  color: var(--beam);
  border-color: var(--beam-dim);
}
.ctrl-play {
  color: #f4e6c8;
  border-color: var(--rust-soft);
  background: rgba(156, 61, 46, 0.5);
}
.ctrl-play.is-playing {
  background: rgba(232, 192, 99, 0.2);
  border-color: var(--beam-dim);
  color: var(--beam);
}
.ctrl-btn.is-active, .ctrl-btn.is-muted {
  color: var(--beam);
  border-color: var(--beam-dim);
  background: rgba(232, 192, 99, 0.12);
}
.ctrl-progress {
  flex: 1 1 120px;
  min-width: 90px;
  height: 4px;
  background: var(--line);
  border-radius: 0;
}
.ctrl-progress::-webkit-slider-thumb, .ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 13px;
  background: var(--beam);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb, .ctrl-volume::-moz-range-thumb {
  width: 9px;
  height: 13px;
  background: var(--beam);
  border: 0;
  border-radius: 0;
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 0 62px;
  width: 62px;
  height: 4px;
  background: var(--line);
  border-radius: 0;
}
.player-shell.is-theater, .player-shell.is-lights-out {
  box-shadow: 0 0 0 1px var(--beam-dim), 0 0 34px rgba(232, 192, 99, 0.14);
}
.player-shell.is-lights-out video {
  filter: brightness(0.42) contrast(1.12);
}
.player-shell:fullscreen {
  background: #04090d;
  padding: 0;
}
.player-shell:fullscreen video {
  height: auto;
}
.detail-ledger {
  border: 1px solid var(--line);
  background: rgba(11, 20, 27, 0.62);
}
.ledger-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--salt);
  padding: 6px 9px 5px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.5);
}
.ledger-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ledger-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 9px;
  border-bottom: 1px solid rgba(36, 51, 61, 0.55);
  min-height: 0;
}
.ledger-row:nth-child(odd) {
  border-right: 1px solid rgba(36, 51, 61, 0.55);
}
.ledger-key {
  flex: 0 0 52px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--salt);
}
.ledger-val {
  font-size: 11px;
  color: var(--paper);
  letter-spacing: 0.02em;
}
.ledger-row-score {
  background: rgba(156, 61, 46, 0.14);
}
.ledger-score {
  font-size: 14px;
  font-weight: 700;
  color: var(--beam);
  letter-spacing: 0.06em;
}
.cast-grid {
  border: 1px solid var(--line);
  background: rgba(11, 20, 27, 0.5);
}
.cast-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--salt);
  padding: 6px 9px 5px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.5);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.cast-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
  padding: 7px 9px;
  border-bottom: 1px solid rgba(36, 51, 61, 0.5);
  border-right: 1px solid rgba(36, 51, 61, 0.5);
  row-gap: 1px;
}
.cast-card:nth-child(3n) {
  border-right: 0;
}
.cast-card:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #22333e 0%, #16252e 46%, #0b151c 100%);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26%;
  width: 76%;
  height: 62%;
  transform: translateX(-50%);
  background: #050c11;
  border-radius: 50% 50% 0 0;
}
.cast-avatar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  width: 40%;
  height: 40%;
  transform: translateX(-50%);
  background: #050c11;
  border-radius: 50%;
}
.cast-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--paper);
  line-height: 1.25;
}
.cast-role {
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--salt);
  line-height: 1.25;
}
.synopsis-block {
  border: 1px solid var(--line);
  background: rgba(11, 20, 27, 0.5);
  padding: 0 0 4px;
}
.synopsis-heading {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--salt);
  padding: 6px 9px 5px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.5);
}
.synopsis-para {
  font-size: 11.5px;
  line-height: 1.72;
  color: var(--paper-dim);
  padding: 7px 10px 3px;
  text-align: justify;
}
.synopsis-para + .synopsis-para {
  padding-top: 5px;
}
.tide-timeline {
  margin-top: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(14, 26, 34, 0.85), rgba(10, 18, 24, 0.9));
}
.timeline-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: var(--salt);
  padding: 8px 12px 7px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.55);
}
.timeline-list {
  position: relative;
  padding: 8px 12px 12px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 12px;
  left: 50%;
  width: 2px;
  transform: translateX(-1px);
  background:
    repeating-linear-gradient(180deg, rgba(232, 192, 99, 0.5) 0 1px, transparent 1px 7px),
    linear-gradient(180deg, rgba(139, 154, 150, 0.5), rgba(139, 154, 150, 0.12));
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 5px 0;
}
.timeline-label {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--paper);
  padding-right: 4px;
}
.timeline-tick {
  position: relative;
  justify-self: center;
  width: 15px;
  height: 15px;
  border: 1px solid var(--beam-dim);
  background: var(--abyss);
  transform: rotate(45deg);
}
.timeline-tick::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: var(--rust-soft);
}
.timeline-item:nth-child(even) .timeline-tick::after {
  background: var(--beam);
}
.timeline-timecode {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--salt);
  font-variant-numeric: tabular-nums;
  padding-left: 4px;
}
.episode-strip {
  margin-top: 14px;
  position: relative;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 9px 0 12px;
}
.episode-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--salt);
  padding: 0 12px 8px;
}
.episode-total {
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--rust-soft);
  border: 1px solid var(--rust);
  padding: 1px 7px 2px;
  background: rgba(156, 61, 46, 0.12);
}
.episode-track {
  display: flex;
  gap: 8px;
  padding: 2px 12px 6px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.episode-track::-webkit-scrollbar {
  height: 5px;
}
.episode-track::-webkit-scrollbar-track {
  background: rgba(36, 51, 61, 0.5);
}
.episode-track::-webkit-scrollbar-thumb {
  background: var(--rust);
}
.episode-card {
  flex: 0 0 188px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 9px 10px 10px;
  border: 1px solid var(--line);
  background:
    linear-gradient(168deg, rgba(24, 38, 47, 0.9) 0%, rgba(13, 23, 30, 0.94) 100%);
  box-shadow: inset 0 1px 0 rgba(217, 220, 214, 0.04);
  position: relative;
}
.episode-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0 1px, transparent 1px 4px);
}
.episode-number {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--rust-soft);
  border-bottom: 1px solid rgba(156, 61, 46, 0.4);
  padding-bottom: 3px;
  align-self: flex-start;
}
.episode-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #eeebe2;
  line-height: 1.3;
}
.episode-summary {
  font-size: 10.5px;
  line-height: 1.62;
  color: var(--paper-dim);
  flex: 1 1 auto;
}
.episode-duration {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--beam-dim);
  border-top: 1px solid rgba(36, 51, 61, 0.8);
  padding-top: 5px;
}
.comment-board {
  margin-top: 14px;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(13, 23, 30, 0.9), rgba(9, 16, 21, 0.94));
}
.comment-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--salt);
  padding: 8px 12px 7px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.55);
}
.comment-masonry {
  columns: 2;
  column-gap: 8px;
  padding: 10px 12px 12px;
}
.comment-note {
  break-inside: avoid;
  margin: 0 0 8px;
  padding: 8px 9px 9px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--rust);
  background: rgba(22, 35, 44, 0.72);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.comment-note:nth-child(even) {
  border-left-color: var(--beam-dim);
  background: rgba(19, 30, 38, 0.72);
}
.comment-nick {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--beam);
  margin-bottom: 4px;
}
.comment-text {
  font-size: 11px;
  line-height: 1.66;
  color: var(--paper-dim);
}
.rec-strip {
  margin-top: 12px;
  border: 1px solid var(--line);
  background: rgba(11, 20, 27, 0.55);
}
.rec-heading {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--salt);
  padding: 7px 12px 6px;
  border-bottom: 1px solid var(--line);
  background: rgba(20, 33, 42, 0.5);
  text-align: left;
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  padding: 9px 12px 11px;
}
.rec-item {
  display: flex;
  min-width: 0;
}
a.rec-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 6px;
  border: 1px solid var(--line);
  background: rgba(16, 27, 35, 0.7);
  color: var(--paper);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
}
a.rec-link:hover {
  border-color: var(--beam-dim);
  color: var(--beam);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #060d12;
  filter: saturate(0.7) brightness(0.85);
}
.rec-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #060d12;
  filter: saturate(0.7) brightness(0.85);
}
.rec-name {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: inherit;
}
.rec-blurb {
  font-size: 10px;
  line-height: 1.55;
  color: var(--salt);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 22px;
  padding: 14px 16px 20px;
  background: linear-gradient(180deg, rgba(8, 15, 20, 0.9), #060c10);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  max-width: 1180px;
  margin: 0 auto 10px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}
.footer-link {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--salt);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--salt);
  text-decoration: none;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--beam);
  text-decoration: underline;
}
.footer-disclaimer {
  max-width: 1180px;
  margin: 0 auto 12px;
  font-size: 10.5px;
  line-height: 1.7;
  color: #6f7d7a;
  letter-spacing: 0.02em;
}
.friend-links {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.friend-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--rust-soft);
  border-right: 1px solid var(--line);
  padding-right: 9px;
}
a.runtime-friend-link {
  font-size: 10.5px;
  letter-spacing: 0.03em;
  color: #7e8c88;
  text-decoration: none;
  border-bottom: 1px dotted rgba(126, 140, 136, 0.4);
}
a.runtime-friend-link:hover {
  color: var(--beam);
  border-bottom-color: var(--beam-dim);
}
@media (max-width: 900px) {.overview-panel {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 14px;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-card:nth-child(3n) {
    border-right: 1px solid rgba(36, 51, 61, 0.5);
  }
.cast-card:nth-child(2n) {
    border-right: 0;
  }
.cast-card:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(36, 51, 61, 0.5);
  }
.cast-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }}
@media (max-width: 720px) {body {
    font-size: 12.5px;
  }
.overview-panel {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-shell {
    max-width: 260px;
  }
.hero-lighthouse {
    min-height: 300px;
  }
.hero-caption {
    max-width: 100%;
    margin: 14px 0 14px 8px;
    padding: 18px 14px 22px;
  }
.hero-title {
    font-size: 24px;
  }
.hero-lede {
    font-size: 11.5px;
  }
.ledger-list {
    grid-template-columns: minmax(0, 1fr);
  }
.ledger-row:nth-child(odd) {
    border-right: 0;
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-card, .cast-card:nth-child(2n), .cast-card:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 51, 61, 0.5);
  }
.cast-card:last-child {
    border-bottom: 0;
  }
.timeline-item {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  }
.comment-masonry {
    columns: 1;
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
.player-controls {
    gap: 3px 5px;
  }}
@media (max-width: 460px) {.page-main {
    padding: 0 10px 20px;
  }
.header-bar, .category-strip {
    padding-left: 10px;
    padding-right: 10px;
  }
.hero-title {
    font-size: 20px;
  }
.hero-caption {
    padding: 15px 11px 18px;
  }
.overview-panel {
    padding: 11px;
  }
.poster-shell {
    max-width: 100%;
  }
.episode-card {
    flex: 0 0 84%;
  }
.rec-list {
    grid-template-columns: minmax(0, 1fr);
  }
.ctrl-progress {
    flex: 1 1 100%;
  }}

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}
