:root {
  --ink: #1a1114;
  --ink-soft: #241619;
  --lacquer: #4a1118;
  --crimson: #6e1a22;
  --crimson-deep: #3d0d13;
  --gold: #c9a24a;
  --gold-bright: #e2c274;
  --gold-dim: #8a6f31;
  --jade: #2b3a3a;
  --crow: #1d2429;
  --silk: #e8ddc8;
  --silk-dim: #b9ac93;
  --paper: #f2e9d8;
  --line: rgba(201, 162, 74, 0.28);
  --line-soft: rgba(201, 162, 74, 0.14);
  --radius: 6px;
  --radius-lg: 10px;
  --serif: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", serif;
  --kai: "Kaiti SC", "STKaiti", "KaiTi", "Noto Serif CJK SC", serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background:
    radial-gradient(120% 90% at 50% -10%, rgba(110, 26, 34, 0.55) 0%, rgba(26, 17, 20, 0) 60%),
    linear-gradient(180deg, #1a1114 0%, #150e11 55%, #100a0c 100%);
  background-attachment: fixed;
  color: var(--silk);
  font-family: var(--kai);
  font-size: 15px;
  line-height: 1.68;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
h1, h2, h3, p, figure, dl, dd, ol, ul {
  margin: 0;
}
ol, ul {
  padding: 0;
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: var(--gold);
  text-decoration: none;
}
a:hover {
  color: var(--gold-bright);
}
button {
  font-family: var(--serif);
  cursor: pointer;
}
input, select {
  font-family: var(--kai);
}
::selection {
  background: rgba(201, 162, 74, 0.32);
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(20, 12, 15, 0.96) 0%, rgba(20, 12, 15, 0.82) 100%);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 20px;
}
.site-branding[data-contract="site-name"] {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: var(--gold-bright);
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  white-space: nowrap;
}
.site-branding[data-contract="site-name"]:hover {
  color: #f4dda2;
  text-decoration: none;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--serif);
  font-size: 13px;
  padding: 3px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--silk-dim);
  text-decoration: none;
  background: rgba(201, 162, 74, 0.05);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: rgba(201, 162, 74, 0.14);
  text-decoration: none;
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px 40px;
}
.section-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: var(--gold-bright);
  padding-left: 13px;
  border-left: 3px solid var(--crimson);
  line-height: 1.3;
  margin: 26px 0 12px;
}
.hero-shell {
  position: relative;
  margin: 0 -18px 18px;
  padding: 46px 18px 40px;
  min-height: 440px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(80% 100% at 78% 30%, rgba(110, 26, 34, 0.5) 0%, rgba(26, 17, 20, 0) 62%),
    linear-gradient(100deg, #170f12 0%, #241318 48%, #1b2429 100%);
}
.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(75deg, rgba(201, 162, 74, 0.05) 0 2px, transparent 2px 58px),
    repeating-linear-gradient(-75deg, rgba(43, 58, 58, 0.5) 0 1px, transparent 1px 42px),
    radial-gradient(120% 70% at 20% 100%, rgba(61, 13, 19, 0.85) 0%, rgba(26, 17, 20, 0) 70%);
  opacity: 0.9;
}
.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(115deg, transparent 46%, rgba(201, 162, 74, 0.16) 46.4%, transparent 47%),
    linear-gradient(115deg, transparent 52%, rgba(201, 162, 74, 0.1) 52.3%, transparent 53%),
    linear-gradient(115deg, transparent 61%, rgba(201, 162, 74, 0.12) 61.4%, transparent 62%);
  background-size: 100% 100%;
}
.hero-figure {
  position: absolute;
  right: 4%;
  bottom: 0;
  width: min(38%, 380px);
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero-figure-silhouette {
  display: block;
  width: 100%;
  height: 88%;
  border-radius: 46% 46% 6px 6px / 30% 30% 4px 4px;
  background:
    radial-gradient(60% 34% at 50% 10%, rgba(226, 194, 116, 0.34) 0%, rgba(226, 194, 116, 0) 70%),
    linear-gradient(180deg, rgba(110, 26, 34, 0.72) 0%, rgba(61, 13, 19, 0.9) 52%, rgba(20, 12, 15, 0.96) 100%);
  box-shadow: 0 0 0 1px rgba(201, 162, 74, 0.22), -26px 0 70px rgba(110, 26, 34, 0.5);
  opacity: 0.92;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.hero-kicker {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.34em;
  color: var(--gold-dim);
  margin-bottom: 10px;
}
.hero-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(32px, 5.4vw, 58px);
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #f6ead0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5), 0 0 34px rgba(110, 26, 34, 0.7);
}
.hero-tagline {
  margin-top: 12px;
  font-family: var(--kai);
  font-size: 17px;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
}
.hero-lead {
  margin-top: 14px;
  max-width: 54ch;
  font-size: 14.5px;
  line-height: 1.85;
  color: rgba(232, 221, 200, 0.82);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
a.button {
  display: inline-block;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.16em;
  padding: 9px 24px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
a.button.button-primary {
  color: #1a1114;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold) 100%);
  border-color: var(--gold-bright);
  box-shadow: 0 3px 14px rgba(201, 162, 74, 0.28);
  text-decoration: none;
}
a.button.button-primary:hover {
  color: #1a1114;
  background: linear-gradient(180deg, #f4dda2 0%, var(--gold-bright) 100%);
  text-decoration: none;
}
a.button.button-ghost {
  color: var(--gold-bright);
  background: rgba(201, 162, 74, 0.06);
  border-color: var(--line);
  text-decoration: none;
}
a.button.button-ghost:hover {
  color: #f6ead0;
  border-color: var(--gold);
  background: rgba(201, 162, 74, 0.16);
  text-decoration: none;
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}
.hero-chip {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 3px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  color: var(--silk-dim);
  background: rgba(29, 36, 41, 0.6);
  white-space: nowrap;
}
.player-shell {
  margin: 0 0 8px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(36, 22, 25, 0.92) 0%, rgba(20, 12, 15, 0.92) 100%);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.42);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}
.player-frame {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
}
.player-frame video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}
.control-button {
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--silk);
  background: rgba(201, 162, 74, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 5px 12px;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.control-button:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: rgba(201, 162, 74, 0.15);
}
.control-button.is-playing {
  color: var(--gold-bright);
  border-color: var(--gold);
}
.control-button.is-paused {
  color: var(--silk-dim);
}
.control-button.is-muted {
  color: var(--crimson);
  border-color: var(--crimson);
  background: rgba(110, 26, 34, 0.22);
}
.control-button.is-on {
  color: var(--gold-bright);
  border-color: var(--gold);
  background: rgba(201, 162, 74, 0.2);
}
.control-field {
  display: flex;
  align-items: center;
  gap: 7px;
}
.control-label {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--silk-dim);
  white-space: nowrap;
}
.control-progress {
  flex: 1 1 180px;
  min-width: 140px;
}
.control-progress input {
  width: 100%;
}
.control-volume input {
  width: 84px;
}
.control-field input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-dim) 0%, rgba(201, 162, 74, 0.18) 100%);
  outline: none;
  cursor: pointer;
}
.control-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-bright);
  border: 1px solid #1a1114;
}
.control-field input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #1a1114;
  border-radius: 50%;
  background: var(--gold-bright);
}
.control-speed select {
  font-size: 12.5px;
  color: var(--silk);
  background: rgba(29, 36, 41, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 4px 7px;
}
.player-shell.theater-mode {
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
body.lights-off .player-shell {
  box-shadow: 0 0 90px rgba(201, 162, 74, 0.22);
}
body.lights-off .player-frame {
  border-color: var(--gold-dim);
}
.movie-overview {
  margin-top: 26px;
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(180px, 232px) minmax(0, 1fr);
  gap: 20px 26px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(38, 24, 27, 0.72) 0%, rgba(22, 14, 17, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(201, 162, 74, 0.08);
}
.poster-column {
  min-width: 0;
}
.poster-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 6px;
  background: rgba(20, 12, 15, 0.7);
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: linear-gradient(160deg, #3d0d13 0%, #1d2429 100%);
}
.poster-caption {
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-align: center;
  color: var(--gold-dim);
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.overview-head {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-soft);
}
.overview-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #f6ead0;
}
.overview-tagline {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.block-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
  margin-bottom: 9px;
}
.episode-status {
  padding: 9px 12px;
  border-left: 2px solid var(--crimson);
  background: rgba(110, 26, 34, 0.16);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.status-line {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--silk);
}
.status-progress-text {
  margin-top: 2px;
  font-size: 13px;
  color: var(--gold);
  letter-spacing: 0.06em;
}
.cast-block {
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
.cast-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
  gap: 10px;
  align-items: start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  min-width: 0;
  text-align: center;
}
.cast-avatar {
  display: block;
  width: 100%;
  max-width: 96px;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    radial-gradient(58% 30% at 50% 22%, rgba(226, 194, 116, 0.3) 0%, rgba(226, 194, 116, 0) 72%),
    linear-gradient(180deg, rgba(61, 13, 19, 0.9) 0%, rgba(29, 36, 41, 0.92) 100%);
  box-shadow: inset 0 0 22px rgba(0, 0, 0, 0.55);
}
.cast-name {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--silk);
  line-height: 1.4;
}
.cast-role {
  font-size: 12px;
  color: var(--gold-dim);
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.synopsis-block {
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
.synopsis-columns {
  columns: 2;
  column-gap: 24px;
  column-rule: 1px solid var(--line-soft);
}
.synopsis-paragraph {
  font-size: 14px;
  line-height: 1.85;
  color: rgba(232, 221, 200, 0.84);
  break-inside: avoid;
  margin-bottom: 10px;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.synopsis-paragraph:first-child::first-letter {
  font-family: var(--serif);
  font-size: 1.6em;
  color: var(--gold);
  padding-right: 2px;
}
.details-block {
  padding-top: 12px;
  border-top: 1px solid var(--line-soft);
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 4px 20px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(201, 162, 74, 0.16);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: var(--gold-dim);
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13.5px;
  color: var(--silk);
  text-align: right;
  letter-spacing: 0.04em;
}
.timeline-section {
  margin-top: 26px;
}
.timeline-scroller {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 22px 4px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(29, 36, 41, 0.55) 0%, rgba(20, 12, 15, 0.72) 100%);
  scrollbar-color: var(--gold-dim) transparent;
  scrollbar-width: thin;
}
.timeline-scroller::-webkit-scrollbar {
  height: 8px;
}
.timeline-scroller::-webkit-scrollbar-track {
  background: rgba(201, 162, 74, 0.06);
  border-radius: 999px;
}
.timeline-scroller::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
  border-radius: 999px;
}
.timeline-track {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-width: 900px;
  padding: 0 22px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 9px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 162, 74, 0.1) 0%, var(--gold-dim) 12%, var(--gold-dim) 88%, rgba(201, 162, 74, 0.1) 100%);
}
.timeline-node {
  position: relative;
  flex: 1 1 0;
  min-width: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  text-align: center;
}
.timeline-marker {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 12, 15, 0.95) 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 50%, var(--gold-dim) 0 62%, transparent 63%);
  border: 1px solid var(--gold-dim);
  box-shadow: 0 0 0 3px rgba(20, 12, 15, 0.95);
}
.timeline-node-current .timeline-marker {
  background:
    radial-gradient(circle at 50% 50%, rgba(20, 12, 15, 0.95) 0 3px, transparent 3.5px),
    radial-gradient(circle at 50% 50%, var(--gold-bright) 0 62%, transparent 63%);
  border-color: var(--gold-bright);
  box-shadow: 0 0 0 3px rgba(20, 12, 15, 0.95), 0 0 16px rgba(226, 194, 116, 0.6);
}
.timeline-timecode {
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--gold);
  white-space: nowrap;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.6;
  color: rgba(232, 221, 200, 0.72);
}
.timeline-node-current .timeline-timecode {
  color: var(--gold-bright);
}
.timeline-node-current .timeline-label {
  color: var(--silk);
}
.episodes-section {
  margin-top: 26px;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 13px 12px;
  border: 1px solid var(--line-soft);
  border-left: 2px solid rgba(110, 26, 34, 0.85);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(38, 24, 27, 0.62) 0%, rgba(22, 14, 17, 0.78) 100%);
  transition: border-color 0.18s ease, background 0.18s ease;
}
.episode-card:hover {
  border-color: var(--line);
  border-left-color: var(--crimson);
  background: linear-gradient(180deg, rgba(48, 28, 32, 0.7) 0%, rgba(26, 16, 19, 0.85) 100%);
}
.episode-card-current {
  border-color: var(--gold-dim);
  border-left-color: var(--gold);
  background: linear-gradient(180deg, rgba(74, 17, 24, 0.55) 0%, rgba(30, 18, 21, 0.85) 100%);
  box-shadow: 0 0 0 1px rgba(201, 162, 74, 0.18), 0 6px 20px rgba(0, 0, 0, 0.35);
}
.episode-number {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--gold-dim);
}
.episode-card-current .episode-number {
  color: var(--gold-bright);
}
.episode-title {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--silk);
  line-height: 1.4;
}
.episode-summary {
  font-size: 13px;
  line-height: 1.72;
  color: rgba(232, 221, 200, 0.74);
}
.episode-duration {
  align-self: flex-start;
  margin-top: 2px;
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--silk-dim);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 1px 9px;
}
.recommend-region {
  margin-top: 26px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 8px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(36, 22, 25, 0.6) 0%, rgba(20, 12, 15, 0.78) 100%);
  color: var(--silk);
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
a.recommend-card:hover {
  color: var(--silk);
  border-color: var(--gold-dim);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.42);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  background: linear-gradient(160deg, #3d0d13 0%, #1d2429 100%);
}
.recommend-name {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--silk);
  line-height: 1.45;
}
.recommend-blurb {
  font-size: 12.5px;
  line-height: 1.68;
  color: rgba(232, 221, 200, 0.68);
}
a.recommend-card:hover .recommend-name {
  color: var(--gold-bright);
}
.comments-section {
  margin-top: 26px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  align-items: start;
}
.comment-card {
  padding: 11px 14px 12px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(38, 24, 27, 0.6) 0%, rgba(22, 14, 17, 0.8) 100%);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
}
.comment-card-left {
  margin-right: 14px;
  border-left: 2px solid rgba(201, 162, 74, 0.42);
}
.comment-card-right {
  margin-left: 14px;
  margin-top: 14px;
  border-right: 2px solid rgba(110, 26, 34, 0.75);
}
.comment-text {
  font-size: 13.5px;
  line-height: 1.78;
  color: rgba(232, 221, 200, 0.86);
}
.comment-author {
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-align: right;
}
.comment-author::before {
  content: "—— ";
  color: var(--gold-dim);
}
.site-footer {
  margin-top: 34px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(20, 12, 15, 0.9) 0%, rgba(13, 8, 10, 0.98) 100%);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-dim);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding: 10px 0;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}
.friend-links-label {
  font-family: var(--serif);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: var(--gold-dim);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12.5px;
  color: var(--silk-dim);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.16s ease;
}
a.runtime-friend-link:hover {
  color: var(--gold-bright);
  text-decoration: underline;
  text-decoration-color: var(--gold-dim);
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.75;
  color: rgba(185, 172, 147, 0.6);
  letter-spacing: 0.03em;
}
@media (max-width: 1024px) {.hero-shell {
    min-height: 400px;
    padding-top: 38px;
    padding-bottom: 34px;
  }
.hero-figure {
    width: min(42%, 320px);
    right: 0;
  }
.overview-body {
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
    gap: 18px;
  }
.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.synopsis-columns {
    columns: 1;
    column-rule: none;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 240px;
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card-left {
    margin-right: 10px;
  }
.comment-card-right {
    margin-left: 10px;
    margin-top: 0;
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 640px) {body {
    font-size: 14.5px;
  }
.header-inner {
    padding: 9px 14px;
    gap: 6px 14px;
  }
.site-branding[data-contract="site-name"] {
    font-size: 17px;
  }
.page-main {
    padding: 0 14px 32px;
  }
.hero-shell {
    margin: 0 -14px 16px;
    padding: 30px 14px 28px;
    min-height: 0;
    display: block;
  }
.hero-figure {
    width: 56%;
    right: -6%;
    opacity: 0.5;
  }
.hero-copy {
    max-width: 100%;
  }
.hero-lead {
    font-size: 14px;
  }
.section-title {
    font-size: 18px;
    margin: 22px 0 10px;
  }
.player-shell {
    padding: 10px;
  }
.player-controls {
    gap: 7px 9px;
  }
.control-progress {
    flex: 1 1 100%;
  }
.overview-body {
    padding: 14px;
  }
.poster-column {
    max-width: 200px;
    margin: 0 auto;
  }
.overview-title {
    font-size: 20px;
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    min-width: 780px;
  }
.friend-links {
    gap: 5px 10px;
  }}
@media (max-width: 420px) {.cast-strip {
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 8px;
  }
.hero-chips {
    gap: 6px;
  }
.hero-chip {
    font-size: 11.5px;
    padding: 2px 10px;
  }}

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}
