:root {
  --ink-blue: #101a2b;
  --ink-blue-deep: #0a1220;
  --ink-blue-soft: #16233a;
  --ink-blue-panel: #131e30;
  --dark-red: #7a1f2b;
  --dark-red-soft: #a02c3a;
  --red-thread: #b8354a;
  --gold-line: rgba(190, 166, 118, 0.28);
  --gold-line-strong: rgba(200, 176, 126, 0.5);
  --pearl: rgba(232, 226, 210, 0.9);
  --text-bright: #e8e2d2;
  --text-mid: #b9b2a2;
  --text-dim: #837c6e;
  --serif: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  background: var(--ink-blue-deep);
}
body {
  background:
    radial-gradient(ellipse at 18% -8%, rgba(122, 31, 43, 0.22), transparent 52%),
    radial-gradient(ellipse at 92% 4%, rgba(22, 35, 58, 0.9), transparent 58%),
    linear-gradient(180deg, #0c1424 0%, #0a1220 42%, #0b1526 100%);
  background-attachment: fixed;
  color: var(--text-bright);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: var(--text-mid);
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
ul, ol {
  list-style: none;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px clamp(14px, 3.5vw, 44px);
  border-bottom: 1px solid var(--gold-line);
  background: linear-gradient(180deg, rgba(10, 18, 32, 0.94), rgba(10, 18, 32, 0.6));
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(6px);
}
.site-header__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}
a[data-contract="site-name"].site-name {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.22em;
  color: var(--pearl);
  text-shadow: 0 0 12px rgba(184, 53, 74, 0.35);
  text-decoration: none;
  padding-left: 14px;
  position: relative;
  white-space: nowrap;
}
a[data-contract="site-name"].site-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--red-thread);
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.8);
}
.categories-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 4px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--text-mid);
  text-decoration: none;
  padding: 3px 9px;
  border: 1px solid transparent;
  border-radius: 9px 3px 9px 3px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover {
  color: var(--pearl);
  border-color: var(--gold-line-strong);
  background: rgba(122, 31, 43, 0.16);
}
.page-main {
  display: block;
  padding: 0 clamp(14px, 3.5vw, 44px) 20px;
  max-width: 1320px;
  margin: 0 auto;
}
.section-title {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--pearl);
  padding-left: 12px;
  position: relative;
  margin-bottom: 10px;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  bottom: 0.28em;
  width: 2px;
  background: linear-gradient(180deg, var(--red-thread), rgba(122, 31, 43, 0.1));
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 30px);
  align-items: start;
  padding: clamp(14px, 2.6vw, 30px);
  margin-top: 14px;
  border: 1px solid var(--gold-line);
  border-radius: 4px 22px 4px 22px;
  background:
    radial-gradient(ellipse at 8% 0%, rgba(122, 31, 43, 0.24), transparent 55%),
    linear-gradient(160deg, rgba(19, 30, 48, 0.94), rgba(10, 18, 32, 0.94));
  position: relative;
  overflow: hidden;
}
.hero-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    112deg,
    rgba(232, 226, 210, 0.028) 0 1px,
    transparent 1px 9px
  );
  pointer-events: none;
}
.hero-shell__visual {
  position: relative;
  align-self: start;
  border: 1px solid var(--gold-line-strong);
  border-radius: 3px 16px 3px 16px;
  overflow: hidden;
  background: var(--ink-blue-deep);
}
.poster-frame {
  position: relative;
  margin: 0;
  aspect-ratio: 2 / 3;
  display: block;
}
.poster-frame__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.66;
  filter: saturate(0.72) contrast(1.06) brightness(0.86);
  mix-blend-mode: luminosity;
}
.poster-frame__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 10px 7px;
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.24em;
  color: var(--pearl);
  background: linear-gradient(180deg, rgba(10, 18, 32, 0), rgba(10, 18, 32, 0.92));
  text-shadow: 0 0 10px rgba(184, 53, 74, 0.5);
}
.hero-shell__mirror-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 62% 30%, rgba(232, 226, 210, 0.1), transparent 46%),
    radial-gradient(circle at 30% 76%, rgba(184, 53, 74, 0.14), transparent 52%);
}
.mirror-crack {
  position: absolute;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(232, 226, 210, 0) 0%,
    rgba(232, 226, 210, 0.72) 22%,
    rgba(232, 226, 210, 0.28) 62%,
    rgba(232, 226, 210, 0) 100%
  );
  transform-origin: top center;
  box-shadow: 0 0 6px rgba(232, 226, 210, 0.35);
}
.mirror-crack--one {
  top: -6%;
  left: 44%;
  height: 74%;
  transform: rotate(13deg);
}
.mirror-crack--two {
  top: 26%;
  left: 22%;
  height: 62%;
  transform: rotate(-32deg);
  opacity: 0.72;
}
.mirror-crack--three {
  top: 8%;
  left: 68%;
  height: 82%;
  transform: rotate(24deg);
  opacity: 0.55;
}
.hero-shell__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.hero-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #f0ead9;
  text-shadow: 0 0 18px rgba(184, 53, 74, 0.32), 0 1px 0 rgba(0, 0, 0, 0.5);
}
.hero-tagline {
  font-family: var(--serif);
  font-size: clamp(13px, 1.4vw, 15.5px);
  letter-spacing: 0.16em;
  color: #d9c9b4;
  position: relative;
  padding-left: 26px;
}
.hero-tagline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 1px;
  background: var(--red-thread);
  box-shadow: 0 0 6px rgba(184, 53, 74, 0.9);
}
.hero-description {
  font-size: 13px;
  line-height: 1.78;
  color: var(--text-mid);
  text-align: justify;
  padding-left: 12px;
  border-left: 1px solid rgba(122, 31, 43, 0.55);
}
.cast-block {
  padding: 9px 0 4px;
  border-top: 1px solid var(--gold-line);
}
.cast-block__title {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--pearl);
  margin-bottom: 8px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: flex-start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 62px;
  flex: 0 0 auto;
}
.cast-avatar {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(232, 226, 210, 0.5), transparent 42%),
    linear-gradient(150deg, #2a3a55, #4a2230 78%);
  border: 1px solid var(--gold-line-strong);
  box-shadow: 0 0 0 3px rgba(10, 18, 32, 0.85), 0 2px 8px rgba(0, 0, 0, 0.5);
}
.cast-name {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  white-space: nowrap;
}
.synopsis-block {
  padding: 9px 0 4px;
  border-top: 1px solid var(--gold-line);
}
.synopsis-block__title {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--pearl);
  margin-bottom: 7px;
}
.synopsis-text {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--text-mid);
  margin-bottom: 6px;
}
.synopsis-text:last-child {
  margin-bottom: 0;
}
.episode-status {
  padding: 9px 0 4px;
  border-top: 1px solid var(--gold-line);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.episode-status__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  font-size: 12.5px;
}
.episode-status__label {
  color: var(--text-dim);
  letter-spacing: 0.14em;
}
.episode-status__value {
  font-family: var(--serif);
  color: #e4d6bd;
  letter-spacing: 0.08em;
}
.episode-status__progress {
  display: block;
  height: 3px;
  margin-top: 3px;
  border-radius: 2px;
  background: rgba(232, 226, 210, 0.1);
  overflow: hidden;
}
.episode-status__progress-fill {
  display: block;
  height: 100%;
  width: 33.3%;
  background: linear-gradient(90deg, var(--dark-red), var(--red-thread));
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.7);
}
.details-block {
  padding: 9px 0 4px;
  border-top: 1px solid var(--gold-line);
}
.details-block__title {
  font-family: var(--serif);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--pearl);
  margin-bottom: 7px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3px 18px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  padding: 2px 0;
  border-bottom: 1px dotted rgba(190, 166, 118, 0.16);
}
.details-key {
  flex: 0 0 auto;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--text-dim);
  min-width: 4.4em;
}
.details-value {
  font-size: 12.5px;
  color: var(--text-bright);
  min-width: 0;
  overflow-wrap: anywhere;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 10px;
}
.btn {
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.16em;
  padding: 7px 20px;
  cursor: pointer;
  background: transparent;
  border-radius: 2px 12px 2px 12px;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.btn--primary {
  color: #f2e6da;
  border: 1px solid rgba(184, 53, 74, 0.75);
  background: linear-gradient(120deg, rgba(122, 31, 43, 0.92), rgba(160, 44, 58, 0.7));
  box-shadow: 0 0 14px rgba(184, 53, 74, 0.3);
}
.btn--primary:hover {
  background: linear-gradient(120deg, #8f2434, #b8354a);
  box-shadow: 0 0 20px rgba(184, 53, 74, 0.55);
}
.btn--ghost {
  color: var(--text-mid);
  border: 1px solid var(--gold-line-strong);
}
.btn--ghost:hover {
  color: var(--pearl);
  border-color: rgba(200, 176, 126, 0.8);
  background: rgba(232, 226, 210, 0.05);
}
.breath-gap {
  height: clamp(26px, 4.4vw, 58px);
  position: relative;
}
.breath-gap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 60%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    180deg,
    rgba(184, 53, 74, 0) 0%,
    rgba(184, 53, 74, 0.85) 50%,
    rgba(184, 53, 74, 0) 100%
  );
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.6);
}
.player-shell {
  border: 1px solid var(--gold-line);
  border-radius: 4px 18px 4px 18px;
  background: linear-gradient(160deg, rgba(19, 30, 48, 0.9), rgba(10, 18, 32, 0.95));
  padding: 10px;
  position: relative;
  transition: box-shadow 0.25s ease, background 0.25s ease;
}
.player-wrap {
  width: 100%;
  max-width: 100%;
  border-radius: 2px 12px 2px 12px;
  overflow: hidden;
  background: #05090f;
  border: 1px solid rgba(190, 166, 118, 0.18);
}
.player-wrap video {
  display: block;
  background: #05090f;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid var(--gold-line);
}
.player-btn {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-mid);
  background: rgba(232, 226, 210, 0.04);
  border: 1px solid var(--gold-line);
  border-radius: 2px 10px 2px 10px;
  padding: 5px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.player-btn:hover {
  color: var(--pearl);
  border-color: var(--gold-line-strong);
}
.player-btn.is-active {
  color: #f2e6da;
  border-color: rgba(184, 53, 74, 0.8);
  background: rgba(122, 31, 43, 0.42);
  box-shadow: 0 0 10px rgba(184, 53, 74, 0.32);
}
.player-btn:focus-visible, .btn:focus-visible, .player-speed:focus-visible {
  outline: 1px solid var(--red-thread);
  outline-offset: 2px;
}
.player-progress {
  flex: 1 1 160px;
  min-width: 120px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(232, 226, 210, 0.12);
  border-radius: 3px;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red-thread);
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.85);
  border: none;
}
.player-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: var(--red-thread);
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.85);
}
.player-volume {
  flex: 0 1 92px;
  min-width: 70px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(232, 226, 210, 0.12);
  border-radius: 3px;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9c9b4;
  border: none;
}
.player-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: #d9c9b4;
}
.player-speed {
  font-size: 12px;
  color: var(--text-mid);
  background: rgba(16, 26, 43, 0.9);
  border: 1px solid var(--gold-line);
  border-radius: 2px 10px 2px 10px;
  padding: 4px 6px;
  cursor: pointer;
}
.player-speed option {
  background: #101a2b;
  color: var(--text-bright);
}
.player-shell.is-theater {
  padding: 6px;
  border-color: rgba(184, 53, 74, 0.6);
  box-shadow: 0 0 34px rgba(122, 31, 43, 0.45);
}
.player-shell.is-theater .player-wrap {
  border-color: rgba(184, 53, 74, 0.5);
}
.player-shell.is-light-off {
  background: #04070c;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.9) inset;
}
.player-shell.is-light-off .player-controls {
  border-top-color: rgba(184, 53, 74, 0.3);
}
.timeline-section {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid var(--gold-line);
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 14px;
  position: relative;
  padding-top: 4px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 9px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(122, 31, 43, 0.15),
    rgba(184, 53, 74, 0.8) 12%,
    rgba(184, 53, 74, 0.8) 88%,
    rgba(122, 31, 43, 0.15)
  );
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 18px;
  min-width: 0;
}
.timeline-dot {
  position: absolute;
  top: 3px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--red-thread);
  border: 2px solid #0c1424;
  box-shadow: 0 0 0 1px rgba(184, 53, 74, 0.6), 0 0 10px rgba(184, 53, 74, 0.85);
}
.timeline-time {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #e4d6bd;
}
.timeline-label {
  font-size: 12px;
  line-height: 1.58;
  color: var(--text-mid);
  overflow-wrap: anywhere;
}
.episodes-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--gold-line);
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 10px 26px;
  border: 1px solid rgba(190, 166, 118, 0.2);
  border-radius: 2px 12px 2px 12px;
  background: linear-gradient(150deg, rgba(22, 35, 58, 0.72), rgba(12, 20, 36, 0.85));
  min-width: 0;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.episode-card:hover {
  border-color: var(--gold-line-strong);
  background: linear-gradient(150deg, rgba(30, 44, 68, 0.8), rgba(14, 24, 40, 0.9));
}
.episode-card--active {
  border-color: rgba(184, 53, 74, 0.7);
  background: linear-gradient(150deg, rgba(122, 31, 43, 0.34), rgba(14, 24, 40, 0.92));
  box-shadow: 0 0 16px rgba(122, 31, 43, 0.3) inset;
}
.episode-number {
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #d9b98a;
  align-self: flex-start;
  padding: 1px 7px;
  border: 1px solid var(--gold-line);
  border-radius: 2px 8px 2px 8px;
  background: rgba(10, 18, 32, 0.7);
}
.episode-card--active .episode-number {
  color: #f3dfd3;
  border-color: rgba(184, 53, 74, 0.75);
  background: rgba(122, 31, 43, 0.55);
  box-shadow: 0 0 8px rgba(184, 53, 74, 0.5);
}
.episode-title {
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #eae2d1;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--text-dim);
  overflow-wrap: anywhere;
}
.episode-duration {
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--text-dim);
}
.episode-card--active .episode-duration {
  color: #d9b98a;
}
.comments-section {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--gold-line);
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  align-items: start;
}
.comments-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  border: 1px solid rgba(190, 166, 118, 0.14);
  border-radius: 2px 12px 2px 12px;
  min-width: 0;
}
.comment-nickname {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #d9b98a;
}
.comment-text {
  font-size: 12px;
  line-height: 1.62;
  color: var(--text-mid);
  overflow-wrap: anywhere;
}
.comment-card--shade-a { background: rgba(232, 226, 210, 0.075); }
.comment-card--shade-b { background: rgba(232, 226, 210, 0.055); }
.comment-card--shade-c { background: rgba(232, 226, 210, 0.04); }
.comment-card--shade-d { background: rgba(232, 226, 210, 0.09); }
.comment-card--shade-e { background: rgba(232, 226, 210, 0.062); }
.comment-card--shade-f { background: rgba(232, 226, 210, 0.048); }
.comment-card--shade-a .comment-nickname, .comment-card--shade-d .comment-nickname {
  color: #e0c79a;
}
.rec-region {
  margin-top: 16px;
  padding: 10px 12px 12px;
  border: 1px solid var(--gold-line);
  border-radius: 3px 16px 3px 16px;
  background: linear-gradient(158deg, rgba(19, 30, 48, 0.78), rgba(10, 18, 32, 0.86));
}
.rec-region__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 7px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(190, 166, 118, 0.2);
}
.rec-region__title {
  font-family: var(--serif);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--pearl);
  min-width: 0;
  overflow-wrap: anywhere;
}
.rec-region__count {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--text-dim);
}
.rec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 8px;
  align-items: start;
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  border: 1px solid rgba(190, 166, 118, 0.16);
  border-radius: 2px 12px 2px 12px;
  background: rgba(10, 18, 32, 0.55);
  color: var(--text-mid);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
a.rec-card:hover {
  border-color: rgba(184, 53, 74, 0.6);
  background: rgba(22, 35, 58, 0.7);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img.rec-card__pic {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 2px 9px 2px 9px;
  opacity: 0.82;
  filter: saturate(0.8);
  background: #0a1220;
}
.rec-card__name {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #e6dcc8;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.rec-card__blurb {
  font-size: 11px;
  line-height: 1.5;
  color: var(--text-dim);
  overflow-wrap: anywhere;
}
.site-footer {
  margin-top: 20px;
  border-top: 1px solid var(--gold-line);
  background: linear-gradient(180deg, rgba(8, 14, 26, 0.7), rgba(6, 11, 20, 0.98));
}
.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px clamp(14px, 3.5vw, 44px) 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 76ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--text-mid);
  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(--pearl);
  border-bottom-color: var(--red-thread);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
}
.friend-links__label {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  color: var(--text-dim);
  padding-right: 10px;
  border-right: 1px solid var(--gold-line);
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--text-mid);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.16s ease;
}
a.runtime-friend-link:hover {
  color: var(--red-thread);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 1080px) {.hero-shell {
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  }
.episodes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }}
@media (max-width: 860px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-shell__visual {
    max-width: 280px;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track::before {
    display: none;
  }
.episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 560px) {.site-header {
    padding: 9px 14px;
    gap: 8px;
  }
a[data-contract="site-name"].site-name {
    font-size: 17px;
    letter-spacing: 0.16em;
  }
.page-main {
    padding: 0 12px 16px;
  }
.hero-shell {
    padding: 12px;
    border-radius: 3px 16px 3px 16px;
  }
.hero-shell__visual {
    max-width: 100%;
  }
.hero-description {
    font-size: 12.5px;
  }
.cast-list {
    gap: 6px 10px;
  }
.cast-item {
    width: 56px;
  }
.cast-avatar {
    width: 44px;
    height: 44px;
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-list {
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
    gap: 6px;
  }
.player-controls {
    gap: 5px 6px;
  }
.player-btn {
    padding: 5px 9px;
    font-size: 11.5px;
  }
.player-progress {
    flex: 1 1 100%;
    min-width: 0;
    order: -1;
  }
.player-volume {
    flex: 1 1 70px;
  }
.footer-inner {
    padding: 12px 14px 18px;
  }
.friend-links__label {
    border-right: none;
    padding-right: 0;
    width: 100%;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }}

footer{text-align:center!important}
footer *{justify-content:center!important}
footer :is(div,nav,ul,ol,p,section,address){margin-left:auto!important;margin-right:auto!important}
