:root {
  --ink: #05070f;
  --ink-2: #0a0f1e;
  --ink-3: #111a2e;
  --ink-4: #1a2540;
  --line: #22304f;
  --line-soft: #1a2540;
  --text: #e8edf7;
  --text-dim: #9aa8c4;
  --text-mute: #6b7a99;
  --orange: #ff8a3d;
  --orange-soft: #ffb27a;
  --green: #7dff9b;
  --green-dim: #3fd97a;
  --spot: #ff5a6e;
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 18px;
  --gap: 14px;
  --font-title: "HanziPen SC", "Xingkai SC", "Kaiti SC", "STKaiti", "KaiTi", "Songti SC", serif;
  --font-body: -apple-system, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  overflow-x: hidden;
}
h1, h2, h3, p, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: var(--green);
  text-decoration: none;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
}
:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 7, 15, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: var(--orange);
  text-decoration: none;
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: var(--orange-soft);
}
.category-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  padding: 3px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(26, 37, 64, 0.5);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
a.runtime-category:hover {
  color: var(--green);
  border-color: var(--green-dim);
  background: rgba(63, 217, 122, 0.12);
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 24px;
  display: block;
}
.section-title {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text);
  margin-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  bottom: 0.28em;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--green), var(--orange));
}
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
  gap: 26px;
  align-items: center;
  padding: 34px 0 30px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto -20%;
  height: 130%;
  background:
    radial-gradient(circle at 76% 32%, rgba(125, 255, 155, 0.14), transparent 34%),
    radial-gradient(circle at 30% 70%, rgba(255, 138, 61, 0.16), transparent 40%),
    radial-gradient(circle at 55% 15%, rgba(255, 90, 110, 0.10), transparent 34%);
  pointer-events: none;
  z-index: 0;
}
.hero-figure, .hero-copy {
  position: relative;
  z-index: 1;
}
.hero-figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-silhouette {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(ellipse 60% 46% at 50% 22%, rgba(255, 178, 122, 0.30), transparent 70%),
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(125, 255, 155, 0.20), transparent 70%),
    linear-gradient(170deg, #131e36 0%, #0a0f1e 55%, #05070f 100%);
  border: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
.hero-silhouette::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6%;
  width: 62%;
  height: 78%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #22304f 0%, #0d1526 60%, #05070f 100%);
  border-radius: 46% 46% 14% 14% / 30% 30% 8% 8%;
  clip-path: polygon(
    50% 0%, 66% 9%, 72% 26%, 88% 40%, 96% 62%, 100% 100%,
    0% 100%, 4% 62%, 12% 40%, 28% 26%, 34% 9%
  );
  box-shadow: 0 0 40px rgba(125, 255, 155, 0.14);
}
.hero-countdown-ring {
  position: absolute;
  top: 8%;
  left: 50%;
  width: 74%;
  aspect-ratio: 1 / 1;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px dashed rgba(125, 255, 155, 0.34);
  box-shadow: inset 0 0 26px rgba(125, 255, 155, 0.10);
  z-index: 0;
}
.hero-countdown-ring::before {
  content: "";
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  border: 1px solid rgba(255, 138, 61, 0.26);
}
.hero-countdown-ring::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 50%;
  background: conic-gradient(
    from -90deg,
    rgba(125, 255, 155, 0.55) 0deg 18deg,
    rgba(125, 255, 155, 0.06) 18deg 360deg
  );
  mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px));
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 5px), #000 calc(100% - 5px));
}
.hero-spot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--spot);
  box-shadow: 0 0 14px rgba(255, 90, 110, 0.8);
  z-index: 2;
}
.hero-spot-a { top: 16%; left: 18%; }
.hero-spot-b { top: 40%; right: 14%; width: 9px; height: 9px; background: var(--green); box-shadow: 0 0 14px rgba(125, 255, 155, 0.8); }
.hero-spot-c { bottom: 24%; left: 24%; width: 8px; height: 8px; background: var(--orange); box-shadow: 0 0 12px rgba(255, 138, 61, 0.8); }
.hero-spot-d { bottom: 12%; right: 26%; width: 7px; height: 7px; background: var(--spot); }
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.22em;
  color: var(--green);
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-title);
  font-size: clamp(30px, 4.6vw, 50px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-shadow: 0 0 26px rgba(255, 138, 61, 0.35);
}
.hero-tagline {
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1.5;
  color: var(--orange-soft);
}
.hero-desc {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--text-dim);
  max-width: 56ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: transform 0.14s, box-shadow 0.14s, background 0.14s, color 0.14s;
}
.btn:active {
  transform: translateY(1px);
}
.btn-primary {
  background: linear-gradient(135deg, var(--orange), #ff5a3d);
  color: #140a03;
  box-shadow: 0 6px 20px rgba(255, 138, 61, 0.32);
}
.btn-primary:hover {
  box-shadow: 0 8px 26px rgba(255, 138, 61, 0.5);
}
.btn-ghost {
  background: rgba(26, 37, 64, 0.6);
  color: var(--green);
  border: 1px solid rgba(125, 255, 155, 0.4);
}
.btn-ghost:hover {
  background: rgba(63, 217, 122, 0.15);
  border-color: var(--green);
}
.movie-overview {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  grid-template-areas:
    "poster info"
    "player player";
  gap: 18px 22px;
  align-items: start;
  padding: 18px;
  margin: 18px 0;
  background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
}
.overview-poster-wrap {
  grid-area: poster;
  width: 100%;
  align-self: start;
}
.overview-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--ink-3);
}
.overview-info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.overview-heading {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.overview-tagline {
  font-family: var(--font-title);
  font-size: 14px;
  color: var(--orange-soft);
  line-height: 1.5;
}
.episode-status {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(17, 26, 46, 0.7);
  border: 1px solid var(--line-soft);
}
.status-line {
  font-size: 13px;
  color: var(--text-dim);
}
.status-total, .status-current {
  color: var(--green);
  font-size: 15px;
}
.status-progress {
  position: relative;
  height: 6px;
  border-radius: 999px;
  background: rgba(34, 48, 79, 0.85);
  overflow: hidden;
}
.status-progress-fill {
  display: block;
  height: 100%;
  width: 80%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green-dim), var(--orange));
  box-shadow: 0 0 12px rgba(125, 255, 155, 0.5);
}
.panel-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--green);
  margin-bottom: 6px;
}
.cast-panel, .synopsis-panel, .details-panel {
  padding-top: 10px;
  border-top: 1px solid var(--line-soft);
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.cast-item {
  font-size: 12.5px;
  color: var(--text);
  padding: 3px 12px;
  border-radius: 999px;
  background: rgba(34, 48, 79, 0.6);
  border: 1px solid var(--line);
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.synopsis-body p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--text-dim);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
}
.details-row {
  display: flex;
  gap: 8px;
  font-size: 12.5px;
  padding: 3px 0;
  border-bottom: 1px dashed rgba(34, 48, 79, 0.7);
}
.details-row dt {
  flex: 0 0 58px;
  color: var(--text-mute);
}
.details-row dd {
  color: var(--text);
  min-width: 0;
}
.details-rating {
  color: var(--orange) !important;
  font-weight: 700;
  font-size: 14px;
}
.overview-player {
  grid-area: player;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.overview-player video {
  display: block;
  border-radius: var(--radius);
  background: #000;
  border: 1px solid var(--line);
}
.player-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.player-btn {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--text-dim);
  background: rgba(26, 37, 64, 0.65);
  border: 1px solid var(--line);
  transition: color 0.14s, border-color 0.14s, background 0.14s;
}
.player-btn:hover {
  color: var(--green);
  border-color: var(--green-dim);
  background: rgba(63, 217, 122, 0.12);
}
.movie-overview.is-playing .overview-player {
  box-shadow: 0 0 0 1px rgba(125, 255, 155, 0.35);
  border-radius: var(--radius);
}
.movie-overview.is-seeking .status-progress-fill {
  background: linear-gradient(90deg, var(--orange), var(--green));
}
.movie-overview.is-muted .player-btn[data-player-action="mute"], .movie-overview.is-volume-low .player-btn[data-player-action="volume"], .movie-overview.is-fast .player-btn[data-player-action="speed"], .movie-overview.is-pip .player-btn[data-player-action="pip"], .movie-overview.is-fullscreen .player-btn[data-player-action="fullscreen"], .movie-overview.is-theater .player-btn[data-player-action="theater"], .movie-overview.is-dim .player-btn[data-player-action="light"] {
  color: var(--ink);
  background: var(--green);
  border-color: var(--green);
}
.movie-overview.is-dim {
  filter: brightness(0.78);
}
.movie-overview.is-theater {
  border-color: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 138, 61, 0.4), 0 18px 48px rgba(0, 0, 0, 0.6);
}
.movie-overview.is-ended .status-progress-fill {
  width: 100%;
}
.movie-overview.is-playing .hero-spot-a {
  animation: spotPulse 1.6s ease-in-out infinite;
}
@keyframes spotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}
.timeline-section {
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 8px;
}
.timeline-track {
  position: relative;
  padding: 20px 0 6px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--line) 6%, var(--line) 94%, transparent);
}
.timeline-list {
  display: flex;
  gap: 12px;
  min-width: max-content;
  padding: 0 2px;
}
.timeline-node {
  position: relative;
  flex: 0 0 172px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 14px;
}
.timeline-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--green);
  box-shadow: 0 0 12px rgba(125, 255, 155, 0.7);
}
.timeline-node:nth-child(even) .timeline-dot {
  border-color: var(--orange);
  box-shadow: 0 0 12px rgba(255, 138, 61, 0.7);
}
.timeline-timecode {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--text-mute);
}
.timeline-label {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
  padding: 7px 10px;
  border-radius: var(--radius-sm);
  background: rgba(17, 26, 46, 0.72);
  border: 1px solid var(--line-soft);
}
.episodes-section {
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 8px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 11px;
  border-radius: var(--radius);
  background: rgba(17, 26, 46, 0.66);
  border: 1px solid var(--line-soft);
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
}
.episode-card:hover {
  border-color: var(--green-dim);
  transform: translateY(-2px);
  background: rgba(26, 37, 64, 0.8);
}
.episode-number {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--green);
}
.episode-title {
  font-family: var(--font-title);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: var(--text-mute);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  margin-top: auto;
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.04em;
}
.episode-card-current {
  border-color: var(--orange);
  background: linear-gradient(180deg, rgba(255, 138, 61, 0.16), rgba(17, 26, 46, 0.7));
  box-shadow: 0 0 0 1px rgba(255, 138, 61, 0.35), 0 8px 22px rgba(255, 138, 61, 0.14);
}
.episode-card-current .episode-number {
  color: var(--orange);
}
.episode-card-current .episode-title {
  color: var(--orange-soft);
}
.cast-comments-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
  gap: 22px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 8px;
}
.cast-column, .comments-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cast-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.cast-showcase-item {
  position: relative;
  padding: 12px 12px 12px 30px;
  border-radius: var(--radius);
  background: rgba(17, 26, 46, 0.7);
  border: 1px solid var(--line-soft);
  font-size: 14px;
  color: var(--text);
}
.cast-showcase-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 9px;
  height: 9px;
  margin-top: -4.5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(125, 255, 155, 0.7);
}
.cast-showcase-item:nth-child(even)::before {
  background: var(--orange);
  box-shadow: 0 0 10px rgba(255, 138, 61, 0.7);
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 13px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(26, 37, 64, 0.7), rgba(10, 15, 30, 0.7));
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--green-dim);
}
.comment-card:nth-child(even) {
  border-left-color: var(--orange);
}
.comment-nickname {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--orange-soft);
  letter-spacing: 0.03em;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--text-dim);
}
.recommend-region {
  padding: 16px 0 6px;
  border-bottom: 1px solid var(--line-soft);
  margin-bottom: 6px;
}
.recommend-region:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.recommend-title {
  font-family: var(--font-title);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--green);
  margin-bottom: 10px;
  padding-left: 11px;
  position: relative;
}
.recommend-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  bottom: 0.3em;
  width: 3px;
  border-radius: 3px;
  background: var(--green);
  box-shadow: 0 0 8px rgba(125, 255, 155, 0.8);
}
.recommend-region:nth-of-type(even) .recommend-title {
  color: var(--orange-soft);
}
.recommend-region:nth-of-type(even) .recommend-title::before {
  background: var(--orange);
  box-shadow: 0 0 8px rgba(255, 138, 61, 0.8);
}
.recommend-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  border-radius: var(--radius);
  background: rgba(17, 26, 46, 0.72);
  border: 1px solid var(--line-soft);
  color: var(--text);
  text-decoration: none;
  scroll-snap-align: start;
  transition: border-color 0.15s, transform 0.15s;
}
a.recommend-card:hover {
  border-color: var(--green-dim);
  transform: translateY(-2px);
}
.recommend-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--ink-3);
}
.recommend-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--text-mute);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-sm);
}
.site-footer {
  margin-top: 18px;
  padding: 18px 0 26px;
  background: linear-gradient(180deg, var(--ink-2), var(--ink));
  border-top: 1px solid var(--line-soft);
}
.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.7;
  color: var(--text-mute);
  max-width: 88ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--text-dim);
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px dotted transparent;
  transition: color 0.14s, border-color 0.14s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--green);
  border-bottom-color: var(--green);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.friend-links-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--orange);
  padding: 2px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 138, 61, 0.4);
  background: rgba(255, 138, 61, 0.08);
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--text-mute);
  text-decoration: none;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 4px;
  transition: color 0.14s, background 0.14s;
}
a.runtime-friend-link:hover {
  color: var(--green);
  background: rgba(63, 217, 122, 0.12);
}
@media (max-width: 1024px) {.episode-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 900px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 26px 0 24px;
  }
.hero-figure {
    order: -1;
  }
.hero-silhouette {
    max-width: 260px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
    grid-template-areas:
      "poster info"
      "player player";
  }
.cast-comments-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
.cast-showcase {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-desc {
    font-size: 13px;
  }}
@media (max-width: 560px) {.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
a[data-contract="site-name"] {
    font-size: 17px;
  }
.page-main {
    padding: 0 12px 20px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "poster"
      "info"
      "player";
    gap: 14px;
    padding: 14px;
  }
.overview-poster-wrap {
    max-width: 200px;
    margin: 0 auto;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hero-title {
    font-size: 28px;
  }
.timeline-node {
    flex-basis: 156px;
  }
.recommend-rail {
    grid-auto-columns: minmax(140px, 70%);
  }
.section-title {
    font-size: 17px;
  }}
@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}
