:root {
  --bg-deep: #0d1420;
  --bg-panel: #141c2b;
  --bg-raised: #1a2436;
  --line-dim: #263248;
  --line-crack: #3a4864;
  --gold: #b8963f;
  --gold-bright: #d4af58;
  --gold-dim: #7a6530;
  --ice: #7fb8d4;
  --ice-bright: #a8d8ee;
  --ice-dim: #3d5a70;
  --text: #c8d0dc;
  --text-dim: #7a8698;
  --text-faint: #4e5a6e;
  --glow-white: #e8f2fa;
  --radius-sm: 2px;
  --radius-md: 4px;
  --gap-tight: 8px;
  --gap-base: 12px;
  --gap-section: 28px;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  background-color: var(--bg-deep);
  color: var(--text);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
button, input, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}
button {
  cursor: pointer;
}
dl, dd, dt, figure {
  margin: 0;
}
h1, h2, h3 {
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13, 20, 32, 0.94);
  border-bottom: 1px solid var(--line-dim);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-size: 17px;
  font-weight: 700;
  color: var(--gold-bright);
  text-decoration: none;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}
a[data-contract="site-name"]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 4px;
  align-items: center;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dim);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  transition: color 0.15s, border-color 0.15s;
}
a.runtime-category:hover {
  color: var(--ice-bright);
  border-color: var(--ice-dim);
}
.page-main {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 -20px;
  padding: 48px 20px;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(18, 28, 44, 0.9) 0%, rgba(13, 20, 32, 1) 100%);
}
.hero-silhouettes {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  pointer-events: none;
}
.silhouette {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42%;
  opacity: 0.18;
  filter: blur(3px);
}
.silhouette-left {
  left: 0;
  background: linear-gradient(105deg, rgba(20, 32, 52, 0.95) 0%, rgba(13, 20, 32, 0) 70%);
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  transform: translateX(-6%);
}
.silhouette-right {
  right: 0;
  background: linear-gradient(255deg, rgba(20, 32, 52, 0.95) 0%, rgba(13, 20, 32, 0) 70%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(6%);
}
.hero-crack {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: linear-gradient(180deg,
    transparent 0%,
    var(--line-crack) 8%,
    var(--glow-white) 30%,
    var(--ice-bright) 50%,
    var(--glow-white) 70%,
    var(--line-crack) 92%,
    transparent 100%);
  clip-path: polygon(40% 0, 60% 0, 55% 8%, 70% 14%, 45% 22%, 65% 30%, 40% 38%, 60% 46%, 35% 54%, 65% 62%, 45% 70%, 70% 78%, 40% 86%, 60% 94%, 50% 100%, 50% 0);
  z-index: 2;
}
.crack-glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 100%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse 50% 80% at 50% 50%, rgba(232, 242, 250, 0.12) 0%, transparent 70%);
  filter: blur(8px);
  z-index: -1;
}
.hero-caption {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 600px;
}
.hero-kicker {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.35em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero-title {
  font-size: clamp(28px, 6vw, 46px);
  font-weight: 900;
  color: var(--glow-white);
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(127, 184, 212, 0.25), 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-tagline {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: 0.12em;
  margin-bottom: 0;
}
.movie-overview {
  padding: var(--gap-section) 0;
}
.overview-head {
  margin-bottom: var(--gap-base);
}
.section-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  padding-left: 10px;
  border-left: 3px solid var(--gold);
  line-height: 1.3;
}
.section-note {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-faint);
  letter-spacing: 0.05em;
}
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: var(--gap-base);
  flex-wrap: wrap;
}
.overview-body {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: var(--gap-base);
  align-items: start;
  background: var(--bg-panel);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-md);
  padding: var(--gap-base);
}
.poster-column {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.poster-frame {
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--bg-raised);
  position: relative;
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(184, 150, 63, 0.2);
  border-radius: var(--radius-sm);
  pointer-events: none;
}
.poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview-side {
  display: flex;
  flex-direction: column;
  gap: var(--gap-base);
  min-width: 0;
}
.overview-lead {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-dim);
}
.overview-title-line {
  font-size: 18px;
  font-weight: 700;
  color: var(--glow-white);
  letter-spacing: 0.04em;
}
.overview-tagline {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.06em;
}
.player-panel {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  min-width: 0;
}
.player-panel video {
  display: block;
  width: 100%;
  background: #000;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line-dim);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  background: var(--bg-raised);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-sm);
}
.pc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-dim);
  background: rgba(38, 50, 72, 0.5);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.pc-btn:hover {
  color: var(--ice-bright);
  border-color: var(--ice-dim);
  background: rgba(61, 90, 112, 0.3);
}
.pc-btn.is-playing {
  color: var(--ice-bright);
  border-color: var(--ice-dim);
}
.pc-btn.is-paused {
  color: var(--gold);
  border-color: var(--gold-dim);
}
.pc-btn.is-active {
  color: var(--gold-bright);
  border-color: var(--gold);
  background: rgba(184, 150, 63, 0.12);
}
.pc-btn.is-muted {
  color: var(--text-faint);
}
.pc-btn.is-unmuted {
  color: var(--text-dim);
}
.pc-range {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  background: var(--line-dim);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  min-width: 60px;
  flex: 1 1 80px;
  max-width: 160px;
}
.pc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ice);
  border: 1px solid var(--ice-bright);
  cursor: pointer;
}
.pc-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ice);
  border: 1px solid var(--ice-bright);
  cursor: pointer;
}
.pc-select {
  padding: 3px 6px;
  font-size: 11px;
  color: var(--text-dim);
  background: rgba(38, 50, 72, 0.5);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-sm);
  cursor: pointer;
  white-space: nowrap;
}
.pc-select:hover {
  color: var(--ice-bright);
  border-color: var(--ice-dim);
}
.movie-details {
  min-width: 0;
}
.block-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-dim);
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px 16px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  padding: 2px 0;
  border-bottom: 1px dotted rgba(38, 50, 72, 0.6);
  min-width: 0;
}
.detail-key {
  color: var(--text-faint);
  flex-shrink: 0;
  font-weight: 500;
  min-width: 3.5em;
}
.detail-val {
  color: var(--text);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background: rgba(184, 150, 63, 0.06);
  border: 1px solid rgba(184, 150, 63, 0.18);
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 500;
}
.status-current {
  color: var(--gold-bright);
}
.status-total {
  color: var(--text-faint);
  padding-left: 10px;
  border-left: 1px solid var(--line-dim);
}
.movie-cast {
  min-width: 0;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
  gap: 8px;
  align-items: start;
}
.cast-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
}
.cast-avatar {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--bg-raised);
  border: 1px solid var(--line-dim);
  flex-shrink: 0;
  position: relative;
}
.cast-avatar::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(127, 184, 212, 0.15);
  pointer-events: none;
}
.cast-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cast-name {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-dim);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.movie-synopsis {
  min-width: 0;
}
.synopsis-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--text);
  text-indent: 2em;
}
.seo-line {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--line-dim);
  font-size: 11px;
  line-height: 1.5;
  color: var(--text-faint);
  letter-spacing: 0.02em;
}
.timeline-section {
  position: relative;
  padding: var(--gap-section) 0;
}
.timeline-section .section-title {
  margin-bottom: var(--gap-base);
}
.timeline-crack {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg,
    transparent 0%,
    var(--line-crack) 15%,
    var(--ice-dim) 50%,
    var(--line-crack) 85%,
    transparent 100%);
  opacity: 0.3;
  pointer-events: none;
}
.timeline-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px 16px;
  position: relative;
}
.timeline-node {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  position: relative;
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--ice-dim), transparent);
  border-radius: 1px;
}
.timeline-timecode {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--ice);
  letter-spacing: 0.05em;
  min-width: 3.2em;
  padding-left: 8px;
}
.timeline-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dim);
  line-height: 1.45;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.episodes-section {
  padding: var(--gap-section) 0;
}
.episode-scroller {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--line-crack) transparent;
}
.episode-scroller::-webkit-scrollbar {
  height: 5px;
}
.episode-scroller::-webkit-scrollbar-track {
  background: transparent;
}
.episode-scroller::-webkit-scrollbar-thumb {
  background: var(--line-crack);
  border-radius: 3px;
}
.episode-card {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  background: var(--bg-panel);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-md);
  scroll-snap-align: start;
  position: relative;
  transition: border-color 0.2s, background 0.2s;
}
.episode-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--gold-dim), transparent);
  border-radius: var(--radius-md) 0 0 var(--radius-md);
}
.episode-card:hover {
  border-color: var(--gold-dim);
  background: var(--bg-raised);
}
.episode-number {
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.episode-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--glow-white);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-summary {
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--text-dim);
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.episode-duration {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-faint);
  padding-top: 4px;
  border-top: 1px solid var(--line-dim);
  letter-spacing: 0.05em;
}
.comments-section {
  padding: var(--gap-section) 0;
}
.comments-section .section-title {
  margin-bottom: var(--gap-base);
}
.comments-columns {
  columns: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 12px;
  margin-bottom: 10px;
  background: var(--bg-panel);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-md);
  border-left: 2px solid var(--ice-dim);
  transition: border-color 0.2s;
}
.comment-card:hover {
  border-left-color: var(--ice);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--text);
}
.comment-meta {
  font-size: 11px;
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.04em;
  text-align: right;
}
.recommend-region {
  padding: var(--gap-section) 0;
}
.recommend-region .section-title {
  margin-bottom: var(--gap-base);
}
.rec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
  align-items: start;
}
.rec-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--bg-panel);
  border: 1px solid var(--line-dim);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
  min-width: 0;
}
a.rec-card {
  color: var(--text);
  text-decoration: none;
}
a.rec-card:hover {
  border-color: var(--gold-dim);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--bg-raised);
}
.rec-card span[data-runtime="name"] {
  display: block;
  padding: 6px 8px 2px;
  font-size: 12px;
  font-weight: 700;
  color: var(--glow-white);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-card span[data-runtime="blurb"] {
  display: -webkit-box;
  padding: 0 8px 8px;
  font-size: 10.5px;
  line-height: 1.4;
  color: var(--text-faint);
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.site-footer {
  margin-top: var(--gap-section);
  padding: 18px 20px 24px;
  background: var(--bg-panel);
  border-top: 1px solid var(--line-dim);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-dim);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.15s;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--ice-bright);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 10px;
  padding-top: 10px;
  border-top: 1px solid var(--line-dim);
}
.friend-links-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
a.runtime-friend-link {
  font-size: 11px;
  font-weight: 500;
  color: var(--text-faint);
  text-decoration: none;
  transition: color 0.15s;
}
a.runtime-friend-link:hover {
  color: var(--text-dim);
  text-decoration: underline;
}
.site-disclaimer {
  font-size: 10.5px;
  line-height: 1.5;
  color: var(--text-faint);
  max-width: 720px;
  letter-spacing: 0.02em;
}
.player-panel.is-theater {
  position: relative;
  z-index: 50;
}
.player-panel.is-theater video {
  border-color: var(--gold-dim);
  box-shadow: 0 0 40px rgba(184, 150, 63, 0.2);
}
.player-panel.is-lights-out {
  position: relative;
  z-index: 60;
}
.player-panel.is-lights-out::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  z-index: -1;
  pointer-events: none;
}
.player-panel.is-lights-out video {
  box-shadow: 0 0 60px rgba(232, 242, 250, 0.15);
}
@media (max-width: 960px) {.overview-body {
    grid-template-columns: 160px minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.rec-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }}
@media (max-width: 760px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-column {
    max-width: 200px;
    margin: 0 auto;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comments-columns {
    columns: 1;
  }
.hero {
    min-height: 260px;
    padding: 36px 16px;
  }
.hero-title {
    font-size: clamp(24px, 7vw, 36px);
  }
.episode-card {
    flex: 0 0 200px;
  }}
@media (max-width: 520px) {.page-main {
    padding: 0 12px;
  }
.hero {
    margin: 0 -12px;
  }
.header-inner {
    padding: 6px 12px;
    gap: 10px;
  }
.category-nav {
    gap: 1px 2px;
  }
a.runtime-category {
    padding: 2px 6px;
    font-size: 11px;
  }
.timeline-list {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-grid {
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr));
    gap: 6px;
  }
.rec-grid {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
.episode-card {
    flex: 0 0 180px;
  }
.site-footer {
    padding: 14px 12px 20px;
  }
.section-title {
    font-size: 15px;
  }
.player-controls {
    gap: 3px;
    padding: 5px 6px;
  }
.pc-btn {
    padding: 2px 6px;
    font-size: 10px;
  }}
@media (max-width: 380px) {.rec-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(auto-fill, minmax(48px, 1fr));
  }}

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}
