*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body, h1, h2, h3, p, figure, figcaption, dl, dd, dt, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img, video {
  display: block;
  max-width: 100%;
}
button, input, select {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
:root {
  --rock-void: #14161a;
  --rock-deep: #1b1e23;
  --rock-mid: #262a31;
  --rock-line: #3a3f47;
  --rock-fog: #4b515a;
  --ash: #8b9099;
  --ash-bright: #b9bec6;
  --rust: #8a4b2f;
  --rust-deep: #5e3320;
  --rust-lit: #b26644;
  --cyan: #6fb7b8;
  --cyan-dim: #3d7375;
  --cyan-glow: rgba(111, 183, 184, 0.16);
  --paper: #d9d3c4;
  --paper-dark: #c4bda9;
  --ink: #23262b;
  --font-stack: "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
html {
  background: var(--rock-void);
}
body {
  font-family: var(--font-stack);
  font-size: 15px;
  line-height: 1.5;
  color: var(--ash-bright);
  background-color: var(--rock-deep);
  background-image:
    radial-gradient(
      ellipse 120% 60% at 50% -10%,
      rgba(111, 183, 184, 0.09),
      rgba(20, 22, 26, 0) 55%
    ),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.016) 0,
      rgba(255, 255, 255, 0.016) 1px,
      rgba(0, 0, 0, 0) 1px,
      rgba(0, 0, 0, 0) 4px
    ),
    linear-gradient(180deg, #1d2026 0%, #1a1c21 40%, #191b1f 100%);
  background-attachment: fixed;
  letter-spacing: 0.01em;
  min-height: 100vh;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 18px;
  background: linear-gradient(180deg, #101216, #191c21);
  border-bottom: 1px solid var(--rock-line);
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(4px);
}
a[data-contract="site-name"] {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--cyan);
  text-decoration: none;
  text-transform: uppercase;
  border-left: 3px solid var(--rust);
  padding-left: 9px;
  line-height: 1.2;
}
a[data-contract="site-name"]:hover {
  color: var(--ash-bright);
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}
.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--ash);
  text-decoration: none;
  padding: 3px 8px;
  border: 1px solid var(--rock-line);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.02);
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.runtime-category:hover {
  color: var(--cyan);
  border-color: var(--cyan-dim);
  background: var(--cyan-glow);
  text-decoration: none;
}
.site-main {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 26px;
}
.core-stratum {
  position: relative;
}
.movie-overview {
  position: relative;
  padding: 30px 0 18px;
  isolation: isolate;
}
.movie-overview::before {
  content: "";
  position: absolute;
  inset: -20px -40px -6px;
  z-index: -1;
  background:
    radial-gradient(
      ellipse 46% 78% at 50% 34%,
      rgba(111, 183, 184, 0.13) 0%,
      rgba(111, 183, 184, 0.04) 42%,
      rgba(20, 22, 26, 0) 72%
    ),
    radial-gradient(
      ellipse 90% 130% at 50% 30%,
      rgba(0, 0, 0, 0) 30%,
      rgba(10, 11, 13, 0.62) 100%
    );
  pointer-events: none;
}
.overview-lead {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 20px;
  margin-bottom: 26px;
  padding-left: 2px;
}
.movie-title {
  font-size: clamp(28px, 5.4vw, 52px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
  color: #e7e2d5;
  text-shadow: 0 0 26px rgba(111, 183, 184, 0.22);
}
.movie-tagline {
  font-size: clamp(13px, 1.6vw, 16px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--cyan);
  border-left: 1px solid var(--cyan-dim);
  padding-left: 12px;
  line-height: 1.35;
}
.overview-body {
  display: grid;
  grid-template-columns: minmax(200px, 300px) minmax(0, 1fr);
  gap: 20px 26px;
  align-items: start;
}
.poster-shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: start;
  width: 100%;
}
.poster-frame {
  position: relative;
  width: 100%;
  border: 1px solid var(--rock-line);
  background: #101216;
  padding: 5px;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.5),
    0 14px 30px -18px rgba(0, 0, 0, 0.9);
}
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 5px;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 70% 55% at 50% 45%,
      rgba(111, 183, 184, 0.07),
      rgba(0, 0, 0, 0) 70%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0) 22%,
      rgba(0, 0, 0, 0) 76%,
      rgba(0, 0, 0, 0.42) 100%
    );
}
.poster-image {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) contrast(1.04);
}
.poster-caption {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ash);
  text-transform: uppercase;
  border-top: 1px dashed var(--rock-line);
  padding-top: 6px;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.overview-info > section {
  min-width: 0;
}
.panel-heading {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--rust-lit);
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.panel-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--rust-deep), rgba(0, 0, 0, 0));
}
.section-heading {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #ded8ca;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--rock-line);
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-heading::before {
  content: "";
  width: 4px;
  height: 15px;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan-glow);
  flex: 0 0 auto;
}
.detail-panel {
  border: 1px solid var(--rock-line);
  border-left: 3px solid var(--rust);
  background: linear-gradient(180deg, #22262c, #1d2025);
  padding: 12px 14px 13px;
}
.detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 18px;
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(139, 144, 153, 0.18);
  min-width: 0;
}
.detail-row dt {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ash);
  flex: 0 0 auto;
  white-space: nowrap;
}
.detail-row dd {
  font-size: 13px;
  font-weight: 600;
  color: #d8d3c6;
  margin-left: auto;
  text-align: right;
  min-width: 0;
  overflow-wrap: anywhere;
}
.episode-status {
  padding: 0 2px;
}
.status-line {
  font-size: 12.5px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  margin-bottom: 8px;
}
.status-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.chip {
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 3px 7px;
  border: 1px solid var(--rock-line);
  color: var(--ash);
  background: rgba(255, 255, 255, 0.015);
  border-radius: 2px;
  white-space: nowrap;
}
.chip-current {
  color: #101216;
  background: var(--cyan);
  border-color: var(--cyan);
  font-weight: 700;
  box-shadow: 0 0 12px var(--cyan-glow);
}
.cast-strip {
  padding: 0 2px;
}
.cast-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
}
.cast-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 3px 9px 3px 3px;
  border: 1px solid var(--rock-line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
}
.cast-avatar {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(111, 183, 184, 0.5), rgba(0, 0, 0, 0) 62%),
    linear-gradient(160deg, #3b4149, #22262c);
  border: 1px solid var(--rock-fog);
}
.cast-name {
  font-size: 12.5px;
  font-weight: 600;
  color: #cfcabc;
  white-space: nowrap;
}
.synopsis-stratum {
  padding: 12px 14px;
  border: 1px solid var(--rock-line);
  background: linear-gradient(180deg, #202429, #1c1f24);
}
.synopsis-body {
  display: grid;
  gap: 6px;
}
.synopsis-paragraph {
  font-size: 13px;
  line-height: 1.58;
  color: var(--ash);
  text-indent: 1.6em;
}
.synopsis-paragraph::first-line {
  color: #c6c1b3;
}
.player-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--rock-line);
  background:
    linear-gradient(180deg, rgba(111, 183, 184, 0.05), rgba(0, 0, 0, 0) 40%),
    #171a1e;
  box-shadow: inset 0 0 40px -20px rgba(0, 0, 0, 0.9);
  transition: box-shadow 0.25s, border-color 0.25s;
}
.player-shell.is-theater {
  border-color: var(--cyan-dim);
  box-shadow: 0 0 0 1px var(--cyan-dim), 0 0 34px -8px var(--cyan-glow);
}
.player-shell.is-lights-off {
  background: #0c0d10;
  border-color: #2a2e34;
}
.player-shell.is-lights-off .player-controls {
  opacity: 0.42;
}
.player-shell video {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid #000;
  display: block;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 6px 6px 4px;
  border-top: 1px solid var(--rock-line);
  background: linear-gradient(180deg, #1b1e23, #171a1e);
  transition: opacity 0.25s;
}
.control-button {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--ash-bright);
  background: #23272d;
  border: 1px solid var(--rock-line);
  border-radius: 2px;
  padding: 4px 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.14s, border-color 0.14s, background 0.14s;
}
.control-button:hover {
  color: #101216;
  background: var(--cyan);
  border-color: var(--cyan);
}
.control-button:active {
  transform: translateY(1px);
}
.control-range {
  -webkit-appearance: none;
  appearance: none;
  flex: 1 1 90px;
  min-width: 70px;
  height: 4px;
  background: var(--rock-line);
  border-radius: 2px;
  cursor: pointer;
  accent-color: var(--cyan);
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  border: 1px solid #101216;
  box-shadow: 0 0 8px var(--cyan-glow);
}
.control-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #101216;
  border-radius: 50%;
  background: var(--cyan);
}
.control-select {
  font-size: 11.5px;
  color: var(--ash-bright);
  background: #23272d;
  border: 1px solid var(--rock-line);
  border-radius: 2px;
  padding: 4px 6px;
  cursor: pointer;
}
.control-select:hover {
  border-color: var(--cyan-dim);
}
.timeline-stratum {
  margin-top: 26px;
  padding: 0 2px;
}
.timeline-axis {
  position: relative;
  display: grid;
  gap: 0;
  padding-left: 8px;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(111, 183, 184, 0) 0%,
    var(--cyan-dim) 12%,
    var(--rock-fog) 88%,
    rgba(111, 183, 184, 0) 100%
  );
}
.timeline-entry {
  display: grid;
  grid-template-columns: 62px 12px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  min-width: 0;
}
.timeline-timecode {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rust-lit);
  text-align: right;
  white-space: nowrap;
}
.timeline-marker {
  width: 9px;
  height: 9px;
  justify-self: center;
  border-radius: 50%;
  background: var(--rock-deep);
  border: 1px solid var(--cyan);
  box-shadow: 0 0 0 3px rgba(20, 22, 26, 0.9), 0 0 10px var(--cyan-glow);
  position: relative;
  z-index: 1;
}
.timeline-label {
  font-size: 13px;
  color: #c8c3b6;
  line-height: 1.45;
  border-bottom: 1px dotted rgba(139, 144, 153, 0.16);
  padding-bottom: 5px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.episodes-stratum {
  margin-top: 26px;
}
.episode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.episode-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas:
    "num title dur"
    "sum sum sum";
  align-items: center;
  gap: 2px 10px;
  padding: 8px 11px 9px;
  border: 1px solid var(--rock-line);
  border-left: 3px solid var(--rust-deep);
  background: linear-gradient(180deg, #21252b, #1c1f24);
  transition: border-color 0.16s, background 0.16s;
}
.episode-card:hover {
  border-left-color: var(--cyan);
  background: linear-gradient(180deg, #24292f, #1e2126);
}
.episode-number {
  grid-area: num;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  white-space: nowrap;
}
.episode-title {
  grid-area: title;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ddd8ca;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.episode-duration {
  grid-area: dur;
  font-size: 10.5px;
  letter-spacing: 0.06em;
  color: var(--ash);
  white-space: nowrap;
  border: 1px solid var(--rock-line);
  border-radius: 2px;
  padding: 1px 5px;
}
.episode-summary {
  grid-area: sum;
  font-size: 12px;
  line-height: 1.48;
  color: var(--ash);
  margin-top: 3px;
  overflow-wrap: anywhere;
}
.comments-stratum {
  margin-top: 26px;
}
.comment-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
.comment-note {
  position: relative;
  padding: 10px 12px 11px;
  background: linear-gradient(180deg, var(--paper), var(--paper-dark));
  color: var(--ink);
  border-radius: 1px;
  box-shadow: 0 6px 14px -8px rgba(0, 0, 0, 0.85);
  transform: rotate(-0.5deg);
  min-width: 0;
}
.comment-note:nth-child(2n) {
  transform: rotate(0.6deg);
  background: linear-gradient(180deg, #ded8c9, #c9c2ad);
}
.comment-note:nth-child(3n) {
  transform: rotate(-0.9deg);
}
.comment-note::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  width: 46px;
  height: 11px;
  background: rgba(138, 75, 47, 0.34);
  border-left: 1px solid rgba(94, 51, 32, 0.5);
  border-right: 1px solid rgba(94, 51, 32, 0.5);
}
.comment-nickname {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--rust-deep);
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px dashed rgba(35, 38, 43, 0.28);
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.55;
  color: #2b2e34;
  overflow-wrap: anywhere;
}
.recommend-region {
  margin-top: 26px;
}
.recommend-title {
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--cyan);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--rock-line);
  display: flex;
  align-items: center;
  gap: 9px;
}
.recommend-title::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--rust);
  flex: 0 0 auto;
  transform: rotate(45deg);
}
.recommend-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
  align-items: start;
}
.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 7px;
  border: 1px solid var(--rock-line);
  background: linear-gradient(180deg, #20242a, #1b1e23);
  color: var(--ash-bright);
  text-decoration: none;
  min-width: 0;
  transition: border-color 0.16s, transform 0.16s;
}
.recommend-item:hover {
  border-color: var(--cyan-dim);
  transform: translateY(-1px);
}
.recommend-item[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid #000;
  filter: saturate(0.85) contrast(1.03);
}
.recommend-name {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #d8d3c6;
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.recommend-blurb {
  font-size: 11px;
  line-height: 1.45;
  color: var(--ash);
  overflow-wrap: anywhere;
}
a.recommend-item {
  text-decoration: none;
}
a.recommend-item:hover .recommend-name {
  color: var(--cyan);
}
.site-footer {
  margin-top: 30px;
  padding: 16px 18px 22px;
  border-top: 1px solid var(--rock-line);
  background: linear-gradient(180deg, #16181c, #121417);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.6;
  color: #6e747d;
  max-width: 78ch;
  border-left: 2px solid var(--rust-deep);
  padding-left: 10px;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  padding-top: 10px;
  border-top: 1px dashed var(--rock-line);
}
.friend-links-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--rust-lit);
  text-transform: uppercase;
  padding-right: 6px;
  border-right: 1px solid var(--rock-line);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--ash);
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  transition: color 0.14s, border-color 0.14s;
}
a.runtime-friend-link:hover {
  color: var(--cyan);
  border-color: var(--rock-line);
  text-decoration: none;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  padding-top: 10px;
  border-top: 1px solid var(--rock-line);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: var(--ash-bright);
  text-decoration: none;
  border-bottom: 1px solid var(--rock-line);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--cyan);
  border-bottom-color: var(--cyan-dim);
  text-decoration: none;
}
.player-shell.is-playing .control-button[data-player-action="play"] {
  color: #101216;
  background: var(--cyan);
  border-color: var(--cyan);
}
.player-shell.is-muted .control-button[data-player-action="mute"] {
  color: var(--rust-lit);
  border-color: var(--rust);
}
.player-shell.is-theater {
  position: relative;
}
.player-shell.is-lights-off video {
  box-shadow: 0 0 0 2px var(--cyan-dim);
}
@media (max-width: 860px) {.overview-body {
    grid-template-columns: minmax(0, 1fr);
  }
.poster-shell {
    max-width: 260px;
  }
.comment-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 620px) {body {
    font-size: 14.5px;
  }
.site-main {
    padding: 0 12px 20px;
  }
.site-header {
    padding: 8px 12px;
  }
.movie-overview {
    padding-top: 22px;
  }
.overview-lead {
    gap: 8px 0;
    margin-bottom: 18px;
  }
.movie-tagline {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--rock-line);
    padding-top: 7px;
    width: 100%;
  }
.poster-shell {
    max-width: 200px;
  }
.detail-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-axis {
    padding-left: 0;
  }
.timeline-axis::before {
    left: 62px;
  }
.timeline-entry {
    grid-template-columns: 50px 10px minmax(0, 1fr);
    gap: 6px;
  }
.episode-grid {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-notes {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-note {
    transform: none;
  }
.comment-note:nth-child(2n), .comment-note:nth-child(3n) {
    transform: none;
  }
.recommend-columns {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
.site-footer {
    padding: 14px 12px 20px;
  }}
@media (max-width: 380px) {.recommend-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.cast-list {
    gap: 5px 7px;
  }}
@media (prefers-reduced-motion: reduce) {* {
    transition: none !important;
    animation: none !important;
  }}

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}
