*, *::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-color: #0b1114;
  background-image:
    radial-gradient(120% 90% at 80% -10%, rgba(196, 148, 74, 0.10), rgba(11, 17, 20, 0) 55%),
    radial-gradient(80% 60% at 0% 100%, rgba(120, 20, 28, 0.14), rgba(11, 17, 20, 0) 60%),
    linear-gradient(180deg, #0a0f12 0%, #0d1418 40%, #090e11 100%);
  background-attachment: fixed;
  color: #c3ccce;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  max-width: 100%;
  display: block;
}
ul, ol, dl, dd, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: #9fb0b2;
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}
a:hover {
  color: #d9b268;
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
h1, h2, h3 {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #e6e2d6;
}
::selection {
  background: rgba(196, 148, 74, 0.35);
  color: #f4efe2;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 10px clamp(12px, 3vw, 34px);
  background:
    linear-gradient(180deg, rgba(9, 14, 17, 0.97) 0%, rgba(9, 14, 17, 0.86) 100%);
  border-bottom: 1px solid rgba(196, 148, 74, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 148, 74, 0) 0%, rgba(196, 148, 74, 0.6) 35%, rgba(150, 30, 36, 0.5) 70%, rgba(196, 148, 74, 0) 100%);
  pointer-events: none;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #d9b268;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 14px;
  border-right: 1px solid rgba(196, 148, 74, 0.3);
  text-shadow: 0 0 18px rgba(196, 148, 74, 0.35);
  transform: skewX(-3deg);
}
a[data-contract="site-name"]:hover {
  color: #f2d79a;
  text-decoration: none;
}
.category-rail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #93a3a5;
  text-decoration: none;
  padding: 3px 10px;
  border: 1px solid rgba(140, 160, 163, 0.18);
  background: rgba(20, 30, 34, 0.5);
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
a.runtime-category:hover {
  color: #0b1114;
  background: #c4944a;
  border-color: #c4944a;
  text-decoration: none;
}
.page-main {
  display: flex;
  flex-direction: column;
  gap: clamp(18px, 2.4vw, 30px);
  padding: clamp(14px, 2vw, 26px) clamp(12px, 3vw, 34px) clamp(26px, 3.4vw, 48px);
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.block-heading {
  position: relative;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.16em;
  color: #e3d6b4;
  padding-left: 14px;
  margin-bottom: 12px;
}
.block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) skewY(-14deg);
  width: 4px;
  height: 1.05em;
  background: linear-gradient(180deg, #c4944a, #7d1f26);
}
.block-heading::after {
  content: "";
  position: absolute;
  left: 14px;
  right: -6px;
  bottom: -5px;
  height: 1px;
  background: linear-gradient(90deg, rgba(196, 148, 74, 0.55), rgba(196, 148, 74, 0));
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(16px, 2.4vw, 34px);
  align-items: start;
  padding: clamp(14px, 2vw, 26px);
  background:
    linear-gradient(150deg, rgba(22, 32, 37, 0.85) 0%, rgba(13, 20, 24, 0.9) 55%, rgba(20, 14, 16, 0.9) 100%);
  border: 1px solid rgba(120, 140, 145, 0.16);
  position: relative;
  overflow: hidden;
}
.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(196, 148, 74, 0.06) 0%, rgba(196, 148, 74, 0) 32%),
    radial-gradient(60% 70% at 100% 0%, rgba(150, 30, 36, 0.18), rgba(150, 30, 36, 0) 70%);
  pointer-events: none;
}
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: start;
}
.hero-poster-frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #070b0d;
  border: 1px solid rgba(196, 148, 74, 0.32);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%);
}
.hero-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) brightness(0.92);
}
.hero-poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 14, 17, 0) 42%, rgba(9, 14, 17, 0.78) 100%),
    linear-gradient(90deg, rgba(9, 14, 17, 0.55), rgba(9, 14, 17, 0) 45%);
  pointer-events: none;
}
.crack-veil {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    linear-gradient(72deg, rgba(11, 17, 20, 0) 49.4%, rgba(226, 214, 184, 0.5) 49.7%, rgba(11, 17, 20, 0) 50.1%),
    linear-gradient(-58deg, rgba(11, 17, 20, 0) 49.5%, rgba(226, 214, 184, 0.34) 49.8%, rgba(11, 17, 20, 0) 50.2%),
    linear-gradient(24deg, rgba(11, 17, 20, 0) 49.6%, rgba(196, 148, 74, 0.4) 49.85%, rgba(11, 17, 20, 0) 50.1%),
    linear-gradient(-118deg, rgba(11, 17, 20, 0) 49.5%, rgba(150, 30, 36, 0.32) 49.8%, rgba(11, 17, 20, 0) 50.15%);
  background-size: 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.85;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.55);
}
.hero-tagline {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: #9c8a6a;
  border-left: 2px solid rgba(196, 148, 74, 0.55);
  padding-left: 10px;
  transform: skewX(-4deg);
}
.hero-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.18;
  letter-spacing: 0.06em;
  color: #f0e9d8;
  text-shadow: 0 2px 26px rgba(196, 148, 74, 0.28);
  transform: skewX(-2deg);
}
.movie-seo-lede {
  font-size: 13px;
  line-height: 1.75;
  color: #93a3a5;
  text-align: justify;
  border-left: 1px solid rgba(120, 140, 145, 0.22);
  padding-left: 12px;
}
.player-slab {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  background: #05090b;
  border: 1px solid rgba(120, 140, 145, 0.2);
  padding: 6px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
.player-slab video {
  display: block;
  width: 100%;
  background: #000;
  border: 1px solid rgba(196, 148, 74, 0.18);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  padding: 6px 8px;
  background: linear-gradient(180deg, rgba(18, 26, 30, 0.9), rgba(10, 15, 18, 0.95));
  border-top: 1px solid rgba(196, 148, 74, 0.22);
}
.ctrl {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: #a7b5b7;
  background: rgba(28, 40, 45, 0.75);
  border: 1px solid rgba(120, 140, 145, 0.22);
  padding: 4px 9px;
  white-space: nowrap;
  clip-path: polygon(4px 0, 100% 0, 100% calc(100% - 4px), calc(100% - 4px) 100%, 0 100%, 0 4px);
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}
.ctrl:hover {
  color: #f0e9d8;
  background: rgba(196, 148, 74, 0.22);
  border-color: rgba(196, 148, 74, 0.55);
}
.ctrl.is-active, .player-controls .is-active {
  color: #f2d79a;
  border-color: rgba(196, 148, 74, 0.6);
  background: rgba(196, 148, 74, 0.16);
}
.ctrl-play {
  min-width: 78px;
  color: #e7dcc0;
  border-color: rgba(196, 148, 74, 0.45);
}
.ctrl-progress {
  flex: 1 1 140px;
  min-width: 110px;
  height: 5px;
  background: rgba(120, 140, 145, 0.25);
  border: 0;
  padding: 0;
  clip-path: none;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 16px;
  background: #c4944a;
  border: 1px solid #7d1f26;
  transform: skewX(-10deg);
  cursor: pointer;
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 16px;
  border-radius: 0;
  background: #c4944a;
  border: 1px solid #7d1f26;
  cursor: pointer;
}
.ctrl-volume {
  flex: 0 1 78px;
  min-width: 60px;
  height: 5px;
  background: rgba(120, 140, 145, 0.25);
  border: 0;
  padding: 0;
  clip-path: none;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 9px;
  height: 14px;
  background: #8fa0a2;
  border: 1px solid rgba(196, 148, 74, 0.6);
  transform: skewX(-10deg);
  cursor: pointer;
}
.ctrl-volume::-moz-range-thumb {
  width: 9px;
  height: 14px;
  border-radius: 0;
  background: #8fa0a2;
  border: 1px solid rgba(196, 148, 74, 0.6);
  cursor: pointer;
}
.ctrl-fullscreen, .ctrl-theater, .ctrl-light, .ctrl-pip, .ctrl-speed, .ctrl-mute {
  min-width: 52px;
  text-align: center;
}
.player-slab.is-theater, .theater-mode .player-slab {
  box-shadow: 0 0 0 1px rgba(196, 148, 74, 0.5), 0 0 40px rgba(0, 0, 0, 0.7);
  border-color: rgba(196, 148, 74, 0.6);
}
.player-slab.is-light video, .lights-on .player-slab video {
  filter: brightness(1.22) contrast(1.05);
}
.cast-columns {
  display: block;
  border-top: 1px solid rgba(120, 140, 145, 0.18);
  padding-top: 12px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 9px;
  background: rgba(18, 26, 30, 0.6);
  border-left: 2px solid rgba(196, 148, 74, 0.45);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.cast-name {
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  font-size: 13.5px;
  letter-spacing: 0.06em;
  color: #e0d4b6;
}
.cast-note {
  font-size: 11.5px;
  line-height: 1.5;
  color: #87969a;
}
.synopsis-panel {
  border-top: 1px solid rgba(120, 140, 145, 0.18);
  padding-top: 12px;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.8;
  color: #9dabae;
  text-align: justify;
  margin-bottom: 7px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.synopsis-para::first-letter {
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  color: #c4944a;
}
.episode-status {
  border-top: 1px solid rgba(120, 140, 145, 0.18);
  padding-top: 12px;
}
.status-line {
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #d9b268;
}
.status-meta {
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #87969a;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
  border-top: 1px solid rgba(120, 140, 145, 0.18);
  padding-top: 10px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(120, 140, 145, 0.16);
  min-width: 0;
}
.detail-key {
  flex: 0 0 66px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #7f8e92;
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #c3ccce;
  word-break: break-word;
}
.timeline-band {
  position: relative;
  padding: clamp(14px, 2vw, 22px);
  background: linear-gradient(180deg, rgba(16, 24, 28, 0.9), rgba(11, 17, 20, 0.9));
  border: 1px solid rgba(120, 140, 145, 0.16);
  overflow: hidden;
}
.timeline-band::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c4944a, rgba(125, 31, 38, 0.8));
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
  position: relative;
  padding-top: 8px;
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 10px 8px;
  min-width: 0;
  border-top: 1px solid rgba(196, 148, 74, 0.28);
  border-right: 1px solid rgba(120, 140, 145, 0.12);
  transition: background-color 0.18s ease;
}
.timeline-node:last-child {
  border-right: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 9px;
  background: rgba(196, 148, 74, 0.5);
}
.timeline-node:hover {
  background: rgba(196, 148, 74, 0.07);
}
.node-hole {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 50%;
  background: rgba(196, 148, 74, 0.16);
  border: 1px solid rgba(196, 148, 74, 0.65);
  box-shadow: inset 0 0 0 3px rgba(11, 17, 20, 0.95), 0 0 12px rgba(196, 148, 74, 0.25);
  transform: translateY(-22px) skewX(-6deg);
  position: relative;
  z-index: 2;
}
.node-time {
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #c4944a;
}
.node-label {
  font-size: 12px;
  line-height: 1.5;
  color: #9dabae;
}
.episodes-grid-section {
  padding: clamp(14px, 2vw, 22px);
  background: linear-gradient(180deg, rgba(15, 22, 26, 0.9), rgba(10, 15, 18, 0.9));
  border: 1px solid rgba(120, 140, 145, 0.16);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-cell {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "num title"
    "sum sum"
    "dur dur";
  gap: 3px 10px;
  padding: 10px 12px;
  background: rgba(20, 29, 33, 0.66);
  border: 1px solid rgba(120, 140, 145, 0.14);
  border-left: 2px solid rgba(120, 140, 145, 0.3);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.episode-cell:hover {
  background: rgba(28, 40, 45, 0.8);
  border-left-color: rgba(196, 148, 74, 0.6);
  transform: translateX(2px);
}
.ep-num {
  grid-area: num;
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #87969a;
  white-space: nowrap;
  padding-top: 2px;
}
.ep-title {
  grid-area: title;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #dfe6e5;
  line-height: 1.35;
}
.ep-summary {
  grid-area: sum;
  font-size: 12px;
  line-height: 1.6;
  color: #839296;
  text-align: justify;
}
.ep-duration {
  grid-area: dur;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7c8a8e;
  padding-top: 2px;
  border-top: 1px dashed rgba(120, 140, 145, 0.16);
  margin-top: 2px;
}
.episode-cell-current {
  background:
    linear-gradient(135deg, rgba(196, 148, 74, 0.16), rgba(125, 31, 38, 0.14) 70%, rgba(20, 29, 33, 0.6));
  border: 1px solid rgba(196, 148, 74, 0.8);
  border-left: 3px solid #c4944a;
  box-shadow: 0 0 22px rgba(196, 148, 74, 0.16), inset 0 0 22px rgba(196, 148, 74, 0.05);
}
.episode-cell-current .ep-num {
  color: #e8c988;
}
.episode-cell-current .ep-title {
  color: #f2d79a;
}
.episode-cell-current .ep-duration {
  color: #c4944a;
  border-top-color: rgba(196, 148, 74, 0.35);
}
.episode-cell-current::after {
  content: "更新中";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #0b1114;
  background: #c4944a;
  padding: 1px 6px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 6px 100%);
}
.comments-stack {
  padding: clamp(14px, 2vw, 22px);
  background: linear-gradient(180deg, rgba(15, 22, 26, 0.9), rgba(10, 15, 18, 0.9));
  border: 1px solid rgba(120, 140, 145, 0.16);
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-card {
  position: relative;
  padding: 11px 13px 12px;
  background: linear-gradient(160deg, rgba(24, 34, 39, 0.92), rgba(15, 22, 26, 0.92));
  border: 1px solid rgba(120, 140, 145, 0.16);
  border-top: 2px solid rgba(125, 31, 38, 0.55);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
.comment-card:nth-child(2n) {
  transform: translateY(9px);
  border-top-color: rgba(196, 148, 74, 0.5);
}
.comment-card:nth-child(3n) {
  transform: translateY(-5px);
}
.comment-card:nth-child(5n) {
  transform: translateY(13px);
}
.comment-nick {
  display: inline-block;
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #d9b268;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(196, 148, 74, 0.28);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.7;
  color: #9dabae;
  text-align: justify;
}
.rec-quad {
  padding: clamp(12px, 1.8vw, 18px);
  background: linear-gradient(180deg, rgba(16, 24, 28, 0.9), rgba(10, 15, 18, 0.92));
  border: 1px solid rgba(120, 140, 145, 0.16);
  position: relative;
  overflow: hidden;
  min-width: 0;
}
.rec-quad-1 {
  border-top: 2px solid rgba(196, 148, 74, 0.6);
}
.rec-quad-2 {
  border-top: 2px solid rgba(125, 31, 38, 0.65);
}
.rec-quad-3 {
  border-top: 2px solid rgba(120, 140, 145, 0.45);
}
.rec-quad-4 {
  border-top: 2px solid rgba(196, 148, 74, 0.35);
}
.rec-quad::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: linear-gradient(225deg, rgba(196, 148, 74, 0.14), rgba(196, 148, 74, 0) 70%);
  pointer-events: none;
}
.rec-heading {
  font-size: 15px;
  letter-spacing: 0.14em;
  color: #e3d6b4;
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.rec-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 3px;
  height: 1em;
  background: #7d1f26;
  transform: skewY(-12deg);
}
.rec-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
a.rec-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 7px;
  background: rgba(20, 29, 33, 0.6);
  border: 1px solid rgba(120, 140, 145, 0.14);
  border-left: 2px solid rgba(196, 148, 74, 0.35);
  color: #b6c1c3;
  text-decoration: none;
  min-width: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
a.rec-item:hover {
  background: rgba(30, 42, 47, 0.85);
  border-left-color: #c4944a;
  color: #f0e9d8;
  text-decoration: none;
  transform: translateX(2px);
}
[data-runtime="recommendation"] img {
  flex: 0 0 auto;
  width: 62px;
  max-width: 62px;
  height: 84px;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #070b0d;
  border: 1px solid rgba(120, 140, 145, 0.2);
  filter: saturate(0.85) contrast(1.06);
}
.rec-name {
  display: block;
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: #dfe6e5;
  line-height: 1.4;
}
.rec-blurb {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.5;
  color: #7f8e92;
}
.rec-item > span {
  min-width: 0;
}
.rec-item .rec-name, .rec-item .rec-blurb {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rec-item .rec-name {
  -webkit-line-clamp: 1;
}
.site-footer {
  margin-top: clamp(16px, 2vw, 30px);
  padding: clamp(16px, 2.4vw, 30px) clamp(12px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(9, 14, 17, 0.6), rgba(5, 9, 11, 0.95));
  border-top: 1px solid rgba(196, 148, 74, 0.22);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px 28px;
}
.footer-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
a[data-contract="footer-home"] {
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 13.5px;
  letter-spacing: 0.14em;
  color: #d9b268;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(196, 148, 74, 0.45);
}
a[data-contract="footer-home"]:hover {
  color: #f2d79a;
  text-decoration: none;
  border-bottom-color: #f2d79a;
}
a[data-contract="footer-sitemap"] {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #93a3a5;
  text-decoration: none;
  border-bottom: 1px solid rgba(120, 140, 145, 0.25);
}
a[data-contract="footer-sitemap"]:hover {
  color: #e3d6b4;
  text-decoration: none;
  border-bottom-color: rgba(196, 148, 74, 0.7);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  flex: 1 1 320px;
  min-width: 0;
}
.friend-links-label {
  font-family: "Songti SC", "STSong", "SimSun", Georgia, serif;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  color: #7d8b8e;
  padding-right: 10px;
  border-right: 1px solid rgba(120, 140, 145, 0.25);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 12px;
  color: #8b9a9d;
  text-decoration: none;
  padding: 1px 7px;
  background: rgba(20, 29, 33, 0.55);
  border: 1px solid rgba(120, 140, 145, 0.14);
  clip-path: polygon(3px 0, 100% 0, 100% calc(100% - 3px), calc(100% - 3px) 100%, 0 100%, 0 3px);
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #0b1114;
  background: #c4944a;
  border-color: #c4944a;
  text-decoration: none;
}
.footer-disclaimer {
  flex: 1 1 100%;
  font-size: 11.5px;
  line-height: 1.7;
  color: #66767a;
  padding-top: 12px;
  border-top: 1px dashed rgba(120, 140, 145, 0.16);
}
.ctrl.is-active {
  color: #f2d79a;
  border-color: rgba(196, 148, 74, 0.6);
  background: rgba(196, 148, 74, 0.16);
}
@media (max-width: 1180px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-node:nth-child(4n) {
    border-right: 0;
  }
.comment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 980px) {.hero-shell {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-visual {
    max-width: 340px;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.rec-column {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-quad {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }}
@media (max-width: 760px) {body {
    font-size: 13.5px;
  }
.site-header {
    gap: 10px;
    padding: 9px 14px;
  }
a[data-contract="site-name"] {
    font-size: 16.5px;
    letter-spacing: 0.1em;
    padding-right: 10px;
  }
.movie-title {
    font-size: clamp(21px, 6.4vw, 28px);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-node:nth-child(4n) {
    border-right: 1px solid rgba(120, 140, 145, 0.12);
  }
.timeline-node:nth-child(3n) {
    border-right: 0;
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card, .comment-card:nth-child(2n), .comment-card:nth-child(3n), .comment-card:nth-child(5n) {
    transform: none;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.player-controls {
    gap: 5px;
  }
.ctrl {
    font-size: 11px;
    padding: 4px 7px;
  }
.ctrl-play {
    min-width: 66px;
  }}
@media (max-width: 560px) {.page-main {
    gap: 16px;
    padding: 12px 12px 26px;
  }
.hero-shell, .timeline-band, .episodes-grid-section, .comments-stack, .rec-quad {
    padding: 12px;
  }
.hero-visual {
    max-width: none;
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node:nth-child(3n) {
    border-right: 1px solid rgba(120, 140, 145, 0.12);
  }
.timeline-node:nth-child(2n) {
    border-right: 0;
  }
.node-hole {
    transform: translateY(-22px) skewX(-6deg);
  }
.ctrl-volume {
    display: none;
  }
.ctrl-progress {
    flex: 1 1 100%;
    order: 3;
  }
.hero-tagline {
    letter-spacing: 0.14em;
  }
.friend-links {
    flex: 1 1 100%;
  }
.friend-links-label {
    border-right: 0;
    padding-right: 0;
  }}
@media (max-width: 400px) {.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    border-right: 0;
  }
.player-controls .ctrl {
    flex: 1 1 auto;
    text-align: center;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }}

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