:root {
  --ink: #060809;
  --ink-2: #0b1011;
  --ink-3: #101819;
  --teal-deep: #10201f;
  --teal: #1b3330;
  --teal-soft: #24413c;
  --tungsten: #c8a24a;
  --tungsten-dim: #8a6f33;
  --tungsten-soft: #e0c67c;
  --warning: #b62b2b;
  --warning-deep: #7d1c1c;
  --ash: #9a9a92;
  --ash-dim: #6d706c;
  --text: #c9c6bb;
  --line: rgba(200, 162, 74, 0.16);
  --line-soft: rgba(154, 154, 146, 0.14);
  --paper: #d9d2bf;
  --paper-ink: #1c1a15;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--ink);
  color: var(--text);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3, p, ul, ol, li, figure, dl, dd, dt {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, video {
  font: inherit;
  color: inherit;
}
button {
  cursor: pointer;
}
::selection {
  background: var(--warning-deep);
  color: #f2ecd8;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(6, 8, 9, 0.98) 0%, rgba(6, 8, 9, 0.86) 100%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(6px);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"].brand {
  flex: 0 0 auto;
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--tungsten-soft);
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 14px rgba(200, 162, 74, 0.28);
  padding: 2px 0;
}
.category-rail {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding: 2px 0;
}
.category-rail::-webkit-scrollbar {
  display: none;
}
a.runtime-category {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-block;
  padding: 3px 9px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ash);
  text-decoration: none;
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  background: rgba(27, 51, 48, 0.28);
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--tungsten-soft);
  border-color: rgba(200, 162, 74, 0.5);
  background: rgba(36, 65, 60, 0.5);
}
.page-main {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}
.movie-overview {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 16px 0 18px;
  border-bottom: 1px solid var(--line);
}
.overview-stage {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.poster-column {
  position: relative;
  align-self: start;
}
.poster-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(200, 162, 74, 0.22);
  box-shadow: 0 18px 42px -22px rgba(0, 0, 0, 0.95), inset 0 0 60px rgba(0, 0, 0, 0.6);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.95) 100%),
    radial-gradient(80% 60% at 78% 26%, rgba(182, 43, 43, 0.3) 0%, rgba(182, 43, 43, 0) 62%),
    linear-gradient(0deg, rgba(16, 32, 31, 0.55) 0%, rgba(16, 32, 31, 0) 46%);
  mix-blend-mode: normal;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.06) brightness(0.88) sepia(0.14);
}
.overview-side {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  align-self: start;
}
.title-block {
  position: relative;
  padding: 4px 0 10px 14px;
  border-left: 2px solid var(--warning);
  border-bottom: 1px solid var(--line-soft);
}
.movie-title {
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: clamp(26px, 4.4vw, 44px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: 0.02em;
  color: #e6ddc4;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9), 0 0 26px rgba(200, 162, 74, 0.16);
  -webkit-text-stroke: 0.4px rgba(0, 0, 0, 0.55);
}
.movie-tagline {
  margin-top: 6px;
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--tungsten);
  text-transform: none;
}
.movie-tagline::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-right: 8px;
  vertical-align: middle;
  background: var(--warning);
}
.cast-panel {
  border-top: 1px solid var(--line-soft);
  padding-top: 10px;
}
.panel-heading {
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.26em;
  color: var(--tungsten);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.panel-heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  vertical-align: 1px;
  background: var(--warning);
  box-shadow: 0 0 8px rgba(182, 43, 43, 0.8);
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  min-width: 0;
  background: linear-gradient(180deg, rgba(27, 51, 48, 0.42) 0%, rgba(16, 32, 31, 0.32) 100%);
  border: 1px solid var(--line-soft);
  border-radius: 2px;
}
.cast-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(224, 198, 124, 0.6) 0%, rgba(224, 198, 124, 0) 58%),
    linear-gradient(140deg, var(--teal-soft) 0%, var(--ink-3) 100%);
  border: 1px solid rgba(200, 162, 74, 0.28);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}
.cast-name {
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #d6cdb3;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.player-shell {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  border: 1px solid rgba(200, 162, 74, 0.2);
  box-shadow: 0 20px 40px -26px rgba(0, 0, 0, 0.95);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(16, 32, 31, 0.9) 0%, rgba(6, 8, 9, 0.96) 100%);
  border-top: 1px solid var(--line);
}
.control-btn {
  flex: 0 0 auto;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--ash);
  background: rgba(27, 51, 48, 0.5);
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  transition: color 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}
.control-btn:hover, .control-btn:focus-visible {
  color: var(--tungsten-soft);
  border-color: rgba(200, 162, 74, 0.46);
  background: rgba(36, 65, 60, 0.62);
}
.control-btn.is-active {
  color: #f0e4c2;
  border-color: var(--warning);
  background: rgba(125, 28, 28, 0.42);
  box-shadow: 0 0 10px -2px rgba(182, 43, 43, 0.7);
}
.control-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, rgba(200, 162, 74, 0.55) 0%, rgba(36, 65, 60, 0.7) 100%);
  border-radius: 2px;
  outline: none;
}
.control-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--tungsten-soft);
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(200, 162, 74, 0.7);
}
.control-progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background: var(--tungsten-soft);
}
.control-volume {
  flex: 0 1 92px;
  min-width: 64px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(36, 65, 60, 0.8);
  border-radius: 2px;
  outline: none;
}
.control-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ash);
}
.control-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: var(--ash);
}
.player-shell.is-playing {
  border-color: rgba(200, 162, 74, 0.42);
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px var(--warning), 0 24px 52px -26px rgba(0, 0, 0, 0.98);
}
.player-shell.is-lights-off {
  background: #000;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.34;
}
.synopsis-panel {
  padding: 12px 0 14px;
  border-bottom: 1px solid var(--line);
}
.synopsis-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 8px 22px;
  align-items: start;
}
.synopsis-paragraph {
  position: relative;
  padding-left: 10px;
  font-size: 13.5px;
  line-height: 1.66;
  color: #a9a79c;
  text-align: justify;
}
.synopsis-paragraph::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(180deg, rgba(200, 162, 74, 0.5) 0%, rgba(200, 162, 74, 0) 100%);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.status-item {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--tungsten);
  border: 1px solid rgba(200, 162, 74, 0.26);
  border-radius: 2px;
  background: rgba(27, 51, 48, 0.32);
}
.status-item:first-child {
  color: #e8d9ae;
  border-color: rgba(182, 43, 43, 0.6);
  background: rgba(125, 28, 28, 0.28);
}
.details-panel {
  padding: 12px 0 16px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0 20px;
  align-items: start;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid var(--line-soft);
}
.detail-key {
  flex: 0 0 62px;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--ash-dim);
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: #bdb9ac;
  letter-spacing: 0.03em;
}
.section-heading {
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #ded4b6;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--warning);
  box-shadow: 0 0 10px rgba(182, 43, 43, 0.8);
}
.timeline-section {
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--line);
}
.film-strip {
  position: relative;
  padding: 10px 0;
  background:
    linear-gradient(180deg, rgba(16, 32, 31, 0.5) 0%, rgba(6, 8, 9, 0.9) 100%);
  border-top: 1px dashed rgba(200, 162, 74, 0.24);
  border-bottom: 1px dashed rgba(200, 162, 74, 0.24);
}
.film-strip::before, .film-strip::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(200, 162, 74, 0.34) 0 6px,
    rgba(0, 0, 0, 0) 6px 14px
  );
}
.film-strip::before {
  top: 0;
}
.film-strip::after {
  bottom: 0;
}
.strip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: 6px 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 162, 74, 0.4) rgba(0, 0, 0, 0);
}
.strip-track::-webkit-scrollbar {
  height: 6px;
}
.strip-track::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.4);
}
.strip-track::-webkit-scrollbar-thumb {
  background: rgba(200, 162, 74, 0.4);
  border-radius: 3px;
}
.strip-cell {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-self: start;
  padding: 8px;
  background: linear-gradient(180deg, rgba(27, 51, 48, 0.4) 0%, rgba(11, 16, 17, 0.7) 100%);
  border: 1px solid var(--line-soft);
}
.strip-frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(200, 162, 74, 0.18);
}
.strip-thumb {
  display: block;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(60% 60% at 30% 30%, rgba(224, 198, 124, 0.24) 0%, rgba(224, 198, 124, 0) 70%),
    radial-gradient(50% 50% at 82% 74%, rgba(182, 43, 43, 0.34) 0%, rgba(182, 43, 43, 0) 72%),
    linear-gradient(150deg, var(--teal-soft) 0%, var(--ink-2) 100%);
  filter: saturate(0.8);
}
.strip-time {
  display: inline-block;
  align-self: flex-start;
  font-family: "Arial Narrow", "PingFang SC", monospace, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--tungsten);
  padding: 1px 6px;
  background: rgba(0, 0, 0, 0.5);
  border-left: 2px solid var(--warning);
}
.strip-label {
  font-size: 12.5px;
  line-height: 1.55;
  color: #a5a297;
}
.episodes-section {
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--line);
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: start;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(27, 51, 48, 0.3) 0%, rgba(11, 16, 17, 0.55) 100%);
  border: 1px solid var(--line-soft);
  border-left: 2px solid rgba(182, 43, 43, 0.5);
}
.episode-head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.episode-number {
  flex: 0 0 auto;
  font-family: "Arial Narrow", "PingFang SC", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--warning);
  padding: 1px 6px;
  border: 1px solid rgba(182, 43, 43, 0.42);
  background: rgba(125, 28, 28, 0.2);
}
.episode-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d8cfb5;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-duration {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--ash-dim);
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.55;
  color: #9c9a90;
}
.comments-section {
  padding: 14px 0 18px;
  border-bottom: 1px solid var(--line);
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-note {
  align-self: start;
  padding: 10px 12px;
  background: linear-gradient(160deg, #d9d2bf 0%, #c6bda6 100%);
  color: var(--paper-ink);
  border: 1px solid rgba(0, 0, 0, 0.28);
  box-shadow: 0 12px 22px -14px rgba(0, 0, 0, 0.95);
  transform: rotate(-0.6deg);
}
.comment-note:nth-child(2n) {
  transform: rotate(0.7deg);
  background: linear-gradient(160deg, #cfd4c6 0%, #b9bfb0 100%);
}
.comment-note:nth-child(3n) {
  transform: rotate(-1.1deg);
  background: linear-gradient(160deg, #dcd2b6 0%, #c7b994 100%);
}
.comment-note:nth-child(5n) {
  transform: rotate(1.2deg);
}
.comment-nickname {
  display: inline-block;
  font-family: "Arial Narrow", "PingFang SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #6b2b22;
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: 1px dashed rgba(28, 26, 21, 0.34);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.6;
  color: #26231c;
}
.recommend-region {
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--line-soft);
}
.recommend-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-self: start;
  padding: 7px;
  color: inherit;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(27, 51, 48, 0.34) 0%, rgba(11, 16, 17, 0.6) 100%);
  border: 1px solid var(--line-soft);
  border-radius: 2px;
  transition: border-color 0.16s ease, transform 0.16s ease;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: rgba(200, 162, 74, 0.46);
  transform: translateY(-1px);
}
.recommend-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(200, 162, 74, 0.16);
}
[data-runtime="recommendation"] img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.05) brightness(0.9);
}
.recommend-name {
  display: block;
  font-family: "Arial Narrow", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #d4cbb1;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #8f8d84;
}
.site-footer {
  margin-top: 0;
  padding: 16px 16px 26px;
  background: linear-gradient(180deg, var(--ink) 0%, #040606 70%, #0a0505 100%);
  border-top: 1px solid var(--line);
  text-align: left;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line-soft);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: var(--ash);
  text-decoration: none;
  border-bottom: 1px solid rgba(154, 154, 146, 0.28);
  padding-bottom: 1px;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--tungsten-soft);
  border-color: rgba(200, 162, 74, 0.6);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 12px;
  max-width: 1180px;
  margin: 10px auto 0;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ash-dim);
  border-right: 1px solid var(--line-soft);
  padding-right: 10px;
}
a.runtime-friend-link {
  font-size: 12px;
  color: #6f7c78;
  text-decoration: none;
  border-bottom: 1px dotted rgba(111, 124, 120, 0.5);
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--tungsten);
  border-color: rgba(200, 162, 74, 0.6);
}
.footer-disclaimer {
  max-width: 1180px;
  margin: 12px auto 0;
  font-size: 11.5px;
  line-height: 1.6;
  color: #5f625f;
}
@media (max-width: 860px) {.overview-stage {
    grid-template-columns: minmax(180px, 232px) minmax(0, 1fr);
    gap: 14px;
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 680px) {.page-main {
    padding: 0 12px;
  }
.header-inner {
    padding: 7px 12px;
    gap: 10px;
  }
.overview-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.poster-column {
    max-width: 260px;
  }
.movie-title {
    font-size: clamp(24px, 8vw, 34px);
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-row {
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  }
.strip-track {
    grid-auto-columns: minmax(168px, 1fr);
  }
.control-progress {
    flex: 1 1 100%;
    order: 3;
  }
.site-footer {
    padding: 14px 12px 24px;
  }}
@media (max-width: 420px) {.recommend-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.control-btn {
    padding: 5px 8px;
    font-size: 11px;
  }}

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}
