:root {
  --ink: #1c1714;
  --ink-soft: #3a322d;
  --ash: #b9b2ab;
  --ash-deep: #8d857e;
  --paper: #d8d2ca;
  --paper-warm: #cdc4ba;
  --rust: #7a2f26;
  --rust-deep: #54201a;
  --blood: #8c2b22;
  --blood-dim: #6a2620;
  --cold: #6d7579;
  --line: rgba(28, 23, 20, 0.28);
  --line-soft: rgba(28, 23, 20, 0.14);
  --serif: "Songti SC", "SimSun", "Noto Serif SC", "Source Han Serif SC", Georgia, "Times New Roman", serif;
  --mono: "SFMono-Regular", "JetBrains Mono", "Courier New", monospace;
  --gap: 12px;
  --pad: 14px;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: var(--serif);
  color: var(--ink);
  background-color: #a9a29a;
  background-image:
    radial-gradient(circle at 12% 8%, rgba(122, 47, 38, 0.24), transparent 42%),
    radial-gradient(circle at 88% 4%, rgba(84, 32, 26, 0.2), transparent 38%),
    radial-gradient(circle at 50% 96%, rgba(28, 23, 20, 0.28), transparent 55%),
    linear-gradient(160deg, #b5aea6 0%, #9c958d 34%, #a89e94 62%, #8f8880 100%);
  background-attachment: fixed;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, dl, dd, dt, ol, ul, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(28, 23, 20, 0.92);
  border-bottom: 1px solid var(--rust-deep);
  box-shadow: 0 1px 0 rgba(216, 210, 202, 0.12), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 14px;
}
a[data-contract="site-name"] {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #e6ded4;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(140, 43, 34, 0.55);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--rust);
  text-underline-offset: 4px;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  min-width: 0;
  flex: 1 1 240px;
}
a.runtime-category {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #bfb6ac;
  white-space: nowrap;
  border: 1px solid rgba(191, 182, 172, 0.28);
  background: rgba(216, 210, 202, 0.05);
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #f0e6da;
  border-color: var(--rust);
  background: rgba(122, 47, 38, 0.32);
  text-decoration: none;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--ink);
  padding-bottom: 5px;
  margin-bottom: 9px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 54px;
  height: 2px;
  background: var(--rust);
}
.panel-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--rust-deep);
  padding-bottom: 4px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-soft);
}
.witness-hero {
  position: relative;
  background:
    linear-gradient(180deg, rgba(216, 210, 202, 0.96), rgba(198, 190, 182, 0.94)),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(28, 23, 20, 0.05) 3px 4px);
  border: 1px solid var(--line);
  box-shadow: 0 2px 0 rgba(255, 255, 255, 0.4) inset, 0 10px 26px rgba(28, 23, 20, 0.28);
  padding: 16px 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-invitation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 12px 14px;
  background:
    repeating-linear-gradient(90deg, rgba(28, 23, 20, 0.035) 0 1px, transparent 1px 7px),
    linear-gradient(155deg, #ddd6cd 0%, #cec5ba 48%, #c3b8ad 100%);
  border: 1px solid rgba(84, 32, 26, 0.4);
  box-shadow: 0 0 0 1px rgba(216, 210, 202, 0.5) inset, 0 8px 22px rgba(28, 23, 20, 0.26);
}
.hero-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--rust-deep);
  border-left: 3px solid var(--blood);
  padding-left: 8px;
}
.hero-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.18;
  color: #241d19;
  writing-mode: vertical-rl;
  text-orientation: upright;
  max-height: 340px;
  margin: 2px 0;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
.hero-tagline {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--rust-deep);
  padding-top: 4px;
  border-top: 1px dashed var(--line);
}
.hero-seo {
  font-size: 12.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  text-align: justify;
  max-width: 62ch;
  padding-left: 8px;
  border-left: 1px solid var(--line-soft);
}
.hero-media {
  position: relative;
  width: 100%;
  max-width: 260px;
  aspect-ratio: 2 / 3;
  justify-self: start;
  border: 1px solid rgba(28, 23, 20, 0.5);
  box-shadow: 0 6px 18px rgba(28, 23, 20, 0.34);
  overflow: hidden;
  background: #6f6760;
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.62) contrast(1.08) brightness(0.94);
}
.fingerprint-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 92px;
  transform: translate(-50%, -50%) rotate(-8deg);
  background:
    radial-gradient(circle at 50% 30%, rgba(140, 43, 34, 0.85) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 44%, rgba(140, 43, 34, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 46%, rgba(140, 43, 34, 0.8) 0 2px, transparent 3px),
    radial-gradient(circle at 44% 62%, rgba(140, 43, 34, 0.75) 0 2px, transparent 3px),
    radial-gradient(circle at 58% 74%, rgba(140, 43, 34, 0.7) 0 2px, transparent 3px),
    radial-gradient(ellipse at 50% 52%, rgba(106, 38, 32, 0.55) 0 22%, rgba(106, 38, 32, 0.2) 42%, transparent 62%);
  border-radius: 50%;
  mix-blend-mode: multiply;
  opacity: 0.9;
  pointer-events: none;
}
.burn-edge {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(40, 24, 16, 0.68) 0 14%, rgba(84, 32, 26, 0.34) 22%, transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(40, 24, 16, 0.6) 0 12%, rgba(84, 32, 26, 0.3) 20%, transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(40, 24, 16, 0.62) 0 13%, rgba(84, 32, 26, 0.3) 21%, transparent 39%),
    radial-gradient(circle at 100% 100%, rgba(40, 24, 16, 0.7) 0 15%, rgba(84, 32, 26, 0.32) 23%, transparent 42%);
  box-shadow: inset 0 0 34px rgba(28, 16, 12, 0.7);
}
.hero-player {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #17120f;
  border: 1px solid rgba(28, 23, 20, 0.85);
  padding: 6px;
  box-shadow: 0 8px 22px rgba(28, 23, 20, 0.4);
}
.hero-player video {
  background: #000;
  border: 1px solid rgba(216, 210, 202, 0.16);
}
.player-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.player-btn {
  padding: 3px 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #d6cec4;
  background: rgba(216, 210, 202, 0.07);
  border: 1px solid rgba(216, 210, 202, 0.26);
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: #fff;
  border-color: var(--blood);
  background: rgba(122, 47, 38, 0.45);
}
.player-btn-play {
  color: #f2e9dd;
  border-color: var(--rust);
  background: rgba(122, 47, 38, 0.55);
  letter-spacing: 0.16em;
}
.player-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(90deg, var(--blood) 0%, var(--rust-deep) 100%);
  border: 1px solid rgba(216, 210, 202, 0.2);
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 14px;
  background: #e6ded4;
  border: 1px solid var(--rust-deep);
}
.player-progress::-moz-range-thumb {
  width: 8px;
  height: 14px;
  border-radius: 0;
  background: #e6ded4;
  border: 1px solid var(--rust-deep);
}
.player-volume {
  flex: 0 1 82px;
  min-width: 62px;
  height: 5px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(216, 210, 202, 0.28);
  border: 1px solid rgba(216, 210, 202, 0.2);
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
  height: 13px;
  background: var(--ash);
  border: 1px solid var(--rust-deep);
}
.player-volume::-moz-range-thumb {
  width: 7px;
  height: 13px;
  border-radius: 0;
  background: var(--ash);
  border: 1px solid var(--rust-deep);
}
.player-btn.is-active {
  color: #fff;
  border-color: var(--blood);
  background: var(--rust-deep);
}
.rec-tape-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #b3a99e;
}
.rec-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blood);
  box-shadow: 0 0 0 0 rgba(140, 43, 34, 0.75);
  animation: rec-pulse 1.6s ease-out infinite;
}
@keyframes rec-pulse {
  0% { box-shadow: 0 0 0 0 rgba(140, 43, 34, 0.8); opacity: 1; }
  70% { box-shadow: 0 0 0 9px rgba(140, 43, 34, 0); opacity: 0.55; }
  100% { box-shadow: 0 0 0 0 rgba(140, 43, 34, 0); opacity: 1; }
}
.hero-player.is-theater {
  box-shadow: 0 0 0 2px var(--blood), 0 12px 30px rgba(0, 0, 0, 0.55);
}
.hero-player.is-playing .rec-dot {
  animation-duration: 0.85s;
}
body.is-lights-off .witness-hero {
  filter: brightness(0.72) contrast(1.1);
}
.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--gap);
  align-items: start;
}
.synopsis-panel, .cast-panel, .episode-status-panel, .details-panel {
  background: rgba(224, 218, 210, 0.66);
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--rust);
  padding: 10px 12px 12px;
  align-self: start;
}
.synopsis-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}
.synopsis-text p {
  font-size: 13px;
  line-height: 1.82;
  text-align: justify;
  color: var(--ink-soft);
  margin-bottom: 8px;
}
.synopsis-text p:last-child {
  margin-bottom: 0;
}
.synopsis-text p:first-child::first-letter {
  font-size: 32px;
  line-height: 1;
  float: left;
  padding: 2px 6px 0 0;
  color: var(--rust-deep);
  font-weight: 700;
}
.synopsis-still {
  position: relative;
  border: 1px solid rgba(28, 23, 20, 0.45);
  background: #241d19;
  padding: 5px;
  align-self: start;
}
.synopsis-still img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: grayscale(0.55) contrast(1.25) brightness(0.86) saturate(0.7);
  image-rendering: pixelated;
}
.synopsis-still figcaption {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #a99f94;
  padding-top: 5px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 6px;
  background: rgba(216, 210, 202, 0.5);
  border: 1px solid var(--line-soft);
  align-self: start;
}
.cast-portrait {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 50% 34%, rgba(216, 210, 202, 0.85) 0 16%, transparent 17%),
    radial-gradient(ellipse at 50% 88%, rgba(216, 210, 202, 0.7) 0 30%, transparent 31%),
    linear-gradient(160deg, #6d7579 0%, #4c5255 60%, #2c2b29 100%);
  filter: grayscale(1) contrast(1.15);
  border: 1px solid rgba(28, 23, 20, 0.45);
  position: relative;
  overflow: hidden;
}
.cast-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(28, 23, 20, 0.18) 0 1px, transparent 1px 3px);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.cast-role {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--rust-deep);
}
.cast-relation {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
}
.relation-heading {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cold);
  margin-bottom: 6px;
}
.relation-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
}
.relation-item {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  padding: 3px 5px;
  background: rgba(28, 23, 20, 0.05);
  border-left: 2px solid var(--blood-dim);
}
.status-list, .details-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.status-row, .details-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 3px 0;
  border-bottom: 1px dotted var(--line-soft);
}
.status-row:last-child, .details-row:last-child {
  border-bottom: none;
}
.status-key, .details-key {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cold);
  flex: 0 0 auto;
}
.status-value {
  font-family: var(--mono);
  font-size: 16px;
  font-weight: 700;
  color: var(--rust-deep);
}
.details-value {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--ink);
  text-align: right;
}
.timeline-section {
  background: rgba(216, 210, 202, 0.58);
  border: 1px solid var(--line-soft);
  padding: 10px 12px 14px;
}
.timeline-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  position: relative;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
  padding: 7px 6px 7px 20px;
  border-left: 1px solid transparent;
  transition: background 0.15s ease;
  cursor: pointer;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  background: var(--paper);
  border: 1px solid var(--rust-deep);
}
.timeline-item::after {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% + 6px);
  bottom: -1px;
  width: 2px;
  background-image: linear-gradient(180deg, var(--rust-deep) 0 5px, transparent 5px 11px);
  background-size: 2px 11px;
  background-repeat: repeat-y;
  opacity: 0.7;
}
.timeline-item:last-child::after {
  display: none;
}
.timeline-item:hover {
  background: rgba(122, 47, 38, 0.09);
}
.timeline-item.is-active {
  background: rgba(122, 47, 38, 0.16);
  border-left-color: var(--blood);
}
.timeline-time {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--rust-deep);
  white-space: nowrap;
  padding: 2px 6px;
  background: rgba(28, 23, 20, 0.06);
  border: 1px solid var(--line-soft);
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.episodes-section {
  background: rgba(216, 210, 202, 0.58);
  border: 1px solid var(--line-soft);
  padding: 10px 0 14px 12px;
}
.episodes-section .section-heading {
  margin-right: 12px;
}
.episode-scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 12px 10px 0;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.episode-card {
  position: relative;
  flex: 0 0 172px;
  height: 132px;
  perspective: 900px;
  cursor: pointer;
  scroll-snap-align: start;
}
.episode-face, .episode-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 9px 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.4, 0.05, 0.2, 1);
  border: 1px solid rgba(28, 23, 20, 0.42);
  overflow: hidden;
}
.episode-face {
  background:
    repeating-linear-gradient(90deg, rgba(28, 23, 20, 0.04) 0 1px, transparent 1px 6px),
    linear-gradient(160deg, #cfc7bd 0%, #b9b0a5 100%);
  transform: rotateY(0deg);
  box-shadow: 0 4px 12px rgba(28, 23, 20, 0.24);
}
.episode-back {
  background: linear-gradient(160deg, #3a322d 0%, #241d19 100%);
  transform: rotateY(180deg);
  color: #d9d0c5;
}
.episode-card.is-flipped .episode-face {
  transform: rotateY(180deg);
}
.episode-card.is-flipped .episode-back {
  transform: rotateY(0deg);
}
.episode-number {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--rust-deep);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
}
.episode-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  color: var(--ink);
}
.episode-duration {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--cold);
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.65;
  color: #cfc5b9;
}
.episode-back .episode-summary::before {
  content: "摘要 ";
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  color: var(--rust);
  display: block;
  margin-bottom: 4px;
}
.comments-section {
  background: rgba(198, 190, 182, 0.5);
  border: 1px solid var(--line-soft);
  padding: 10px 12px 16px;
}
.comment-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
.comment-note {
  position: relative;
  padding: 10px 11px 9px;
  background:
    linear-gradient(180deg, #e2dbd1 0%, #d3cabf 100%);
  border: 1px solid rgba(28, 23, 20, 0.22);
  box-shadow: 2px 3px 0 rgba(28, 23, 20, 0.16), 0 6px 14px rgba(28, 23, 20, 0.16);
  transform: rotate(-1deg);
}
.comment-note:nth-child(2n) {
  transform: rotate(1.1deg);
}
.comment-note:nth-child(3n) {
  transform: rotate(-0.6deg);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 46px;
  height: 11px;
  transform: translateX(-50%) rotate(-2deg);
  background: rgba(122, 47, 38, 0.3);
  border-left: 1px solid rgba(122, 47, 38, 0.4);
  border-right: 1px solid rgba(122, 47, 38, 0.4);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--ink-soft);
  text-align: justify;
}
.comment-author {
  display: block;
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--rust-deep);
  text-align: right;
}
.comment-author::before {
  content: "— ";
}
.recommend-region {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.region-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--rust-deep);
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.region-heading::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 0;
  width: 40px;
  height: 1px;
  background: var(--blood);
}
.region-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a[data-runtime="recommendation"] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: rgba(216, 210, 202, 0.55);
  border: 1px solid var(--line-soft);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  align-self: start;
  min-width: 0;
}
a[data-runtime="recommendation"]:hover, a[data-runtime="recommendation"]:focus-visible {
  background: rgba(122, 47, 38, 0.14);
  border-color: var(--rust);
  transform: translateY(-2px);
  text-decoration: none;
}
a[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(28, 23, 20, 0.4);
  filter: saturate(0.7) contrast(1.08);
}
a[data-runtime="recommendation"] [data-runtime="name"] {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink);
  line-height: 1.4;
}
a[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 11px;
  line-height: 1.6;
  color: var(--cold);
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 26px;
  border-top: 1px solid var(--rust-deep);
  background: rgba(28, 23, 20, 0.9);
  color: #b3a99e;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  color: #9d948a;
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 2px solid var(--rust-deep);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(216, 210, 202, 0.14);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: #cfc5b9;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: #f0e6da;
  border-bottom-color: var(--blood);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.friend-label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--rust);
  padding-right: 6px;
  border-right: 1px solid rgba(216, 210, 202, 0.2);
}
a.runtime-friend-link {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #948b81;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #e6ded4;
  text-decoration: underline;
  text-decoration-color: var(--rust);
  text-underline-offset: 3px;
}
@media (min-width: 560px) {.hero-invitation {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 240px);
    grid-template-areas:
      "kicker media"
      "title  media"
      "tagline media"
      "seo    player";
    column-gap: 16px;
    row-gap: 6px;
  }
.hero-kicker { grid-area: kicker; }
.hero-title { grid-area: title; }
.hero-tagline { grid-area: tagline; }
.hero-seo { grid-area: seo; }
.hero-media {
    grid-area: media;
    justify-self: end;
    max-width: 100%;
  }
.hero-player { grid-area: player; }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.region-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (min-width: 780px) {.page-main {
    gap: 18px;
    padding: 18px 18px 30px;
  }
.hero-title {
    font-size: 38px;
    max-height: 420px;
  }
.overview-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
    grid-template-areas:
      "synopsis cast"
      "synopsis status"
      "details  details";
    gap: 12px;
  }
.synopsis-panel { grid-area: synopsis; }
.cast-panel { grid-area: cast; }
.episode-status-panel { grid-area: status; }
.details-panel { grid-area: details; }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    gap: 12px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
  }
.timeline-item:nth-child(odd)::after {
    display: none;
  }
.comment-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.region-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
.episode-card {
    flex-basis: 188px;
    height: 138px;
  }}
@media (min-width: 1024px) {.overview-grid {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.05fr) minmax(0, 0.72fr);
    grid-template-areas:
      "synopsis cast status"
      "synopsis cast details"
      "details  details details";
  }
.details-panel { grid-area: details; }
.hero-invitation {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 280px);
  }
.hero-title {
    font-size: 42px;
  }
.comment-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 559px) {.hero-title {
    writing-mode: horizontal-tb;
    max-height: none;
    font-size: 26px;
    letter-spacing: 0.2em;
  }
.hero-media {
    max-width: 210px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.relation-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
.episode-card {
    flex-basis: 156px;
    height: 128px;
  }
.header-inner {
    padding: 7px 12px;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }}
:focus-visible {
  outline: 2px solid var(--blood);
  outline-offset: 2px;
}
::selection {
  background: var(--rust);
  color: #f2e9dd;
}

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}
