:root {
  --void: #05070c;
  --ink: #0a0f18;
  --steel-900: #0d1420;
  --steel-800: #131c2b;
  --steel-700: #1b2637;
  --steel-600: #24334a;
  --steel-500: #35496a;
  --steel-400: #55708f;
  --steel-300: #8aa4c0;
  --steel-200: #b9cbdd;
  --steel-100: #dce7f2;
  --cold: #2f7fd6;
  --cold-bright: #58b4ff;
  --cold-glow: rgba(88, 180, 255, 0.55);
  --electric: #ff7a1c;
  --electric-deep: #d94f00;
  --electric-glow: rgba(255, 122, 28, 0.6);
  --scratch: rgba(180, 205, 230, 0.05);
  --line: rgba(88, 140, 200, 0.22);
  --line-strong: rgba(88, 180, 255, 0.42);
  --font-stack: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", -apple-system, "Segoe UI", 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-color: var(--void);
  background-image:
    radial-gradient(ellipse 90% 55% at 50% 0%, rgba(30, 70, 130, 0.35), transparent 70%),
    linear-gradient(180deg, #060a12 0%, #05070c 40%, #04060a 100%);
  color: var(--steel-200);
  font-family: var(--font-stack);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: var(--cold-bright);
  text-decoration: none;
  transition: color 0.16s ease, opacity 0.16s ease;
}
a:hover {
  color: var(--electric);
}
ul, ol, dl, dd, figure, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
button, input, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
strong {
  font-weight: 700;
  color: var(--steel-100);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.96), rgba(6, 10, 18, 0.82));
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 9px 16px;
}
a[data-contract="site-name"].site-brand {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--steel-100);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 2px 10px 2px 0;
  border-right: 2px solid var(--electric);
  position: relative;
}
a[data-contract="site-name"].site-brand:hover {
  color: var(--cold-bright);
  text-decoration: none;
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--steel-200);
  text-decoration: none;
  background: linear-gradient(180deg, var(--steel-700), var(--steel-800));
  border: 1px solid var(--line);
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%);
}
a.runtime-category:hover {
  color: var(--electric);
  border-color: var(--electric);
  background: linear-gradient(180deg, var(--steel-600), var(--steel-700));
  text-decoration: none;
}
.movie-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.section-heading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--steel-100);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 11px;
  border-left: 3px solid var(--electric);
  line-height: 1.2;
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--cold-bright), transparent);
}
.hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--line);
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: -14px -16px auto -16px;
  height: 420px;
  background:
    linear-gradient(180deg, rgba(10, 20, 36, 0.9), transparent 78%),
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(38, 92, 160, 0.4), transparent 72%);
  pointer-events: none;
  z-index: 0;
}
.hero-stage > * {
  position: relative;
  z-index: 1;
}
.hero-meta-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.85), rgba(13, 20, 32, 0.7));
  border: 1px solid var(--line);
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}
.tag-chip {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 2px 8px;
  color: var(--cold-bright);
  background: rgba(47, 127, 214, 0.12);
  border: 1px solid rgba(88, 180, 255, 0.32);
  border-radius: 2px;
  white-space: nowrap;
}
.tag-chip:nth-child(5) {
  color: var(--electric);
  background: rgba(255, 122, 28, 0.1);
  border-color: rgba(255, 122, 28, 0.42);
}
.hero-data-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  flex: 0 0 auto;
}
.data-pair {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 11px;
  white-space: nowrap;
}
.data-pair dt {
  color: var(--steel-400);
  letter-spacing: 0.05em;
}
.data-pair dd {
  color: var(--steel-100);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.poster-frame {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  background: linear-gradient(160deg, #0b1526, #050a12);
  box-shadow:
    0 0 0 1px rgba(6, 10, 18, 0.9),
    0 10px 30px rgba(0, 0, 0, 0.6),
    0 0 22px rgba(47, 127, 214, 0.18);
  flex: 0 0 auto;
  align-self: start;
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 8, 14, 0.55));
  pointer-events: none;
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.06);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 6px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(22px, 3.3vw, 40px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #f2f7fd;
  text-shadow:
    0 0 18px rgba(88, 180, 255, 0.32),
    0 2px 0 rgba(0, 0, 0, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.movie-tagline {
  display: inline-block;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--electric);
  padding: 3px 10px 3px 9px;
  border-left: 3px solid var(--electric);
  background: linear-gradient(90deg, rgba(255, 122, 28, 0.14), transparent 90%);
  text-shadow: 0 0 12px rgba(255, 122, 28, 0.35);
}
.movie-seo-desc {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--steel-300);
  max-width: 68ch;
}
.player-shell {
  position: relative;
  width: 100%;
  min-width: 0;
  background: #000;
  border: 1px solid var(--line-strong);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 26px rgba(47, 127, 214, 0.16), 0 12px 30px rgba(0, 0, 0, 0.55);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  background: linear-gradient(180deg, var(--steel-800), var(--steel-900));
  border-top: 1px solid var(--line);
}
.player-controls button {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 4px 9px;
  color: var(--steel-200);
  background: linear-gradient(180deg, var(--steel-600), var(--steel-700));
  border: 1px solid var(--line);
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}
.player-controls button:hover {
  color: var(--cold-bright);
  border-color: var(--line-strong);
}
.player-controls button.is-active, .player-controls button[data-player-action="play"].is-active {
  color: var(--electric);
  border-color: var(--electric);
  background: linear-gradient(180deg, rgba(255, 122, 28, 0.2), rgba(217, 79, 0, 0.14));
  box-shadow: 0 0 10px rgba(255, 122, 28, 0.28);
}
.player-controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: var(--steel-600);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.player-controls input[data-player-action="progress"] {
  flex: 1 1 160px;
  min-width: 90px;
}
.player-controls input[data-player-action="volume"] {
  flex: 0 1 80px;
  width: 80px;
}
.player-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--electric);
  border: 1px solid #fff2e6;
  box-shadow: 0 0 8px var(--electric-glow);
}
.player-controls input[type="range"]::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 1px solid #fff2e6;
  border-radius: 50%;
  background: var(--electric);
  box-shadow: 0 0 8px var(--electric-glow);
}
.player-controls input[type="range"]::-moz-range-track {
  height: 4px;
  background: var(--steel-600);
  border-radius: 2px;
}
.player-controls select {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 6px;
  color: var(--steel-200);
  background: linear-gradient(180deg, var(--steel-600), var(--steel-700));
  border: 1px solid var(--line);
  border-radius: 2px;
}
.player-shell.theater-mode {
  border-color: var(--electric);
  box-shadow: 0 0 34px rgba(255, 122, 28, 0.28), 0 12px 30px rgba(0, 0, 0, 0.6);
}
.player-shell.light-off {
  background: #000;
}
.player-shell.light-off video {
  filter: brightness(0.62) contrast(1.1);
}
.episode-status {
  padding: 11px 13px 13px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.82), rgba(13, 20, 32, 0.66));
  border: 1px solid var(--line);
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.status-line {
  font-size: 12.5px;
  color: var(--steel-300);
  letter-spacing: 0.02em;
  margin-bottom: 9px;
}
.status-line strong {
  color: var(--electric);
  font-size: 15px;
  font-variant-numeric: tabular-nums;
  padding: 0 1px;
}
.status-progress {
  position: relative;
  height: 6px;
  width: 100%;
  background: repeating-linear-gradient(
    90deg,
    var(--steel-700) 0,
    var(--steel-700) 9px,
    var(--steel-800) 9px,
    var(--steel-800) 11px
  );
  border: 1px solid var(--line);
  border-radius: 2px;
  overflow: hidden;
}
.status-fill {
  display: block;
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, var(--cold), var(--cold-bright) 70%, var(--electric));
  box-shadow: 0 0 12px var(--cold-glow);
}
.details-panel {
  padding: 12px 13px 14px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.86), rgba(13, 20, 32, 0.7));
  border: 1px solid var(--line);
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(88, 140, 200, 0.16);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 6px 10px 6px 0;
  border-bottom: 1px solid rgba(88, 140, 200, 0.13);
  font-size: 12px;
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  color: var(--steel-400);
  letter-spacing: 0.06em;
  font-size: 11px;
  min-width: 56px;
}
.detail-row dd {
  color: var(--steel-100);
  font-weight: 600;
  min-width: 0;
  word-break: break-word;
}
.cast-panel {
  padding: 12px 13px 14px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.82), rgba(13, 20, 32, 0.66));
  border: 1px solid var(--line);
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
}
.cast-card {
  position: relative;
  flex: 0 0 auto;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.cast-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, var(--steel-500), var(--steel-800) 68%),
    linear-gradient(180deg, var(--steel-600), var(--steel-900));
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.7), 0 0 10px rgba(47, 127, 214, 0.16);
}
.cast-avatar::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(
      from 0deg,
      var(--steel-400) 0deg 6deg,
      transparent 6deg 12deg
    );
  -webkit-mask: radial-gradient(circle, transparent 0 36px, #000 37px 39px, transparent 40px);
  mask: radial-gradient(circle, transparent 0 36px, #000 37px 39px, transparent 40px);
  opacity: 0.9;
  pointer-events: none;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(88, 180, 255, 0.4);
  pointer-events: none;
}
.cast-name {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--steel-100);
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.cast-card:first-child .cast-avatar::after {
  border-color: rgba(255, 122, 28, 0.55);
  box-shadow: 0 0 12px rgba(255, 122, 28, 0.3);
}
.synopsis-panel {
  padding: 12px 13px 14px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.82), rgba(13, 20, 32, 0.66));
  border: 1px solid var(--line);
  border-radius: 3px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%);
}
.synopsis-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 7px 18px;
}
.synopsis-body p {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--steel-300);
  padding-left: 9px;
  border-left: 2px solid rgba(88, 180, 255, 0.24);
}
.timeline-section {
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--line);
}
.timeline-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding-top: 26px;
}
.timeline-rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  height: 3px;
  background: repeating-linear-gradient(
    90deg,
    var(--steel-500) 0,
    var(--steel-500) 12px,
    var(--steel-700) 12px,
    var(--steel-700) 16px
  );
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(47, 127, 214, 0.25);
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 2px;
  min-width: 0;
}
.node-screw {
  position: absolute;
  top: -21px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 34%, #cfe4f8, var(--steel-400) 45%, var(--steel-800) 100%);
  border: 1px solid rgba(140, 190, 240, 0.55);
  box-shadow:
    0 0 10px var(--cold-glow),
    0 0 3px rgba(255, 255, 255, 0.5) inset;
}
.node-screw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1.5px;
  background: rgba(8, 14, 24, 0.85);
  transform: translate(-50%, -50%) rotate(38deg);
  border-radius: 1px;
}
.node-timecode {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--cold-bright);
  font-variant-numeric: tabular-nums;
}
.node-label {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--steel-300);
}
.timeline-node:last-child .node-screw {
  background: radial-gradient(circle at 38% 34%, #ffd9b8, var(--electric) 48%, var(--electric-deep) 100%);
  border-color: rgba(255, 168, 96, 0.8);
  box-shadow: 0 0 14px var(--electric-glow), 0 0 4px rgba(255, 255, 255, 0.6) inset;
  animation: pulse-screw 1.8s ease-in-out infinite;
}
.timeline-node:last-child .node-timecode {
  color: var(--electric);
}
.timeline-node:last-child .node-label {
  color: var(--steel-100);
}
@keyframes pulse-screw {
  0%, 100% {
    box-shadow: 0 0 10px var(--electric-glow), 0 0 3px rgba(255, 255, 255, 0.5) inset;
  }
  50% {
    box-shadow: 0 0 20px var(--electric-glow), 0 0 6px rgba(255, 255, 255, 0.7) inset;
  }
}
.episodes-section {
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--line);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 9px 11px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.78), rgba(13, 20, 32, 0.6));
  border: 1px solid var(--line);
  border-radius: 3px;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.episode-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45), 0 0 14px rgba(47, 127, 214, 0.18);
}
.episode-plate {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  padding: 4px 8px;
  color: var(--steel-100);
  background: linear-gradient(160deg, var(--steel-500), var(--steel-800) 70%);
  border: 1px solid rgba(140, 190, 240, 0.35);
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
  font-variant-numeric: tabular-nums;
}
.episode-body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.episode-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--steel-100);
  line-height: 1.3;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.6;
  color: var(--steel-300);
}
.episode-duration {
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--steel-400);
  padding: 1px 6px;
  border: 1px solid rgba(88, 140, 200, 0.22);
  border-radius: 2px;
}
.episode-card-current {
  border-color: var(--electric);
  background: linear-gradient(180deg, rgba(46, 26, 12, 0.7), rgba(24, 16, 10, 0.62));
  box-shadow: 0 0 16px rgba(255, 122, 28, 0.18);
}
.episode-card-current .episode-plate {
  color: #1a0d02;
  background: linear-gradient(160deg, #ffc38a, var(--electric) 60%, var(--electric-deep));
  border-color: rgba(255, 200, 150, 0.75);
}
.episode-card-current .episode-title {
  color: #ffd6b0;
}
.episode-card-current .episode-summary {
  color: #e6c7ad;
}
.episode-card-current .episode-duration {
  color: var(--electric);
  border-color: rgba(255, 122, 28, 0.5);
}
.comments-section {
  padding: 16px 0 20px;
  border-bottom: 1px solid var(--line);
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  background:
    repeating-linear-gradient(
      118deg,
      var(--scratch) 0,
      var(--scratch) 1px,
      transparent 1px,
      transparent 7px
    ),
    linear-gradient(180deg, rgba(21, 31, 47, 0.92), rgba(13, 20, 32, 0.78));
  border: 1px solid var(--line);
  border-radius: 3px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.comment-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 40%);
  pointer-events: none;
}
.comment-card:hover {
  transform: translateY(-3px);
  border-color: var(--line-strong);
}
.comment-card:nth-child(1) {
  transform: translateY(0) rotate(-0.4deg);
}
.comment-card:nth-child(2) {
  transform: translateY(9px) rotate(0.35deg);
  border-color: rgba(255, 122, 28, 0.3);
}
.comment-card:nth-child(3) {
  transform: translateY(3px) rotate(-0.25deg);
}
.comment-card:nth-child(4) {
  transform: translateY(12px) rotate(0.3deg);
}
.comment-card:nth-child(5) {
  transform: translateY(0) rotate(-0.3deg);
  border-color: rgba(255, 122, 28, 0.34);
}
.comment-card:nth-child(6) {
  transform: translateY(7px) rotate(0.2deg);
}
.comment-card:nth-child(1):hover, .comment-card:nth-child(2):hover, .comment-card:nth-child(3):hover, .comment-card:nth-child(4):hover, .comment-card:nth-child(5):hover, .comment-card:nth-child(6):hover {
  transform: translateY(-3px);
}
.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(88, 140, 200, 0.16);
}
.comment-nick {
  font-size: 12px;
  font-weight: 700;
  color: var(--cold-bright);
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-likes {
  flex: 0 0 auto;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--electric);
  padding: 1px 6px;
  border: 1px solid rgba(255, 122, 28, 0.42);
  background: rgba(255, 122, 28, 0.1);
  border-radius: 2px;
  white-space: nowrap;
}
.comment-text {
  font-size: 12px;
  line-height: 1.65;
  color: var(--steel-300);
}
.rec-region {
  padding: 15px 0 12px;
  border-bottom: 1px solid var(--line);
}
.rec-region-3 {
  border-bottom: 0;
  padding-bottom: 6px;
}
.rec-heading {
  position: relative;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--steel-100);
  margin-bottom: 11px;
  padding-left: 13px;
  line-height: 1.25;
}
.rec-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: var(--electric);
  transform: translateY(-50%) rotate(45deg);
  box-shadow: 0 0 10px var(--electric-glow);
}
.rec-heading::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -4px;
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, var(--electric), var(--cold-bright), transparent);
}
.rec-grid {
  display: grid;
  gap: 8px;
  align-items: start;
}
.rec-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rec-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
a.rec-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 6px 6px 8px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.8), rgba(11, 17, 27, 0.66));
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--steel-200);
  text-decoration: none;
  min-width: 0;
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
a.rec-card:hover {
  transform: translateY(-3px);
  border-color: var(--electric);
  color: var(--steel-100);
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45), 0 0 14px rgba(255, 122, 28, 0.16);
}
a.rec-card[data-runtime="recommendation"] img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 2px;
  border: 1px solid rgba(88, 140, 200, 0.2);
  background: linear-gradient(160deg, #0b1526, #050a12);
  filter: saturate(0.92) contrast(1.05);
}
.rec-name {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--steel-100);
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.5;
  color: var(--steel-400);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
a.rec-card:hover .rec-name {
  color: var(--electric);
}
.site-footer {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 16px 30px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--cold-bright);
  text-decoration: none;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--electric);
  border-bottom-color: var(--electric);
  text-decoration: none;
}
.friend-links-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--steel-400);
  margin-right: 4px;
  white-space: nowrap;
}
.site-footer nav[data-contract="friend-links"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  padding: 9px 11px;
  background: linear-gradient(180deg, rgba(19, 28, 43, 0.6), rgba(11, 17, 27, 0.5));
  border: 1px solid var(--line);
  border-radius: 3px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--steel-300);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(88, 140, 200, 0.3);
  padding-bottom: 1px;
}
a.runtime-friend-link:hover {
  color: var(--cold-bright);
  text-decoration: none;
  border-bottom-color: var(--cold-bright);
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: var(--steel-500);
  letter-spacing: 0.01em;
}
.change, .click, .input, .timeupdate, .progress, .volume, .speed {
  transition: opacity 0.16s ease;
}
.play, .pause, .mute, .pip, .fullscreen, .theater, .light {
  transition: color 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}
.light-off .player-controls {
  opacity: 0.72;
}
.theater-mode .player-controls {
  border-top-color: rgba(255, 122, 28, 0.4);
}
@media (max-width: 1080px) {.rec-grid-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.hero-visual {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.poster-frame {
    max-width: 232px;
  }
.timeline-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
.timeline-rail::before {
    display: none;
  }
.node-screw {
    position: static;
    margin-bottom: 2px;
  }
.rec-grid-4, .rec-grid-3, .rec-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {body {
    font-size: 12.5px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr);
  }
.details-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(n) {
    transform: none;
  }
.comment-card:hover {
    transform: translateY(-3px);
  }
.rec-grid-4, .rec-grid-3, .rec-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hero-meta-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
.hero-data-strip {
    gap: 4px 12px;
  }
.movie-title {
    font-size: clamp(20px, 6.4vw, 28px);
  }}
@media (max-width: 520px) {.header-inner {
    gap: 10px;
    padding: 8px 12px;
  }
.movie-page {
    padding: 0 12px 22px;
  }
.site-footer {
    padding: 14px 12px 26px;
  }
.hero-data-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 10px;
    width: 100%;
  }
.cast-strip {
    gap: 4px;
  }
.cast-card {
    width: 74px;
  }
.cast-avatar {
    width: 62px;
    height: 62px;
  }
.cast-avatar::before {
    inset: -4px;
    -webkit-mask: radial-gradient(circle, transparent 0 29px, #000 30px 32px, transparent 33px);
    mask: radial-gradient(circle, transparent 0 29px, #000 30px 32px, transparent 33px);
  }
.player-controls {
    gap: 5px;
    padding: 6px 7px;
  }
.player-controls button {
    padding: 3px 7px;
    font-size: 10.5px;
  }
.player-controls input[data-player-action="progress"] {
    flex: 1 1 100%;
  }
.rec-grid-4, .rec-grid-3, .rec-grid-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }}
@media (max-width: 380px) {.rec-grid-4, .rec-grid-3, .rec-grid-5 {
    grid-template-columns: 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}
