*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #0b0e12;
  background-image:
    radial-gradient(ellipse 90% 55% at 18% -8%, rgba(196, 214, 232, 0.10), transparent 62%),
    radial-gradient(ellipse 70% 45% at 92% 4%, rgba(150, 30, 38, 0.16), transparent 60%),
    linear-gradient(180deg, #0b0e12 0%, #0d1117 45%, #0a0d11 100%);
  color: #c3cbd4;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Heiti SC", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  min-height: 100vh;
  overflow-x: hidden;
}
body.lights-off {
  background-image:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(196, 214, 232, 0.05), transparent 60%),
    linear-gradient(180deg, #05070a 0%, #07090c 100%);
}
img, video {
  display: block;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  color: #9fb2c4;
  text-decoration: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
h1, h2, h3 {
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(9, 12, 16, 0.92);
  border-bottom: 1px solid #1b232c;
  backdrop-filter: blur(8px);
}
.header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 18px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 16px;
}
a[data-contract="site-name"].site-brand {
  color: #eef3f8;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  padding: 2px 0;
  border-left: 3px solid #a3161f;
  padding-left: 9px;
  white-space: nowrap;
}
a[data-contract="site-name"].site-brand:hover {
  color: #ff6b6b;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category {
  display: inline-block;
  color: #b9c6d3;
  text-decoration: none;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.16em;
  padding: 3px 9px;
  border: 1px solid #222c37;
  background: #10151b;
  border-radius: 1px;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
a.runtime-category:hover {
  color: #f3f7fb;
  border-color: #8f1a22;
  background: #1a1013;
}
.page-main {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 48px;
}
.section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #e7eef5;
  letter-spacing: 0.3em;
  padding: 2px 0 2px 10px;
  border-left: 3px solid #a3161f;
  margin-bottom: 12px;
}
.section-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, #26313d, rgba(38, 49, 61, 0));
}
.overview {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  background: linear-gradient(160deg, #101620 0%, #0e131a 52%, #0c1016 100%);
  border: 1px solid #1d2833;
  padding: 18px 16px 20px;
  margin-top: 16px;
  overflow: hidden;
}
.overview::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -12%;
  width: 68%;
  height: 150%;
  background: linear-gradient(107deg, rgba(214, 228, 240, 0) 34%, rgba(214, 228, 240, 0.10) 60%, rgba(214, 228, 240, 0) 82%);
  transform: rotate(-7deg);
  pointer-events: none;
  z-index: 0;
}
.overview > * {
  position: relative;
  z-index: 1;
}
.overview.is-theater {
  background: #05070a;
}
.overview-head {
  order: 1;
}
.overview-title {
  font-size: clamp(26px, 5.4vw, 48px);
  color: #f2f6fa;
  letter-spacing: 0.2em;
  line-height: 1.1;
  text-shadow: 0 0 26px rgba(160, 190, 220, 0.28);
}
.overview-tagline {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.24em;
  color: #d84a52;
  border-left: 2px solid #a3161f;
  padding-left: 9px;
}
.overview-seo {
  margin-top: 10px;
  font-size: 12.5px;
  line-height: 1.62;
  color: #8b98a6;
  max-width: 62ch;
}
.overview-poster-wrap {
  order: 2;
  width: 100%;
  max-width: 240px;
  align-self: start;
  border: 1px solid #26313d;
  background: #0a0e13;
  padding: 4px;
}
.overview-poster {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  display: block;
  filter: saturate(0.82) contrast(1.06);
}
.overview-player-wrap {
  order: 3;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: none;
  border: 1px solid #26313d;
  background: #05070a;
  padding: 0;
}
.overview-player-wrap video {
  display: block;
  width: 100%;
  background: #000;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  padding: 7px 9px;
  background: linear-gradient(180deg, #11171f, #0a0e13);
  border-top: 1px solid #1d2833;
}
.control-btn {
  appearance: none;
  background: #151c25;
  color: #c6d2de;
  border: 1px solid #27323e;
  border-radius: 1px;
  font-size: 11px;
  letter-spacing: 0.12em;
  padding: 4px 9px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.16s, border-color 0.16s, background 0.16s;
}
.control-btn:hover {
  color: #fff;
  border-color: #8f1a22;
  background: #1c1114;
}
.control-btn.is-playing {
  color: #ffd9d9;
  border-color: #a3161f;
  background: #24100f;
}
.control-btn.is-muted {
  color: #7f8b98;
  border-color: #3a2326;
  background: #150e10;
}
.control-btn.is-active {
  color: #fff;
  border-color: #a3161f;
  background: #2a1113;
}
.control-range {
  appearance: none;
  -webkit-appearance: none;
  height: 3px;
  flex: 1 1 70px;
  min-width: 54px;
  max-width: 190px;
  background: #232e39;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
.control-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 9px;
  height: 14px;
  background: #c7d4e0;
  border: 1px solid #5c6b7a;
  border-radius: 0;
  cursor: pointer;
}
.control-range::-moz-range-thumb {
  width: 9px;
  height: 14px;
  background: #c7d4e0;
  border: 1px solid #5c6b7a;
  border-radius: 0;
  cursor: pointer;
}
.control-speed {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.control-speed-label {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  color: #7f8b98;
}
.control-select {
  appearance: none;
  background: #151c25;
  border: 1px solid #27323e;
  border-radius: 1px;
  color: #c6d2de;
  font-size: 11px;
  padding: 3px 6px;
  cursor: pointer;
}
.details-panel {
  order: 4;
  border-top: 1px solid #1d2833;
  padding-top: 12px;
}
.details-heading, .synopsis-heading, .cast-heading {
  font-size: 12.5px;
  letter-spacing: 0.28em;
  color: #dbe5ee;
  margin-bottom: 8px;
  padding-left: 8px;
  border-left: 2px solid #a3161f;
}
.details-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
  gap: 0 16px;
}
.details-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 3px 0;
  border-bottom: 1px dashed #1b232c;
  min-width: 0;
}
.details-row dt {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #77848f;
}
.details-row dd {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 12.5px;
  color: #cbd6e0;
  text-align: right;
}
.episode-status {
  order: 5;
  padding-top: 4px;
}
.status-line {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #c9d4de;
  margin-bottom: 6px;
}
.status-meter {
  position: relative;
  height: 3px;
  width: 100%;
  background: #1a222b;
  overflow: hidden;
}
.meter-fill {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, #7e1119, #d8454e 70%, #ffd0d0);
  box-shadow: 0 0 10px rgba(216, 69, 78, 0.7);
}
.synopsis-panel {
  order: 6;
  border-top: 1px solid #1d2833;
  padding-top: 12px;
}
.synopsis-paragraph {
  font-size: 12.5px;
  line-height: 1.52;
  color: #a7b3bf;
  margin-bottom: 7px;
  max-width: 78ch;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.cast-panel {
  order: 7;
  border-top: 1px solid #1d2833;
  padding-top: 12px;
}
.cast-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}
.cast-cell {
  flex: 1 1 116px;
  min-width: 96px;
  max-width: 160px;
  background: #0a0e13;
  border: 1px solid #1f2933;
  padding: 4px;
}
.cast-figure {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
}
.cast-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background:
    linear-gradient(150deg, #2b3540 0%, #12181f 46%, #3a4550 100%);
  border: 1px solid #333f4b;
  overflow: hidden;
}
.cast-frame::before, .cast-frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  background-image: repeating-linear-gradient(180deg, #0a0e13 0 5px, #4c5a68 5px 10px);
  opacity: 0.85;
}
.cast-frame::before {
  left: 0;
}
.cast-frame::after {
  right: 0;
}
.cast-caption {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 6px;
  padding: 0 2px 2px;
}
.cast-name {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #e6edf4;
  white-space: nowrap;
}
.cast-role {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #8d99a5;
  white-space: nowrap;
}
.timeline {
  margin-top: 30px;
  padding-top: 8px;
}
.timeline-track {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 8px;
  padding: 26px 10px 12px;
  background:
    linear-gradient(180deg, #12181f 0%, #0b0f14 100%);
  border: 1px solid #1d2833;
  border-top: 3px solid #2b3540;
  border-bottom: 3px solid #2b3540;
}
.timeline-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(163, 22, 31, 0.5), #4a5866 18%, #4a5866 82%, rgba(163, 22, 31, 0.5));
  opacity: 0.6;
  pointer-events: none;
}
.timeline-node {
  position: relative;
  flex: 1 1 132px;
  min-width: 112px;
  max-width: 220px;
  padding: 8px 9px 9px;
  background: #0d1218;
  border: 1px solid #232e39;
  border-left: 3px solid #a3161f;
  cursor: default;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.timeline-node::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  background: #d8454e;
  border: 1px solid #501018;
  box-shadow: 0 0 8px rgba(216, 69, 78, 0.8);
  transform: rotate(45deg);
}
.timeline-node:hover {
  border-color: #8f1a22;
  background: #141017;
}
.timeline-node-a { margin-top: 0; }
.timeline-node-b { margin-top: 16px; }
.timeline-node-c { margin-top: 4px; }
.timeline-node-d { margin-top: 22px; }
.timeline-node-e { margin-top: 10px; }
.node-label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  color: #dbe4ed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.node-timecode {
  display: block;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #cf6d73;
  font-variant-numeric: tabular-nums;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.24s ease, opacity 0.24s ease, margin-top 0.24s ease;
}
.timeline-node:hover .node-timecode, .timeline-node:focus-within .node-timecode {
  max-height: 24px;
  opacity: 1;
  margin-top: 5px;
}
.episodes {
  margin-top: 30px;
}
.episode-rail {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 12px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.episode-rail::-webkit-scrollbar {
  height: 6px;
}
.episode-rail::-webkit-scrollbar-track {
  background: #10151b;
}
.episode-rail::-webkit-scrollbar-thumb {
  background: #2b3540;
}
.episode-card {
  position: relative;
  flex: 0 0 auto;
  width: 236px;
  max-width: 82vw;
  scroll-snap-align: start;
  background: linear-gradient(170deg, #131a22 0%, #0c1116 100%);
  border: 1px solid #1f2933;
  border-bottom: 2px solid #2b3540;
  padding: 12px 12px 11px 44px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.episode-index {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 12px;
  letter-spacing: 0.28em;
  color: #cfa9a9;
  background:
    repeating-linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0 3px, rgba(255, 255, 255, 0.03) 3px 6px),
    linear-gradient(180deg, #5d1419, #2a0d10);
  border-right: 1px solid #3a1418;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.episode-title {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: #eef3f8;
}
.episode-summary {
  font-size: 12px;
  line-height: 1.5;
  color: #96a2ae;
  flex: 1 1 auto;
}
.episode-duration {
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #7e8b97;
  font-variant-numeric: tabular-nums;
  border-top: 1px dashed #222c36;
  padding-top: 6px;
}
.comments {
  margin-top: 30px;
}
.comment-columns {
  column-count: 2;
  column-gap: 12px;
}
.comment-item {
  break-inside: avoid;
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0 0 10px;
  padding: 9px 10px;
  background: #0f141a;
  border: 1px solid #1d2833;
  border-left: 2px solid #2b3540;
}
.comment-avatar {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: linear-gradient(135deg, #4a5866 0%, #a3161f 130%);
  border: 1px solid #333f4b;
}
.comment-item:nth-child(2n) .comment-avatar {
  background: linear-gradient(135deg, #6b3a3f 0%, #2b3540 130%);
}
.comment-item:nth-child(3n) .comment-avatar {
  background: linear-gradient(135deg, #2b3540 0%, #7e1119 130%);
}
.comment-item:nth-child(5n) .comment-avatar {
  background: linear-gradient(135deg, #8d99a5 0%, #10151b 130%);
}
.comment-body {
  min-width: 0;
  flex: 1 1 auto;
}
.comment-nick {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #d3dde6;
  margin-bottom: 3px;
}
.comment-text {
  font-size: 12.5px;
  line-height: 1.5;
  color: #9aa6b2;
}
.recommend {
  margin-top: 30px;
}
.recommend-grid {
  display: grid;
  gap: 10px;
  align-items: start;
}
.recommend-grid-four {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.recommend-grid-three {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.recommend-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #0f141a;
  border: 1px solid #1d2833;
  border-bottom: 2px solid #2b3540;
  padding: 5px 5px 8px;
  transition: border-color 0.18s, background 0.18s, transform 0.18s;
}
a.recommend-card {
  color: #cbd6e0;
  text-decoration: none;
}
a.recommend-card:hover {
  color: #fff;
  border-color: #8f1a22;
  background: #150f13;
  transform: translateY(-2px);
}
[data-runtime="recommendation"] img.recommend-pic {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #05070a;
  filter: saturate(0.78) contrast(1.05);
}
.recommend-name {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: #e2eaf2;
  padding: 0 2px;
}
.recommend-blurb {
  font-size: 11.5px;
  line-height: 1.46;
  color: #8b98a6;
  padding: 0 2px;
}
.site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 16px 40px;
  border-top: 1px solid #1b232c;
  background: linear-gradient(180deg, rgba(10, 13, 17, 0), #0a0d11);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.55;
  color: #6f7b87;
  max-width: 82ch;
  margin-bottom: 12px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 12px;
}
a.footer-link {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #b6c3d0;
  text-decoration: none;
  border-bottom: 1px solid #2b3540;
  padding-bottom: 1px;
}
a.footer-link:hover {
  color: #ff6b6b;
  border-bottom-color: #8f1a22;
}
a[data-contract="footer-home"].footer-link {
  color: #e2eaf2;
}
a[data-contract="footer-sitemap"].footer-link {
  color: #9fb2c4;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  padding-top: 10px;
  border-top: 1px dashed #1b232c;
}
.friend-links-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  color: #77848f;
  white-space: nowrap;
}
a.runtime-friend-link {
  font-size: 11.5px;
  letter-spacing: 0.08em;
  color: #8b98a6;
  text-decoration: none;
  padding: 2px 7px;
  border: 1px solid #1d2833;
  background: #0d1218;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: #e6edf4;
  border-color: #8f1a22;
}
.player .progress, .player .volume, .player .speed, .player .timeupdate, .player .change, .player .click, .player .input {
  transition: opacity 0.16s ease;
}
.player.play .pause, .player.pause .play, .player.mute .volume, .player.lights-off .light {
  opacity: 0.55;
}
.player.fullscreen, .player.pip, .player.theater {
  outline: 1px solid #a3161f;
  outline-offset: -2px;
}
.is-playing .control-btn, .control-btn.is-playing {
  box-shadow: inset 0 0 12px rgba(216, 69, 78, 0.4);
}
.is-active.control-btn {
  border-color: #a3161f;
}
.lights-off .overview::before {
  opacity: 0.35;
}
.lights-off .player-controls {
  background: #06080b;
  border-top-color: #151c25;
}
.is-theater .overview-player-wrap {
  border-color: #8f1a22;
}
.is-theater .overview-poster-wrap, .is-theater .overview-head {
  opacity: 0.85;
}
@media (min-width: 720px) {body {
    font-size: 14px;
  }
.page-main {
    padding: 0 22px 52px;
  }
.overview {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    grid-template-areas:
      "head   poster"
      "player player"
      "details details"
      "status status"
      "synopsis synopsis"
      "cast   cast";
    gap: 16px 20px;
    padding: 22px 22px 26px;
    margin-top: 18px;
  }
.overview-head {
    grid-area: head;
    align-self: start;
  }
.overview-poster-wrap {
    grid-area: poster;
    justify-self: end;
    align-self: start;
    max-width: 260px;
  }
.overview-player-wrap {
    grid-area: player;
  }
.details-panel {
    grid-area: details;
  }
.episode-status {
    grid-area: status;
  }
.synopsis-panel {
    grid-area: synopsis;
  }
.cast-panel {
    grid-area: cast;
  }
.comment-columns {
    column-count: 2;
  }
.recommend-grid-four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
.recommend-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}
@media (min-width: 1040px) {.page-main {
    padding: 0 26px 60px;
  }
.overview {
    grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr) minmax(0, 0.72fr);
    grid-template-areas:
      "head   player poster"
      "head   player details"
      "status status status"
      "synopsis synopsis cast";
    gap: 16px 22px;
    padding: 26px 26px 30px;
  }
.overview-head {
    align-self: start;
  }
.overview-poster-wrap {
    justify-self: end;
    max-width: 100%;
    width: 100%;
  }
.overview-player-wrap {
    align-self: start;
  }
.details-panel {
    align-self: start;
    border-top: none;
    padding-top: 0;
  }
.synopsis-panel {
    padding-top: 16px;
  }
.cast-panel {
    padding-top: 16px;
  }
.episode-status {
    grid-area: status;
  }
.cast-strip {
    gap: 10px;
  }
.episode-card {
    width: 258px;
  }
.comment-columns {
    column-count: 3;
  }}
@media (max-width: 719px) {.overview-poster-wrap {
    max-width: 210px;
  }
.timeline-node {
    flex: 1 1 46%;
    max-width: none;
  }
.timeline-node-b, .timeline-node-d {
    margin-top: 0;
  }
.comment-columns {
    column-count: 1;
  }}
@media (max-width: 420px) {.header-inner {
    padding: 7px 12px;
    gap: 5px 12px;
  }
.page-main {
    padding: 0 12px 40px;
  }
.overview {
    padding: 14px 12px 16px;
  }
.overview-title {
    letter-spacing: 0.14em;
  }
.section-heading {
    font-size: 13.5px;
    letter-spacing: 0.22em;
  }
.timeline-node {
    flex: 1 1 100%;
    max-width: none;
  }
.episode-card {
    width: 232px;
  }
.control-range {
    flex: 1 1 100%;
    max-width: none;
  }}
@media (prefers-reduced-motion: reduce) {*, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !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}
