:root {
  --ink: #1a1d22;
  --ink-soft: #2a2f38;
  --panel: #232830;
  --panel-deep: #1b2027;
  --mist: #6f7a88;
  --mist-dim: #4a5560;
  --fog: #9aa5b1;
  --paper: #d9d2bd;
  --paper-dim: #b6ae97;
  --violet: #8e6fc4;
  --violet-deep: #5f4a8a;
  --violet-glow: #b79ae8;
  --bloodless: #cfd6dd;
  --line: rgba(154, 165, 177, 0.16);
  --line-strong: rgba(154, 165, 177, 0.28);
  --serif: "Songti SC", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun", Georgia, serif;
  --sans: "PingFang SC", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background: #12151a;
  background-image:
    radial-gradient(120% 90% at 12% 0%, rgba(94, 74, 138, 0.20), transparent 55%),
    radial-gradient(110% 80% at 88% 8%, rgba(52, 74, 88, 0.24), transparent 60%),
    linear-gradient(180deg, #161a20 0%, #101318 45%, #0d1014 100%);
  color: var(--bloodless);
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input {
  font: inherit;
  color: inherit;
}
ol, ul {
  list-style: none;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(18, 21, 26, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 9px 16px;
}
.site-brand {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--paper);
  white-space: nowrap;
  flex: none;
  text-shadow: 0 0 18px rgba(142, 111, 196, 0.35);
}
a[data-contract="site-name"] {
  color: var(--paper);
  text-decoration: none;
}
a[data-contract="site-name"]:hover {
  color: var(--violet-glow);
}
.category-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  color: var(--fog);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(41, 48, 58, 0.5);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
a.runtime-category:hover {
  color: var(--violet-glow);
  border-color: rgba(142, 111, 196, 0.55);
  background: rgba(95, 74, 138, 0.22);
}
.movie-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px 40px;
}
.section-heading {
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--paper);
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--line-strong);
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-heading::before {
  content: "";
  width: 3px;
  height: 13px;
  background: var(--violet);
  flex: none;
  box-shadow: 0 0 10px rgba(142, 111, 196, 0.6);
}
.movie-overview {
  margin-top: 16px;
  background: linear-gradient(180deg, rgba(35, 40, 48, 0.92), rgba(22, 26, 32, 0.94));
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 14px;
  overflow: hidden;
}
.hero-stage {
  display: grid;
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.hero-media {
  position: relative;
  isolation: isolate;
}
.poster-frame {
  position: relative;
  aspect-ratio: 2 / 3;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  background: #0e1116;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(0, 0, 0, 0.4);
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(0.72) contrast(1.06) brightness(0.88);
}
.petal-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 24% 18%, rgba(142, 111, 196, 0.55) 0 3px, transparent 4px),
    radial-gradient(circle at 62% 34%, rgba(183, 154, 232, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 62%, rgba(95, 74, 138, 0.5) 0 3px, transparent 4px),
    radial-gradient(circle at 78% 72%, rgba(142, 111, 196, 0.35) 0 2px, transparent 3px),
    radial-gradient(circle at 14% 84%, rgba(183, 154, 232, 0.3) 0 2px, transparent 3px);
  background-size: 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.9;
}
.rain-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: repeating-linear-gradient(
    104deg,
    rgba(200, 214, 226, 0.055) 0 1px,
    transparent 1px 9px
  );
  opacity: 0.75;
}
.hero-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.movie-title {
  font-family: var(--serif);
  font-size: clamp(24px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: 0.06em;
  color: var(--paper);
  text-shadow: 0 2px 26px rgba(0, 0, 0, 0.7);
}
.movie-tagline {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.6;
  color: var(--violet-glow);
  letter-spacing: 0.03em;
  padding-left: 10px;
  border-left: 2px solid var(--violet-deep);
}
.movie-seo {
  font-size: 12.5px;
  line-height: 1.72;
  color: var(--fog);
  max-width: 62ch;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
a.btn-watch {
  display: inline-block;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: #f2eefb;
  text-decoration: none;
  background: linear-gradient(135deg, var(--violet-deep), var(--violet));
  border: 1px solid rgba(183, 154, 232, 0.55);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(142, 111, 196, 0.35);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
a.btn-watch:hover {
  box-shadow: 0 0 30px rgba(142, 111, 196, 0.65);
  transform: translateY(-1px);
}
.btn-trailer {
  display: inline-block;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--paper-dim);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.btn-trailer:hover {
  color: var(--violet-glow);
  border-color: rgba(142, 111, 196, 0.6);
}
.detail-strip {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid var(--line);
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
  gap: 7px 16px;
}
.detail-item {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 12px;
  min-width: 0;
}
.detail-item dt {
  color: var(--mist);
  letter-spacing: 0.08em;
  flex: none;
}
.detail-item dd {
  color: var(--paper-dim);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.overview-body {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 18px 22px;
  align-items: start;
}
.synopsis-block {
  min-width: 0;
}
.synopsis-para {
  font-size: 12.5px;
  line-height: 1.78;
  color: var(--fog);
  text-indent: 1.6em;
  margin-bottom: 7px;
}
.synopsis-para:last-child {
  margin-bottom: 0;
}
.cast-block {
  min-width: 0;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
  gap: 7px;
  align-items: start;
}
.cast-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 5px 6px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(27, 32, 39, 0.6);
}
.cast-avatar {
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(183, 154, 232, 0.5), transparent 62%),
    linear-gradient(160deg, #3a4250, #1c2129);
  border: 1px solid var(--line-strong);
  filter: saturate(0.7);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--paper);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-role {
  font-size: 11px;
  color: var(--mist);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-status {
  min-width: 0;
}
.status-line {
  font-size: 12.5px;
  color: var(--paper-dim);
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
.status-bar {
  position: relative;
  height: 5px;
  border-radius: 1px;
  background: rgba(74, 85, 96, 0.4);
  overflow: hidden;
}
.status-fill {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--violet-deep), var(--violet-glow));
  box-shadow: 0 0 12px rgba(142, 111, 196, 0.7);
}
.status-fill[data-current="5"][data-total="12"] {
  width: 41.6667%;
}
.details-block {
  min-width: 0;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 16px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 12px;
  padding: 3px 0;
  border-bottom: 1px dotted var(--line);
  min-width: 0;
}
.details-row dt {
  color: var(--mist);
  letter-spacing: 0.08em;
  flex: none;
}
.details-row dd {
  color: var(--paper-dim);
  font-weight: 600;
  overflow-wrap: anywhere;
}
.player-shell {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.player-wrap {
  width: 100%;
  max-width: 900px;
  border: 1px solid var(--line-strong);
  border-radius: 2px;
  overflow: hidden;
  background: #05070a;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}
.player-wrap video {
  display: block;
  width: 100%;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  max-width: 900px;
}
.ctrl-btn {
  padding: 5px 11px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--fog);
  background: rgba(35, 40, 48, 0.85);
  border: 1px solid var(--line);
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.ctrl-btn:hover {
  color: var(--violet-glow);
  border-color: rgba(142, 111, 196, 0.55);
}
.ctrl-btn.is-active {
  color: #f2eefb;
  background: rgba(95, 74, 138, 0.5);
  border-color: rgba(183, 154, 232, 0.6);
}
.ctrl-progress {
  flex: 1 1 160px;
  min-width: 110px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(74, 85, 96, 0.45);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--violet-glow);
  box-shadow: 0 0 10px rgba(142, 111, 196, 0.8);
}
.ctrl-progress::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 50%;
  background: var(--violet-glow);
}
.ctrl-volume {
  flex: 0 1 90px;
  min-width: 64px;
  height: 4px;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(74, 85, 96, 0.45);
  border-radius: 2px;
  cursor: pointer;
}
.ctrl-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--fog);
}
.ctrl-volume::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background: var(--fog);
}
.player-shell.is-playing .player-wrap {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(142, 111, 196, 0.45);
}
.player-shell.is-theater {
  background: #05070a;
  border-radius: 3px;
  padding: 13px 12px 12px;
  margin-left: -8px;
  margin-right: -8px;
}
.player-shell.is-theater .player-wrap {
  max-width: none;
}
.player-shell.is-lights-off {
  background: #030405;
  border-radius: 3px;
  padding: 13px 12px 12px;
  margin-left: -8px;
  margin-right: -8px;
}
.player-shell.is-lights-off .player-wrap {
  border-color: rgba(142, 111, 196, 0.4);
  box-shadow: 0 0 44px rgba(95, 74, 138, 0.45);
}
.timeline-section {
  margin-top: 24px;
}
.timeline-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px 20px;
  padding-left: 18px;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background: linear-gradient(180deg, var(--violet-deep), rgba(142, 111, 196, 0.18) 70%, transparent);
}
.timeline-node {
  position: relative;
  padding: 6px 9px 7px;
  border: 1px solid var(--line);
  border-left: 2px solid rgba(142, 111, 196, 0.5);
  border-radius: 0 2px 2px 0;
  background: rgba(27, 32, 39, 0.55);
  min-width: 0;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 10px rgba(142, 111, 196, 0.85);
}
.node-timecode {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--violet-glow);
  margin-bottom: 3px;
}
.node-label {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  color: var(--fog);
}
.episodes-section {
  margin-top: 24px;
}
.episode-scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, 1fr);
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.episode-scroller::-webkit-scrollbar {
  height: 6px;
}
.episode-scroller::-webkit-scrollbar-track {
  background: rgba(74, 85, 96, 0.2);
}
.episode-scroller::-webkit-scrollbar-thumb {
  background: rgba(142, 111, 196, 0.5);
  border-radius: 3px;
}
.episode-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 9px 10px 10px;
  border: 1px solid var(--line);
  border-top: 2px solid rgba(142, 111, 196, 0.4);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(35, 40, 48, 0.8), rgba(21, 25, 31, 0.9));
  min-height: 100%;
}
.episode-card.is-active {
  border-color: rgba(183, 154, 232, 0.65);
  border-top-color: var(--violet-glow);
  background: linear-gradient(180deg, rgba(52, 44, 74, 0.85), rgba(24, 22, 34, 0.92));
  box-shadow: 0 0 22px rgba(142, 111, 196, 0.28);
}
.ep-number {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--violet-glow);
}
.ep-title {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--paper);
  line-height: 1.25;
}
.ep-summary {
  font-size: 11.5px;
  line-height: 1.62;
  color: var(--fog);
  flex: 1 1 auto;
}
.ep-duration {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  color: var(--mist);
  margin-top: 2px;
}
.comments-section {
  margin-top: 24px;
}
.comment-masonry {
  column-count: 2;
  column-gap: 10px;
}
.comment-card {
  break-inside: avoid;
  display: block;
  margin-bottom: 10px;
  padding: 9px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(27, 32, 39, 0.6);
}
.comment-nick {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--violet-glow);
  margin-bottom: 4px;
}
.comment-nick::before {
  content: "— ";
  color: var(--mist-dim);
}
.comment-text {
  font-size: 12px;
  line-height: 1.68;
  color: var(--fog);
}
.recommend-region {
  margin-top: 24px;
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.region-1 .recommend-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.region-3 .recommend-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
a.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  color: var(--fog);
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: rgba(27, 32, 39, 0.62);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
a.recommend-card:hover {
  color: var(--paper-dim);
  border-color: rgba(142, 111, 196, 0.55);
  background: rgba(38, 34, 52, 0.75);
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 1px;
  filter: saturate(0.68) contrast(1.05) brightness(0.86);
}
.rec-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--paper);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec-blurb {
  font-size: 11px;
  line-height: 1.55;
  color: var(--mist);
}
.site-footer {
  margin-top: 32px;
  border-top: 1px solid var(--line);
  background: rgba(13, 16, 20, 0.9);
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 22px;
  align-items: start;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  min-width: 0;
}
.friend-label {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--mist);
  margin-right: 4px;
  flex: none;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--mist);
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 6px;
  border: 1px solid var(--line);
  border-radius: 2px;
  transition: color 0.18s ease, border-color 0.18s ease;
}
a.runtime-friend-link:hover {
  color: var(--violet-glow);
  border-color: rgba(142, 111, 196, 0.5);
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--paper-dim);
  text-decoration: none;
  transition: color 0.18s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--violet-glow);
  text-decoration: underline;
}
.footer-disclaimer {
  grid-column: 1 / -1;
  font-size: 11px;
  line-height: 1.65;
  color: var(--mist-dim);
  letter-spacing: 0.03em;
  padding-top: 10px;
  border-top: 1px dotted var(--line);
}
@media (max-width: 1000px) {.hero-stage {
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr);
    gap: 14px;
  }
.overview-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
.region-1 .recommend-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (max-width: 760px) {.hero-stage {
    grid-template-columns: minmax(0, 1fr);
  }
.hero-media {
    max-width: 260px;
  }
.movie-seo {
    max-width: none;
  }
.timeline-track {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
.recommend-grid, .region-1 .recommend-grid, .region-3 .recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
.footer-nav {
    justify-content: flex-start;
  }}
@media (max-width: 520px) {.movie-page {
    padding: 0 12px 30px;
  }
.header-inner {
    padding: 8px 12px;
    gap: 10px;
  }
.movie-title {
    font-size: 24px;
  }
.hero-media {
    max-width: 210px;
  }
.detail-list {
    grid-template-columns: repeat(auto-fit, minmax(108px, 1fr));
    gap: 5px 12px;
  }
.cast-list {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }
.details-grid {
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  }
.comment-masonry {
    column-count: 1;
  }
.episode-scroller {
    grid-auto-columns: minmax(168px, 1fr);
  }
.player-shell.is-theater, .player-shell.is-lights-off {
    margin-left: 0;
    margin-right: 0;
  }
.footer-inner {
    padding: 12px 12px 20px;
  }}
@media (max-width: 420px) {.recommend-grid, .region-1 .recommend-grid, .region-3 .recommend-grid {
    grid-template-columns: minmax(0, 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}
