*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  background: #0e1116;
  color: #d7dee8;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans SC", system-ui, -apple-system, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
h1, h2, h3, p, ul, ol, dl, dd, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, video {
  font: inherit;
  color: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 14, 19, 0.94);
  border-bottom: 1px solid rgba(120, 140, 168, 0.16);
  backdrop-filter: blur(8px);
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 18px 8px;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #f2f6fb;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 3px solid #e8813a;
  padding-left: 9px;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 2px;
}
a.nav-link {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #93a2b8;
  text-decoration: none;
  border-radius: 2px;
  transition: color 0.18s ease, background 0.18s ease;
}
a.nav-link:hover, a.nav-link:focus-visible {
  color: #ffd7ae;
  background: rgba(232, 129, 58, 0.12);
}
.category-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 9px;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 9px;
  color: #8fa0b8;
  text-decoration: none;
  border: 1px solid rgba(120, 140, 168, 0.28);
  border-radius: 999px;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover, a.runtime-category:focus-visible {
  color: #0e1116;
  background: #e8813a;
  border-color: #e8813a;
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 40px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.hero-shell {
  position: relative;
  margin: 18px 0 0;
  height: 320px;
  border-radius: 4px;
  overflow: hidden;
  background:
    radial-gradient(88% 120% at 78% 42%, rgba(232, 129, 58, 0.34), rgba(232, 129, 58, 0) 58%),
    radial-gradient(70% 100% at 18% 82%, rgba(52, 74, 106, 0.6), rgba(14, 17, 22, 0) 70%),
    linear-gradient(178deg, #141a24 0%, #0d1117 58%, #090c11 100%);
}
.hero-silhouette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.silhouette-brother, .silhouette-sister, .silhouette-shadow {
  position: absolute;
  bottom: 0;
  border-radius: 46% 46% 8% 8% / 30% 30% 4% 4%;
}
.silhouette-brother {
  left: 50%;
  width: 96px;
  height: 250px;
  margin-left: -6px;
  background: linear-gradient(180deg, #1d2531 0%, #131922 52%, #0b0e13 100%);
  box-shadow: inset -12px 0 22px rgba(0, 0, 0, 0.55);
}
.silhouette-sister {
  left: 50%;
  width: 84px;
  height: 214px;
  margin-left: -90px;
  background: linear-gradient(180deg, #2a3341 0%, #1a212b 54%, #0d1116 100%);
  box-shadow: inset 12px 0 20px rgba(0, 0, 0, 0.5);
}
.silhouette-shadow {
  left: 50%;
  width: 190px;
  height: 46px;
  margin-left: -46px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0) 100%);
  filter: blur(1px);
}
.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 22px 16px;
  background: linear-gradient(180deg, rgba(9, 12, 17, 0) 0%, rgba(9, 12, 17, 0.88) 100%);
}
.hero-line {
  max-width: 620px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #f0d9c4;
  border-left: 2px solid #e8813a;
  padding-left: 10px;
}
.player-shell {
  border: 1px solid rgba(120, 140, 168, 0.18);
  background: #0a0d12;
  border-radius: 4px;
  overflow: hidden;
}
.player-shell.theater-mode, .theater-mode {
  border-color: rgba(232, 129, 58, 0.45);
  box-shadow: 0 0 0 1px rgba(232, 129, 58, 0.18), 0 18px 44px -22px rgba(0, 0, 0, 0.9);
}
.player-frame {
  width: 100%;
  min-width: 0;
  background: #000;
  line-height: 0;
}
.player-frame video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  padding: 8px 10px;
  background: linear-gradient(180deg, #10151c 0%, #0b0f14 100%);
  border-top: 1px solid rgba(120, 140, 168, 0.14);
}
.ctrl-btn {
  appearance: none;
  border: 1px solid rgba(120, 140, 168, 0.26);
  background: rgba(30, 40, 54, 0.7);
  color: #c4d0e0;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.ctrl-btn:hover, .ctrl-btn:focus-visible {
  color: #ffd7ae;
  border-color: rgba(232, 129, 58, 0.6);
  background: rgba(232, 129, 58, 0.14);
}
.ctrl-btn.is-playing, .ctrl-btn.is-active {
  color: #0e1116;
  background: #e8813a;
  border-color: #e8813a;
}
.ctrl-btn.is-muted {
  color: #7f8b9d;
  border-color: rgba(120, 140, 168, 0.2);
  background: rgba(20, 26, 34, 0.8);
}
.ctrl-btn.play, .ctrl-btn.pause, .ctrl-btn.mute, .ctrl-btn.fullscreen, .ctrl-btn.pip, .ctrl-btn.theater, .ctrl-btn.light, .ctrl-btn.progress, .ctrl-btn.speed, .ctrl-btn.volume, .ctrl-btn.input, .ctrl-btn.change, .ctrl-btn.click, .ctrl-btn.timeupdate {
  
}
.ctrl-range {
  appearance: none;
  -webkit-appearance: none;
  flex: 1 1 120px;
  min-width: 90px;
  height: 18px;
  background: transparent;
  cursor: pointer;
}
.ctrl-range::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #e8813a, #3a4a60);
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  margin-top: -4px;
  border-radius: 50%;
  background: #f5e2cf;
  border: 1px solid #e8813a;
}
.ctrl-range::-moz-range-track {
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #e8813a, #3a4a60);
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f5e2cf;
  border: 1px solid #e8813a;
}
.ctrl-range.progress, .ctrl-range.volume, .ctrl-range.input, .ctrl-range.change, .ctrl-range.click {
  
}
.ctrl-select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(120, 140, 168, 0.26);
  background: rgba(30, 40, 54, 0.7);
  color: #c4d0e0;
  font-size: 12px;
  padding: 4px 22px 4px 9px;
  border-radius: 3px;
  cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #7f8b9d 50%),
    linear-gradient(135deg, #7f8b9d 50%, transparent 50%);
  background-position: calc(100% - 13px) 50%, calc(100% - 8px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.ctrl-select.is-active, .ctrl-select.speed {
  color: #ffd7ae;
  border-color: rgba(232, 129, 58, 0.5);
}
.movie-overview {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(120, 140, 168, 0.16);
  border-radius: 4px;
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(232, 129, 58, 0.09), rgba(232, 129, 58, 0) 55%),
    linear-gradient(180deg, #12171f 0%, #0d1117 100%);
}
.poster-column {
  min-width: 0;
}
.poster-figure {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid rgba(120, 140, 168, 0.22);
  background: #0a0d12;
  box-shadow: 0 16px 32px -20px rgba(0, 0, 0, 0.9);
}
.poster-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(232, 129, 58, 0.22) 0%, rgba(15, 20, 28, 0) 46%),
    linear-gradient(0deg, rgba(9, 12, 17, 0.7) 0%, rgba(9, 12, 17, 0) 40%);
  pointer-events: none;
}
.poster-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.movie-title {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #f4f8fd;
  line-height: 1.2;
}
.movie-tagline {
  font-size: 13px;
  font-weight: 300;
  color: #e8a76d;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(120, 140, 168, 0.16);
}
.block-heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8fa0b8;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.cast-block, .synopsis-block, .details-block, .episode-status {
  min-width: 0;
}
.cast-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 62px;
  flex: 0 0 auto;
  text-align: center;
}
.cast-avatar {
  display: block;
  width: 46px;
  height: 64px;
  border-radius: 3px;
  background:
    radial-gradient(70% 60% at 50% 26%, rgba(232, 129, 58, 0.5), rgba(232, 129, 58, 0) 62%),
    linear-gradient(180deg, #2b3644 0%, #161c25 100%);
  border: 1px solid rgba(120, 140, 168, 0.24);
  margin-bottom: 5px;
}
.cast-name {
  font-size: 12px;
  font-weight: 500;
  color: #dbe4ef;
  line-height: 1.25;
}
.cast-role {
  font-size: 10.5px;
  font-weight: 300;
  color: #7d8b9f;
  line-height: 1.3;
}
.synopsis-text {
  font-size: 13px;
  font-weight: 300;
  color: #a9b6c7;
  line-height: 1.62;
}
.synopsis-text + .synopsis-text {
  margin-top: 7px;
}
.episode-status {
  padding: 10px 12px;
  border: 1px solid rgba(120, 140, 168, 0.14);
  border-radius: 3px;
  background: rgba(21, 27, 36, 0.55);
}
.status-line {
  font-size: 12.5px;
  font-weight: 400;
  color: #cfd9e6;
  margin-bottom: 7px;
}
.status-bar {
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: rgba(120, 140, 168, 0.22);
  overflow: hidden;
}
.status-fill {
  display: block;
  width: 90%;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #e8813a 0%, #f0b06a 100%);
}
.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(120, 140, 168, 0.14);
}
.detail-key {
  font-size: 12px;
  font-weight: 300;
  color: #7d8b9f;
  white-space: nowrap;
}
.detail-value {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  color: #dbe4ef;
  text-align: right;
}
.section-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #eef3fa;
  padding-left: 10px;
  border-left: 3px solid #e8813a;
  margin-bottom: 12px;
}
.timeline-section {
  min-width: 0;
}
.timeline-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 0;
  overflow-x: auto;
  padding: 14px 2px 10px;
  position: relative;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 140, 168, 0.5) transparent;
}
.timeline-track::-webkit-scrollbar {
  height: 6px;
}
.timeline-track::-webkit-scrollbar-thumb {
  background: rgba(120, 140, 168, 0.45);
  border-radius: 3px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 27px;
  height: 1px;
  background: linear-gradient(90deg, rgba(232, 129, 58, 0.65), rgba(120, 140, 168, 0.3));
}
.timeline-node {
  position: relative;
  min-width: 0;
  padding: 0 9px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.node-timecode {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffd7ae;
  background: #1a222d;
  border: 1px solid rgba(232, 129, 58, 0.42);
  border-radius: 2px;
  padding: 2px 6px;
  align-self: flex-start;
  position: relative;
  z-index: 1;
}
.node-label {
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.42;
  color: #9dabbd;
  padding-top: 6px;
  border-top: 1px solid rgba(120, 140, 168, 0.14);
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 29px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e8813a;
}
.episodes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  position: relative;
  min-width: 0;
  padding: 9px 11px 10px;
  border: 1px solid rgba(120, 140, 168, 0.16);
  border-left: 2px solid rgba(232, 129, 58, 0.5);
  border-radius: 3px;
  background: linear-gradient(180deg, #131820 0%, #0e1319 100%);
  transition: border-color 0.18s ease, background 0.18s ease;
}
.episode-card:hover, .episode-card:focus-within {
  border-color: rgba(232, 129, 58, 0.55);
  background: linear-gradient(180deg, #1a212b 0%, #10151c 100%);
}
.episode-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #e6edf6;
  line-height: 1.3;
}
.episode-number {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #e8813a;
}
.episode-summary {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #9dabbd;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height 0.28s ease, opacity 0.24s ease, margin-top 0.24s ease;
}
.episode-card:hover .episode-summary, .episode-card:focus-within .episode-summary {
  max-height: 120px;
  opacity: 1;
  margin-top: 6px;
}
.episode-duration {
  display: inline-block;
  margin-top: 6px;
  font-size: 10.5px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #6f7d91;
}
.comments-section {
  min-width: 0;
}
.comment-stack {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 4px 0 6px;
}
.comment-card {
  min-width: 0;
  padding: 9px 11px;
  border: 1px solid rgba(120, 140, 168, 0.18);
  border-radius: 3px;
  background: linear-gradient(180deg, #151b24 0%, #0f141a 100%);
  box-shadow: 0 10px 22px -18px rgba(0, 0, 0, 0.95);
}
.comment-card:nth-child(3n + 2) {
  transform: translateY(9px);
  border-color: rgba(232, 129, 58, 0.3);
}
.comment-card:nth-child(3n) {
  transform: translateY(4px);
}
.comment-nickname {
  display: block;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #f0b06a;
  margin-bottom: 5px;
}
.comment-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.52;
  color: #a9b6c7;
}
.recommend-region {
  min-width: 0;
}
.recommend-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #dbe4ef;
  padding-bottom: 7px;
  margin-bottom: 9px;
  border-bottom: 1px solid rgba(120, 140, 168, 0.18);
}
.recommend-heading::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 8px;
  border-radius: 50%;
  background: #e8813a;
  vertical-align: middle;
}
.recommend-column {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  align-items: start;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  color: #c4d0e0;
  text-decoration: none;
  border: 1px solid rgba(120, 140, 168, 0.16);
  border-radius: 3px;
  background: linear-gradient(180deg, #12171f 0%, #0d1117 100%);
  transition: border-color 0.18s ease, background 0.18s ease;
}
a.recommend-item:hover, a.recommend-item:focus-visible {
  color: #ffd7ae;
  border-color: rgba(232, 129, 58, 0.5);
  background: linear-gradient(180deg, #182029 0%, #0f141a 100%);
}
a.recommend-item[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #0a0d12;
}
a.recommend-item [data-runtime="name"] {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  color: #e6edf6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.recommend-item [data-runtime="blurb"] {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.42;
  color: #8b99ad;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  border-top: 1px solid rgba(120, 140, 168, 0.16);
  background: #0a0d12;
  padding: 16px 18px 22px;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 14px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 400;
  color: #93a2b8;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}
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: #ffd7ae;
  border-bottom-color: #e8813a;
}
.friend-links-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #6f7d91;
  margin-right: 4px;
  text-transform: uppercase;
}
nav[data-contract="friend-links"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  font-size: 11.5px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  font-weight: 300;
  color: #7d8b9f;
  text-decoration: none;
  transition: color 0.18s ease;
}
a.runtime-friend-link:hover, a.runtime-friend-link:focus-visible {
  color: #f0b06a;
  text-decoration: underline;
}
.footer-disclaimer {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.55;
  color: #5f6c7e;
  max-width: 900px;
}
body.lights-off .site-header, body.lights-off .hero-shell, body.lights-off .movie-overview, body.lights-off .timeline-section, body.lights-off .episodes-section, body.lights-off .comments-section, body.lights-off .recommend-region, body.lights-off .site-footer {
  opacity: 0.32;
  transition: opacity 0.3s ease;
}
body.lights-off .player-shell {
  opacity: 1;
}
@media (max-width: 1000px) {.movie-overview {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 18px;
  }
.comment-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.recommend-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.header-bar {
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 14px 6px;
  }
.category-bar {
    padding: 0 14px 8px;
  }
.page-main {
    padding: 0 14px 32px;
    gap: 22px;
  }
.hero-shell {
    height: 250px;
  }
.silhouette-brother {
    width: 78px;
    height: 204px;
  }
.silhouette-sister {
    width: 68px;
    height: 174px;
    margin-left: -74px;
  }
.movie-overview {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 14px;
  }
.poster-column {
    max-width: 210px;
    width: 100%;
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.episodes-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-card:nth-child(3n + 2), .comment-card:nth-child(3n) {
    transform: none;
  }
.recommend-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 480px) {.movie-title {
    font-size: 22px;
  }
.hero-shell {
    height: 210px;
  }
.hero-caption {
    padding: 24px 16px 13px;
  }
.player-controls {
    gap: 5px 6px;
    padding: 7px 8px;
  }
.ctrl-btn {
    font-size: 11px;
    padding: 4px 8px;
  }
.recommend-column {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-item {
    width: 56px;
  }
.cast-avatar {
    width: 42px;
    height: 58px;
  }}

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}
