:root {
  --bg-deep: #10161f;
  --bg-panel: #182130;
  --bg-soft: #1e2a3b;
  --bg-warm: #2a2118;
  --ink: #f2ece1;
  --ink-dim: #b8c2cf;
  --ink-faint: #7c8797;
  --warm: #ef8b3c;
  --warm-soft: #f4a65e;
  --cream: #f6d98a;
  --cool-line: #2b394d;
  --shadow-soft: 0 12px 30px rgba(0, 0, 0, 0.45);
  --shadow-warm: 0 8px 24px rgba(239, 139, 60, 0.22);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --font-stack: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "Segoe UI", system-ui, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-deep);
  background-image:
    radial-gradient(circle at 18% 8%, rgba(239, 139, 60, 0.10), transparent 42%),
    radial-gradient(circle at 84% 2%, rgba(58, 96, 148, 0.16), transparent 46%),
    linear-gradient(180deg, #10161f 0%, #131b27 40%, #10161f 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--font-stack);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
body.lights-off {
  background-image:
    radial-gradient(circle at 50% 30%, rgba(239, 139, 60, 0.08), transparent 60%),
    linear-gradient(180deg, #070a0f 0%, #0a0e14 100%);
}
body.lights-off .site-header, body.lights-off .page-main > section, body.lights-off .site-footer {
  opacity: 0.82;
  transition: opacity 0.4s ease;
}
img, video {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
ul, ol, dl, dd, figure, p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
a {
  color: var(--warm-soft);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
a:hover {
  color: var(--cream);
}
button, input {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
::selection {
  background: var(--warm);
  color: #12161e;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(16, 22, 31, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--cool-line);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.4);
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 18px 8px;
}
a[data-contract="site-name"].site-brand {
  color: var(--cream);
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.06em;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(246, 217, 138, 0.28);
}
a[data-contract="site-name"].site-brand:hover {
  color: #fff3d4;
  text-decoration: none;
}
.header-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
a.nav-link {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a.nav-link:hover {
  color: var(--cream);
  background: rgba(239, 139, 60, 0.14);
  border-color: rgba(239, 139, 60, 0.4);
  text-decoration: none;
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 10px;
  align-items: center;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  padding: 3px 11px;
  border-radius: 999px;
  background: rgba(43, 57, 77, 0.65);
  border: 1px solid var(--cool-line);
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
a.runtime-category:hover {
  color: #12161e;
  background: var(--warm-soft);
  border-color: var(--warm);
  text-decoration: none;
}
.page-main {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 18px 34px;
}
.panel-heading, .band-heading, .region-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--cream);
  margin-bottom: 10px;
  padding-left: 11px;
  border-left: 3px solid var(--warm);
  line-height: 1.25;
}
.hero-slogan {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-stage {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 22px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 12% 20%, rgba(239, 139, 60, 0.16), transparent 48%),
    radial-gradient(circle at 92% 88%, rgba(48, 84, 138, 0.24), transparent 52%),
    linear-gradient(155deg, #1a2434 0%, #141c28 100%);
  border: 1px solid var(--cool-line);
  box-shadow: var(--shadow-soft);
}
.hero-still {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.poster-shell {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: linear-gradient(160deg, #24303f, #161e2a);
  box-shadow: 0 0 0 1px rgba(43, 57, 77, 0.9), var(--shadow-warm);
}
.poster-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(239, 139, 60, 0.14) 0%, transparent 38%, rgba(10, 14, 20, 0.55) 100%);
}
img.main-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
}
.hero-caption {
  font-size: 11px;
  line-height: 1.5;
  color: var(--ink-faint);
  letter-spacing: 0.03em;
  padding-left: 2px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding-top: 2px;
}
.movie-title {
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0.02em;
  color: #fdf6e8;
  text-shadow: 0 0 26px rgba(239, 139, 60, 0.34);
}
.movie-tagline {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--cream);
  padding-left: 12px;
  border-left: 2px solid rgba(239, 139, 60, 0.55);
}
.movie-seo {
  font-size: 13px;
  line-height: 1.78;
  color: var(--ink-dim);
  text-align: justify;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
a.btn-primary {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--warm) 0%, #d9702a 100%);
  color: #17110a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  box-shadow: var(--shadow-warm);
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
a.btn-primary:hover {
  color: #17110a;
  text-decoration: none;
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(239, 139, 60, 0.34);
}
.btn-ghost {
  display: inline-block;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(239, 139, 60, 0.55);
  background: rgba(239, 139, 60, 0.08);
  color: var(--cream);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn-ghost:hover, .btn-ghost.is-active {
  background: rgba(239, 139, 60, 0.22);
  border-color: var(--warm);
  color: #fff4e0;
}
.overview-info {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}
.overview-info > section {
  background: linear-gradient(165deg, #1a2432 0%, #151d29 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 18px;
  box-shadow: var(--shadow-soft);
}
.cast-band {
  grid-column: 1 / 2;
}
.synopsis-panel {
  grid-column: 2 / 3;
  grid-row: 1 / span 2;
}
.episode-status {
  grid-column: 1 / 2;
}
.details-panel {
  grid-column: 1 / -1;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.cast-item {
  min-width: 0;
}
.cast-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: var(--radius-md);
  background: rgba(30, 42, 59, 0.72);
  border: 1px solid rgba(43, 57, 77, 0.9);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.cast-card:hover {
  border-color: rgba(239, 139, 60, 0.55);
  transform: translateY(-1px);
}
.cast-avatar {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(246, 217, 138, 0.5), transparent 58%),
    linear-gradient(150deg, #3a4a61 0%, #232f40 100%);
  box-shadow: 0 0 0 2px rgba(239, 139, 60, 0.28), inset 0 0 12px rgba(0, 0, 0, 0.5);
}
.cast-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.cast-name {
  font-size: 13px;
  font-weight: 800;
  color: #fdf3e2;
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 11px;
  line-height: 1.45;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.78;
  color: var(--ink-dim);
  text-align: justify;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(43, 57, 77, 0.9);
}
.synopsis-para:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.status-chip {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  border: 1px solid;
}
.status-total {
  background: rgba(43, 57, 77, 0.7);
  border-color: var(--cool-line);
  color: var(--ink-dim);
}
.status-current {
  background: rgba(239, 139, 60, 0.16);
  border-color: rgba(239, 139, 60, 0.55);
  color: var(--warm-soft);
}
.status-schedule {
  background: rgba(246, 217, 138, 0.12);
  border-color: rgba(246, 217, 138, 0.4);
  color: var(--cream);
}
.progress-track {
  position: relative;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(43, 57, 77, 0.85);
  overflow: hidden;
}
.progress-fill {
  display: block;
  width: 87.5%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #d9702a 0%, var(--warm) 55%, var(--cream) 100%);
  box-shadow: 0 0 14px rgba(239, 139, 60, 0.55);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 12px 7px 0;
  border-bottom: 1px solid rgba(43, 57, 77, 0.7);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-faint);
  letter-spacing: 0.06em;
}
.detail-value {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--ink);
  min-width: 0;
  overflow-wrap: anywhere;
}
.player-panel {
  background: linear-gradient(165deg, #1a2432 0%, #131b26 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 18px;
  box-shadow: var(--shadow-soft);
}
.player-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: #070a0f;
  box-shadow: 0 0 0 1px rgba(43, 57, 77, 0.9);
}
.player-frame video {
  display: block;
  width: 100%;
  background: #070a0f;
}
.player-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(16, 22, 31, 0.94);
  border-top: 1px solid var(--cool-line);
}
.player-bar.is-theater {
  background: rgba(239, 139, 60, 0.12);
  border-top-color: rgba(239, 139, 60, 0.45);
}
.player-btn {
  flex: 0 0 auto;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(43, 57, 77, 0.95);
  background: rgba(30, 42, 59, 0.8);
  color: var(--ink-dim);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  transition: all 0.18s ease;
}
.player-btn:hover {
  color: var(--cream);
  border-color: rgba(239, 139, 60, 0.5);
  background: rgba(239, 139, 60, 0.12);
}
.player-btn.is-active {
  color: #17110a;
  background: var(--warm-soft);
  border-color: var(--warm);
  box-shadow: 0 0 14px rgba(239, 139, 60, 0.4);
}
.player-progress {
  flex: 1 1 160px;
  min-width: 0;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 999px;
  background: rgba(43, 57, 77, 0.9);
  outline: none;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--warm);
  box-shadow: 0 0 10px rgba(239, 139, 60, 0.6);
  border: none;
}
.player-progress::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--warm);
  border: none;
  box-shadow: 0 0 10px rgba(239, 139, 60, 0.6);
}
.player-volume {
  flex: 0 1 92px;
  min-width: 60px;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 999px;
  background: rgba(43, 57, 77, 0.9);
  outline: none;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cream);
  border: none;
}
.player-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cream);
  border: none;
}
.timeline-band {
  background: linear-gradient(165deg, #1a2432 0%, #141c28 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 14px;
  box-shadow: var(--shadow-soft);
}
.timeline-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 139, 60, 0.5) transparent;
}
.timeline-scroll::-webkit-scrollbar {
  height: 6px;
}
.timeline-scroll::-webkit-scrollbar-track {
  background: rgba(43, 57, 77, 0.5);
  border-radius: 999px;
}
.timeline-scroll::-webkit-scrollbar-thumb {
  background: rgba(239, 139, 60, 0.55);
  border-radius: 999px;
}
.timeline-list {
  display: flex;
  gap: 10px;
  min-width: max-content;
  padding: 2px 2px 4px;
}
.timeline-item {
  flex: 0 0 auto;
  width: 168px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: rgba(30, 42, 59, 0.72);
  border: 1px solid rgba(43, 57, 77, 0.9);
  border-top: 2px solid rgba(239, 139, 60, 0.6);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.timeline-item:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 139, 60, 0.5);
  border-top-color: var(--warm);
}
.timeline-timecode {
  font-size: 12px;
  font-weight: 800;
  color: var(--warm-soft);
  letter-spacing: 0.06em;
}
.timeline-label {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-dim);
}
.episodes-band {
  background: linear-gradient(165deg, #1a2432 0%, #141c28 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 14px;
  box-shadow: var(--shadow-soft);
}
.episodes-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(239, 139, 60, 0.5) transparent;
}
.episodes-scroll::-webkit-scrollbar {
  height: 7px;
}
.episodes-scroll::-webkit-scrollbar-track {
  background: rgba(43, 57, 77, 0.5);
  border-radius: 999px;
}
.episodes-scroll::-webkit-scrollbar-thumb {
  background: rgba(239, 139, 60, 0.55);
  border-radius: 999px;
}
.episode-list {
  display: flex;
  gap: 12px;
  min-width: max-content;
  padding: 2px 2px 4px;
  align-items: stretch;
}
.episode-card {
  flex: 0 0 auto;
  width: 178px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 12px;
  border-radius: var(--radius-md);
  background: linear-gradient(170deg, #223046 0%, #182130 100%);
  border: 1px solid rgba(43, 57, 77, 0.9);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.episode-card:hover {
  transform: translateY(-3px);
  border-color: rgba(239, 139, 60, 0.55);
  box-shadow: 0 12px 26px rgba(239, 139, 60, 0.18);
}
.episode-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--warm);
}
.episode-title {
  font-size: 15px;
  font-weight: 800;
  color: #fdf3e2;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.6;
  color: var(--ink-dim);
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  margin-top: 4px;
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: var(--cream);
  background: rgba(246, 217, 138, 0.1);
  border: 1px solid rgba(246, 217, 138, 0.32);
  white-space: nowrap;
}
.comments-band {
  background: linear-gradient(165deg, #1a2432 0%, #141c28 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 18px;
  box-shadow: var(--shadow-soft);
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  align-items: start;
}
.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
}
.comment-right {
  flex-direction: row-reverse;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(246, 217, 138, 0.45), transparent 60%),
    linear-gradient(150deg, #3a4a61 0%, #232f40 100%);
  box-shadow: 0 0 0 2px rgba(43, 57, 77, 0.95), inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.comment-bubble {
  position: relative;
  min-width: 0;
  padding: 9px 13px 10px;
  border-radius: 14px;
  background: rgba(30, 42, 59, 0.82);
  border: 1px solid rgba(43, 57, 77, 0.95);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.comment-left .comment-bubble {
  border-top-left-radius: 4px;
  border-left: 2px solid rgba(239, 139, 60, 0.5);
}
.comment-right .comment-bubble {
  border-top-right-radius: 4px;
  border-right: 2px solid rgba(246, 217, 138, 0.42);
  background: rgba(38, 34, 30, 0.82);
}
.comment-right .comment-bubble {
  text-align: right;
}
.comment-nickname {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--warm-soft);
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.comment-right .comment-nickname {
  color: var(--cream);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ink-dim);
  overflow-wrap: anywhere;
}
.recommend-region {
  background: linear-gradient(165deg, #1a2432 0%, #141c28 100%);
  border: 1px solid var(--cool-line);
  border-radius: var(--radius-lg);
  padding: 16px 18px 18px;
  box-shadow: var(--shadow-soft);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 10px;
  border-radius: var(--radius-md);
  background: rgba(30, 42, 59, 0.72);
  border: 1px solid rgba(43, 57, 77, 0.9);
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
a.recommend-card:hover {
  color: var(--ink);
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(239, 139, 60, 0.55);
  box-shadow: 0 10px 22px rgba(239, 139, 60, 0.16);
}
[data-runtime="recommendation"] img, .recommend-pic {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  max-height: 130px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: linear-gradient(150deg, #24303f, #161e2a);
}
.recommend-name {
  font-size: 13px;
  font-weight: 800;
  color: #fdf3e2;
  letter-spacing: 0.03em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 18px 34px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid var(--cool-line);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--cream);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}
.friend-links-label {
  font-size: 12px;
  font-weight: 800;
  color: var(--warm-soft);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
a.runtime-friend-link {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(30, 42, 59, 0.7);
  border: 1px solid rgba(43, 57, 77, 0.9);
  color: var(--ink-faint);
  text-decoration: none;
  font-size: 11.5px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
a.runtime-friend-link:hover {
  color: var(--cream);
  border-color: rgba(239, 139, 60, 0.5);
  background: rgba(239, 139, 60, 0.12);
  text-decoration: none;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.65;
  color: var(--ink-faint);
  max-width: 780px;
  padding-top: 4px;
  border-top: 1px dashed rgba(43, 57, 77, 0.8);
}
@media (max-width: 1024px) {.hero-stage {
    grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
    gap: 20px;
  }
.overview-info {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 820px) {.page-main {
    gap: 18px;
    padding: 20px 14px 28px;
  }
.hero-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }
.poster-shell {
    max-width: 320px;
    margin: 0 auto;
  }
.hero-caption {
    text-align: center;
  }
.overview-info {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.cast-band, .synopsis-panel, .episode-status, .details-panel {
    grid-column: 1 / -1;
    grid-row: auto;
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }}
@media (max-width: 560px) {body {
    font-size: 13.5px;
  }
.header-bar {
    gap: 10px;
    padding: 9px 14px 7px;
  }
a[data-contract="site-name"].site-brand {
    font-size: 17px;
  }
.header-nav {
    gap: 4px;
  }
a.nav-link {
    padding: 4px 9px;
    font-size: 12px;
  }
.category-strip {
    padding: 0 14px 9px;
    gap: 6px;
  }
a.runtime-category {
    font-size: 11.5px;
    padding: 3px 9px;
  }
.page-main {
    padding: 16px 12px 24px;
    gap: 16px;
  }
.hero-stage {
    padding: 15px;
    border-radius: var(--radius-md);
  }
.movie-title {
    font-size: 23px;
  }
.movie-tagline {
    font-size: 13.5px;
  }
.movie-seo {
    font-size: 12.5px;
  }
.hero-actions {
    gap: 8px;
  }
a.btn-primary, .btn-ghost {
    padding: 8px 16px;
    font-size: 13px;
  }
.cast-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-row {
    padding-right: 0;
  }
.player-panel, .timeline-band, .episodes-band, .comments-band, .recommend-region {
    padding: 14px 14px 16px;
    border-radius: var(--radius-md);
  }
.player-bar {
    gap: 6px;
    padding: 9px 10px;
  }
.player-btn {
    padding: 4px 10px;
    font-size: 11.5px;
  }
.player-progress {
    flex: 1 1 100%;
  }
.player-volume {
    flex: 0 1 72px;
  }
.timeline-item {
    width: 148px;
  }
.episode-card {
    width: 162px;
  }
.comment-avatar {
    width: 30px;
    height: 30px;
  }
.comment-bubble {
    padding: 8px 11px 9px;
  }
.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(136px, 1fr));
    gap: 10px;
  }
.recommend-name {
    font-size: 12.5px;
  }
.recommend-blurb {
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
.site-footer {
    padding: 18px 14px 28px;
    gap: 12px;
  }
.footer-nav {
    gap: 14px;
  }
.friend-links {
    gap: 6px 9px;
  }}
@media (max-width: 380px) {.recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
  }
.episode-card {
    width: 152px;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !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}
