:root {
  --ink: #0a0e18;
  --ink-2: #111726;
  --ink-3: #1a2233;
  --navy: #14203a;
  --navy-deep: #0b1526;
  --blood: #8e1b2c;
  --blood-bright: #c0243b;
  --blood-soft: #5c1522;
  --ash: #cfd6e4;
  --ash-dim: #8b95a9;
  --ash-faint: #5b6478;
  --white: #eef2f8;
  --line: rgba(139, 149, 169, 0.22);
  --line-strong: rgba(192, 36, 59, 0.45);
  --gap: 10px;
  --pad: 12px;
  --radius: 3px;
  --font: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(1200px 600px at 12% -8%, rgba(20, 32, 58, 0.9), transparent 62%),
    radial-gradient(900px 520px at 96% 4%, rgba(92, 21, 34, 0.55), transparent 60%),
    linear-gradient(180deg, #070b14 0%, #0a0e18 38%, #080c15 100%);
  background-attachment: fixed;
  color: var(--ash);
  font-family: var(--font);
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
h1, h2, p, ul, ol, dl, dd, figure, figcaption {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--ash);
  text-decoration: none;
}
button, input, summary {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.block-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.14em;
  padding: 0 0 6px 11px;
  margin-bottom: 10px;
  border-left: 3px solid var(--blood-bright);
  line-height: 1.2;
  position: relative;
}
.block-title::after {
  content: "";
  position: absolute;
  left: 11px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--line-strong), transparent 78%);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.97), rgba(7, 11, 20, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.site-brand {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: var(--white);
  text-decoration: none;
  text-shadow: 0 0 14px rgba(192, 36, 59, 0.5);
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.site-brand:hover, .site-brand:focus-visible {
  color: #ffffff;
  border-bottom-color: var(--blood-bright);
}
.categories-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  flex-wrap: wrap;
  min-width: 0;
}
.runtime-category {
  white-space: nowrap;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ash-dim);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(26, 34, 51, 0.55);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: var(--white);
  border-color: var(--line-strong);
  background: rgba(92, 21, 34, 0.45);
}
.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 16px 26px;
  display: block;
}
.page-main > section {
  margin-bottom: 22px;
}
.page-main > section:last-child {
  margin-bottom: 4px;
}
.hero {
  position: relative;
}
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 68px 1fr;
  min-height: 240px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(20, 32, 58, 0.95) 0%, rgba(11, 21, 38, 0.98) 46%, rgba(46, 12, 20, 0.95) 54%, rgba(20, 8, 13, 0.98) 100%);
  isolation: isolate;
}
.hero-figure {
  position: relative;
  padding: 18px 16px 56px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  min-height: 240px;
}
.hero-figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 50% 118%, rgba(192, 36, 59, 0.18), transparent 68%);
  pointer-events: none;
}
.hero-figure-left {
  text-align: left;
  background:
    linear-gradient(180deg, transparent 30%, rgba(20, 32, 58, 0.55) 100%),
    repeating-linear-gradient(105deg, rgba(238, 242, 248, 0.045) 0 1px, transparent 1px 7px);
}
.hero-figure-right {
  text-align: right;
  align-items: flex-end;
  background:
    linear-gradient(180deg, transparent 30%, rgba(46, 12, 20, 0.6) 100%),
    repeating-linear-gradient(75deg, rgba(192, 36, 59, 0.06) 0 1px, transparent 1px 7px);
}
.figure-name {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--white);
  line-height: 1.15;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.75);
}
.hero-figure-right .figure-name {
  color: #f0d9dd;
}
.figure-note {
  position: relative;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ash-dim);
  max-width: 20em;
}
.hero-figure-right .figure-note {
  color: #b98a92;
}
.hero-seam {
  position: relative;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.1), rgba(7, 11, 20, 0.85));
}
.seam-rain {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    100deg,
    rgba(207, 214, 228, 0.32) 0 1px,
    transparent 1px 4px
  );
  opacity: 0.55;
  mix-blend-mode: screen;
}
.seam-crack {
  position: absolute;
  top: -6%;
  left: 50%;
  width: 2px;
  height: 112%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(192, 36, 59, 0), rgba(192, 36, 59, 0.9) 18%, rgba(238, 242, 248, 0.85) 50%, rgba(192, 36, 59, 0.9) 82%, rgba(192, 36, 59, 0));
  box-shadow: 0 0 12px rgba(192, 36, 59, 0.65);
}
.seam-crack::before, .seam-crack::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(238, 242, 248, 0.5), transparent);
}
.seam-crack::before {
  top: 8%;
  transform: translateX(-50%) rotate(14deg);
  transform-origin: top center;
}
.seam-crack::after {
  bottom: 8%;
  transform: translateX(-50%) rotate(-14deg);
  transform-origin: bottom center;
}
.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 10px 16px 12px;
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 11, 20, 0) 0%, rgba(7, 11, 20, 0.88) 58%, rgba(7, 11, 20, 0.98) 100%);
  pointer-events: none;
}
.movie-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.2em;
  color: var(--white);
  line-height: 1.2;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.9), 0 0 26px rgba(192, 36, 59, 0.35);
}
.movie-tagline {
  margin-top: 3px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--ash-dim);
}
.overview-body {
  margin-top: var(--gap);
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  gap: var(--gap);
  align-items: start;
}
.poster-wrap {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(26, 34, 51, 0.7), rgba(11, 21, 38, 0.7));
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.poster-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: linear-gradient(160deg, #16223a, #2b0f16);
}
.poster-caption {
  font-size: 10.5px;
  line-height: 1.45;
  color: var(--ash-faint);
  letter-spacing: 0.04em;
  text-align: center;
  padding-bottom: 2px;
}
.overview-info {
  background: linear-gradient(180deg, rgba(17, 23, 38, 0.92), rgba(10, 14, 24, 0.92));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: var(--pad);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.seo-lead {
  font-size: 13px;
  line-height: 1.72;
  color: var(--ash);
  padding-left: 10px;
  border-left: 2px solid var(--blood-soft);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.status-current, .status-total, .status-duration {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border-radius: 2px;
  border: 1px solid var(--line);
  background: rgba(26, 34, 51, 0.6);
  color: var(--ash-dim);
  white-space: nowrap;
}
.status-current {
  color: #ffffff;
  font-weight: 700;
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(142, 27, 44, 0.85), rgba(92, 21, 34, 0.85));
}
.status-total {
  color: #d9b7bd;
  border-color: rgba(192, 36, 59, 0.32);
}
.synopsis {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.78;
  color: var(--ash-dim);
  text-indent: 2em;
  margin-bottom: 7px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.cast {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.cast-flow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 8px 9px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(26, 34, 51, 0.85), rgba(11, 21, 38, 0.9));
  transition: border-color 0.18s ease, transform 0.18s ease;
  overflow: hidden;
}
.cast-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.cast-silhouette {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 2px;
  background:
    radial-gradient(60% 78% at 50% 18%, rgba(207, 214, 228, 0.42) 0 22%, transparent 23%),
    radial-gradient(78% 62% at 50% 108%, rgba(207, 214, 228, 0.32) 0 52%, transparent 53%),
    linear-gradient(180deg, #1d2740, #0c1424);
  box-shadow: inset 0 -14px 22px -12px rgba(192, 36, 59, 0.55);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--white);
  line-height: 1.3;
}
.cast-role {
  font-size: 10.5px;
  line-height: 1.45;
  color: var(--ash-faint);
  letter-spacing: 0.02em;
}
.details {
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
.details-grid {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.detail-key, .detail-value {
  padding: 5px 9px;
  font-size: 12px;
  line-height: 1.5;
  background: rgba(11, 21, 38, 0.95);
}
.detail-key {
  color: var(--ash-faint);
  letter-spacing: 0.1em;
  white-space: nowrap;
  background: rgba(17, 23, 38, 0.98);
}
.detail-value {
  color: var(--ash);
}
.player-shell {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(11, 21, 38, 0.95), rgba(7, 11, 20, 0.98));
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.player-video {
  display: block;
  width: 100%;
  max-width: none;
  border-radius: 2px;
  background: #000000;
  object-fit: contain;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-top: 1px solid var(--line);
  background: rgba(17, 23, 38, 0.7);
  border-radius: 2px;
}
.ctrl-btn {
  appearance: none;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(26, 34, 51, 0.9), rgba(11, 21, 38, 0.9));
  color: var(--ash-dim);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  padding: 4px 9px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: var(--white);
  border-color: var(--line-strong);
}
.ctrl-btn.is-active {
  color: #ffffff;
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(142, 27, 44, 0.9), rgba(92, 21, 34, 0.9));
}
.ctrl-range {
  appearance: none;
  -webkit-appearance: none;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(192, 36, 59, 0.85), rgba(139, 149, 169, 0.3));
  cursor: pointer;
  flex: 0 0 auto;
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 90px;
}
.ctrl-volume {
  flex: 0 1 92px;
  min-width: 64px;
  background: linear-gradient(90deg, rgba(139, 149, 169, 0.55), rgba(139, 149, 169, 0.22));
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--blood-bright);
  box-shadow: 0 0 8px rgba(192, 36, 59, 0.8);
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--blood-bright);
  box-shadow: 0 0 8px rgba(192, 36, 59, 0.8);
}
.timeline-section {
  position: relative;
}
.timeline-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 12px;
  scroll-snap-type: x proximity;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 21, 38, 0.5), rgba(11, 21, 38, 0.15));
  scrollbar-width: thin;
  scrollbar-color: var(--blood-soft) transparent;
}
.timeline-strip::-webkit-scrollbar {
  height: 6px;
}
.timeline-strip::-webkit-scrollbar-track {
  background: rgba(17, 23, 38, 0.8);
}
.timeline-strip::-webkit-scrollbar-thumb {
  background: var(--blood-soft);
  border-radius: 999px;
}
.timeline-node {
  position: relative;
  flex: 1 0 148px;
  scroll-snap-align: start;
  padding: 10px 12px 12px 12px;
  border: 1px solid var(--line);
  border-left: 2px solid var(--blood-soft);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(26, 34, 51, 0.8), rgba(10, 14, 24, 0.9));
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: start;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--blood-bright), transparent 70%);
  opacity: 0.6;
}
.timeline-node:first-child {
  border-left-color: var(--blood-bright);
  background: linear-gradient(165deg, rgba(92, 21, 34, 0.55), rgba(11, 21, 38, 0.92));
  box-shadow: 0 0 0 1px rgba(192, 36, 59, 0.35) inset;
}
.timeline-node:first-child .node-timecode {
  color: #ffd9df;
}
.timeline-node:hover {
  border-left-color: var(--blood-bright);
}
.node-timecode {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--blood-bright);
  line-height: 1.2;
}
.node-label {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ash-dim);
  letter-spacing: 0.03em;
}
.episode-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(272px, 1fr));
  gap: 6px;
  align-items: start;
}
.episode-item {
  min-width: 0;
}
.episode-fold {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(17, 23, 38, 0.9), rgba(10, 14, 24, 0.9));
  overflow: hidden;
  transition: border-color 0.18s ease;
}
.episode-fold:hover {
  border-color: rgba(192, 36, 59, 0.4);
}
.episode-fold[open] {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(26, 34, 51, 0.95), rgba(11, 21, 38, 0.95));
}
.episode-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.episode-head::-webkit-details-marker {
  display: none;
}
.episode-head::after {
  content: "+";
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--ash-faint);
  line-height: 1;
  transition: color 0.16s ease, transform 0.16s ease;
}
.episode-fold[open] .episode-head::after {
  content: "–";
  color: var(--blood-bright);
}
.episode-number {
  flex: 0 0 auto;
  min-width: 24px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(142, 27, 44, 0.95), rgba(92, 21, 34, 0.95));
  border-radius: 2px;
  line-height: 1;
}
.episode-title {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.episode-duration {
  flex: 0 0 auto;
  font-size: 10.5px;
  color: var(--ash-faint);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.episode-summary {
  padding: 8px 10px 10px 42px;
  font-size: 12px;
  line-height: 1.7;
  color: var(--ash-dim);
  border-top: 1px solid var(--line);
  background: rgba(7, 11, 20, 0.55);
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.comment-card {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-left: 2px solid rgba(192, 36, 59, 0.35);
  border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(20, 32, 58, 0.62), rgba(10, 14, 24, 0.9));
  transition: border-color 0.18s ease;
}
.comment-card:hover {
  border-left-color: var(--blood-bright);
}
.comment-avatar {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: linear-gradient(140deg, var(--blood-soft), var(--navy));
  clip-path: polygon(50% 0%, 100% 38%, 81% 100%, 19% 100%, 0% 38%);
  box-shadow: 0 0 0 1px rgba(192, 36, 59, 0.4);
}
.comment-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.comment-nick {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e3b7bf;
  line-height: 1.3;
}
.comment-text {
  font-size: 12px;
  line-height: 1.68;
  color: var(--ash-dim);
}
.recommend-region {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(11, 21, 38, 0.72), rgba(7, 11, 20, 0.72));
  padding: 12px;
}
.recommend-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--white);
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.recommend-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 54px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--blood-bright);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(26, 34, 51, 0.8), rgba(10, 14, 24, 0.92));
  color: var(--ash);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.recommend-item:hover, .recommend-item:focus-visible {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}
.recommend-item[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: linear-gradient(160deg, #16223a, #2b0f16);
}
.recommend-pic {
  align-self: stretch;
}
.recommend-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--white);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.55;
  color: var(--ash-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(7, 11, 20, 0.6), rgba(4, 7, 13, 0.95));
  margin-top: 8px;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 14px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.footer-nav a {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ash);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
.footer-nav a[data-contract="footer-home"]:hover, .footer-nav a[data-contract="footer-home"]:focus-visible {
  color: #ffffff;
  border-bottom-color: var(--blood-bright);
}
.footer-nav a[data-contract="footer-sitemap"] {
  color: #b98a92;
}
.footer-nav a[data-contract="footer-sitemap"]:hover, .footer-nav a[data-contract="footer-sitemap"]:focus-visible {
  color: #ffd9df;
  border-bottom-color: var(--blood-bright);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}
.friend-links-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ash-faint);
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 11.5px;
  color: var(--ash-dim);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(26, 34, 51, 0.45);
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.runtime-friend-link:hover, .runtime-friend-link:focus-visible {
  color: #ffffff;
  border-color: var(--line-strong);
  background: rgba(92, 21, 34, 0.5);
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: var(--ash-faint);
  letter-spacing: 0.02em;
  padding-top: 9px;
  border-top: 1px solid var(--line);
}
.player-video.is-muted, .player-video.is-playing {
  outline: 1px solid rgba(192, 36, 59, 0.35);
  outline-offset: 0;
}
[data-player-action].is-active {
  color: #ffffff;
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(142, 27, 44, 0.9), rgba(92, 21, 34, 0.9));
}
.ctrl-btn.play.is-active, .ctrl-btn.mute.is-active, .ctrl-btn.pip.is-active, .ctrl-btn.fullscreen.is-active, .ctrl-btn.theater.is-active, .ctrl-btn.light.is-active, .ctrl-btn.speed.is-active {
  color: #ffffff;
  border-color: var(--line-strong);
  background: linear-gradient(180deg, rgba(142, 27, 44, 0.9), rgba(92, 21, 34, 0.9));
}
.ctrl-btn.play .play, .ctrl-btn.mute .mute, .ctrl-btn.pip .pip, .ctrl-btn.fullscreen .fullscreen, .ctrl-btn.theater .theater, .ctrl-btn.light .light, .ctrl-btn.speed .speed, .ctrl-btn .x, .ctrl-btn .click, .ctrl-btn .input, .ctrl-btn .volume, .ctrl-btn .progress, .ctrl-btn .timeupdate {
  display: none;
}
body.lights-off .page-main {
  filter: brightness(0.55) saturate(0.85);
  transition: filter 0.3s ease;
}
body.lights-off .player-shell {
  filter: none;
  box-shadow: 0 0 0 1px rgba(192, 36, 59, 0.6), 0 0 40px rgba(192, 36, 59, 0.35);
  position: relative;
  z-index: 5;
}
body.theater-mode .player-shell {
  position: relative;
  z-index: 6;
  box-shadow: 0 0 0 1px rgba(192, 36, 59, 0.5), 0 14px 40px rgba(0, 0, 0, 0.7);
}
body.theater-mode .overview-info, body.theater-mode .poster-wrap {
  opacity: 0.72;
  transition: opacity 0.3s ease;
}
.player-shell:fullscreen, .player-shell:-webkit-full-screen {
  background: #000000;
  padding: 0;
  border: none;
}
.player-shell:fullscreen .player-video, .player-shell:-webkit-full-screen .player-video {
  height: auto;
  max-height: 82vh;
}
@media (max-width: 1080px) {.recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.overview-body {
    grid-template-columns: 176px minmax(0, 1fr);
  }
.details-grid {
    grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr);
  }}
@media (max-width: 720px) {.page-main {
    padding: 12px 12px 22px;
  }
.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
.site-brand {
    font-size: 15px;
    letter-spacing: 0.16em;
  }
.hero-stage {
    grid-template-columns: 1fr 42px 1fr;
    min-height: 208px;
  }
.hero-figure {
    padding: 14px 10px 52px;
    min-height: 208px;
  }
.figure-name {
    font-size: 18px;
    letter-spacing: 0.12em;
  }
.figure-note {
    font-size: 10px;
    letter-spacing: 0.06em;
  }
.movie-title {
    font-size: 18px;
  }
.movie-tagline {
    font-size: 10.5px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-wrap {
    max-width: 208px;
  }
.episode-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.footer-inner {
    padding: 12px 12px 18px;
  }}
@media (max-width: 520px) {body {
    font-size: 12.5px;
  }
.hero-stage {
    grid-template-columns: 1fr 26px 1fr;
    min-height: 188px;
  }
.hero-figure {
    padding: 12px 8px 54px;
    min-height: 188px;
  }
.figure-name {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
.figure-note {
    font-size: 9.5px;
    line-height: 1.4;
    max-width: 12em;
  }
.movie-title {
    font-size: 16px;
    letter-spacing: 0.14em;
  }
.movie-tagline {
    font-size: 10px;
  }
.poster-wrap {
    max-width: 176px;
  }
.details-grid {
    grid-template-columns: auto minmax(0, 1fr);
  }
.ctrl-btn {
    font-size: 11px;
    padding: 4px 7px;
  }
.ctrl-progress {
    flex: 1 1 100%;
  }
.recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
.recommend-region {
    padding: 10px;
  }
.recommend-title {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
.cast-flow {
    grid-template-columns: repeat(auto-fill, minmax(102px, 1fr));
  }
.timeline-node {
    flex: 1 0 128px;
    padding: 8px 10px 10px;
  }
.episode-summary {
    padding-left: 14px;
  }}
@media (max-width: 380px) {.hero-stage {
    grid-template-columns: 1fr 18px 1fr;
  }
.hero-figure {
    padding: 10px 6px 56px;
  }
.figure-name {
    font-size: 13.5px;
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-flow {
    grid-template-columns: repeat(auto-fill, minmax(92px, 1fr));
  }}

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}
