:root {
  --ink: #0b0e11;
  --ink-2: #12171c;
  --ink-3: #1a2127;
  --seat-red: #4a1418;
  --seat-red-2: #6d1f24;
  --seat-red-deep: #2c0c0f;
  --film-cyan: #7fa6ad;
  --film-cyan-dim: #4d6b71;
  --film-gray: #8b969b;
  --paper: #d8d2c4;
  --paper-dim: #a49e91;
  --warm: #e8b866;
  --warm-soft: #f0cd8a;
  --warm-deep: #b98c3f;
  --line: rgba(127, 166, 173, 0.22);
  --line-strong: rgba(127, 166, 173, 0.42);
  --radius: 6px;
  --radius-lg: 10px;
  --font-title: "HarmonyOS Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", -apple-system, "Segoe UI", sans-serif;
  --font-body: "Songti SC", "Source Han Serif SC", "Noto Serif CJK SC", "SimSun", Georgia, serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--ink);
  background-image:
    radial-gradient(120% 70% at 8% 0%, rgba(127, 166, 173, 0.09), transparent 62%),
    radial-gradient(90% 50% at 100% 100%, rgba(74, 20, 24, 0.5), transparent 70%),
    linear-gradient(180deg, #0b0e11 0%, #0e1317 55%, #0a0d10 100%);
  background-attachment: fixed;
  color: var(--paper);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
img {
  height: auto;
}
a {
  color: var(--film-cyan);
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2, h3, p, ol, ul, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
::selection {
  background: rgba(232, 184, 102, 0.28);
  color: #fff;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(8, 11, 14, 0.96), rgba(8, 11, 14, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.site-brand {
  font-family: var(--font-title);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--warm-soft);
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0 2px 12px;
  border-left: 3px solid var(--seat-red-2);
  white-space: nowrap;
  flex: 0 0 auto;
}
.site-brand:hover, .site-brand:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
.runtime-category {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--film-gray);
  text-decoration: none;
  white-space: nowrap;
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(127, 166, 173, 0.05);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.runtime-category:hover, .runtime-category:focus-visible {
  color: var(--warm-soft);
  border-color: var(--warm-deep);
  background: rgba(232, 184, 102, 0.09);
  text-decoration: none;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 26px;
  display: block;
}
.hero-stage {
  position: relative;
  margin: 0 -18px 0;
  padding: 0;
}
.hero-frame {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
  background: #05070a;
}
.hero-restoration {
  width: 100%;
  height: clamp(210px, 42vw, 430px);
  object-fit: cover;
  object-position: 34% 42%;
  filter: saturate(0.72) contrast(1.08) brightness(0.82) hue-rotate(-6deg);
}
.hero-cold-light {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(122deg, rgba(198, 226, 232, 0.34) 0%, rgba(140, 178, 186, 0.14) 26%, rgba(0, 0, 0, 0) 52%),
    radial-gradient(80% 90% at 12% 4%, rgba(214, 236, 240, 0.26), transparent 60%);
  mix-blend-mode: screen;
}
.hero-sprocket-grain {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(420px, 52%);
  height: 62%;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(216, 210, 196, 0.22) 0px,
      rgba(216, 210, 196, 0.22) 3px,
      rgba(0, 0, 0, 0) 3px,
      rgba(0, 0, 0, 0) 14px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(216, 210, 196, 0.16) 0px,
      rgba(216, 210, 196, 0.16) 3px,
      rgba(0, 0, 0, 0) 3px,
      rgba(0, 0, 0, 0) 14px
    );
  background-size: 100% 100%, 100% 100%;
  -webkit-mask-image: linear-gradient(215deg, #000 0%, rgba(0, 0, 0, 0.55) 45%, transparent 82%);
  mask-image: linear-gradient(215deg, #000 0%, rgba(0, 0, 0, 0.55) 45%, transparent 82%);
  opacity: 0.75;
}
.hero-tagline {
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 0 18px;
  font-family: var(--font-title);
  font-size: clamp(13.5px, 1.6vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: var(--warm-soft);
  text-shadow: 0 0 18px rgba(232, 184, 102, 0.22);
  border-left: 2px solid var(--warm-deep);
  padding-left: 12px;
}
.section-title, .block-title {
  font-family: var(--font-title);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--paper);
  text-transform: none;
}
.section-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 9px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line);
}
.section-title::before {
  content: "";
  width: 4px;
  height: 14px;
  background: var(--seat-red-2);
  border-radius: 1px;
  flex: 0 0 auto;
}
.block-title {
  font-size: 12.5px;
  color: var(--film-cyan);
  margin: 0 0 6px;
  letter-spacing: 0.18em;
}
.timeline-section {
  margin-top: 22px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 0;
  padding-left: 16px;
  border-left: 1px solid var(--line-strong);
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  bottom: 0;
  width: 10px;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(127, 166, 173, 0.34) 0px,
    rgba(127, 166, 173, 0.34) 4px,
    rgba(0, 0, 0, 0) 4px,
    rgba(0, 0, 0, 0) 12px
  );
  background-size: 100% 100%;
  opacity: 0.6;
  pointer-events: none;
}
.timeline-item {
  position: relative;
  padding: 7px 0 7px 18px;
  border-bottom: 1px dashed rgba(127, 166, 173, 0.16);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
}
.timeline-tick {
  position: absolute;
  left: -16px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--seat-red-2);
  box-shadow: 0 0 0 3px rgba(74, 20, 24, 0.35);
}
.timeline-item:hover .timeline-tick, .timeline-item:focus-within .timeline-tick {
  border-color: var(--warm);
  box-shadow: 0 0 0 3px rgba(232, 184, 102, 0.22);
}
.timeline-timecode {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--warm);
  white-space: nowrap;
  flex: 0 0 auto;
  padding: 1px 6px;
  border: 1px solid rgba(232, 184, 102, 0.24);
  border-radius: 3px;
  background: rgba(232, 184, 102, 0.06);
}
.timeline-label {
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--paper-dim);
  flex: 1 1 160px;
  min-width: 0;
}
.episodes-section {
  margin-top: 20px;
}
.episode-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--film-cyan-dim) transparent;
}
.episode-rail::-webkit-scrollbar {
  height: 6px;
}
.episode-rail::-webkit-scrollbar-thumb {
  background: var(--film-cyan-dim);
  border-radius: 99px;
}
.episode-card {
  flex: 0 0 clamp(210px, 24vw, 250px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px 12px;
  border-radius: var(--radius);
  background: linear-gradient(165deg, var(--seat-red-deep), #170a0c 70%);
  border: 1px solid rgba(109, 31, 36, 0.6);
  box-shadow: inset 0 1px 0 rgba(240, 205, 138, 0.07), 0 6px 16px rgba(0, 0, 0, 0.42);
  position: relative;
}
.episode-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  border-radius: 0 0 var(--radius) var(--radius);
  background-image: repeating-linear-gradient(
    90deg,
    rgba(216, 210, 196, 0.2) 0px,
    rgba(216, 210, 196, 0.2) 4px,
    rgba(0, 0, 0, 0) 4px,
    rgba(0, 0, 0, 0) 12px
  );
  pointer-events: none;
  opacity: 0.5;
}
.episode-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(232, 184, 102, 0.18);
}
.episode-number {
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--warm);
}
.episode-duration {
  font-family: var(--font-title);
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: var(--film-cyan-dim);
  white-space: nowrap;
}
.episode-title {
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: var(--paper);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6), 0 0 14px rgba(232, 184, 102, 0.14);
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--paper-dim);
}
.overview-section {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 16px;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(26, 33, 39, 0.92), rgba(12, 15, 19, 0.94));
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(127, 166, 173, 0.08);
}
.overview-poster-wrap {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #05070a;
  align-self: start;
}
.overview-poster-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(216, 210, 196, 0.22) 0px,
    rgba(216, 210, 196, 0.22) 4px,
    rgba(0, 0, 0, 0) 4px,
    rgba(0, 0, 0, 0) 12px
  );
  opacity: 0.55;
  pointer-events: none;
}
.overview-poster-wrap img {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.06) brightness(0.9);
}
.overview-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.overview-title {
  font-family: var(--font-title);
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--warm-soft);
  text-shadow: 0 0 22px rgba(232, 184, 102, 0.2);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.overview-tagline {
  font-size: 13px;
  line-height: 1.45;
  color: var(--film-gray);
  letter-spacing: 0.04em;
}
.overview-player-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #000;
}
.overview-player-wrap video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 7px;
  background: linear-gradient(180deg, rgba(10, 13, 17, 0.94), rgba(6, 8, 11, 0.98));
  border-top: 1px solid var(--line);
}
.player-btn {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  background: rgba(127, 166, 173, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--warm-soft);
  border-color: var(--warm-deep);
  background: rgba(232, 184, 102, 0.1);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--seat-red-2), var(--film-cyan-dim));
  border: none;
  outline: none;
  cursor: pointer;
  min-width: 0;
}
.player-range[data-player-action="progress"] {
  flex: 1 1 140px;
}
.player-range[data-player-action="volume"] {
  flex: 0 1 84px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--warm-soft);
  border: 2px solid #0a0d10;
  box-shadow: 0 0 6px rgba(232, 184, 102, 0.5);
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--warm-soft);
  border: 2px solid #0a0d10;
}
.player-range:focus-visible {
  box-shadow: 0 0 0 2px rgba(232, 184, 102, 0.45);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.status-chip {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--film-cyan);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 2px 10px;
  background: rgba(127, 166, 173, 0.06);
  white-space: nowrap;
}
.status-chip:first-child {
  color: var(--warm);
  border-color: rgba(232, 184, 102, 0.32);
  background: rgba(232, 184, 102, 0.07);
}
.cast-grid {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.cast-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 7px 4px;
  border-radius: var(--radius);
  background: rgba(127, 166, 173, 0.05);
  border: 1px solid rgba(127, 166, 173, 0.14);
  text-align: center;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  max-width: 56px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background:
    radial-gradient(60% 60% at 34% 28%, rgba(240, 205, 138, 0.42), transparent 62%),
    linear-gradient(150deg, #2f4048, #16202a 68%);
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.6);
  position: relative;
  overflow: hidden;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 5px;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(216, 210, 196, 0.24) 0px,
    rgba(216, 210, 196, 0.24) 2px,
    rgba(0, 0, 0, 0) 2px,
    rgba(0, 0, 0, 0) 7px
  );
  opacity: 0.6;
}
.cast-name {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.synopsis-block {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--paper-dim);
  margin-bottom: 6px;
  text-align: justify;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed rgba(127, 166, 173, 0.14);
  min-width: 0;
}
.details-key {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--film-cyan-dim);
  flex: 0 0 58px;
  white-space: nowrap;
}
.details-value {
  font-size: 12.5px;
  color: var(--paper);
  flex: 1 1 auto;
  min-width: 0;
}
.comments-section {
  margin-top: 22px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
  padding: 6px 0 10px;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: linear-gradient(168deg, #1d242b, #10161b 78%);
  border: 1px solid var(--line);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(127, 166, 173, 0.08);
  position: relative;
  min-width: 0;
}
.comment-card::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 12px;
  width: 34px;
  height: 8px;
  background: rgba(232, 184, 102, 0.22);
  border-radius: 2px;
  transform: rotate(-1.6deg);
  pointer-events: none;
}
.comment-card:nth-child(1) {
  grid-column: span 2;
}
.comment-card:nth-child(2) {
  grid-column: span 2;
  transform: rotate(0.5deg);
  margin-top: 10px;
}
.comment-card:nth-child(3) {
  grid-column: span 2;
  transform: rotate(-0.4deg);
  margin-top: 4px;
}
.comment-card:nth-child(4) {
  grid-column: span 3;
  transform: rotate(0.3deg);
}
.comment-card:nth-child(5) {
  grid-column: span 3;
  transform: rotate(-0.5deg);
  margin-top: 8px;
}
.comment-nickname {
  font-family: var(--font-title);
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--warm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--paper-dim);
}
.recommend-section {
  margin-top: 20px;
}
.recommend-title {
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--paper);
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 8px;
}
.recommend-title::before {
  content: "";
  width: 12px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--seat-red-2), var(--warm-deep));
  flex: 0 0 auto;
}
.recommend-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  align-items: start;
}
.recommend-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius);
  background: linear-gradient(170deg, rgba(26, 33, 39, 0.9), rgba(10, 13, 17, 0.94));
  border: 1px solid var(--line);
  color: var(--paper);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.recommend-card:hover, .recommend-card:focus-visible {
  border-color: rgba(232, 184, 102, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.recommend-card[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(127, 166, 173, 0.18);
  background: #05070a;
  filter: saturate(0.82) brightness(0.9);
}
.recommend-name {
  font-family: var(--font-title);
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: var(--paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.45;
  color: var(--film-gray);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 26px;
  padding: 16px 18px 24px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(10, 13, 17, 0.6), rgba(5, 7, 10, 0.96));
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--film-cyan-dim);
  max-width: 78ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
.footer-nav a {
  font-family: var(--font-title);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--paper-dim);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
}
.footer-nav a:hover, .footer-nav a:focus-visible {
  color: var(--warm-soft);
  border-bottom-color: var(--warm-deep);
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 8px;
  align-items: center;
}
.friend-links-label {
  font-family: var(--font-title);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--seat-red-2);
  text-transform: none;
  margin-right: 2px;
  white-space: nowrap;
}
.runtime-friend-link {
  font-size: 11.5px;
  color: var(--film-cyan-dim);
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid rgba(127, 166, 173, 0.16);
  border-radius: 999px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.runtime-friend-link:hover, .runtime-friend-link:focus-visible {
  color: var(--warm-soft);
  border-color: rgba(232, 184, 102, 0.4);
  text-decoration: none;
}
.player.is-playing ~ .player-controls .player-btn[data-player-action="play"], .player-controls .player-btn[data-player-action="play"].play {
  color: var(--warm-soft);
  border-color: var(--warm-deep);
}
video.is-playing {
  box-shadow: inset 0 0 0 1px rgba(232, 184, 102, 0.28);
}
video.is-paused {
  filter: brightness(0.94);
}
video.is-muted, video.mute {
  opacity: 0.96;
}
video.is-ended {
  filter: brightness(0.8) saturate(0.7);
}
video.is-pip {
  box-shadow: inset 0 0 0 1px rgba(127, 166, 173, 0.5);
}
video.is-theater, .overview-section.theater-mode {
  width: 100%;
}
.overview-section.theater-mode {
  grid-template-columns: minmax(0, 1fr);
  border-color: rgba(232, 184, 102, 0.35);
  background: linear-gradient(180deg, #05070a, #0b0e11);
}
.overview-section.theater-mode .overview-poster-wrap {
  max-width: 240px;
}
.overview-section.lights-off {
  background: #040507;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.9);
}
video.is-lights-off {
  filter: brightness(1.12) contrast(1.06);
}
.player-btn.light, .player-btn.theater, .player-btn.pip, .player-btn.fullscreen, .player-btn.mute, .player-btn.speed, .player-btn.play, .player-btn.pause {
  cursor: pointer;
}
.speed-05, .speed-075, .speed-1, .speed-125, .speed-15, .speed-2, .click, .ended, .function, .input, .light, .mute, .pause, .pip, .play, .player, .progress, .speed, .theater, .timeupdate, .volume, .fullscreen {
  
}
@media (max-width: 980px) {.overview-section {
    grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
    gap: 16px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-card:nth-child(n) {
    grid-column: span 1;
    margin-top: 0;
    transform: none;
  }
.comment-card:nth-child(5) {
    grid-column: span 2;
  }}
@media (max-width: 760px) {body {
    font-size: 14.5px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 10px;
  }
.site-brand {
    font-size: 15.5px;
  }
.page-main {
    padding: 0 12px 22px;
  }
.hero-stage {
    margin: 0 -12px;
  }
.hero-tagline {
    padding: 0 12px 0 10px;
    margin-top: 12px;
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
    padding-left: 14px;
  }
.overview-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
  }
.overview-poster-wrap {
    max-width: 220px;
    width: 100%;
  }
.overview-section.theater-mode .overview-poster-wrap {
    max-width: 180px;
  }
.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(n) {
    grid-column: span 1;
  }
.recommend-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 480px) {.hero-restoration {
    height: clamp(180px, 56vw, 260px);
  }
.episode-card {
    flex: 0 0 78%;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-grid, .recommend-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
.player-range[data-player-action="volume"] {
    flex: 1 1 70px;
  }
.player-btn {
    padding: 3px 8px;
    font-size: 11px;
  }}
@media (min-width: 1180px) {.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
.recommend-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 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}
