:root {
  --bg-deep: #10161d;
  --bg-iron: #1a222b;
  --bg-panel: #212b36;
  --bg-panel-soft: #27323e;
  --amber: #e8933a;
  --amber-bright: #ffb15c;
  --amber-dim: #a9642a;
  --rust: #a63f2e;
  --scallion: #7fa653;
  --steel: #46545f;
  --steel-light: #6d7d89;
  --chalk: #e8e2d4;
  --chalk-dim: #b3ab99;
  --rain-blue: #2b4a63;
  --rain-blue-deep: #16293a;
  --note-yellow: #e7d9a8;
  --radius-soft: 14px;
  --radius-tag: 999px;
  --gap-tight: 10px;
  --gap-mid: 16px;
  --gap-loose: 26px;
  --font-stack: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(1200px 600px at 12% -8%, rgba(232, 147, 58, 0.16), transparent 62%),
    radial-gradient(900px 500px at 92% 4%, rgba(43, 74, 99, 0.5), transparent 60%),
    linear-gradient(180deg, #10161d 0%, #141c24 34%, #10161d 100%);
  background-attachment: fixed;
  color: var(--chalk);
  font-family: var(--font-stack);
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, ul, li, figure, figcaption {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  color: var(--amber-bright);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(16, 22, 29, 0.96), rgba(16, 22, 29, 0.86));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(232, 147, 58, 0.22);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap-mid);
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"].site-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--amber-bright);
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 3px 10px 3px 8px;
  border-radius: var(--radius-tag);
  border: 1px solid rgba(232, 147, 58, 0.42);
  background: rgba(232, 147, 58, 0.1);
  text-shadow: 0 0 12px rgba(255, 177, 92, 0.45);
}
a[data-contract="site-name"].site-logo::before {
  content: "灶";
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 6px;
  background: var(--amber);
  color: #1a1206;
  font-weight: 700;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
a.header-nav-link {
  color: var(--chalk-dim);
  text-decoration: none;
  font-size: 12.5px;
  padding: 4px 11px;
  border-radius: var(--radius-tag);
  border: 1px solid transparent;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
a.header-nav-link:hover, a.header-nav-link:focus-visible {
  color: var(--amber-bright);
  background: rgba(232, 147, 58, 0.12);
  border-color: rgba(232, 147, 58, 0.4);
}
.categories-strip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-height: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: var(--chalk);
  text-decoration: none;
  font-size: 12px;
  padding: 3px 11px;
  border-radius: var(--radius-tag);
  background: rgba(70, 84, 95, 0.42);
  border: 1px solid rgba(109, 125, 137, 0.5);
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #1a1206;
  background: var(--amber-bright);
  border-color: var(--amber-bright);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 16px 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block-heading {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--amber-bright);
  padding-left: 12px;
  border-left: 3px solid var(--amber);
  margin-bottom: 10px;
  text-shadow: 0 0 10px rgba(255, 177, 92, 0.3);
}
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--gap-loose);
  padding: 22px 18px 24px;
  border-radius: 22px;
  background:
    radial-gradient(720px 380px at 78% 6%, rgba(232, 147, 58, 0.2), transparent 66%),
    radial-gradient(560px 320px at 6% 92%, rgba(43, 74, 99, 0.5), transparent 70%),
    linear-gradient(160deg, #1b242e 0%, #151d26 55%, #10161d 100%);
  border: 1px solid rgba(232, 147, 58, 0.2);
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5), 0 14px 40px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      92deg,
      rgba(255, 255, 255, 0.022) 0px,
      rgba(255, 255, 255, 0.022) 1px,
      transparent 1px,
      transparent 9px
    ),
    linear-gradient(180deg, rgba(43, 74, 99, 0.35) 0%, transparent 42%);
  mix-blend-mode: screen;
}
.hero-slogan {
  position: relative;
  z-index: 2;
  padding: 4px 2px 0;
}
.hero-tagline {
  font-size: 13px;
  color: var(--chalk-dim);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.hero-title {
  font-size: clamp(26px, 5.4vw, 46px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--chalk);
  text-shadow: 0 0 26px rgba(232, 147, 58, 0.4), 0 2px 0 rgba(0, 0, 0, 0.5);
  font-family: "Kaiti SC", "STKaiti", "Xingkai SC", "PingFang SC", var(--font-stack);
}
.hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: var(--gap-mid);
  align-items: start;
}
.poster-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 300px;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(165deg, #2a3541, #1b242e);
  border: 1px solid rgba(232, 147, 58, 0.28);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  align-self: start;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 11px;
  background: #0d1319;
  filter: saturate(0.92) contrast(1.06);
}
.poster-caption {
  font-size: 11px;
  color: var(--chalk-dim);
  letter-spacing: 0.04em;
  padding: 0 3px 2px;
  line-height: 1.4;
}
.player-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(165deg, #202a34, #161e26);
  border: 1px solid rgba(109, 125, 137, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.player-video {
  display: block;
  width: 100%;
  border-radius: 11px;
  background: #05090d;
  object-fit: cover;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 10px;
  padding: 8px 9px;
  border-radius: 11px;
  background: rgba(16, 22, 29, 0.7);
  border: 1px solid rgba(109, 125, 137, 0.28);
}
.player-btn {
  cursor: pointer;
  font-size: 12px;
  padding: 4px 11px;
  border-radius: var(--radius-tag);
  color: var(--chalk);
  background: linear-gradient(180deg, #37434f, #27323e);
  border: 1px solid rgba(109, 125, 137, 0.55);
  transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease, transform 0.1s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: #1a1206;
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  border-color: var(--amber-bright);
}
.player-btn:active {
  transform: translateY(1px);
}
.player-field {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--chalk-dim);
}
.player-field-label {
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  width: 96px;
  height: 4px;
  border-radius: var(--radius-tag);
  background: linear-gradient(90deg, var(--amber), var(--amber-dim));
  outline: none;
  cursor: pointer;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--amber-bright);
  border: 2px solid #1a222b;
  box-shadow: 0 0 8px rgba(255, 177, 92, 0.7);
}
.player-range::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 2px solid #1a222b;
  border-radius: 50%;
  background: var(--amber-bright);
}
.player-select {
  cursor: pointer;
  font-size: 11.5px;
  padding: 3px 7px;
  border-radius: 8px;
  color: var(--chalk);
  background: #27323e;
  border: 1px solid rgba(109, 125, 137, 0.55);
}
.player-shell.player-playing {
  border-color: rgba(255, 177, 92, 0.7);
  box-shadow: 0 12px 34px rgba(232, 147, 58, 0.28);
}
.player-shell.player-muted .player-btn[data-player-action="mute"] {
  color: var(--rust);
  border-color: var(--rust);
  background: rgba(166, 63, 46, 0.24);
}
.player-shell.player-pip .player-btn[data-player-action="pip"], .player-shell.player-theater .player-btn[data-player-action="theater"], .player-shell.player-fullscreen .player-btn[data-player-action="fullscreen"], .player-shell.player-lights-off .player-btn[data-player-action="light"] {
  color: #1a1206;
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  border-color: var(--amber-bright);
}
.player-shell.player-lights-off {
  background: linear-gradient(165deg, #0a0f14, #05080b);
  border-color: rgba(232, 147, 58, 0.4);
}
.player-shell.player-lights-off .player-controls {
  background: rgba(4, 7, 10, 0.9);
}
.player-shell.player-theater {
  width: 100%;
  max-width: 100%;
}
.player-shell.player-fullscreen .player-video {
  max-height: 100vh;
  border-radius: 0;
}
.player-shell.player .progress, .player-shell .progress {
  height: 4px;
  background: var(--amber);
}
.player-shell .click, .player-shell .change, .player-shell .input, .player-shell .timeupdate, .player-shell .volume, .player-shell .speed, .player-shell .play, .player-shell .mute, .player-shell .pip, .player-shell .fullscreen, .player-shell .theater, .player-shell .light {
  transition: opacity 0.15s ease;
}
.overview-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 4px;
  border-top: 1px dashed rgba(232, 147, 58, 0.24);
}
.details-block, .episode-status-block, .synopsis-block, .cast-block {
  display: flex;
  flex-direction: column;
}
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.chip {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--radius-tag);
  overflow: hidden;
  border: 1px solid rgba(109, 125, 137, 0.45);
  background: rgba(39, 50, 62, 0.72);
  font-size: 12px;
  line-height: 1;
}
.chip-key {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  color: var(--chalk-dim);
  background: rgba(16, 22, 29, 0.65);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.chip-value {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  color: var(--chalk);
  white-space: nowrap;
}
.chip:first-child .chip-value {
  color: var(--amber-bright);
  font-weight: 700;
}
.status-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.status-badge {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: var(--radius-tag);
  color: #1a1206;
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  box-shadow: 0 0 14px rgba(232, 147, 58, 0.45);
}
.status-total {
  font-size: 12px;
  color: var(--chalk-dim);
  padding: 3px 11px;
  border-radius: var(--radius-tag);
  border: 1px solid rgba(109, 125, 137, 0.45);
  background: rgba(39, 50, 62, 0.6);
}
.status-note {
  font-size: 12.5px;
  color: var(--scallion);
  letter-spacing: 0.04em;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 9px;
  row-gap: 2px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(39, 50, 62, 0.6);
  border: 1px solid rgba(109, 125, 137, 0.32);
  align-items: center;
}
.cast-avatar {
  grid-row: 1 / 3;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 177, 92, 0.95), rgba(232, 147, 58, 0.35) 46%, transparent 68%),
    linear-gradient(160deg, #3a4753, #1d262f);
  border: 1px solid rgba(232, 147, 58, 0.45);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  position: relative;
  align-self: start;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(232, 226, 212, 0.35);
}
.cast-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--chalk);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-note {
  font-size: 11px;
  color: var(--chalk-dim);
  line-height: 1.4;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(39, 50, 62, 0.75), rgba(27, 36, 46, 0.75));
  border: 1px solid rgba(109, 125, 137, 0.3);
  border-left: 3px solid var(--amber-dim);
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.78;
  color: #d8d2c4;
  text-indent: 2em;
}
.synopsis-para:first-child::first-letter {
  color: var(--amber-bright);
  font-weight: 700;
}
.timeline-section {
  display: flex;
  flex-direction: column;
}
.timeline-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 14px 4px 16px;
  scroll-snap-type: x proximity;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(39, 50, 62, 0.55), rgba(22, 30, 38, 0.55));
  border: 1px solid rgba(109, 125, 137, 0.28);
  position: relative;
  scrollbar-color: var(--amber-dim) rgba(16, 22, 29, 0.6);
  scrollbar-width: thin;
}
.timeline-track::-webkit-scrollbar {
  height: 7px;
}
.timeline-track::-webkit-scrollbar-track {
  background: rgba(16, 22, 29, 0.6);
  border-radius: var(--radius-tag);
}
.timeline-track::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--amber), var(--amber-dim));
  border-radius: var(--radius-tag);
}
.timeline-node {
  flex: 0 0 auto;
  width: 176px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 12px 13px;
  border-radius: 14px;
  background: linear-gradient(170deg, #2a3541, #1c252e);
  border: 1px solid rgba(109, 125, 137, 0.35);
  position: relative;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.timeline-node:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 147, 58, 0.55);
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 147, 58, 0.3), transparent);
  pointer-events: none;
}
.timeline-spatula {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #1a1206;
  background: linear-gradient(150deg, var(--amber-bright), var(--amber-dim));
  box-shadow: 0 0 0 3px rgba(232, 147, 58, 0.14), 0 4px 10px rgba(0, 0, 0, 0.45);
  transform: rotate(-6deg);
  font-weight: 700;
}
.timeline-time {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--amber-bright);
}
.timeline-label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--chalk-dim);
}
.episodes-section {
  display: flex;
  flex-direction: column;
}
.episodes-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.episodes-head .block-heading {
  margin-bottom: 0;
}
.episodes-sub {
  font-size: 12px;
  color: var(--chalk-dim);
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 26px 12px 12px;
  border-radius: 14px;
  background: linear-gradient(172deg, #26313c 0%, #1a232c 100%);
  border: 1px solid rgba(109, 125, 137, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.34);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.episode-card:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 147, 58, 0.5);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}
.episode-card::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 10px;
  border: 1px dashed rgba(232, 147, 58, 0.13);
  pointer-events: none;
}
.episode-number {
  position: absolute;
  top: 7px;
  left: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 2px 9px;
  border-radius: var(--radius-tag);
  color: #1a1206;
  background: linear-gradient(180deg, var(--amber-bright), var(--amber));
  box-shadow: 0 0 10px rgba(232, 147, 58, 0.4);
  z-index: 1;
}
.episode-duration {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 10.5px;
  letter-spacing: 0.05em;
  padding: 2px 8px;
  border-radius: var(--radius-tag);
  color: var(--chalk-dim);
  background: rgba(16, 22, 29, 0.75);
  border: 1px solid rgba(109, 125, 137, 0.45);
  z-index: 1;
}
.episode-title {
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--chalk);
  font-family: "Kaiti SC", "STKaiti", "Xingkai SC", "PingFang SC", var(--font-stack);
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: var(--chalk-dim);
}
.comments-section {
  display: flex;
  flex-direction: column;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
  align-items: start;
  padding: 4px 0 6px;
}
.comment-note {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 13px 15px 14px;
  border-radius: 4px 14px 14px 14px;
  background: linear-gradient(168deg, #e9dcb0 0%, #d9c894 100%);
  color: #2a2314;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(120, 100, 50, 0.35);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 16px;
  width: 46px;
  height: 12px;
  background: rgba(232, 147, 58, 0.55);
  border-radius: 2px;
  transform: rotate(-3deg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.comment-note:nth-child(odd) {
  transform: rotate(-0.7deg);
}
.comment-note:nth-child(even) {
  transform: rotate(0.8deg) translateX(6px);
}
.comment-note:nth-child(3n) {
  transform: rotate(-1.2deg) translateX(-4px);
}
.comment-nickname {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #7a3a1c;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.62;
  color: #33291a;
}
.recommend-region {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 9px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--chalk);
  background: linear-gradient(172deg, #26313c 0%, #1a232c 100%);
  border: 1px solid rgba(109, 125, 137, 0.3);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.34);
  position: relative;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(232, 147, 58, 0.55);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.55);
}
[data-runtime="recommendation"] img.recommend-pic, .recommend-pic {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  background: #0d1319;
  filter: saturate(0.94) contrast(1.05);
}
.recommend-name {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--chalk);
  line-height: 1.4;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--chalk-dim);
}
.recommend-tag {
  align-self: flex-start;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  padding: 2px 9px;
  border-radius: var(--radius-tag);
  color: var(--scallion);
  background: rgba(127, 166, 83, 0.14);
  border: 1px solid rgba(127, 166, 83, 0.45);
}
.site-footer {
  margin-top: 8px;
  padding: 20px 16px 30px;
  background: linear-gradient(180deg, rgba(16, 22, 29, 0.6), #0c1116);
  border-top: 1px solid rgba(232, 147, 58, 0.18);
}
.footer-links, .friend-links, .footer-disclaimer {
  max-width: 1180px;
  margin: 0 auto;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 10px;
}
a.footer-link {
  color: var(--chalk-dim);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 3px 11px;
  border-radius: var(--radius-tag);
  border: 1px solid rgba(109, 125, 137, 0.4);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
a.footer-link:hover, a.footer-link:focus-visible {
  color: var(--amber-bright);
  border-color: rgba(232, 147, 58, 0.5);
  background: rgba(232, 147, 58, 0.1);
}
a[data-contract="footer-home"] {
  color: var(--amber-bright);
}
a[data-contract="footer-sitemap"] {
  color: var(--steel-light);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: #7d8792;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 2px solid rgba(166, 63, 46, 0.55);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 12px;
}
.friend-links-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--amber);
  padding-right: 6px;
  border-right: 1px solid rgba(232, 147, 58, 0.35);
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--steel-light);
  text-decoration: none;
  font-size: 11.5px;
  padding: 2px 9px;
  border-radius: var(--radius-tag);
  background: rgba(39, 50, 62, 0.6);
  border: 1px solid rgba(109, 125, 137, 0.3);
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--amber-bright);
  border-color: rgba(232, 147, 58, 0.5);
}
@media (max-width: 900px) {.hero-stage {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 780px) {.hero {
    padding: 18px 14px 20px;
    gap: 20px;
  }
.hero-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.poster-frame {
    max-width: 240px;
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-note:nth-child(even), .comment-note:nth-child(3n) {
    transform: none;
  }
.cast-row {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }}
@media (max-width: 620px) {.header-bar {
    padding: 7px 12px;
  }
.categories-strip {
    padding: 0 12px 8px;
  }
.page-main {
    padding: 14px 12px 30px;
    gap: 22px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-frame {
    max-width: 200px;
  }
.player-range {
    width: 72px;
  }
.hero-title {
    font-size: clamp(22px, 7vw, 30px);
  }
.timeline-node {
    width: 158px;
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }}
@media (max-width: 420px) {.player-controls {
    gap: 6px 8px;
  }
.player-btn {
    font-size: 11.5px;
    padding: 4px 9px;
  }
.chip-list {
    gap: 6px;
  }
.cast-row {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: none !important;
    scroll-behavior: auto !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}
