*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: #071a15;
  color: #cfe3d8;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", "Noto Sans CJK SC", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  background-image:
    radial-gradient(120% 60% at 82% -8%, rgba(255, 106, 158, 0.16), transparent 62%),
    radial-gradient(90% 48% at 8% 4%, rgba(255, 196, 92, 0.08), transparent 60%),
    linear-gradient(180deg, #061713 0%, #08201a 42%, #050f0c 100%);
  background-attachment: fixed;
}
img, video {
  display: block;
  max-width: 100%;
}
h1, h2, h3, p, ol, ul, dl, dd {
  margin: 0;
}
ol, ul {
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.movie-title, .section-heading, .episode-title, .comment-nickname {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", "MingLiU", serif;
  font-weight: 700;
  color: #f4e6d2;
  letter-spacing: 0.02em;
}
.movie-tagline, .synopsis-para:last-child, .comment-text {
  font-family: "Kaiti SC", "STKaiti", "KaiTi", "Noto Serif CJK SC", serif;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(5, 20, 16, 0.96) 0%, rgba(5, 20, 16, 0.82) 100%);
  border-bottom: 1px solid rgba(255, 106, 158, 0.22);
  box-shadow: 0 1px 0 rgba(255, 196, 92, 0.08), 0 8px 24px -18px rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-brand {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #ffd68a;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255, 196, 92, 0.45), 0 0 26px rgba(255, 106, 158, 0.22);
  white-space: nowrap;
  padding: 2px 0;
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #ffe9bd;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(255, 106, 158, 0.7);
}
.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}
.runtime-category, a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #9fc4b4;
  text-decoration: none;
  padding: 2px 8px;
  border: 1px solid rgba(159, 196, 180, 0.24);
  border-radius: 2px;
  background: rgba(10, 38, 30, 0.5);
  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: #ffd68a;
  border-color: rgba(255, 196, 92, 0.55);
  background: rgba(30, 20, 12, 0.6);
  text-decoration: none;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 20px 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section-heading {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 9px;
  padding-left: 9px;
  border-left: 3px solid #ff6a9e;
  color: #f6e3c8;
  letter-spacing: 0.1em;
}
.movie-overview {
  position: relative;
  padding: 16px 18px 18px;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(9, 33, 26, 0.94) 0%, rgba(6, 22, 18, 0.94) 100%);
  border: 1px solid rgba(255, 196, 92, 0.16);
  box-shadow: inset 0 0 60px -30px rgba(255, 106, 158, 0.5), 0 10px 30px -26px #000;
  overflow: hidden;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 42% at 8% 0%, rgba(255, 196, 92, 0.1), transparent 70%),
    radial-gradient(46% 38% at 96% 100%, rgba(255, 106, 158, 0.12), transparent 72%);
}
.overview-head {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 106, 158, 0.18);
}
.movie-title {
  font-size: 26px;
  line-height: 1.28;
  letter-spacing: 0.04em;
  text-shadow: 0 0 22px rgba(255, 106, 158, 0.28);
}
.movie-tagline {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6;
  color: #ffc46a;
  letter-spacing: 0.06em;
  text-shadow: 0 0 14px rgba(255, 196, 92, 0.3);
}
.overview-body {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 232px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.overview-poster-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
  min-width: 0;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 2px;
  background: #04120e;
  border: 1px solid rgba(255, 196, 92, 0.24);
  box-shadow: 0 0 0 1px rgba(255, 106, 158, 0.18), 0 14px 30px -22px #000;
}
.poster-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.05) brightness(0.94);
}
.episode-status {
  padding: 5px 9px;
  border-radius: 2px;
  background: rgba(255, 106, 158, 0.1);
  border: 1px solid rgba(255, 106, 158, 0.3);
}
.status-line {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #ffd0a6;
  white-space: nowrap;
}
.overview-info-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 0;
}
.synopsis-panel {
  min-width: 0;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.78;
  color: #c6dbd0;
  margin-bottom: 7px;
  text-align: justify;
}
.synopsis-para:first-of-type::first-letter {
  font-family: "Songti SC", "STSong", serif;
  font-size: 1.9em;
  float: left;
  line-height: 0.9;
  padding: 2px 6px 0 0;
  color: #ff6a9e;
}
.synopsis-para:last-child {
  margin-bottom: 0;
  color: #e7d9bd;
  letter-spacing: 0.03em;
}
.overview-lower {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding-top: 13px;
  border-top: 1px solid rgba(159, 196, 180, 0.14);
}
.timeline-panel, .cast-panel {
  min-width: 0;
}
.timeline-list {
  position: relative;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 106, 158, 0.7), rgba(255, 196, 92, 0.35) 60%, rgba(159, 196, 180, 0.12));
}
.timeline-node {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 3px 9px;
  font-size: 12.5px;
  line-height: 1.6;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #071a15;
  border: 1px solid #ff6a9e;
  box-shadow: 0 0 8px rgba(255, 106, 158, 0.7);
}
.timeline-code {
  font-family: "SFMono-Regular", "Menlo", "Consolas", "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #ffc46a;
  white-space: nowrap;
  padding: 1px 5px;
  border-radius: 2px;
  background: rgba(255, 196, 92, 0.08);
}
.timeline-label {
  color: #b9d0c5;
  min-width: 0;
}
.cast-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cast-member {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  font-size: 13px;
  padding: 3px 6px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(255, 106, 158, 0) 0%, rgba(255, 106, 158, 0.07) 100%);
  border-right: 2px solid rgba(255, 106, 158, 0.34);
}
.cast-thumb {
  order: 2;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 196, 92, 0.6), transparent 58%),
    radial-gradient(circle at 70% 76%, rgba(255, 106, 158, 0.55), transparent 62%),
    #0d2c24;
  border: 1px solid rgba(255, 196, 92, 0.34);
  box-shadow: 0 0 10px -2px rgba(255, 106, 158, 0.6);
}
.cast-name {
  order: 1;
  color: #e2d6bd;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.details-panel {
  padding-top: 13px;
  border-top: 1px solid rgba(159, 196, 180, 0.14);
  min-width: 0;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px 14px;
}
.detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(159, 196, 180, 0.16);
  min-width: 0;
}
.detail-key {
  flex: 0 0 auto;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: #7fa595;
}
.detail-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #e6dcc6;
  overflow-wrap: anywhere;
}
.player-panel {
  position: relative;
  padding: 0;
  border-radius: 3px;
  background: #04100d;
  border: 1px solid rgba(255, 106, 158, 0.2);
  box-shadow: 0 0 44px -26px rgba(255, 106, 158, 0.9), inset 0 0 0 1px rgba(255, 196, 92, 0.06);
  overflow: hidden;
}
.player-panel video {
  display: block;
  width: 100%;
  max-width: 100%;
  background: #02100c;
  border-bottom: 1px solid rgba(255, 196, 92, 0.14);
}
.player-panel.is-fullscreen video, .player-panel video.is-fullscreen, .player-panel video.is-pip {
  border-bottom-color: transparent;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(8, 28, 22, 0.96), rgba(4, 16, 13, 0.96));
}
.ctrl-btn {
  flex: 0 0 auto;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #cfe3d8;
  background: rgba(12, 40, 32, 0.9);
  border: 1px solid rgba(159, 196, 180, 0.28);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.14s ease, border-color 0.14s ease, background-color 0.14s ease, box-shadow 0.14s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: #ffd68a;
  border-color: rgba(255, 196, 92, 0.6);
  background: rgba(30, 22, 12, 0.9);
  box-shadow: 0 0 12px -4px rgba(255, 196, 92, 0.8);
}
.ctrl-btn.is-active, .ctrl-btn.play, .ctrl-btn.pause, .ctrl-btn.mute, .ctrl-btn.volume, .ctrl-btn.speed, .ctrl-btn.progress, .ctrl-btn.pip, .ctrl-btn.fullscreen, .ctrl-btn.theater, .ctrl-btn.light, .ctrl-btn.click, .ctrl-btn.input, .ctrl-btn.boolean, .ctrl-btn.data-player-action, .ctrl-btn.player, .ctrl-btn.timeupdate {
  color: #ffd68a;
  border-color: rgba(255, 196, 92, 0.6);
  background: rgba(34, 22, 12, 0.92);
}
.ctrl-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, #ff6a9e 0%, #ffc46a 100%);
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffe9bd;
  border: 1px solid #ff6a9e;
  box-shadow: 0 0 8px rgba(255, 106, 158, 0.9);
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffe9bd;
  border: 1px solid #ff6a9e;
  box-shadow: 0 0 8px rgba(255, 106, 158, 0.9);
}
.ctrl-volume {
  flex: 0 1 96px;
  min-width: 64px;
  height: 4px;
  margin: 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(159, 196, 180, 0.28);
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc46a;
  border: 1px solid rgba(255, 196, 92, 0.8);
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffc46a;
  border: 1px solid rgba(255, 196, 92, 0.8);
}
.ctrl-select {
  flex: 0 0 auto;
  padding: 4px 6px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #cfe3d8;
  background: rgba(12, 40, 32, 0.9);
  border: 1px solid rgba(159, 196, 180, 0.28);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-select:focus-visible {
  outline: 1px solid rgba(255, 196, 92, 0.7);
}
body.theater-mode .site-header {
  opacity: 0.28;
  transition: opacity 0.2s ease;
}
body.theater-mode .page-main {
  padding-top: 8px;
}
body.lights-off {
  background: #000;
  background-image: none;
}
body.lights-off .site-header, body.lights-off .movie-overview, body.lights-off .episodes-section, body.lights-off .comments-section, body.lights-off .recommend-region, body.lights-off .site-footer {
  opacity: 0.18;
  transition: opacity 0.24s ease;
}
body.lights-off .player-panel {
  opacity: 1;
  border-color: rgba(255, 196, 92, 0.4);
  box-shadow: 0 0 70px -18px rgba(255, 106, 158, 0.85);
}
.episodes-section {
  min-width: 0;
}
.episodes-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 106, 158, 0.55) transparent;
}
.episodes-scroller::-webkit-scrollbar {
  height: 6px;
}
.episodes-scroller::-webkit-scrollbar-track {
  background: rgba(159, 196, 180, 0.08);
  border-radius: 3px;
}
.episodes-scroller::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff6a9e, #ffc46a);
  border-radius: 3px;
}
.episode-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 12px 12px;
  border-radius: 3px;
  background: linear-gradient(170deg, rgba(11, 36, 29, 0.96), rgba(6, 20, 16, 0.96));
  border: 1px solid rgba(159, 196, 180, 0.16);
  border-top: 2px solid rgba(255, 106, 158, 0.5);
  box-shadow: 0 12px 26px -24px #000;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.episode-card:hover {
  border-color: rgba(255, 196, 92, 0.5);
  border-top-color: #ffc46a;
  transform: translateY(-2px);
  box-shadow: 0 0 26px -14px rgba(255, 106, 158, 0.9);
}
.episode-number {
  font-family: "SFMono-Regular", "Menlo", "Consolas", monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #ff6a9e;
  text-shadow: 0 0 10px rgba(255, 106, 158, 0.6);
}
.episode-title {
  font-size: 15px;
  line-height: 1.4;
  color: #f6e3c8;
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.7;
  color: #b3cbbf;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  margin-top: auto;
  align-self: flex-start;
  font-family: "SFMono-Regular", "Menlo", "Consolas", monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: #ffc46a;
  padding: 1px 6px;
  border-radius: 2px;
  background: rgba(255, 196, 92, 0.09);
  border: 1px solid rgba(255, 196, 92, 0.26);
}
.comments-section {
  min-width: 0;
}
.comments-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 12px 22px;
  align-items: start;
}
.comment-card {
  min-width: 0;
  padding: 9px 0 10px;
  border-top: 1px solid rgba(255, 106, 158, 0.22);
  background: linear-gradient(180deg, rgba(255, 106, 158, 0.05), rgba(255, 106, 158, 0) 70%);
}
.comment-nickname {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 4px;
  color: #ffd68a;
  letter-spacing: 0.06em;
}
.comment-nickname::before {
  content: "— ";
  color: #ff6a9e;
}
.comment-text {
  font-size: 13px;
  line-height: 1.75;
  color: #c6dbd0;
  letter-spacing: 0.02em;
}
.recommend-region {
  min-width: 0;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 8px 8px 10px;
  border-radius: 3px;
  background: linear-gradient(180deg, rgba(10, 32, 26, 0.95), rgba(5, 18, 14, 0.95));
  border: 1px solid rgba(159, 196, 180, 0.14);
  color: inherit;
  text-decoration: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
a.recommend-card:hover, a.recommend-card:focus-visible {
  border-color: rgba(255, 106, 158, 0.6);
  box-shadow: 0 0 26px -14px rgba(255, 106, 158, 0.95);
  transform: translateY(-2px);
  text-decoration: none;
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 2px;
  background: #04120e;
  filter: saturate(0.92) brightness(0.92);
}
[data-runtime="recommendation"] [data-runtime="name"] {
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.45;
  color: #f2dfc4;
  letter-spacing: 0.04em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-runtime="recommendation"] [data-runtime="blurb"] {
  font-size: 12px;
  line-height: 1.65;
  color: #a9c3b7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid rgba(255, 106, 158, 0.2);
  background: linear-gradient(180deg, rgba(4, 16, 13, 0.9), rgba(2, 10, 8, 0.98));
  padding: 16px 20px 26px;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: #7d9b8e;
  letter-spacing: 0.02em;
  max-width: 78ch;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: #ffc46a;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 196, 92, 0.35);
  padding-bottom: 1px;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-sitemap"]:focus-visible {
  color: #ffe9bd;
  border-bottom-color: #ff6a9e;
  text-decoration: none;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 12px;
  padding-top: 9px;
  border-top: 1px solid rgba(159, 196, 180, 0.12);
}
.friend-links-label {
  font-family: "Songti SC", "STSong", serif;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: #ff6a9e;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: #9fc4b4;
  text-decoration: none;
  padding: 1px 6px;
  border-radius: 2px;
  background: rgba(12, 40, 32, 0.6);
  border: 1px solid rgba(159, 196, 180, 0.16);
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #ffd68a;
  border-color: rgba(255, 196, 92, 0.5);
  text-decoration: none;
}
@media (max-width: 1024px) {.overview-body {
    grid-template-columns: minmax(0, 190px) minmax(0, 1fr);
    gap: 16px;
  }
.details-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.page-main {
    padding: 14px 16px 28px;
    gap: 15px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.overview-poster-col {
    display: grid;
    grid-template-columns: minmax(0, 168px) minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
.overview-lower {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.comments-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
.movie-title {
    font-size: 22px;
  }}
@media (max-width: 640px) {body {
    font-size: 13.5px;
  }
.header-inner {
    padding: 8px 14px;
    gap: 10px;
  }
.site-brand {
    font-size: 15px;
  }
.category-strip {
    gap: 5px 8px;
  }
.runtime-category, a.runtime-category {
    font-size: 11.5px;
    padding: 2px 6px;
  }
.page-main {
    padding: 12px 13px 24px;
    gap: 13px;
  }
.movie-overview {
    padding: 13px 13px 15px;
  }
.movie-title {
    font-size: 19px;
  }
.movie-tagline {
    font-size: 13.5px;
  }
.overview-poster-col {
    grid-template-columns: minmax(0, 128px) minmax(0, 1fr);
    gap: 10px;
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px 12px;
  }
.episodes-scroller {
    grid-auto-columns: minmax(212px, 82%);
    gap: 10px;
  }
.recommend-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
.player-controls {
    gap: 5px;
    padding: 7px 8px;
  }
.ctrl-btn {
    padding: 4px 8px;
    font-size: 11.5px;
  }
.ctrl-progress {
    flex: 1 1 100%;
    order: -1;
  }
.footer-disclaimer {
    font-size: 11px;
  }}
@media (max-width: 420px) {.overview-poster-col {
    grid-template-columns: minmax(0, 108px) minmax(0, 1fr);
  }
.cast-member {
    font-size: 12.5px;
  }
.cast-thumb {
    width: 22px;
    height: 22px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episodes-scroller {
    grid-auto-columns: minmax(196px, 88%);
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    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}
