:root {
  --paper: #d9c9a3;
  --paper-deep: #c4b088;
  --paper-shadow: #8d7a55;
  --ink: #1a2433;
  --ink-soft: #2c3a4f;
  --ink-line: #3d4a5e;
  --faded-red: #a8453c;
  --faded-red-soft: #8c3f38;
  --bg: #10151d;
  --bg-2: #161d28;
  --bg-3: #1d2633;
  --text: #c9c3b4;
  --text-dim: #8a8578;
  --rule: #2a3441;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 15% 8%, rgba(169, 69, 60, 0.06), transparent 45%),
    radial-gradient(circle at 85% 92%, rgba(26, 36, 51, 0.5), transparent 50%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 3px);
  color: var(--text);
  font-family: "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
h1, h2, h3 {
  font-family: "Songti SC", "SimSun", "STSong", "Noto Serif CJK SC", serif;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: var(--paper);
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(16, 21, 29, 0.97), rgba(16, 21, 29, 0.88));
  border-bottom: 1px solid var(--rule);
  backdrop-filter: blur(4px);
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
a.site-name {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--paper);
  text-decoration: none;
  padding-left: 12px;
  border-left: 3px solid var(--faded-red);
}
a.site-name:hover {
  color: var(--faded-red);
}
.category-nav {
  display: flex;
  align-items: center;
  gap: 4px 14px;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
a.runtime-category {
  font-size: 12px;
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}
a.runtime-category:hover {
  color: var(--paper);
  border-bottom-color: var(--faded-red);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 18px 0;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.movie-overview {
  position: relative;
  margin-top: 4px;
}
.overview-paper {
  position: relative;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle at 22% 12%, rgba(141, 122, 85, 0.18), transparent 42%),
    radial-gradient(circle at 78% 86%, rgba(141, 122, 85, 0.22), transparent 46%),
    linear-gradient(160deg, #e0d2ae 0%, #d5c39c 48%, #c8b489 100%);
  color: #241f18;
  padding: 30px 26px 34px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.55),
    inset 0 0 60px rgba(141, 122, 85, 0.28);
  clip-path: polygon(
    0% 1.2%, 4% 0%, 11% 1.4%, 19% 0.2%, 27% 1.6%, 36% 0.3%, 45% 1.3%,
    54% 0.2%, 63% 1.5%, 72% 0.3%, 81% 1.4%, 90% 0.2%, 96% 1.2%, 100% 0.4%,
    100% 98.6%, 95% 100%, 87% 98.5%, 78% 99.8%, 68% 98.4%, 58% 99.7%,
    48% 98.6%, 38% 99.8%, 28% 98.5%, 18% 99.7%, 9% 98.4%, 3% 99.8%, 0% 98.8%
  );
  border-radius: 2px;
}
.overview-paper-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    repeating-linear-gradient(0deg, rgba(141, 122, 85, 0.11) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(141, 122, 85, 0.05) 0 1px, transparent 1px 34px),
    radial-gradient(circle at 30% 70%, rgba(168, 69, 60, 0.05), transparent 60%);
  mix-blend-mode: multiply;
  z-index: 0;
}
.overview-clasp {
  position: absolute;
  top: 48px;
  right: -14px;
  width: 30px;
  height: 74px;
  background: linear-gradient(100deg, #7d6840, #a8905c 35%, #6d5a36 70%, #8d7748);
  border-radius: 4px 12px 12px 4px;
  box-shadow:
    3px 4px 12px rgba(0, 0, 0, 0.45),
    inset 0 0 8px rgba(0, 0, 0, 0.35);
  z-index: 3;
}
.overview-clasp::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #d9c9a3, #6d5a36 70%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.6);
}
.overview-slogan {
  position: relative;
  z-index: 2;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: rgba(168, 69, 60, 0.72);
  border-bottom: 1px dashed rgba(141, 122, 85, 0.6);
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-align: right;
}
.overview-body {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.overview-poster {
  align-self: start;
  position: relative;
  background: #b9a578;
  padding: 6px 6px 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
  transform: rotate(-1.1deg);
}
.overview-poster img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  filter: sepia(0.18) contrast(1.03);
}
.overview-poster::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 8px;
  height: 12px;
  background: repeating-linear-gradient(90deg, rgba(36, 31, 24, 0.5) 0 6px, transparent 6px 12px);
  transform: rotate(0.6deg);
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.overview-title {
  font-size: 27px;
  font-weight: 600;
  color: #1c2029;
  letter-spacing: 0.08em;
}
.overview-tagline {
  font-size: 12px;
  color: rgba(44, 58, 79, 0.82);
  letter-spacing: 0.06em;
  padding-left: 10px;
  border-left: 2px solid var(--faded-red);
}
.cast-heading, .synopsis-heading, .episode-status-heading, .details-heading {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--ink-soft);
  padding-bottom: 5px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(44, 58, 79, 0.28);
}
.cast-block {
  margin-top: 2px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 12px 10px;
  align-items: start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cast-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0;
}
.cast-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(141, 122, 85, 0.75);
  box-shadow: 0 2px 6px rgba(36, 31, 24, 0.3);
  filter: sepia(0.25) saturate(0.85);
}
.cast-name {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #242830;
  text-align: center;
  letter-spacing: 0.05em;
}
.cast-role {
  font-size: 10.5px;
  line-height: 1.4;
  color: rgba(44, 58, 79, 0.72);
  text-align: center;
  letter-spacing: 0.02em;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-paragraph {
  font-size: 12px;
  line-height: 1.72;
  color: #2b2a24;
  text-indent: 2em;
  margin-bottom: 6px;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.episode-status {
  min-width: 0;
}
.episode-status-text {
  font-size: 12px;
  color: var(--faded-red-soft);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.episode-status-meta, .details-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 3px 18px;
}
.episode-status-row, .details-row {
  display: flex;
  gap: 7px;
  align-items: baseline;
  font-size: 11.5px;
  min-width: 0;
  border-bottom: 1px dotted rgba(44, 58, 79, 0.22);
  padding: 2px 0;
}
.episode-status-row dt, .details-row dt {
  flex: 0 0 auto;
  color: rgba(44, 58, 79, 0.66);
  letter-spacing: 0.06em;
}
.episode-status-row dd, .details-row dd {
  min-width: 0;
  color: #242830;
  overflow-wrap: anywhere;
}
.details-block {
  min-width: 0;
}
.player-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  background: #070a0e;
  border: 1px solid var(--rule);
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
}
.player-shell.is-theater {
  box-shadow: 0 0 0 1px rgba(168, 69, 60, 0.45), 0 18px 50px rgba(0, 0, 0, 0.75);
}
.player-shell.is-lights-off {
  border-color: rgba(168, 69, 60, 0.35);
}
.player-shell.is-fullscreen {
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 9px 12px;
  background: linear-gradient(180deg, #131a24, #0d131b);
  border-top: 1px solid var(--rule);
}
.player-button {
  font-family: inherit;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--text);
  background: #1c2530;
  border: 1px solid #2f3b4a;
  border-radius: 2px;
  padding: 4px 10px;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.player-button:hover {
  color: var(--paper);
  border-color: var(--faded-red);
  background: #232e3b;
}
.player-button.is-playing {
  color: var(--faded-red);
  border-color: var(--faded-red-soft);
}
.player-progress {
  flex: 1 1 180px;
  min-width: 120px;
  height: 4px;
  accent-color: var(--faded-red);
  cursor: pointer;
}
.player-volume {
  flex: 0 1 100px;
  min-width: 70px;
  height: 4px;
  accent-color: var(--paper-deep);
  cursor: pointer;
}
.player-shell video.is-muted, .player-shell.is-muted .player-volume {
  opacity: 0.55;
}
.timeline-section {
  position: relative;
}
.timeline-heading, .episodes-heading, .comments-heading, .recommendations-heading {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--paper);
  padding-bottom: 7px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.timeline-heading::before, .episodes-heading::before, .comments-heading::before, .recommendations-heading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 12px;
  margin-right: 9px;
  background: var(--faded-red);
  vertical-align: -1px;
}
.timeline-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 26px;
}
.timeline-list::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, rgba(217, 201, 163, 0.85), rgba(168, 69, 60, 0.55), rgba(217, 201, 163, 0.25));
  border-radius: 2px;
  transform: rotate(0.35deg);
  transform-origin: top center;
}
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(42, 52, 65, 0.85);
}
.timeline-item:last-child {
  border-bottom: none;
}
.timeline-node {
  position: absolute;
  left: -22px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--paper-deep);
  box-shadow: 0 0 0 2px rgba(16, 21, 29, 0.9);
}
.timeline-item:nth-child(even) .timeline-node {
  border-color: var(--faded-red);
  transform: translateY(1px);
}
.timeline-timecode {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--faded-red);
  white-space: nowrap;
}
.timeline-label {
  font-size: 12px;
  color: var(--text);
  min-width: 0;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.episode-card {
  position: relative;
  background: var(--bg-3);
  border: 1px solid #26313e;
  border-radius: 2px;
  padding: 22px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
.episode-card:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 69, 60, 0.5);
}
.episode-page-number {
  position: absolute;
  top: 6px;
  left: 10px;
  font-family: "Songti SC", "SimSun", serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  color: rgba(168, 69, 60, 0.62);
  letter-spacing: 0.02em;
}
.episode-page-number::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  margin-top: 3px;
  background: rgba(168, 69, 60, 0.4);
}
.episode-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--paper);
  letter-spacing: 0.06em;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--text-dim);
}
.episode-duration {
  align-self: flex-start;
  margin-top: auto;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: rgba(217, 201, 163, 0.6);
  border-top: 1px dotted rgba(141, 122, 85, 0.4);
  padding-top: 5px;
  width: 100%;
}
.comments-section {
  position: relative;
}
.comments-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.comments-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}
.comment-note {
  position: relative;
  background: #d8cba6;
  background-image: repeating-linear-gradient(
    180deg,
    transparent 0 21px,
    rgba(44, 58, 79, 0.22) 21px 22px
  );
  color: #262219;
  padding: 12px 14px 10px;
  border-radius: 1px;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.42);
  min-width: 0;
}
.comments-column .comment-note:nth-child(odd) {
  transform: rotate(-0.9deg);
}
.comments-column .comment-note:nth-child(even) {
  transform: rotate(0.8deg);
}
.comments-column:nth-child(2) .comment-note:nth-child(odd) {
  transform: rotate(1deg);
}
.comments-column:nth-child(2) .comment-note:nth-child(even) {
  transform: rotate(-0.7deg);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 54px;
  height: 12px;
  margin-left: -27px;
  background: rgba(217, 201, 163, 0.55);
  border-left: 1px solid rgba(141, 122, 85, 0.4);
  border-right: 1px solid rgba(141, 122, 85, 0.4);
  transform: rotate(-1.5deg);
}
.comment-text {
  font-size: 12px;
  line-height: 1.82;
  color: #2b2721;
  margin-bottom: 7px;
}
.comment-author {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--faded-red-soft);
  text-align: right;
}
.comment-author::before {
  content: "—— ";
}
.comments-breathing-room {
  height: 34px;
}
.recommendations-section {
  position: relative;
}
.recommendations-heading {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.recommendations-heading::after {
  content: "( " attr(data-count) " )";
  font-family: inherit;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--text-dim);
}
.recommendations-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.recommendation-stack-item {
  position: relative;
  min-width: 0;
}
.recommendation-stack-item:nth-child(2) {
  transform: translateY(6px);
}
.recommendation-stack-item:nth-child(3) {
  transform: translateY(-4px);
}
.recommendation-stack-item:nth-child(4) {
  transform: translateY(3px);
}
a.recommendation-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-left: 2px solid var(--faded-red-soft);
  border-radius: 2px;
  text-decoration: none;
  color: var(--text);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
  transition: transform 0.16s ease, border-color 0.16s ease;
}
a.recommendation-card:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 69, 60, 0.6);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  height: auto;
  object-fit: cover;
  filter: sepia(0.12);
  background: #0b0f14;
}
.recommendation-name {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--paper);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommendation-blurb {
  font-size: 10.5px;
  line-height: 1.55;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 20px 18px 26px;
  border-top: 1px solid var(--rule);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: var(--text-dim);
  max-width: 900px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  color: var(--text);
  text-decoration: none;
  letter-spacing: 0.08em;
  border-bottom: 1px solid transparent;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--faded-red);
  border-bottom-color: var(--faded-red);
}
.friend-links {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 14px;
}
.friend-links-label {
  font-family: "Songti SC", "SimSun", serif;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--paper-deep);
  flex: 0 0 auto;
}
.friend-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  min-width: 0;
}
a.runtime-friend-link {
  font-size: 11px;
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dotted rgba(141, 122, 85, 0.35);
}
a.runtime-friend-link:hover {
  color: var(--faded-red);
  border-bottom-color: var(--faded-red);
}
.player-shell.is-fullscreen video, .player video.is-fullscreen {
  max-height: 100vh;
}
.player .click, .player .input, .player .progress, .player .timeupdate, .player .volume, .player .speed, .player .play, .player .mute, .player .pip, .player .fullscreen, .player .theater, .player .light, .player .player, .player .x {
  pointer-events: auto;
}
@media (max-width: 1024px) {.overview-body {
    grid-template-columns: minmax(160px, 210px) minmax(0, 1fr);
    gap: 20px;
  }
.episodes-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.recommendations-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 860px) {.page-main {
    gap: 22px;
  }
.overview-paper {
    padding: 24px 18px 26px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
.overview-poster {
    max-width: 230px;
    transform: rotate(-0.8deg);
  }
.episodes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommendations-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommendation-stack-item:nth-child(2), .recommendation-stack-item:nth-child(3), .recommendation-stack-item:nth-child(4) {
    transform: none;
  }}
@media (max-width: 620px) {body {
    font-size: 12.5px;
  }
.header-inner {
    gap: 12px;
    padding: 8px 14px;
  }
.page-main {
    padding: 16px 14px 0;
    gap: 20px;
  }
.overview-title {
    font-size: 22px;
  }
.overview-clasp {
    top: 34px;
    right: -10px;
    width: 24px;
    height: 58px;
  }
.overview-slogan {
    font-size: 11.5px;
    letter-spacing: 0.14em;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px 8px;
  }
.episode-status-meta, .details-list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
.timeline-item {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
  }
.comments-columns {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.recommendations-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
.player-controls {
    gap: 7px 9px;
    padding: 8px 10px;
  }
.player-button {
    font-size: 10.5px;
    padding: 4px 8px;
  }
.player-progress {
    flex: 1 1 100%;
    min-width: 0;
    order: -1;
  }
.site-footer {
    margin-top: 26px;
    padding: 16px 14px 22px;
  }}
@media (max-width: 420px) {.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  }
.cast-avatar {
    width: 46px;
    height: 46px;
  }
.recommendations-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
  }
.timeline-timecode {
    order: -1;
  }}

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}
