*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --emerald-deep: #06170f;
  --emerald-dark: #0a2418;
  --emerald-mid: #0e3522;
  --emerald-soft: #14472e;
  --emerald-edge: #1c5c3b;
  --emerald-bright: #34d17a;
  --emerald-glow: #52e896;
  --velvet: #0b2b1c;
  --paper: #d8cfc0;
  --paper-dim: #a99e8c;
  --ink: #e6ddca;
  --ink-dim: #8f8a78;
  --rule: rgba(80, 160, 110, 0.22);
  --card: rgba(10, 36, 24, 0.72);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, sans-serif;
  background:
    radial-gradient(1200px 700px at 78% -8%, #123a25 0%, rgba(6, 23, 15, 0) 62%),
    radial-gradient(900px 600px at 6% 30%, #0d2a1b 0%, rgba(6, 23, 15, 0) 58%),
    linear-gradient(180deg, #04110b 0%, #06170f 42%, #05130c 100%);
  color: var(--ink);
  line-height: 1.55;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: "Songti SC", "SimSun", "Source Han Serif SC", "Noto Serif CJK SC", Georgia, serif;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.015em;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(4, 17, 11, 0.96), rgba(6, 23, 15, 0.82));
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  font-size: 1.16rem;
  letter-spacing: 0.14em;
  color: var(--emerald-glow);
  text-decoration: none;
  text-shadow: 0 0 18px rgba(52, 209, 122, 0.35);
  white-space: nowrap;
}
.category-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 4px 11px;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--paper-dim);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(80, 160, 110, 0.28);
  border-radius: 3px;
  background: rgba(14, 53, 34, 0.5);
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--emerald-glow);
  border-color: var(--emerald-edge);
  background: rgba(20, 71, 46, 0.72);
}
.page-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 48px;
}
.block-title {
  font-size: 1.02rem;
  color: var(--paper);
  letter-spacing: 0.18em;
  padding-left: 12px;
  border-left: 3px solid var(--emerald-bright);
  margin-bottom: 12px;
}
.movie-overview {
  position: relative;
  margin: 0 -20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-areas:
    "heading media"
    "info    player";
  gap: 0 0;
  background:
    linear-gradient(105deg, #04120b 0%, #082018 34%, rgba(8, 32, 24, 0) 66%),
    linear-gradient(180deg, #07231a 0%, #061a12 100%);
  border-bottom: 1px solid var(--rule);
}
.overview-heading {
  grid-area: heading;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 44px 26px 44px 32px;
  min-width: 0;
}
.movie-title {
  font-size: clamp(1.9rem, 4.4vw, 3.1rem);
  color: #eef6ec;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.7);
}
.movie-tagline {
  font-family: "Songti SC", "SimSun", "Noto Serif CJK SC", Georgia, serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--emerald-glow);
  letter-spacing: 0.16em;
  max-width: 20em;
  border-left: 1px solid rgba(82, 232, 150, 0.4);
  padding-left: 12px;
}
.movie-seo {
  font-size: 0.84rem;
  line-height: 1.85;
  color: var(--ink-dim);
  max-width: 34em;
}
.overview-media {
  grid-area: media;
  position: relative;
  overflow: hidden;
  min-width: 0;
  background:
    repeating-linear-gradient(
      102deg,
      rgba(255, 255, 255, 0.028) 0px,
      rgba(255, 255, 255, 0.028) 2px,
      rgba(0, 0, 0, 0.05) 3px,
      rgba(0, 0, 0, 0.05) 6px
    ),
    radial-gradient(90% 120% at 70% 30%, #1d6b45 0%, #0f4a2f 38%, #07281a 74%, #051a11 100%);
  border-left: 1px solid var(--rule);
}
.overview-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 18, 11, 0.92) 0%, rgba(4, 18, 11, 0.2) 34%, rgba(4, 18, 11, 0) 60%),
    linear-gradient(180deg, rgba(4, 18, 11, 0.4) 0%, rgba(4, 18, 11, 0) 40%);
  pointer-events: none;
}
.poster-figure {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 3;
  max-height: 460px;
  overflow: hidden;
  margin: 0;
}
.overview-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.92) contrast(1.06) brightness(0.86);
  mix-blend-mode: luminosity;
}
.overview-player {
  grid-area: player;
  position: relative;
  z-index: 2;
  align-self: start;
  min-width: 0;
  padding: 0;
  background: rgba(3, 14, 9, 0.6);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.overview-player video {
  display: block;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  background: linear-gradient(180deg, rgba(6, 23, 15, 0.9), rgba(4, 16, 10, 0.96));
  border-top: 1px solid var(--rule);
}
.control-btn {
  flex: 0 0 auto;
  padding: 4px 9px;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  color: var(--paper-dim);
  background: rgba(18, 60, 40, 0.6);
  border: 1px solid rgba(80, 160, 110, 0.3);
  border-radius: 3px;
  cursor: pointer;
  transition: color 0.16s, background 0.16s, border-color 0.16s;
}
.control-btn:hover, .control-btn:focus-visible {
  color: var(--emerald-glow);
  border-color: var(--emerald-edge);
  background: rgba(28, 92, 59, 0.8);
}
.control-progress {
  flex: 1 1 120px;
  min-width: 90px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(80, 160, 110, 0.28);
  border-radius: 2px;
  cursor: pointer;
}
.control-progress::-webkit-slider-thumb, .control-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--emerald-bright);
  box-shadow: 0 0 8px rgba(52, 209, 122, 0.7);
}
.control-progress::-moz-range-thumb, .control-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--emerald-bright);
}
.control-volume {
  flex: 0 1 78px;
  min-width: 56px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(80, 160, 110, 0.28);
  border-radius: 2px;
  cursor: pointer;
}
.control-speed {
  flex: 0 0 auto;
  padding: 4px 6px;
  font-size: 0.74rem;
  color: var(--paper-dim);
  background: rgba(18, 60, 40, 0.6);
  border: 1px solid rgba(80, 160, 110, 0.3);
  border-radius: 3px;
  cursor: pointer;
}
.overview-info {
  grid-area: info;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  padding: 26px 32px 32px;
  background: linear-gradient(180deg, rgba(8, 30, 20, 0.86), rgba(6, 22, 15, 0.94));
  border-top: 1px solid var(--rule);
}
.detail-block, .cast-block, .synopsis-block, .episode-status {
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid var(--rule);
}
.detail-block {
  border-top: 0;
  padding-top: 0;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 22px;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(80, 160, 110, 0.12);
  min-width: 0;
}
.detail-item dt {
  flex: 0 0 auto;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  color: var(--emerald-bright);
}
.detail-item dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 0.82rem;
  color: var(--paper);
  text-align: right;
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.cast-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 58px;
  flex: 0 0 auto;
}
.cast-avatar {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Songti SC", "SimSun", Georgia, serif;
  font-size: 1.06rem;
  color: #eaf6ec;
  background:
    radial-gradient(120% 120% at 30% 20%, #1f6b46 0%, #0f3d28 60%, #082418 100%);
  border: 1px solid rgba(82, 232, 150, 0.35);
  border-radius: 4px;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.5), 0 3px 10px rgba(0, 0, 0, 0.45);
}
.cast-name {
  font-size: 0.72rem;
  color: var(--paper-dim);
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}
.synopsis-text {
  font-size: 0.84rem;
  line-height: 1.9;
  color: var(--ink-dim);
}
.synopsis-text p + p {
  margin-top: 8px;
}
.status-line {
  font-size: 0.82rem;
  color: var(--paper);
  margin-bottom: 8px;
}
.status-meter {
  position: relative;
  height: 22px;
  border: 1px solid rgba(80, 160, 110, 0.32);
  border-radius: 3px;
  background: rgba(6, 23, 15, 0.8);
  overflow: hidden;
}
.status-fill {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  height: 100%;
  width: 93.75%;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #04160d;
  background: linear-gradient(90deg, #0f9c58 0%, var(--emerald-bright) 70%, var(--emerald-glow) 100%);
}
.timeline-section {
  margin-top: 52px;
  padding-top: 4px;
}
.timeline-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(148px, 1fr);
  gap: 8px;
  padding: 16px 14px 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0px,
      rgba(255, 255, 255, 0.03) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 8px
    ),
    linear-gradient(180deg, rgba(9, 33, 22, 0.9), rgba(6, 22, 15, 0.92));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  scrollbar-width: thin;
  scrollbar-color: var(--emerald-edge) transparent;
}
.timeline-strip::-webkit-scrollbar {
  height: 6px;
}
.timeline-strip::-webkit-scrollbar-thumb {
  background: var(--emerald-edge);
  border-radius: 3px;
}
.timeline-node {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px 14px;
  opacity: 0.55;
  border: 1px solid rgba(80, 160, 110, 0.2);
  border-radius: 3px;
  background: rgba(8, 30, 20, 0.5);
  transition: opacity 0.2s, border-color 0.2s, background 0.2s;
}
.timeline-node::before, .timeline-node::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(4, 16, 10, 0.95);
  border: 1px solid rgba(80, 160, 110, 0.4);
}
.timeline-node::before {
  top: -5px;
}
.timeline-node::after {
  bottom: -5px;
}
.timeline-node.is-current {
  opacity: 1;
  border-color: var(--emerald-bright);
  background: linear-gradient(180deg, rgba(20, 71, 46, 0.85), rgba(10, 40, 26, 0.9));
  box-shadow: 0 0 0 1px rgba(52, 209, 122, 0.35), 0 0 26px rgba(52, 209, 122, 0.22);
}
.timeline-node.is-current::before, .timeline-node.is-current::after {
  background: var(--emerald-bright);
  border-color: var(--emerald-glow);
}
.timeline-sprocket {
  font-family: "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.94rem;
  letter-spacing: 0.1em;
  color: var(--emerald-glow);
}
.timeline-node:not(.is-current) .timeline-sprocket {
  color: var(--paper-dim);
}
.timeline-label {
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--paper-dim);
}
.timeline-node.is-current .timeline-label {
  color: var(--paper);
}
.episodes-section {
  margin-top: 40px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "num title"
    "sum sum"
    "dur dur";
  align-content: start;
  gap: 4px 10px;
  padding: 11px 13px;
  background: var(--card);
  border: 1px solid rgba(80, 160, 110, 0.22);
  border-radius: 4px;
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.episode-card:hover {
  background: linear-gradient(180deg, rgba(20, 71, 46, 0.85), rgba(12, 46, 30, 0.9));
  border-color: var(--emerald-edge);
  box-shadow: 0 0 22px rgba(52, 209, 122, 0.16);
}
.episode-number {
  grid-area: num;
  font-family: "Songti SC", "SimSun", Georgia, serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--emerald-bright);
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 0.96rem;
  color: var(--paper);
  letter-spacing: 0.04em;
}
.episode-summary {
  grid-area: sum;
  font-size: 0.78rem;
  line-height: 1.68;
  color: var(--ink-dim);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  grid-area: dur;
  justify-self: start;
  margin-top: 2px;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--emerald-edge);
  border-top: 1px solid rgba(80, 160, 110, 0.2);
  padding-top: 5px;
  width: 100%;
}
.comments-section {
  margin-top: 44px;
}
.comment-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
  padding: 8px 2px 4px;
}
.comment-card {
  position: relative;
  padding: 13px 15px 14px;
  background: linear-gradient(160deg, rgba(226, 216, 196, 0.94), rgba(202, 192, 172, 0.9));
  color: #1d2419;
  border-radius: 2px;
  box-shadow: var(--shadow);
  transform: rotate(-1.4deg);
  transition: transform 0.2s, box-shadow 0.2s;
}
.comment-card:nth-child(2) {
  transform: rotate(1.1deg);
}
.comment-card:nth-child(3) {
  transform: rotate(-0.7deg);
}
.comment-card:nth-child(4) {
  transform: rotate(1.5deg);
}
.comment-card:nth-child(5) {
  transform: rotate(-1.1deg);
}
.comment-card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 46px;
  height: 12px;
  background: rgba(52, 209, 122, 0.28);
  border: 1px solid rgba(52, 209, 122, 0.35);
}
.comment-card:hover, .comment-card:focus-within {
  transform: rotate(0deg) translateY(-3px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.65);
}
.comment-nickname {
  font-size: 0.86rem;
  letter-spacing: 0.05em;
  color: #123a24;
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px dashed rgba(18, 58, 36, 0.35);
}
.comment-text {
  font-size: 0.8rem;
  line-height: 1.75;
  color: #2b3226;
}
.recommend-region {
  margin-top: 34px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
}
.recommend-title {
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  color: var(--paper-dim);
  text-align: left;
  margin-bottom: 10px;
  font-weight: 400;
}
.recommend-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-item {
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 5px;
  padding: 7px;
  color: var(--paper-dim);
  text-decoration: none;
  background: rgba(8, 28, 19, 0.72);
  border: 1px solid rgba(80, 160, 110, 0.2);
  border-radius: 4px;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  border-color: var(--emerald-edge);
  background: rgba(16, 56, 37, 0.85);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  filter: saturate(0.9) brightness(0.88);
}
.recommend-name {
  font-size: 0.82rem;
  color: var(--paper);
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend-blurb {
  font-size: 0.72rem;
  line-height: 1.6;
  color: var(--ink-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 40px;
  padding: 24px 20px 30px;
  background: linear-gradient(180deg, rgba(4, 16, 10, 0.9), #03100a);
  border-top: 1px solid var(--rule);
  color: var(--ink-dim);
}
.footer-nav {
  max-width: 1200px;
  margin: 0 auto 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--emerald-bright);
  text-decoration: none;
  border-bottom: 1px solid rgba(52, 209, 122, 0.35);
  padding-bottom: 2px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--emerald-glow);
  border-bottom-color: var(--emerald-glow);
}
.footer-disclaimer {
  max-width: 1200px;
  margin: 0 auto 14px;
  font-size: 0.72rem;
  line-height: 1.75;
  color: rgba(143, 138, 120, 0.85);
}
.footer-friend-links {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(80, 160, 110, 0.14);
}
.friend-links-label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--emerald-bright);
  margin-right: 4px;
}
a.runtime-friend-link {
  font-size: 0.72rem;
  color: var(--paper-dim);
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid rgba(80, 160, 110, 0.18);
  border-radius: 3px;
  white-space: nowrap;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--emerald-glow);
  border-color: var(--emerald-edge);
}
body.is-lights-off {
  background: #000;
}
body.is-lights-off .page-main, body.is-lights-off .site-header, body.is-lights-off .site-footer {
  filter: brightness(0.42);
}
body.is-lights-off .overview-player {
  filter: brightness(1.35);
}
.player-shell.is-theater, .overview-player.is-theater {
  box-shadow: 0 0 0 2px var(--emerald-edge), 0 0 40px rgba(52, 209, 122, 0.25);
}
.overview-player.is-theater {
  grid-column: 1 / -1;
}
.control-btn.is-active {
  color: var(--emerald-glow);
  border-color: var(--emerald-bright);
  background: rgba(28, 92, 59, 0.9);
}
@media (max-width: 980px) {.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "heading"
      "media"
      "player"
      "info";
  }
.overview-media {
    border-left: 0;
    border-top: 1px solid var(--rule);
  }
.overview-media::after {
    background: linear-gradient(180deg, rgba(4, 18, 11, 0.55) 0%, rgba(4, 18, 11, 0) 45%);
  }
.poster-figure {
    max-height: 380px;
  }
.overview-player {
    border-left: 0;
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.header-inner {
    padding: 9px 14px;
    gap: 10px;
  }
.page-main {
    padding: 0 14px 34px;
  }
.movie-overview {
    margin: 0 -14px 0;
  }
.overview-heading {
    padding: 30px 18px 28px 20px;
  }
.overview-info {
    padding: 20px 18px 24px;
    gap: 16px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
.comment-card, .comment-card:nth-child(2), .comment-card:nth-child(3), .comment-card:nth-child(4), .comment-card:nth-child(5) {
    transform: rotate(0deg);
  }
.recommend-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-section {
    margin-top: 38px;
  }}
@media (max-width: 460px) {.movie-title {
    font-size: 1.72rem;
  }
.movie-tagline {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }
.recommend-row {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-chip {
    width: 52px;
  }
.cast-avatar {
    width: 42px;
    height: 42px;
    font-size: 0.96rem;
  }
.player-controls {
    gap: 4px;
    padding: 7px 8px;
  }
.control-btn {
    font-size: 0.7rem;
    padding: 4px 7px;
  }}

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}
