*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  min-height: 100vh;
  background-color: #0b0908;
  background-image:
    radial-gradient(ellipse at 18% 8%, rgba(120, 88, 32, 0.14) 0%, transparent 42%),
    radial-gradient(ellipse at 88% 30%, rgba(92, 62, 26, 0.12) 0%, transparent 38%),
    linear-gradient(180deg, #0d0a08 0%, #0b0908 45%, #090706 100%);
  color: #c8bda9;
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: #c9a45c;
  text-decoration: none;
  transition: color 0.18s ease, opacity 0.18s ease;
}
button, input {
  font: inherit;
  color: inherit;
}
h1, h2 {
  font-weight: 700;
  letter-spacing: 0.04em;
}
::selection {
  background: rgba(201, 164, 92, 0.28);
  color: #f3e7cd;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(11, 9, 8, 0.97) 0%, rgba(11, 9, 8, 0.9) 100%);
  border-bottom: 1px solid rgba(160, 124, 58, 0.32);
  box-shadow: 0 1px 0 rgba(201, 164, 92, 0.08), 0 6px 18px rgba(0, 0, 0, 0.55);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 16px;
}
a[data-contract="site-name"] {
  color: #d9b96a;
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
  text-shadow: 0 0 12px rgba(201, 164, 92, 0.28);
}
a[data-contract="site-name"]:hover {
  color: #f0d68c;
  text-decoration: none;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 8px;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  color: #a8977a;
  text-decoration: none;
  font-size: 13px;
  padding: 3px 9px;
  border: 1px solid rgba(160, 124, 58, 0.3);
  background: rgba(60, 46, 24, 0.22);
  letter-spacing: 0.1em;
}
a.runtime-category:hover {
  color: #f0d68c;
  text-decoration: none;
  border-color: rgba(201, 164, 92, 0.62);
  background: rgba(92, 68, 28, 0.34);
}
.page-main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 16px 26px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-heading {
  position: relative;
  display: inline-block;
  font-size: 17px;
  color: #e0c882;
  letter-spacing: 0.18em;
  padding-left: 13px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9), 0 0 14px rgba(201, 164, 92, 0.2);
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12em;
  bottom: 0.12em;
  width: 3px;
  background: linear-gradient(180deg, #c9a45c 0%, #6d4f1d 100%);
}
.section-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 5px;
  background: linear-gradient(90deg, rgba(201, 164, 92, 0.85), transparent);
}
.movie-overview {
  background:
    radial-gradient(ellipse at 12% 0%, rgba(122, 88, 32, 0.16) 0%, transparent 46%),
    linear-gradient(180deg, #14100c 0%, #100c09 60%, #0d0a08 100%);
  border: 1px solid rgba(160, 124, 58, 0.34);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), 0 10px 30px rgba(0, 0, 0, 0.55);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.overview-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(160, 124, 58, 0.26);
  padding-bottom: 14px;
}
.overview-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(201, 164, 92, 0.05) 0px,
      rgba(201, 164, 92, 0.05) 1px,
      transparent 1px,
      transparent 34px
    );
  opacity: 0.5;
}
.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(150px, 208px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.poster-wrap {
  position: relative;
  width: 100%;
  max-width: 208px;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid rgba(160, 124, 58, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8), 0 8px 22px rgba(0, 0, 0, 0.65);
  background: #0a0807;
}
.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 34%, transparent 100%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06) brightness(0.9);
}
.hero-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}
.movie-title {
  font-size: 25px;
  line-height: 1.3;
  color: #efdca6;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 #000, 0 0 20px rgba(201, 164, 92, 0.24);
}
.movie-tagline {
  font-size: 14px;
  color: #b99a5c;
  letter-spacing: 0.1em;
  padding-left: 10px;
  border-left: 2px solid rgba(201, 164, 92, 0.55);
}
.movie-seo {
  font-size: 13.5px;
  line-height: 1.72;
  color: #9a8f7c;
  text-align: justify;
}
.overview-player {
  min-width: 0;
}
.player-shell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  min-width: 0;
  background: #070605;
  border: 1px solid rgba(160, 124, 58, 0.36);
  padding: 8px;
}
.player-shell video {
  display: block;
  width: 100%;
  background: #000;
  border: 1px solid rgba(0, 0, 0, 0.9);
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.ctrl-btn {
  cursor: pointer;
  background: linear-gradient(180deg, rgba(78, 58, 26, 0.5) 0%, rgba(40, 30, 14, 0.6) 100%);
  border: 1px solid rgba(160, 124, 58, 0.42);
  color: #c3ab7c;
  font-size: 12px;
  padding: 4px 9px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  transition: color 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}
.ctrl-btn:hover {
  color: #f0d68c;
  border-color: rgba(201, 164, 92, 0.75);
}
.ctrl-btn.is-active, .ctrl-btn.is-playing {
  color: #17110a;
  background: linear-gradient(180deg, #d9b96a 0%, #a97f2c 100%);
  border-color: #e6cd8c;
}
.ctrl-btn.is-muted {
  color: #6f6350;
  border-style: dashed;
}
.ctrl-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: linear-gradient(90deg, rgba(201, 164, 92, 0.7), rgba(90, 68, 30, 0.6));
  border: 1px solid rgba(160, 124, 58, 0.4);
  cursor: pointer;
  outline: none;
}
.ctrl-range:first-of-type {
  flex: 1 1 160px;
  min-width: 120px;
}
.ctrl-range:last-of-type {
  flex: 0 1 96px;
  width: 96px;
}
.ctrl-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d9b96a;
  border: 1px solid #3a2a10;
  box-shadow: 0 0 6px rgba(217, 185, 106, 0.6);
}
.ctrl-range::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d9b96a;
  border: 1px solid #3a2a10;
}
.overview-player.is-light-off .player-shell {
  background: #000;
  border-color: rgba(201, 164, 92, 0.28);
}
.overview-player.is-theater {
  position: relative;
  z-index: 5;
}
.overview-player.is-theater .player-shell {
  border-color: rgba(217, 185, 106, 0.8);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.9), 0 12px 40px rgba(0, 0, 0, 0.8);
}
.cast-section {
  border-top: 1px solid rgba(160, 124, 58, 0.2);
  padding-top: 14px;
}
.cast-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.cast-card {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 6px;
  min-height: 132px;
  padding: 10px 8px;
  background:
    radial-gradient(circle at 50% 34%, rgba(140, 104, 42, 0.2) 0%, transparent 62%),
    linear-gradient(180deg, #141110 0%, #0a0807 100%);
  border: 1px solid rgba(160, 124, 58, 0.3);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.85);
  overflow: hidden;
}
.cast-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}
.cast-eye {
  position: relative;
  z-index: 1;
  align-self: center;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  letter-spacing: 0.22em;
  color: #d8bd7c;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-shadow: 0 0 16px rgba(201, 164, 92, 0.4), 0 1px 0 #000;
  filter: blur(0.35px);
}
.cast-name-vertical {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: #8b7c62;
  white-space: nowrap;
}
.cast-card:hover {
  border-color: rgba(217, 185, 106, 0.65);
}
.cast-card:hover .cast-eye {
  color: #f0d68c;
}
.synopsis-section {
  border-top: 1px solid rgba(160, 124, 58, 0.2);
  padding-top: 14px;
}
.synopsis-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 22px;
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.66;
  color: #9d917c;
  text-align: justify;
  padding-left: 10px;
  border-left: 1px solid rgba(160, 124, 58, 0.3);
}
.episode-status {
  border-top: 1px solid rgba(160, 124, 58, 0.2);
  padding-top: 14px;
}
.status-line {
  display: inline-block;
  font-size: 13.5px;
  color: #cbb47e;
  letter-spacing: 0.08em;
  padding: 5px 12px;
  background: rgba(58, 44, 20, 0.32);
  border-left: 2px solid #c9a45c;
}
.details-section {
  border-top: 1px solid rgba(160, 124, 58, 0.2);
  padding-top: 14px;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(160, 124, 58, 0.22);
}
.detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 6px 10px 6px 0;
  border-bottom: 1px solid rgba(160, 124, 58, 0.14);
  min-width: 0;
}
.detail-row dt {
  flex: 0 0 auto;
  font-size: 12px;
  color: #7e7259;
  letter-spacing: 0.1em;
}
.detail-row dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  color: #c5b795;
}
.episodes-section {
  border-top: 1px solid rgba(160, 124, 58, 0.24);
  padding-top: 14px;
}
.episode-strip {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(160, 124, 58, 0.22);
  scrollbar-width: thin;
  scrollbar-color: rgba(160, 124, 58, 0.55) transparent;
}
.episode-strip::-webkit-scrollbar {
  height: 7px;
}
.episode-strip::-webkit-scrollbar-track {
  background: rgba(40, 30, 14, 0.35);
}
.episode-strip::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #6d4f1d, #c9a45c);
}
.episode-track {
  display: flex;
  align-items: stretch;
  gap: 6px;
  width: max-content;
  padding: 2px 0;
}
.episode-item {
  flex: 0 0 auto;
  width: 104px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 7px 8px;
  background: linear-gradient(180deg, rgba(38, 30, 22, 0.85) 0%, rgba(20, 16, 12, 0.9) 100%);
  border: 1px solid rgba(120, 96, 52, 0.28);
  color: #8f8168;
  cursor: pointer;
  transition: border-color 0.16s ease, color 0.16s ease, background 0.16s ease;
}
.episode-number {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #9c8a63;
}
.episode-title {
  font-size: 13px;
  color: #a2937a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.episode-item:hover {
  border-color: rgba(201, 164, 92, 0.6);
  color: #ded0ae;
}
.episode-item-active {
  background: linear-gradient(180deg, rgba(112, 82, 28, 0.55) 0%, rgba(52, 38, 14, 0.7) 100%);
  border-color: #d9b96a;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7), 0 0 14px rgba(201, 164, 92, 0.28);
}
.episode-item-active .episode-number {
  color: #f2dc9c;
}
.episode-item-active .episode-title {
  color: #f7e9c4;
}
.timeline-section {
  border-top: 1px solid rgba(160, 124, 58, 0.24);
  padding-top: 14px;
}
.timeline-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 0;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(201, 164, 92, 0.14) 0px,
      rgba(201, 164, 92, 0.14) 1px,
      transparent 1px,
      transparent 22px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(201, 164, 92, 0.1) 0px,
      rgba(201, 164, 92, 0.1) 1px,
      transparent 1px,
      transparent 22px
    );
  background-color: rgba(26, 20, 14, 0.5);
  border-top: 2px solid rgba(160, 124, 58, 0.42);
  border-bottom: 2px solid rgba(160, 124, 58, 0.42);
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding: 20px 10px 9px;
  min-width: 0;
  border-right: 1px solid rgba(160, 124, 58, 0.16);
}
.timeline-node:last-child {
  border-right: none;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #e8cd8a 0%, #9a7226 62%, #4a340e 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.85), 0 0 8px rgba(201, 164, 92, 0.45);
}
.timeline-timecode {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #e0c882;
  text-shadow: 0 1px 0 #000;
}
.timeline-label {
  font-size: 11.5px;
  line-height: 1.5;
  color: #8d8168;
}
.comments-section {
  border-top: 1px solid rgba(160, 124, 58, 0.24);
  padding-top: 14px;
}
.comment-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 16px;
  align-items: start;
}
.comment-item {
  position: relative;
  padding: 4px 0 4px 13px;
  border-left: 1px solid rgba(201, 164, 92, 0.5);
  min-width: 0;
}
.comment-nickname {
  display: block;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #9c8a63;
  margin-bottom: 2px;
}
.comment-body {
  font-size: 13px;
  line-height: 1.55;
  color: #a89c85;
  text-align: justify;
}
.recommend-region {
  border-top: 1px solid rgba(160, 124, 58, 0.24);
  padding-top: 14px;
}
.recommend-region + .recommend-region {
  margin-top: 0;
}
.recommend-heading {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #f0dca6;
  padding: 5px 12px;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #7a1f1c 0%, #571210 100%);
  border: 1px solid #a83a2e;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55), 0 3px 10px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  transform: rotate(-0.6deg);
}
.recommend-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
  padding: 7px;
  color: #b3a486;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(30, 24, 16, 0.85) 0%, rgba(14, 11, 8, 0.9) 100%);
  border: 1px solid rgba(160, 124, 58, 0.26);
  transition: border-color 0.16s ease, color 0.16s ease;
}
a.recommend-item:hover {
  color: #f0d68c;
  text-decoration: none;
  border-color: rgba(217, 185, 106, 0.7);
}
a.recommend-item img, a.recommend-item .recommend-thumb, [data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.86);
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.recommend-name {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #d5c396;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.5;
  color: #807smart;
  color: #80745d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-footer {
  margin-top: 24px;
  border-top: 1px solid rgba(160, 124, 58, 0.34);
  background: linear-gradient(180deg, #0c0a08 0%, #080605 100%);
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 16px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.65;
  color: #6f6553;
  max-width: 860px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  color: #b09457;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(160, 124, 58, 0.35);
  padding-bottom: 1px;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: #f0d68c;
  text-decoration: none;
  border-bottom-color: rgba(240, 214, 140, 0.8);
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
}
.friend-label {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  color: #6f6553;
  margin-right: 2px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: #7e8b78;
  text-decoration: none;
  padding: 1px 6px;
  border: 1px solid rgba(120, 108, 72, 0.28);
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #cbd6b8;
  text-decoration: none;
  border-color: rgba(160, 180, 130, 0.55);
}
@media (max-width: 1024px) {.hero-shell {
    grid-template-columns: minmax(140px, 176px) minmax(0, 1fr);
    gap: 14px;
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
.timeline-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.timeline-node {
    border-bottom: 1px solid rgba(160, 124, 58, 0.14);
  }
.comment-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 760px) {body {
    font-size: 14px;
  }
.page-main {
    padding: 12px 12px 20px;
    gap: 16px;
  }
.header-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 9px 12px;
  }
.category-nav {
    justify-content: flex-start;
    width: 100%;
  }
.movie-overview {
    padding: 12px;
    gap: 14px;
  }
.hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
.poster-wrap {
    max-width: 168px;
  }
.movie-title {
    font-size: 21px;
  }
.synopsis-body {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.details-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
.cast-card {
    min-height: 112px;
    padding: 8px 6px;
  }
.timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.comment-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
.recommend-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }}
@media (max-width: 480px) {.header-inner {
    padding: 8px 10px;
  }
a[data-contract="site-name"] {
    font-size: 17px;
  }
.page-main {
    padding: 10px 10px 18px;
  }
.movie-title {
    font-size: 19px;
  }
.movie-tagline {
    font-size: 13px;
  }
.cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.details-list {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-track {
    grid-template-columns: minmax(0, 1fr);
  }
.timeline-node {
    padding: 18px 10px 8px;
  }
.recommend-row {
    grid-template-columns: minmax(0, 1fr);
  }
.ctrl-range:last-of-type {
    flex: 1 1 80px;
    width: auto;
  }}

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}
