*, *::before, *::after {
  box-sizing: border-box;
}
html, body, h1, h2, h3, p, dl, dd, dt, ol, ul, li {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
:root {
  --deep: #061119;
  --deep-2: #0a1c27;
  --deep-3: #0e2635;
  --rust: #8a5a34;
  --copper: #b07d4e;
  --copper-hi: #d8a86a;
  --ink: #cfe0e6;
  --ink-dim: #7f97a1;
  --ink-faint: #4e6570;
  --line: rgba(176, 125, 78, 0.28);
  --gap: 8px;
  --pad: 12px;
  --radius: 10px;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background:
    radial-gradient(120% 80% at 82% -10%, rgba(14, 60, 82, 0.55), transparent 60%),
    linear-gradient(180deg, #05101a 0%, #061119 55%, #040d14 100%);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.01em;
  min-height: 100vh;
  overflow-x: hidden;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  padding: 7px 14px;
  background: rgba(5, 14, 22, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}
a[data-contract="site-name"] {
  color: var(--copper-hi);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(216, 168, 106, 0.45);
}
a[data-contract="site-name"]:hover, a[data-contract="site-name"]:focus-visible {
  color: #f0cb95;
  border-bottom-color: #f0cb95;
}
.categories-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 5px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: var(--ink-dim);
  text-decoration: none;
  font-size: 11px;
  line-height: 1.3;
  padding: 3px 8px;
  border: 1px solid rgba(127, 151, 161, 0.22);
  border-radius: 999px;
  background: rgba(10, 28, 39, 0.6);
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: var(--copper-hi);
  border-color: var(--line);
  background: rgba(138, 90, 52, 0.22);
}
.page-main {
  display: block;
  padding: var(--gap) 12px 0;
}
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(14, 38, 53, 0.9), rgba(6, 17, 25, 0.92)),
    radial-gradient(90% 60% at 100% 0%, rgba(176, 125, 78, 0.18), transparent 70%);
  margin-bottom: 16px;
}
.hero-figure {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 6px 6px 8px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(10, 28, 39, 0.9), rgba(4, 12, 18, 0.95));
  border: 1px solid rgba(78, 101, 112, 0.35);
}
.hero-poster-wrap {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #08151d;
}
.hero-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(0.82) contrast(1.06) brightness(0.86);
}
.hero-poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 52%, rgba(4, 12, 18, 0.92) 100%),
    radial-gradient(60% 40% at 50% 30%, rgba(216, 168, 106, 0.12), transparent 70%);
}
.hero-waveform {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 46px;
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(4, 12, 18, 0.78);
  border: 1px solid rgba(216, 168, 106, 0.35);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}
.waveform-bar {
  display: block;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--copper-hi), rgba(176, 125, 78, 0.45));
  box-shadow: 0 0 6px rgba(216, 168, 106, 0.45);
}
.waveform-bar:nth-child(1) { height: 12px; }
.waveform-bar:nth-child(2) { height: 22px; }
.waveform-bar:nth-child(3) { height: 34px; }
.waveform-bar:nth-child(4) { height: 18px; }
.waveform-bar:nth-child(5) { height: 28px; }
.waveform-bar:nth-child(6) { height: 40px; }
.waveform-bar:nth-child(7) { height: 24px; }
.waveform-bar:nth-child(8) { height: 14px; }
.waveform-bar:nth-child(9) { height: 30px; }
.waveform-bar:nth-child(10) { height: 38px; }
.waveform-bar:nth-child(11) { height: 20px; }
.waveform-bar:nth-child(12) { height: 10px; }
.waveform-bar:nth-child(13) { height: 26px; }
.waveform-bar:nth-child(14) { height: 36px; }
.waveform-bar:nth-child(15) { height: 16px; }
.waveform-bar:nth-child(16) { height: 28px; }
.waveform-bar:nth-child(17) { height: 34px; }
.waveform-bar:nth-child(18) { height: 20px; }
.hero-waveform-caption {
  align-self: flex-end;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: var(--copper);
  text-transform: uppercase;
  padding-right: 2px;
}
.hero-info {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  min-width: 0;
}
.movie-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #e8f2f5;
  text-shadow: 0 0 18px rgba(216, 168, 106, 0.22);
}
.movie-tagline {
  font-size: 11.5px;
  font-weight: 300;
  color: var(--ink-dim);
  letter-spacing: 0.08em;
  padding-bottom: 6px;
  border-bottom: 1px dashed rgba(78, 101, 112, 0.4);
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(176, 125, 78, 0.3);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(10, 28, 39, 0.85), rgba(4, 12, 18, 0.9));
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.player-shell.is-dimmed {
  border-color: rgba(216, 168, 106, 0.55);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.75);
}
.player-shell.is-theater {
  border-color: var(--copper-hi);
  box-shadow: 0 0 26px rgba(216, 168, 106, 0.25);
}
.player-frame {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(78, 101, 112, 0.3);
}
.player-video {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.player-btn {
  flex: 0 0 auto;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--ink-dim);
  background: rgba(14, 38, 53, 0.7);
  border: 1px solid rgba(78, 101, 112, 0.4);
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-btn:hover, .player-btn:focus-visible {
  color: var(--copper-hi);
  border-color: var(--line);
  background: rgba(138, 90, 52, 0.25);
}
.player-btn.is-active {
  color: #f2d5a4;
  border-color: var(--copper-hi);
  background: rgba(138, 90, 52, 0.4);
  box-shadow: 0 0 10px rgba(216, 168, 106, 0.28);
}
.player-range {
  flex: 1 1 100px;
  min-width: 60px;
  height: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: linear-gradient(90deg, var(--copper) 0%, rgba(78, 101, 112, 0.35) 100%);
  border-radius: 999px;
  cursor: pointer;
  outline: none;
}
.player-progress {
  flex: 1 1 160px;
}
.player-volume {
  flex: 0 1 90px;
  background: rgba(78, 101, 112, 0.35);
}
.player-range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--copper-hi);
  border: 1px solid rgba(4, 12, 18, 0.7);
  box-shadow: 0 0 8px rgba(216, 168, 106, 0.6);
}
.player-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--copper-hi);
  border: 1px solid rgba(4, 12, 18, 0.7);
  box-shadow: 0 0 8px rgba(216, 168, 106, 0.6);
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.status-current {
  font-size: 11.5px;
  font-weight: 500;
  color: #e7c893;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(138, 90, 52, 0.3);
  border: 1px solid rgba(216, 168, 106, 0.35);
}
.status-total {
  font-size: 11px;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}
.block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--copper-hi);
  padding-left: 9px;
  border-left: 2px solid var(--rust);
  margin-bottom: 6px;
}
.cast-block {
  padding-top: 8px;
  border-top: 1px solid rgba(78, 101, 112, 0.28);
}
.cast-rail {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
  scrollbar-color: var(--rust) transparent;
  -webkit-overflow-scrolling: touch;
}
.cast-rail::-webkit-scrollbar {
  height: 5px;
}
.cast-rail::-webkit-scrollbar-track {
  background: rgba(78, 101, 112, 0.18);
  border-radius: 999px;
}
.cast-rail::-webkit-scrollbar-thumb {
  background: var(--rust);
  border-radius: 999px;
}
.cast-card {
  flex: 0 0 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 4px 4px 6px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(14, 38, 53, 0.65), rgba(6, 17, 25, 0.85));
  border: 1px solid rgba(78, 101, 112, 0.3);
}
.cast-media {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  background:
    radial-gradient(70% 70% at 50% 38%, rgba(216, 168, 106, 0.28), transparent 68%),
    linear-gradient(150deg, #12303f 0%, #08202c 55%, #0b1720 100%);
  border: 1px solid rgba(176, 125, 78, 0.22);
  position: relative;
  overflow: hidden;
}
.cast-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(216, 168, 106, 0.16) 0 1px, transparent 1px 7px);
  opacity: 0.7;
  mix-blend-mode: screen;
}
.cast-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #dbe9ee;
  letter-spacing: 0.04em;
}
.cast-role {
  font-size: 10px;
  font-weight: 300;
  color: var(--ink-faint);
  letter-spacing: 0.02em;
}
.synopsis-block {
  padding-top: 8px;
  border-top: 1px solid rgba(78, 101, 112, 0.28);
}
.synopsis-para {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.62;
  color: #a9c0c9;
  margin-bottom: 5px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.details-block {
  padding-top: 8px;
  border-top: 1px solid rgba(78, 101, 112, 0.28);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px 10px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(78, 101, 112, 0.32);
}
.details-row dt {
  flex: 0 0 auto;
  font-size: 10.5px;
  font-weight: 400;
  color: var(--ink-faint);
  letter-spacing: 0.08em;
}
.details-row dd {
  flex: 1 1 auto;
  font-size: 11.5px;
  font-weight: 300;
  color: #c6d8de;
  text-align: right;
}
.section-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--copper-hi);
  margin-bottom: 7px;
  padding-left: 10px;
  border-left: 3px solid var(--rust);
}
.timeline-section {
  margin-bottom: 14px;
}
.timeline-rail {
  display: flex;
  align-items: stretch;
  gap: 6px;
  overflow-x: auto;
  padding: 8px 4px 10px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(10, 28, 39, 0.75), rgba(4, 12, 18, 0.85)),
    repeating-linear-gradient(90deg, rgba(78, 101, 112, 0.08) 0 1px, transparent 1px 24px);
  border: 1px solid rgba(78, 101, 112, 0.3);
  scrollbar-width: thin;
  scrollbar-color: var(--rust) transparent;
  -webkit-overflow-scrolling: touch;
}
.timeline-rail::-webkit-scrollbar {
  height: 5px;
}
.timeline-rail::-webkit-scrollbar-track {
  background: rgba(78, 101, 112, 0.18);
  border-radius: 999px;
}
.timeline-rail::-webkit-scrollbar-thumb {
  background: var(--rust);
  border-radius: 999px;
}
.timeline-peak {
  position: relative;
  flex: 0 0 auto;
  width: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
  padding: 34px 7px 7px;
  border-radius: 8px 8px 8px 8px;
  background: linear-gradient(180deg, rgba(14, 38, 53, 0.5), rgba(6, 17, 25, 0.9));
  border: 1px solid rgba(78, 101, 112, 0.28);
  overflow: hidden;
}
.timeline-peak::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  height: var(--peak, 26px);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, var(--copper-hi), rgba(176, 125, 78, 0.25));
  box-shadow: 0 0 10px rgba(216, 168, 106, 0.4);
}
.timeline-peak:nth-child(odd)::before {
  height: 22px;
}
.timeline-peak:nth-child(3n)::before {
  height: 34px;
}
.timeline-peak:nth-child(3n + 2)::before {
  height: 28px;
}
.peak-timecode {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--copper);
}
.peak-label {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  color: #b7ccd4;
}
.episodes-section {
  margin-bottom: 14px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.episode-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 9px 8px 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(14, 38, 53, 0.85), rgba(6, 17, 25, 0.92));
  border: 1px solid rgba(78, 101, 112, 0.3);
  border-left: 3px solid var(--rust);
  overflow: hidden;
}
.episode-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(216, 168, 106, 0.09));
  pointer-events: none;
}
.episode-number {
  display: inline-block;
  align-self: flex-start;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #1a1108;
  background: linear-gradient(180deg, var(--copper-hi), var(--copper));
  padding: 1px 7px;
  border-radius: 3px;
}
.episode-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #e2eef2;
  letter-spacing: 0.03em;
  margin-top: 2px;
}
.episode-summary {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.5;
  color: #93aab3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.episode-duration {
  align-self: flex-end;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: var(--ink-faint);
  margin-top: 1px;
}
.comments-section {
  margin-bottom: 14px;
}
.comment-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: flex-start;
}
.comment-card {
  flex: 1 1 178px;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 7px;
  background: linear-gradient(160deg, rgba(16, 42, 58, 0.9), rgba(7, 19, 27, 0.95));
  border: 1px solid rgba(78, 101, 112, 0.32);
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.42);
  transform: rotate(var(--tilt, 0deg));
}
.comment-card:nth-child(1) { --tilt: -0.7deg; }
.comment-card:nth-child(2) { --tilt: 0.9deg; margin-top: 9px; }
.comment-card:nth-child(3) { --tilt: -1.1deg; }
.comment-card:nth-child(4) { --tilt: 0.6deg; margin-top: 11px; }
.comment-card:nth-child(5) { --tilt: -0.4deg; }
.comment-card:nth-child(6) { --tilt: 1.2deg; margin-top: 8px; }
.comment-nickname {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--copper-hi);
  margin-bottom: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed rgba(176, 125, 78, 0.25);
}
.comment-text {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.55;
  color: #a5bcc5;
}
.rec-region {
  margin-bottom: 12px;
  padding: 8px 9px 9px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(10, 28, 39, 0.6), rgba(5, 14, 22, 0.85));
  border: 1px solid rgba(78, 101, 112, 0.26);
}
.rec-heading {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #d9b47f;
  padding-bottom: 5px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(176, 125, 78, 0.22);
}
.rec-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}
.rec-item {
  min-width: 0;
}
a.rec-link {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px;
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
  background: rgba(6, 17, 25, 0.7);
  border: 1px solid rgba(78, 101, 112, 0.26);
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
a.rec-link:hover, a.rec-link:focus-visible {
  color: #e6f1f4;
  border-color: var(--line);
  background: rgba(14, 38, 53, 0.85);
  transform: translateY(-1px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.8) brightness(0.85);
  background: #08151d;
}
.rec-name {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: #d3e3e8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rec-blurb {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.45;
  color: var(--ink-faint);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 10px;
  padding: 12px 14px 18px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(4, 12, 18, 0.4), rgba(3, 9, 14, 0.9));
}
.footer-disclaimer {
  font-size: 10.5px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-faint);
  margin-bottom: 8px;
  max-width: 720px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-bottom: 9px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--copper);
  text-decoration: none;
  border-bottom: 1px solid rgba(176, 125, 78, 0.35);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover, a[data-contract="footer-home"]:focus-visible, a[data-contract="footer-sitemap"]:focus-visible {
  color: var(--copper-hi);
  border-bottom-color: var(--copper-hi);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(78, 101, 112, 0.3);
}
.friend-links-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--ink-faint);
  white-space: nowrap;
  padding-right: 4px;
}
a.runtime-friend-link {
  font-size: 10.5px;
  font-weight: 300;
  color: #7f97a1;
  text-decoration: none;
  border-bottom: 1px dotted rgba(127, 151, 161, 0.4);
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: var(--copper-hi);
  border-bottom-color: var(--copper-hi);
}
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 1px solid var(--copper-hi);
  outline-offset: 2px;
}
@media (max-width: 860px) {.hero-shell {
    grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  }
.rec-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 680px) {body {
    font-size: 12.5px;
  }
.site-header {
    padding: 6px 10px;
  }
.page-main {
    padding: 7px 9px 0;
  }
.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 9px;
  }
.hero-figure {
    max-width: 250px;
    margin: 0 auto;
  }
.hero-waveform {
    top: 8px;
    right: 8px;
    height: 38px;
  }
.movie-title {
    font-size: 19px;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-peak {
    width: 92px;
  }
.comment-card {
    flex: 1 1 100%;
    transform: none;
    margin-top: 0;
  }
.rec-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 420px) {.player-btn {
    padding: 4px 7px;
    font-size: 10.5px;
  }
.player-range {
    flex: 1 1 100%;
    min-width: 0;
  }
.player-volume {
    flex: 1 1 60px;
  }
.rec-column {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-card {
    flex: 0 0 84px;
  }
.categories-bar {
    gap: 3px 4px;
  }
a.runtime-category {
    font-size: 10.5px;
    padding: 3px 7px;
  }}
@media (prefers-reduced-motion: reduce) {a.rec-link, .player-btn, a.runtime-category {
    transition: none;
  }}

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}
