:root {
  --green-grey: #6b7a6e;
  --green-grey-dark: #3d4a42;
  --green-grey-deep: #2a332e;
  --night: #1a1f1c;
  --night-deep: #0f1311;
  --warm-yellow: #e8c547;
  --warm-yellow-soft: #d4a83a;
  --paper: #e8e4d8;
  --paper-dim: #c9c4b6;
  --paper-white: #f2efe6;
  --ink: #1e231f;
  --ink-soft: #3a423c;
  --shadow: rgba(0, 0, 0, 0.5);
  --font-head: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  --font-narrow: "Arial Narrow", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--night);
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(107, 122, 110, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(232, 197, 71, 0.07) 0%, transparent 45%),
    linear-gradient(175deg, #1c221e 0%, #121714 60%, #0d100e 100%);
  background-attachment: fixed;
  color: var(--paper);
  font-family: var(--font-narrow);
  font-size: 0.9rem;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
.site-header {
  background: linear-gradient(180deg, rgba(15, 19, 17, 0.96) 0%, rgba(20, 26, 22, 0.9) 100%);
  border-bottom: 1px solid rgba(232, 197, 71, 0.12);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.55rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
a[data-contract="site-name"].brand-mark {
  color: var(--warm-yellow);
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  border-left: 3px solid var(--warm-yellow);
  padding-left: 0.5rem;
  line-height: 1.2;
}
a[data-contract="site-name"].brand-mark:hover {
  color: var(--paper-white);
}
.category-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem 0.9rem;
  flex-wrap: wrap;
  min-width: 0;
}
a.runtime-category {
  color: var(--paper-dim);
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.15rem 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
a.runtime-category:hover {
  color: var(--warm-yellow);
  border-bottom-color: var(--warm-yellow);
}
.page-main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.9rem 1.1rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.section-heading {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--warm-yellow);
  margin-bottom: 0.55rem;
  padding-left: 0.6rem;
  border-left: 4px solid var(--green-grey);
  line-height: 1.3;
}
.movie-overview {
  background: linear-gradient(165deg, rgba(61, 74, 66, 0.42) 0%, rgba(26, 31, 28, 0.9) 70%);
  border: 1px solid rgba(107, 122, 110, 0.28);
  border-radius: 2px 14px 2px 14px;
  padding: 1rem 1.1rem 1.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}
.overview-collage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}
.poster-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(232, 197, 71, 0.25);
  border-radius: 2px;
  background: var(--green-grey-deep);
  align-self: start;
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.86) contrast(1.08) saturate(0.9);
}
.hero-collage {
  position: relative;
  min-height: 220px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 0.55rem;
}
.collage-fragment {
  position: relative;
  overflow: hidden;
  border-radius: 1px 8px 1px 8px;
  border: 1px solid rgba(107, 122, 110, 0.3);
  background: var(--green-grey-deep);
}
.collage-fragment::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.22) 0 6px, transparent 6px 14px);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.collage-fragment-a {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  background:
    radial-gradient(circle at 30% 25%, rgba(232, 197, 71, 0.55) 0%, transparent 42%),
    linear-gradient(200deg, #4a5750 0%, #232b26 80%);
}
.collage-fragment-b {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  background:
    radial-gradient(circle at 70% 70%, rgba(232, 197, 71, 0.32) 0%, transparent 50%),
    linear-gradient(160deg, #37423b 0%, #1a201c 90%);
}
.collage-fragment-c {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  background:
    radial-gradient(circle at 40% 40%, rgba(107, 122, 110, 0.7) 0%, transparent 55%),
    linear-gradient(140deg, #2d3630 0%, #141815 90%);
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}
.movie-title {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: var(--paper-white);
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.movie-tagline {
  font-size: 0.86rem;
  color: var(--warm-yellow-soft);
  letter-spacing: 0.03em;
  line-height: 1.5;
  border-left: 2px solid rgba(232, 197, 71, 0.4);
  padding-left: 0.55rem;
  font-style: italic;
}
.episode-status {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.status-badge {
  display: inline-block;
  background: var(--warm-yellow);
  color: var(--night-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.6rem;
  border-radius: 2px 8px 2px 8px;
}
.status-total {
  font-size: 0.78rem;
  color: var(--paper-dim);
  letter-spacing: 0.05em;
  border: 1px solid rgba(107, 122, 110, 0.45);
  padding: 0.16rem 0.5rem;
  border-radius: 8px 2px 8px 2px;
}
.movie-details {
  border-top: 1px solid rgba(107, 122, 110, 0.28);
  padding-top: 0.6rem;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.28rem 1rem;
}
.detail-row {
  display: flex;
  gap: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.45;
  min-width: 0;
}
.detail-row dt {
  color: var(--green-grey);
  flex: 0 0 auto;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.detail-row dd {
  color: var(--paper);
  min-width: 0;
  overflow-wrap: break-word;
}
.movie-cast {
  border-top: 1px solid rgba(107, 122, 110, 0.28);
  padding-top: 0.6rem;
}
.cast-heading {
  font-size: 0.9rem;
  margin-bottom: 0.45rem;
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cast-card {
  flex: 0 0 auto;
  width: 5.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  text-align: center;
  padding: 0.35rem 0.2rem 0.4rem;
  background: rgba(42, 51, 46, 0.55);
  border: 1px solid rgba(107, 122, 110, 0.25);
  border-radius: 2px 10px 2px 10px;
}
.cast-photo {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(232, 197, 71, 0.45) 0%, transparent 55%),
    linear-gradient(150deg, #55645a 0%, #2b342e 85%);
  border: 1px solid rgba(232, 197, 71, 0.22);
}
.cast-name {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--paper-white);
  letter-spacing: 0.03em;
  line-height: 1.25;
}
.cast-role {
  font-size: 0.62rem;
  color: var(--paper-dim);
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.movie-synopsis {
  border-top: 1px solid rgba(107, 122, 110, 0.28);
  padding-top: 0.6rem;
}
.synopsis-heading {
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
}
.synopsis-paragraph {
  font-size: 0.8rem;
  color: var(--paper);
  line-height: 1.6;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.player-shell {
  position: relative;
  grid-column: 1 / -1;
  background: var(--night-deep);
  border: 1px solid rgba(107, 122, 110, 0.35);
  border-radius: 2px;
  padding: 0.5rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: background 0.25s, border-color 0.25s;
}
.player-shell.lights-off {
  background: #000;
  border-color: rgba(232, 197, 71, 0.4);
}
.player-shell.theater-mode {
  background: #050605;
  border-color: var(--warm-yellow);
  box-shadow: 0 0 0 1px rgba(232, 197, 71, 0.25), 0 12px 40px rgba(0, 0, 0, 0.7);
}
.main-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 1px;
  object-fit: contain;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  padding: 0.15rem 0.1rem;
}
.player-btn {
  background: rgba(61, 74, 66, 0.7);
  color: var(--paper);
  border: 1px solid rgba(107, 122, 110, 0.45);
  border-radius: 2px 7px 2px 7px;
  padding: 0.26rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.player-btn:hover {
  background: var(--green-grey);
  color: var(--paper-white);
}
.player-btn.active, .player-btn.play.active, .player-btn.mute.active, .player-btn.light.active, .player-btn.theater.active {
  background: var(--warm-yellow);
  color: var(--night-deep);
  border-color: var(--warm-yellow);
}
.player-btn-play {
  background: var(--warm-yellow);
  color: var(--night-deep);
  border-color: var(--warm-yellow);
  font-weight: 800;
}
.player-btn-play:hover {
  background: var(--paper-white);
  color: var(--night-deep);
}
.player-progress {
  flex: 1 1 8rem;
  min-width: 5rem;
  height: 0.35rem;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(107, 122, 110, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.player-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--warm-yellow);
  border: none;
  cursor: pointer;
}
.player-progress::-moz-range-thumb {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--warm-yellow);
  border: none;
  cursor: pointer;
}
.player-volume {
  flex: 0 1 5rem;
  min-width: 3rem;
  height: 0.3rem;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(107, 122, 110, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--green-grey);
  border: none;
  cursor: pointer;
}
.player-volume::-moz-range-thumb {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--green-grey);
  border: none;
  cursor: pointer;
}
.player-speed {
  background: rgba(42, 51, 46, 0.85);
  color: var(--paper);
  border: 1px solid rgba(107, 122, 110, 0.45);
  border-radius: 2px 7px 2px 7px;
  padding: 0.24rem 0.4rem;
  font-size: 0.74rem;
  cursor: pointer;
  white-space: nowrap;
}
.player-speed:focus {
  outline: 1px solid var(--warm-yellow);
}
.timeline-section {
  position: relative;
}
.timeline-heading {
  margin-bottom: 0.6rem;
}
.filmstrip-track {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding: 0.85rem 0.6rem 1rem;
  background:
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0 8px, transparent 8px 20px),
    linear-gradient(180deg, #232b26 0%, #151a17 100%);
  border-top: 1px solid rgba(107, 122, 110, 0.3);
  border-bottom: 1px solid rgba(107, 122, 110, 0.3);
  border-radius: 2px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.filmstrip-track::before, .filmstrip-track::after {
  content: "";
  flex: 0 0 2px;
  align-self: stretch;
  background: repeating-linear-gradient(180deg, rgba(232, 197, 71, 0.3) 0 4px, transparent 4px 12px);
}
.timeline-note {
  flex: 0 0 auto;
  width: 10.5rem;
  min-height: 7rem;
  padding: 0.6rem 0.65rem 0.75rem;
  background: var(--paper);
  color: var(--ink);
  border-radius: 1px 1px 8px 1px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.45);
  position: relative;
  scroll-snap-align: start;
  transform: rotate(-0.6deg);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.timeline-note:nth-child(even) {
  transform: rotate(0.8deg);
  background: #ddd7c6;
}
.timeline-note:nth-child(3n) {
  transform: rotate(-1.1deg);
  background: #e2d9c0;
}
.timeline-note::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 2.4rem;
  height: 0.85rem;
  background: rgba(232, 197, 71, 0.55);
  border: 1px solid rgba(212, 168, 58, 0.6);
  border-radius: 1px;
}
.note-timecode {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--night-deep);
  background: var(--warm-yellow);
  padding: 0.08rem 0.4rem;
  border-radius: 2px;
}
.note-label {
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.episodes-section {
  position: relative;
}
.episodes-heading {
  margin-bottom: 0.55rem;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}
.episode-card {
  position: relative;
  background: linear-gradient(160deg, rgba(61, 74, 66, 0.4) 0%, rgba(26, 31, 28, 0.85) 100%);
  border: 1px solid rgba(107, 122, 110, 0.28);
  border-radius: 2px 10px 2px 10px;
  padding: 0.7rem 0.75rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.episode-card:hover {
  border-color: rgba(232, 197, 71, 0.5);
  background: linear-gradient(160deg, rgba(61, 74, 66, 0.55) 0%, rgba(26, 31, 28, 0.9) 100%);
  transform: translateY(-2px);
}
.episode-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--green-grey-dark);
  color: var(--warm-yellow);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.16rem 0.5rem;
  border-radius: 0 10px 0 8px;
  border-left: 1px solid rgba(232, 197, 71, 0.3);
  border-bottom: 1px solid rgba(232, 197, 71, 0.3);
  transition: background 0.2s, color 0.2s;
}
.episode-card:hover .episode-badge {
  background: var(--warm-yellow);
  color: var(--night-deep);
}
.episode-title {
  font-family: var(--font-head);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--paper-white);
  line-height: 1.4;
  letter-spacing: 0.01em;
  padding-right: 3.2rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.28s ease, margin 0.28s ease;
}
.episode-card:hover .episode-title, .episode-card:focus-within .episode-title {
  max-height: 4.5rem;
  opacity: 1;
  margin-top: 0.15rem;
}
.episode-summary {
  font-size: 0.76rem;
  color: var(--paper-dim);
  line-height: 1.55;
  letter-spacing: 0.01em;
  flex: 0 1 auto;
}
.episode-duration {
  align-self: flex-start;
  font-size: 0.68rem;
  color: var(--green-grey);
  letter-spacing: 0.06em;
  border-top: 1px dashed rgba(107, 122, 110, 0.4);
  padding-top: 0.3rem;
  width: 100%;
}
.comments-section {
  position: relative;
}
.comments-heading {
  margin-bottom: 0.6rem;
}
.comments-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.3rem;
  align-items: start;
}
.comment-note {
  background: var(--paper);
  color: var(--ink);
  padding: 0.6rem 0.7rem 0.7rem;
  border-radius: 2px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-self: start;
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0e9d6 0%, #b8ad91 70%, #8a8069 100%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.comment-note-left {
  transform: rotate(-1deg);
}
.comment-note-right {
  transform: rotate(1.2deg);
  margin-top: 1.1rem;
  background: #ddd7c6;
}
.comment-note:nth-child(3) {
  background: #e6dfcc;
}
.comment-note:nth-child(4) {
  background: #e2d9c0;
}
.comment-nickname {
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--green-grey-dark);
  letter-spacing: 0.04em;
}
.comment-text {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--ink-soft);
  letter-spacing: 0.01em;
}
.recommend-region {
  background: linear-gradient(150deg, rgba(42, 51, 46, 0.55) 0%, rgba(18, 23, 20, 0.9) 100%);
  border: 1px solid rgba(107, 122, 110, 0.25);
  border-radius: 2px 12px 2px 12px;
  padding: 0.75rem 0.85rem 0.9rem;
}
.region-one {
  border-left: 3px solid var(--warm-yellow);
}
.region-two {
  border-left: 3px solid var(--green-grey);
}
.region-three {
  border-left: 3px solid var(--paper-dim);
}
.recommend-region .section-heading {
  font-size: 0.92rem;
  margin-bottom: 0.5rem;
  border-left: none;
  padding-left: 0;
}
.recommend-grid {
  display: grid;
  gap: 0.55rem;
  align-items: start;
}
.recommend-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.recommend-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.recommend-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  color: var(--paper);
  text-decoration: none;
  background: rgba(15, 19, 17, 0.55);
  border: 1px solid rgba(107, 122, 110, 0.22);
  border-radius: 2px 8px 2px 8px;
  padding: 0.4rem 0.4rem 0.5rem;
  min-width: 0;
  transition: border-color 0.18s, transform 0.18s, background 0.18s;
}
a.recommend-card:hover {
  border-color: rgba(232, 197, 71, 0.55);
  background: rgba(26, 31, 28, 0.85);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img.recommend-pic {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 1px 5px 1px 5px;
  background: var(--green-grey-deep);
  filter: brightness(0.88) contrast(1.05);
  display: block;
}
.recommend-name {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--paper-white);
  letter-spacing: 0.02em;
  line-height: 1.35;
  overflow-wrap: break-word;
}
.recommend-blurb {
  font-size: 0.68rem;
  color: var(--paper-dim);
  line-height: 1.45;
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
}
.site-footer {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem 1.1rem 1.6rem;
  border-top: 1px solid rgba(107, 122, 110, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.footer-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--warm-yellow-soft);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--paper-white);
  border-bottom-color: var(--paper-white);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
}
.friend-links-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--green-grey);
  border-right: 1px solid rgba(107, 122, 110, 0.4);
  padding-right: 0.7rem;
}
a.runtime-friend-link {
  font-size: 0.74rem;
  color: var(--paper-dim);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  transition: color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--warm-yellow);
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 0.68rem;
  color: rgba(107, 122, 110, 0.85);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {.recommend-grid-five {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.page-main {
    padding: 0.8rem 0.85rem 1.2rem;
    gap: 1.2rem;
  }
.overview-collage {
    grid-template-columns: minmax(120px, 170px) minmax(0, 1fr);
  }
.hero-collage {
    min-height: 180px;
  }
.recommend-grid-four, .recommend-grid-five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommend-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 640px) {html {
    font-size: 15px;
  }
.header-inner {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
  }
a[data-contract="site-name"].brand-mark {
    font-size: 1rem;
  }
.category-bar {
    gap: 0.3rem 0.7rem;
  }
a.runtime-category {
    font-size: 0.76rem;
  }
.page-main {
    padding: 0.7rem 0.7rem 1rem;
    gap: 1rem;
  }
.movie-overview {
    padding: 0.75rem 0.75rem 0.85rem;
    border-radius: 2px 10px 2px 10px;
    gap: 0.8rem;
  }
.overview-collage {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.6rem;
  }
.poster-wrapper {
    max-width: 180px;
  }
.hero-collage {
    min-height: 150px;
    grid-template-columns: 1.3fr 1fr;
  }
.movie-title {
    font-size: 1.4rem;
  }
.movie-tagline {
    font-size: 0.8rem;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-card {
    width: 4.9rem;
  }
.cast-photo {
    width: 2.8rem;
    height: 2.8rem;
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comments-wall {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.8rem;
  }
.comment-note-right {
    margin-top: 0;
  }
.recommend-grid-four, .recommend-grid-five, .recommend-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.player-controls {
    gap: 0.35rem;
  }
.player-btn {
    font-size: 0.7rem;
    padding: 0.24rem 0.5rem;
  }
.player-progress {
    flex: 1 1 100%;
  }
.filmstrip-track {
    padding: 0.7rem 0.5rem 0.85rem;
  }
.timeline-note {
    width: 9.2rem;
    min-height: 6.4rem;
  }
.footer-nav {
    gap: 0.7rem;
  }
.friend-links {
    gap: 0.3rem 0.6rem;
  }}
@media (max-width: 400px) {.recommend-grid-four, .recommend-grid-five, .recommend-grid-three {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-card {
    width: 4.4rem;
  }}
@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}
