*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}
ul, ol { list-style: none; }
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button, input {
  font: inherit;
  color: inherit;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #5c6b5e;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(120, 96, 84, 0.16) 0, rgba(120, 96, 84, 0) 22%),
    radial-gradient(circle at 78% 42%, rgba(126, 104, 90, 0.14) 0, rgba(126, 104, 90, 0) 18%),
    radial-gradient(circle at 34% 76%, rgba(110, 92, 78, 0.13) 0, rgba(110, 92, 78, 0) 24%),
    radial-gradient(circle at 62% 88%, rgba(132, 108, 92, 0.1) 0, rgba(132, 108, 92, 0) 16%),
    radial-gradient(circle at 90% 8%, rgba(118, 98, 84, 0.12) 0, rgba(118, 98, 84, 0) 20%);
  color: #e3e0d6;
  font-family: "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", "SimSun", serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(rgba(90, 76, 64, 0.09) 1px, transparent 1.6px),
    radial-gradient(rgba(104, 88, 74, 0.07) 1px, transparent 1.4px);
  background-size: 37px 41px, 23px 29px;
  background-position: 0 0, 11px 17px;
  opacity: 0.75;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(74, 85, 76, 0.94);
  border-bottom: 1px solid rgba(214, 208, 190, 0.18);
  backdrop-filter: blur(3px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  color: #e8e4d8;
  text-decoration: none;
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding-right: 14px;
  border-right: 1px solid rgba(214, 208, 190, 0.22);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: #e8a7a0;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  flex: 1 1 260px;
  min-width: 0;
}
a.runtime-category {
  color: #c9c6b8;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 3px 7px;
  border: 1px solid transparent;
  border-radius: 1px;
  transition: color 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
}
a.runtime-category:hover {
  color: #f0ece0;
  border-color: rgba(232, 167, 160, 0.55);
  background: rgba(232, 167, 160, 0.1);
}
.page-main {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.section-heading {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #ded9c8;
  padding-bottom: 4px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(214, 208, 190, 0.22);
  position: relative;
  text-transform: none;
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 26px;
  height: 2px;
  background: #e8a7a0;
}
.hero-archive {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 2fr);
  gap: 16px;
  align-items: start;
  background: rgba(66, 76, 68, 0.55);
  border: 1px solid rgba(214, 208, 190, 0.16);
  padding: 12px;
}
.hero-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.poster-column {
  position: relative;
  margin: 0;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(214, 208, 190, 0.2);
  background: #4b554d;
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.94) brightness(0.94);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(92, 107, 94, 0.06) 0%, rgba(72, 84, 74, 0.32) 100%);
  pointer-events: none;
}
.terrain-overlay {
  position: relative;
  margin-top: -46px;
  margin-left: -10px;
  width: calc(100% + 20px);
  padding: 8px 10px 10px;
  background: rgba(58, 68, 60, 0.9);
  border: 1px solid rgba(214, 208, 190, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}
.terrain-overlay::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1px dashed rgba(214, 208, 190, 0.16);
  pointer-events: none;
}
.terrain-note {
  font-size: 10.5px;
  letter-spacing: 0.08em;
  color: #cfcbba;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
.terrain-note-left {
  color: #e8a7a0;
}
.terrain-note-right {
  margin-left: auto;
  text-align: right;
}
.terrain-peach-dot {
  position: relative;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e8a7a0;
  box-shadow: 0 0 0 1px rgba(232, 167, 160, 0.35);
  flex: 0 0 auto;
}
.terrain-peach-dot:nth-of-type(2) { opacity: 0.72; }
.terrain-peach-dot:nth-of-type(3) { opacity: 0.5; }
.hero-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.movie-title {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  color: #f0ece0;
  text-shadow: 0 1px 0 rgba(40, 48, 42, 0.6);
}
.movie-tagline {
  font-size: 12.5px;
  color: #c2bfae;
  letter-spacing: 0.06em;
  padding-left: 9px;
  border-left: 2px solid #e8a7a0;
  margin-top: -4px;
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: none;
  background: #2f3730;
  border: 1px solid rgba(214, 208, 190, 0.2);
  padding: 0;
  overflow: hidden;
}
.player-shell video {
  display: block;
  width: 100%;
  background: #202722;
  max-width: none;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px 7px;
  background: rgba(47, 55, 48, 0.95);
  border-top: 1px solid rgba(214, 208, 190, 0.16);
}
.ctrl {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #d6d2c2;
  background: rgba(84, 96, 86, 0.55);
  border: 1px solid rgba(214, 208, 190, 0.2);
  border-radius: 1px;
  padding: 3px 8px;
  cursor: pointer;
  line-height: 1.5;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ctrl:hover {
  background: rgba(232, 167, 160, 0.22);
  border-color: rgba(232, 167, 160, 0.6);
  color: #f4f1e6;
}
.ctrl-play {
  color: #f4f1e6;
  background: rgba(232, 167, 160, 0.26);
  border-color: rgba(232, 167, 160, 0.6);
}
.ctrl-progress {
  flex: 1 1 140px;
  min-width: 90px;
  height: 14px;
  padding: 0;
  background: transparent;
  border: none;
  accent-color: #e8a7a0;
  cursor: pointer;
}
.ctrl-volume {
  width: 74px;
  height: 14px;
  padding: 0;
  background: transparent;
  border: none;
  accent-color: #e8a7a0;
  cursor: pointer;
}
.ctrl-mute, .ctrl-speed, .ctrl-pip, .ctrl-fullscreen, .ctrl-theater, .ctrl-light {
  white-space: nowrap;
}
.player-shell.is-playing .ctrl-play {
  background: rgba(232, 167, 160, 0.42);
}
.player-shell.is-muted .ctrl-mute {
  color: #e8a7a0;
  border-color: rgba(232, 167, 160, 0.6);
}
.player-shell.is-theater {
  border-color: rgba(232, 167, 160, 0.5);
}
.player-shell.is-lights-off {
  background: #171c18;
}
.player-shell.is-lights-off video {
  filter: brightness(0.55);
}
.episode-status {
  border: 1px solid rgba(214, 208, 190, 0.18);
  border-left: 3px solid #e8a7a0;
  padding: 8px 10px;
  background: rgba(66, 76, 68, 0.45);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.status-line {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  color: #dcd8ca;
}
.status-total, .status-current {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #e8a7a0;
  font-weight: 700;
}
.status-progress {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(214, 208, 190, 0.16);
  overflow: hidden;
}
.status-progress-fill {
  display: block;
  width: 56%;
  height: 100%;
  background: linear-gradient(90deg, #d98f88, #e8a7a0);
}
.status-note {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #aeab9c;
}
.synopsis {
  border-top: 1px solid rgba(214, 208, 190, 0.16);
  padding-top: 10px;
}
.synopsis-paragraph {
  font-size: 12.5px;
  line-height: 1.62;
  color: #cfccbe;
  text-indent: 2em;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(214, 208, 190, 0.14);
}
.synopsis-paragraph:last-child {
  border-bottom: none;
}
.cast {
  border-top: 1px solid rgba(214, 208, 190, 0.16);
  padding-top: 10px;
}
.cast-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-self: start;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(214, 208, 190, 0.2);
  background: #4b554d;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 82% 100%, 0 100%);
}
.cast-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) contrast(0.95) brightness(0.92);
}
.cast-name {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ece8dc;
}
.cast-bio {
  font-size: 11px;
  line-height: 1.5;
  color: #b6b3a5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.details {
  border-top: 1px solid rgba(214, 208, 190, 0.16);
  padding-top: 10px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px dotted rgba(214, 208, 190, 0.16);
  min-width: 0;
}
.details-key {
  flex: 0 0 62px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #a9a698;
}
.details-value {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #dcd8ca;
  word-break: break-word;
}
.timeline-section {
  border-top: 1px solid rgba(214, 208, 190, 0.2);
  padding-top: 12px;
}
.timeline-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 20px;
  padding-left: 2px;
}
.timeline-node {
  position: relative;
  display: grid;
  grid-template-columns: 46px 14px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 7px;
  padding: 5px 4px 5px 0;
  border-bottom: 1px dotted rgba(214, 208, 190, 0.16);
  min-width: 0;
}
.timeline-timecode {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #e8a7a0;
  white-space: nowrap;
}
.timeline-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(214, 208, 190, 0.38);
  position: relative;
}
.timeline-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  margin-left: -3.5px;
  border-radius: 50%;
  background: #5c6b5e;
  border: 1px solid #e8a7a0;
}
.timeline-label {
  font-size: 12px;
  line-height: 1.45;
  color: #cfccbe;
  min-width: 0;
}
.timeline-jar {
  justify-self: end;
  width: 12px;
  height: 14px;
  background: #b6a795;
  clip-path: polygon(28% 0, 72% 0, 78% 14%, 96% 34%, 100% 72%, 78% 100%, 22% 100%, 0 72%, 4% 34%, 22% 14%);
  opacity: 0.85;
  position: relative;
}
.timeline-jar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  height: 2px;
  background: rgba(232, 167, 160, 0.7);
}
.episodes-section {
  border-top: 1px solid rgba(214, 208, 190, 0.2);
  padding-top: 12px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 7px 8px;
  background: rgba(66, 76, 68, 0.42);
  border: 1px solid rgba(214, 208, 190, 0.14);
  border-left: 2px solid rgba(232, 167, 160, 0.55);
  min-width: 0;
  align-self: start;
  transition: background-color 0.16s ease, border-color 0.16s ease;
}
.episode-card:hover {
  background: rgba(84, 96, 86, 0.6);
  border-color: rgba(232, 167, 160, 0.5);
}
.episode-number {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #e8a7a0;
}
.episode-title {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #ece8dc;
  line-height: 1.3;
}
.episode-duration {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: #a9a698;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: #c3c0b2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.22s ease, margin-top 0.22s ease;
  margin-top: 0;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 140px;
  opacity: 1;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px dotted rgba(214, 208, 190, 0.18);
}
.comments-section {
  border-top: 1px solid rgba(214, 208, 190, 0.2);
  padding-top: 12px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  align-items: start;
}
.comment-card {
  position: relative;
  padding: 9px 10px 10px;
  background: rgba(72, 82, 74, 0.72);
  border: 1px solid rgba(214, 208, 190, 0.16);
  box-shadow: 2px 2px 0 rgba(40, 48, 42, 0.35);
  align-self: start;
  min-width: 0;
}
.comment-card:nth-child(2) {
  transform: translateY(8px) rotate(-0.35deg);
}
.comment-card:nth-child(3) {
  transform: translateY(-4px);
}
.comment-card:nth-child(5) {
  transform: translateY(7px) rotate(0.3deg);
}
.comment-card:nth-child(6) {
  transform: translateY(-5px);
}
.comment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 3px;
  background: rgba(232, 167, 160, 0.7);
}
.comment-nickname {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #e8a7a0;
  margin-bottom: 4px;
}
.comment-text {
  font-size: 12px;
  line-height: 1.6;
  color: #cfccbe;
}
.recommend-region {
  border-top: 1px solid rgba(214, 208, 190, 0.2);
  padding-top: 12px;
}
.recommend-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.recommend-title {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #ded9c8;
  position: relative;
  padding-left: 10px;
}
.recommend-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 13px;
  margin-top: -6.5px;
  background: #e8a7a0;
}
.recommend-count {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #a9a698;
  flex: 0 0 auto;
}
.recommend-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(232, 167, 160, 0.5) rgba(214, 208, 190, 0.12);
  -webkit-overflow-scrolling: touch;
}
.recommend-scroll::-webkit-scrollbar {
  height: 6px;
}
.recommend-scroll::-webkit-scrollbar-track {
  background: rgba(214, 208, 190, 0.12);
}
.recommend-scroll::-webkit-scrollbar-thumb {
  background: rgba(232, 167, 160, 0.5);
}
a.recommend-card {
  flex: 0 0 148px;
  width: 148px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  background: rgba(66, 76, 68, 0.5);
  border: 1px solid rgba(214, 208, 190, 0.16);
  color: #dcd8ca;
  text-decoration: none;
  align-self: flex-start;
  transition: border-color 0.16s ease, background-color 0.16s ease;
}
a.recommend-card:hover {
  border-color: rgba(232, 167, 160, 0.6);
  background: rgba(84, 96, 86, 0.6);
}
a.recommend-card img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(214, 208, 190, 0.14);
  filter: saturate(0.66) contrast(0.94) brightness(0.92);
}
a.recommend-card span[data-runtime="name"] {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #ece8dc;
  line-height: 1.35;
}
a.recommend-card span[data-runtime="blurb"] {
  font-size: 10.5px;
  line-height: 1.45;
  color: #b0ad9f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 30px;
  border-top: 1px solid rgba(214, 208, 190, 0.2);
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.6;
  color: #a9a698;
  letter-spacing: 0.02em;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #d6d2c2;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(214, 208, 190, 0.35);
  transition: color 0.15s ease, border-color 0.15s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #e8a7a0;
  border-color: #e8a7a0;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  padding-top: 8px;
  border-top: 1px dotted rgba(214, 208, 190, 0.16);
}
.friend-links-label {
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #8f8d80;
  flex: 0 0 auto;
  padding-right: 10px;
  border-right: 1px solid rgba(214, 208, 190, 0.2);
}
a.runtime-friend-link {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #b6b3a5;
  transition: color 0.15s ease;
}
a.runtime-friend-link:hover {
  color: #e8a7a0;
  text-decoration: underline;
}
@media (max-width: 900px) {.hero-archive {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 320px;
  }
.terrain-overlay {
    max-width: 340px;
  }
.cast-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-card:nth-child(2), .comment-card:nth-child(3), .comment-card:nth-child(5), .comment-card:nth-child(6) {
    transform: none;
  }}
@media (max-width: 620px) {body {
    font-size: 12.5px;
  }
.page-main {
    padding: 10px 10px 20px;
    gap: 14px;
  }
.movie-title {
    font-size: 21px;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
a.recommend-card {
    flex: 0 0 132px;
    width: 132px;
  }
.poster-column {
    max-width: 260px;
  }
.terrain-overlay {
    margin-top: -34px;
    max-width: 280px;
  }
.ctrl-progress {
    flex-basis: 100%;
    order: -1;
  }}
@media (max-width: 400px) {.timeline-node {
    grid-template-columns: 40px 12px minmax(0, 1fr) 14px;
    gap: 5px;
  }
.cast-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-summary {
    max-height: none;
    opacity: 1;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px dotted rgba(214, 208, 190, 0.18);
  }}

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}
