*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, ul, ol, 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 {
  font: inherit;
  color: inherit;
}
:root {
  --ink: #0d1117;
  --ink-2: #141b24;
  --ink-3: #1c2531;
  --steel: #2b3644;
  --steel-2: #3a4759;
  --ice: #9fb3c8;
  --ice-dim: #6d8299;
  --fog: #c8d4e0;
  --bone: #e6e1d8;
  --copper: #a9713c;
  --copper-bright: #c98b4b;
  --blood: #7c1f22;
  --blood-bright: #a3262b;
  --line: rgba(159, 179, 200, 0.16);
  --line-strong: rgba(169, 113, 60, 0.4);
  --timeline-h: 2px;
}
body {
  background: var(--ink);
  color: var(--fog);
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
.page-main {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 clamp(12px, 2.4vw, 32px) 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  padding: 10px clamp(12px, 2.4vw, 32px);
  background: linear-gradient(180deg, #0c1219 0%, #0e151d 100%);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 24px -18px rgba(0, 0, 0, 0.95);
}
.brand {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0.14em;
  color: var(--bone);
  text-transform: uppercase;
  padding: 2px 0;
  border-left: 3px solid var(--blood);
  padding-left: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.brand:hover {
  color: var(--copper-bright);
}
.categories-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-left: auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ice);
  padding: 4px 10px;
  border: 1px solid var(--line);
  background: rgba(159, 179, 200, 0.05);
  text-decoration: none;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover {
  color: var(--bone);
  border-color: var(--copper);
  background: rgba(169, 113, 60, 0.16);
}
.hero-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 24px;
}
.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 42px);
  align-items: start;
  padding: 26px clamp(16px, 3vw, 40px) 30px;
  background:
    radial-gradient(120% 130% at 8% 108%, rgba(124, 31, 34, 0.28) 0%, rgba(124, 31, 34, 0) 46%),
    radial-gradient(90% 100% at 88% -14%, rgba(159, 179, 200, 0.16) 0%, rgba(159, 179, 200, 0) 60%),
    linear-gradient(168deg, #1b2531 0%, #131b25 52%, #0e151d 100%);
  border: 1px solid var(--line);
  overflow: hidden;
}
.hero-stage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--blood), var(--copper) 34%, rgba(169, 113, 60, 0) 78%);
  opacity: 0.7;
}
.hero-poster-wrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 2 / 3;
  border: 1px solid var(--line-strong);
  background: #0a0f15;
  box-shadow: 14px 16px 40px -22px rgba(0, 0, 0, 1);
  overflow: hidden;
}
.hero-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06) brightness(0.94);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding-top: 4px;
}
.movie-title {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 5.4vw, 62px);
  line-height: 1.02;
  letter-spacing: 0.04em;
  color: var(--bone);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6), 0 0 34px rgba(159, 179, 200, 0.18);
}
.movie-tagline {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--copper-bright);
  padding-left: 12px;
  border-left: 2px solid var(--blood);
}
.movie-seo-lede {
  max-width: 62ch;
  font-size: 13.5px;
  line-height: 1.72;
  color: var(--ice);
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.player-shell {
  position: relative;
  width: 100%;
  background: #05080c;
  border: 1px solid var(--steel);
  box-shadow: 0 24px 60px -34px rgba(0, 0, 0, 1);
  display: flex;
  flex-direction: column;
}
.player-shell.theater-mode {
  border-color: var(--copper);
  box-shadow: 0 0 0 1px rgba(169, 113, 60, 0.35), 0 30px 80px -30px rgba(0, 0, 0, 1);
}
.player-shell.lights-off {
  background: #000;
}
.player-shell.lights-off .player-controls {
  opacity: 0.4;
}
.player-shell.lights-off:hover .player-controls {
  opacity: 1;
}
.player-video {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 10px 12px;
  background: linear-gradient(180deg, #131b25 0%, #0d141c 100%);
  border-top: 1px solid var(--line);
  transition: opacity 0.25s ease;
}
.control-btn {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: var(--fog);
  background: var(--ink-3);
  border: 1px solid var(--steel-2);
  padding: 6px 11px;
  cursor: pointer;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.control-btn:hover {
  background: var(--steel);
  border-color: var(--copper);
  color: var(--bone);
}
.control-btn:active {
  background: var(--blood);
  border-color: var(--blood-bright);
}
.control-btn.play, .control-btn.click {
  border-color: var(--copper);
  color: var(--bone);
}
.control-btn.mute, .control-btn.volume {
  color: var(--ice);
}
.control-btn.fullscreen, .control-btn.theater, .control-btn.pip {
  color: var(--ice-dim);
}
.control-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: var(--steel);
  border: none;
  outline: none;
  cursor: pointer;
  flex: 1 1 120px;
  min-width: 90px;
  max-width: 100%;
  accent-color: var(--copper);
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  background: var(--copper-bright);
  border: 1px solid #1a1208;
  border-radius: 0;
  cursor: pointer;
}
.control-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: var(--copper-bright);
  border: 1px solid #1a1208;
  border-radius: 0;
  cursor: pointer;
}
.control-range.progress {
  flex: 2 1 180px;
}
.overview-panels {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.panel-heading, .section-heading {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-weight: 900;
  color: var(--bone);
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel-heading {
  font-size: 15px;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.panel-heading::before, .section-heading::before {
  content: "";
  flex: none;
  width: 4px;
  height: 1em;
  background: var(--blood);
  box-shadow: 0 0 10px rgba(163, 38, 43, 0.5);
}
.cast-panel, .synopsis-panel, .episode-status-panel, .details-panel {
  background: linear-gradient(180deg, #131b25 0%, #101720 100%);
  padding: 16px 18px 18px;
  min-width: 0;
}
.cast-panel {
  grid-column: 1 / -1;
}
.synopsis-panel {
  grid-column: 1 / -1;
}
.episode-status-panel {
  grid-column: 1 / 2;
}
.details-panel {
  grid-column: 2 / 3;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.cast-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 10px 6px;
  background: rgba(159, 179, 200, 0.045);
  border: 1px solid var(--line);
  transition: border-color 0.18s ease, background 0.18s ease;
}
.cast-card:hover {
  border-color: var(--line-strong);
  background: rgba(169, 113, 60, 0.1);
}
.cast-avatar {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(230, 225, 216, 0.5) 0%, rgba(230, 225, 216, 0) 62%),
    linear-gradient(150deg, #4a5a6d 0%, #2b3644 62%, #1a2330 100%);
  border: 1px solid var(--copper);
  filter: grayscale(0.3) sepia(0.12);
  flex: none;
}
.cast-name {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--bone);
  text-align: center;
  line-height: 1.2;
}
.synopsis-para {
  font-size: 13px;
  line-height: 1.78;
  color: var(--ice);
  text-indent: 2em;
  margin-bottom: 8px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.synopsis-para::first-letter {
  color: var(--copper-bright);
  font-size: 1.16em;
}
.status-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed var(--line);
}
.status-row:last-child {
  border-bottom: none;
}
.status-label {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ice-dim);
}
.status-value {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--copper-bright);
  line-height: 1;
  letter-spacing: 0.02em;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.detail-key {
  flex: none;
  width: 5.2em;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ice-dim);
}
.detail-val {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: var(--fog);
  line-height: 1.5;
}
.timeline-section, .episodes-section, .comments-section, .rec-region {
  min-width: 0;
}
.section-heading {
  font-size: 17px;
  margin-bottom: 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 8px;
  padding-top: 4px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: var(--timeline-h);
  background: linear-gradient(90deg, rgba(169, 113, 60, 0.15) 0%, var(--copper) 12%, var(--copper) 88%, rgba(169, 113, 60, 0.15) 100%);
  opacity: 0.55;
  z-index: 0;
}
.timeline-node {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 0 6px 0 0;
  min-width: 0;
}
.timeline-dot {
  display: block;
  width: 13px;
  height: 13px;
  margin: 9px 0 0;
  background: var(--ink);
  border: 2px solid var(--copper);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(13, 17, 23, 0.95);
}
.timeline-time {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--ice-dim);
  white-space: nowrap;
}
.timeline-label {
  font-size: 12.5px;
  line-height: 1.45;
  color: var(--ice);
}
.timeline-node-active .timeline-dot {
  background: var(--blood-bright);
  border-color: var(--blood-bright);
  box-shadow: 0 0 0 3px rgba(13, 17, 23, 0.95), 0 0 14px rgba(163, 38, 43, 0.85);
}
.timeline-node-active .timeline-time {
  color: var(--blood-bright);
}
.timeline-node-active .timeline-label {
  color: var(--bone);
  font-weight: 700;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: linear-gradient(180deg, #131b25 0%, #101720 100%);
  border: 1px solid var(--line);
  border-left: 3px solid var(--steel-2);
  min-width: 0;
  transition: border-color 0.18s ease, background 0.18s ease;
}
.episode-card:hover {
  border-color: var(--line-strong);
  border-left-color: var(--copper);
  background: linear-gradient(180deg, #17212d 0%, #111922 100%);
}
.episode-card-active {
  border-left-color: var(--blood-bright);
  background:
    linear-gradient(180deg, rgba(124, 31, 34, 0.22) 0%, rgba(16, 23, 32, 0.9) 74%),
    linear-gradient(180deg, #131b25 0%, #101720 100%);
}
.episode-title {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--bone);
  line-height: 1.35;
}
.episode-number {
  flex: none;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: var(--copper-bright);
  font-variant-numeric: tabular-nums;
}
.episode-card-active .episode-number {
  color: var(--blood-bright);
}
.episode-duration {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--ice-dim);
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--ice);
  border-top: 1px dashed var(--line);
  padding-top: 6px;
}
.episode-summary > summary {
  cursor: pointer;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--copper);
  list-style: none;
  user-select: none;
}
.episode-summary > summary::-webkit-details-marker {
  display: none;
}
.episode-summary > summary::before {
  content: "▸ ";
  color: var(--blood-bright);
}
.episode-summary[open] > summary::before {
  content: "▾ ";
}
.episode-summary > summary:hover {
  color: var(--copper-bright);
}
.episode-summary > p {
  margin-top: 6px;
  color: var(--ice);
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  border-top: 1px solid var(--line);
}
.comment-item {
  display: grid;
  grid-template-columns: 8.5em minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.comment-nickname {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--copper-bright);
  line-height: 1.5;
  padding-right: 10px;
  border-right: 1px solid var(--line);
  word-break: break-all;
}
.comment-text {
  font-size: 13px;
  line-height: 1.72;
  color: var(--fog);
  min-width: 0;
}
.rec-grid {
  display: grid;
  gap: 10px;
}
.rec-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rec-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.rec-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.rec-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  background: linear-gradient(180deg, #131b25 0%, #101720 100%);
  border: 1px solid var(--line);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}
a.rec-item:hover {
  border-color: var(--line-strong);
  background: linear-gradient(180deg, #17212d 0%, #111922 100%);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #0a0f15;
  border: 1px solid var(--line);
  filter: saturate(0.8) contrast(1.05) brightness(0.92);
}
.rec-pic {
  display: block;
  width: 100%;
}
.rec-name {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: var(--bone);
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-blurb {
  font-size: 12px;
  line-height: 1.6;
  color: var(--ice-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-region:nth-of-type(odd) .section-heading::before {
  background: var(--copper);
}
.rec-region:nth-of-type(even) .section-heading::before {
  background: var(--blood-bright);
}
.site-footer {
  margin-top: 8px;
  padding: 22px clamp(12px, 2.4vw, 32px) 34px;
  background: linear-gradient(180deg, #0e151d 0%, #090e14 100%);
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  color: var(--ice);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.16s ease, border-color 0.16s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--copper-bright);
  border-bottom-color: var(--copper);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  font-size: 12px;
  line-height: 1.6;
  color: var(--ice-dim);
}
.friend-links-label {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--copper);
  padding-right: 10px;
  border-right: 1px solid var(--line);
  white-space: nowrap;
}
a.runtime-friend-link {
  color: var(--ice-dim);
  text-decoration: none;
  border-bottom: 1px dotted rgba(159, 179, 200, 0.3);
  transition: color 0.16s ease, border-color 0.16s ease;
}
a.runtime-friend-link:hover {
  color: var(--fog);
  border-bottom-color: var(--copper);
}
.footer-disclaimer {
  max-width: 78ch;
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(109, 130, 153, 0.85);
  border-top: 1px solid var(--line);
  padding-top: 10px;
  width: 100%;
}
@media (max-width: 1080px) {.cast-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 10px;
    padding-top: 0;
  }
.timeline-track::before {
    display: none;
  }
.timeline-node {
    padding: 8px 8px 8px 0;
    border-top: 1px solid var(--line);
  }
.timeline-dot {
    margin-top: 0;
  }}
@media (max-width: 860px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr);
    padding: 20px 16px 24px;
  }
.hero-poster-wrap {
    max-width: 200px;
  }
.overview-panels {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-panel, .synopsis-panel, .episode-status-panel, .details-panel {
    grid-column: 1 / -1;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.rec-grid-5, .rec-grid-4, .rec-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 620px) {body {
    font-size: 13.5px;
  }
.page-main {
    gap: 26px;
  }
.site-header {
    gap: 8px 12px;
  }
.categories-shell {
    margin-left: 0;
    width: 100%;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
.comment-nickname {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 4px;
    width: 100%;
  }
.rec-grid-5, .rec-grid-4, .rec-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
[data-runtime="recommendation"] img {
    aspect-ratio: 16 / 9;
  }
.control-btn {
    font-size: 11px;
    padding: 5px 9px;
  }
.player-controls {
    gap: 6px;
    padding: 8px 10px;
  }
.footer-disclaimer {
    font-size: 11px;
  }}
@media (max-width: 400px) {.cast-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.movie-title {
    font-size: 28px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !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}
