:root {
  --ink: #0d1218;
  --ink-2: #131b24;
  --ink-3: #1a2531;
  --steel: #22303e;
  --steel-line: #2e3d4d;
  --gold: #c9a35c;
  --gold-bright: #e0bd77;
  --gold-dim: #8a6f3c;
  --bone: #d9d3c6;
  --bone-dim: #9a958b;
  --red: #7a2a2a;
  --font-serif: "Songti SC", "SimSun", "STSong", "Noto Serif SC", "Source Han Serif SC", Georgia, "Times New Roman", serif;
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background-color: var(--ink);
  background-image:
    radial-gradient(ellipse at 20% -10%, rgba(201, 163, 92, 0.10), transparent 55%),
    radial-gradient(ellipse at 90% 5%, rgba(122, 42, 42, 0.12), transparent 50%),
    linear-gradient(180deg, #0b1016 0%, #0d1218 40%, #0a0e13 100%);
  color: var(--bone);
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.02em;
}
h1, h2, h3, p, dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: var(--gold);
  text-decoration: none;
}
a:hover {
  color: var(--gold-bright);
}
button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
input[type="range"] {
  font: inherit;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(8, 11, 15, 0.97), rgba(11, 16, 22, 0.9));
  border-bottom: 1px solid var(--steel-line);
  backdrop-filter: blur(6px);
}
.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
a[data-contract="site-name"] {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--gold-bright);
  text-decoration: none;
  text-shadow: 0 0 14px rgba(201, 163, 92, 0.35);
  white-space: nowrap;
}
a[data-contract="site-name"]:hover {
  color: var(--bone);
  text-decoration: none;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  flex: 1 1 auto;
  min-width: 0;
}
a.runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--bone-dim);
  text-decoration: none;
  padding: 4px 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
a.runtime-category:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: rgba(201, 163, 92, 0.08);
  text-decoration: none;
}
.page-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px 40px;
  display: flex;
  flex-direction: column;
}
.hero-poster-section {
  position: relative;
  margin: 0 -18px 22px;
  height: clamp(220px, 42vw, 420px);
  overflow: hidden;
  background:
    radial-gradient(ellipse at 68% 42%, rgba(201, 163, 92, 0.16), transparent 42%),
    radial-gradient(ellipse at 18% 85%, rgba(122, 42, 42, 0.28), transparent 55%),
    linear-gradient(120deg, #06090d 0%, #101a24 45%, #06090d 100%);
  border-bottom: 2px solid var(--gold-dim);
}
.hero-poster-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(201, 163, 92, 0.05) 0 1px, transparent 1px 46px),
    linear-gradient(180deg, transparent 60%, rgba(6, 9, 13, 0.92) 100%);
  pointer-events: none;
}
.hero-visual-layer {
  position: absolute;
  inset: 0;
}
.hero-neon-glow {
  position: absolute;
  right: 6%;
  top: 14%;
  width: 46%;
  height: 62%;
  background:
    radial-gradient(circle at 30% 40%, rgba(216, 90, 130, 0.24), transparent 58%),
    radial-gradient(circle at 72% 62%, rgba(96, 168, 214, 0.20), transparent 60%),
    radial-gradient(circle at 50% 50%, rgba(224, 189, 119, 0.22), transparent 70%);
  filter: blur(18px);
  opacity: 0.85;
  mix-blend-mode: screen;
}
.hero-smoke-haze {
  position: absolute;
  left: -6%;
  bottom: -30%;
  width: 78%;
  height: 120%;
  background:
    radial-gradient(ellipse at 30% 70%, rgba(120, 128, 138, 0.30), transparent 62%),
    radial-gradient(ellipse at 70% 90%, rgba(70, 78, 88, 0.34), transparent 60%),
    radial-gradient(ellipse at 50% 40%, rgba(150, 140, 120, 0.14), transparent 65%);
  filter: blur(22px);
  opacity: 0.75;
}
.movie-overview {
  background: linear-gradient(160deg, #121a23 0%, #0f161d 100%);
  border: 1px solid var(--steel-line);
  border-top: 2px solid var(--gold-dim);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 26px;
  box-shadow: 0 18px 40px -24px rgba(0, 0, 0, 0.9), inset 0 0 0 1px rgba(201, 163, 92, 0.06);
}
.overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.poster-column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}
.poster-media-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border: 1px solid var(--gold-dim);
  border-radius: 2px;
  background: #0a0e13;
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, 0.95);
}
.main-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06);
}
.poster-media-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 9, 13, 0.72) 100%);
  pointer-events: none;
}
.poster-caption {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.32em;
  text-align: center;
  color: var(--gold);
  padding-top: 2px;
}
.overview-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.title-block {
  border-left: 3px solid var(--gold);
  padding-left: 14px;
}
.movie-title {
  font-size: clamp(24px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--bone);
  text-shadow: 0 2px 18px rgba(201, 163, 92, 0.22);
}
.movie-tagline {
  margin-top: 4px;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: var(--gold);
  font-family: var(--font-sans);
}
.movie-seo-description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--bone-dim);
  max-width: 62ch;
}
.player-shell {
  position: relative;
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  background: #05080b;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: box-shadow 0.25s, border-color 0.25s, background 0.25s;
}
.player-shell.lights-off {
  background: #000;
  border-color: var(--gold-dim);
}
.player-shell.theater-mode {
  box-shadow: 0 0 0 3px rgba(201, 163, 92, 0.28), 0 20px 50px -20px rgba(0, 0, 0, 1);
  border-color: var(--gold);
}
.main-player {
  display: block;
  background: #000;
  border-radius: 2px;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.player-btn {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--bone-dim);
  padding: 5px 10px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(34, 48, 62, 0.55), rgba(19, 27, 36, 0.55));
  white-space: nowrap;
  transition: color 0.18s, border-color 0.18s, background 0.18s;
}
.player-btn:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
}
.player-btn.is-active {
  color: var(--ink);
  background: linear-gradient(180deg, var(--gold-bright), var(--gold));
  border-color: var(--gold-bright);
}
.player-range {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: var(--steel-line);
  outline: none;
  cursor: pointer;
}
.player-range[data-player-action="progress"] {
  flex: 1 1 160px;
  min-width: 120px;
}
.player-range[data-player-action="volume"] {
  flex: 0 1 92px;
  min-width: 70px;
}
.player-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold-bright);
  border: 1px solid #0a0e13;
  box-shadow: 0 0 8px rgba(201, 163, 92, 0.6);
}
.player-range::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 1px solid #0a0e13;
  border-radius: 50%;
  background: var(--gold-bright);
}
.player-shell.lights-off .player-btn {
  color: var(--gold-dim);
  border-color: #2a2118;
}
.episode-status {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  align-items: center;
  padding: 8px 12px;
  border-left: 3px solid var(--red);
  background: linear-gradient(90deg, rgba(122, 42, 42, 0.16), transparent 70%);
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.08em;
}
.status-current {
  color: var(--gold-bright);
  font-weight: 600;
}
.status-total {
  color: var(--bone-dim);
}
.details-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  padding: 10px 0;
}
.detail-row {
  display: flex;
  gap: 10px;
  align-items: baseline;
  padding: 3px 0;
  border-bottom: 1px dotted rgba(46, 61, 77, 0.6);
  font-size: 13px;
}
.detail-row:last-child, .detail-row:nth-last-child(2) {
  border-bottom: none;
}
.detail-row dt {
  flex: 0 0 62px;
  color: var(--gold-dim);
  font-family: var(--font-sans);
  letter-spacing: 0.14em;
  font-size: 12px;
}
.detail-row dd {
  flex: 1 1 auto;
  color: var(--bone);
  min-width: 0;
}
.synopsis-panel {
  border-top: 1px solid var(--steel-line);
  padding-top: 14px;
}
.section-heading {
  font-size: 17px;
  letter-spacing: 0.22em;
  color: var(--gold-bright);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.section-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim), transparent);
}
.synopsis-panel .section-heading {
  margin-bottom: 8px;
}
.synopsis-paragraph {
  font-size: 14px;
  line-height: 1.85;
  color: var(--bone-dim);
  text-indent: 2em;
  margin-bottom: 8px;
}
.synopsis-paragraph:last-child {
  margin-bottom: 0;
}
.cast-panel {
  border-top: 1px solid var(--steel-line);
  padding-top: 14px;
}
.cast-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  align-items: start;
}
.cast-member {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--bone-dim);
  padding: 8px 6px;
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(34, 48, 62, 0.35), rgba(15, 22, 29, 0.35));
}
.cast-member.cast-lead {
  grid-column: span 2;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  background: linear-gradient(180deg, rgba(201, 163, 92, 0.14), rgba(15, 22, 29, 0.5));
  box-shadow: inset 0 0 0 1px rgba(201, 163, 92, 0.12);
}
.cast-name {
  white-space: nowrap;
}
.timeline-section {
  margin-bottom: 26px;
}
.timeline-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0;
  border-top: 1px solid var(--steel-line);
  border-bottom: 1px solid var(--steel-line);
  background: linear-gradient(180deg, rgba(19, 27, 36, 0.7), rgba(11, 16, 22, 0.7));
}
.timeline-node {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 12px 12px 14px 16px;
  border-right: 1px solid var(--steel-line);
}
.timeline-node:last-child {
  border-right: none;
}
.timeline-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), transparent);
}
.node-icon {
  font-size: 14px;
  color: var(--gold);
  line-height: 1;
  text-shadow: 0 0 10px rgba(201, 163, 92, 0.55);
}
.node-timecode {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold-dim);
}
.node-label {
  font-size: 14px;
  letter-spacing: 0.14em;
  color: var(--bone);
  white-space: nowrap;
}
.episodes-section {
  margin-bottom: 26px;
}
.episode-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(230px, 1fr);
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  border-bottom: 1px solid var(--steel-line);
}
.episode-scroll::-webkit-scrollbar {
  height: 6px;
}
.episode-scroll::-webkit-scrollbar-track {
  background: var(--ink-3);
}
.episode-scroll::-webkit-scrollbar-thumb {
  background: var(--gold-dim);
  border-radius: 3px;
}
.episode-card {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 14px 16px;
  background: linear-gradient(165deg, #16202b 0%, #101821 100%);
  border: 1px solid var(--steel-line);
  border-top: 2px solid var(--gold-dim);
  border-radius: 2px;
  min-height: 100%;
  transition: border-color 0.2s, transform 0.2s;
}
.episode-card:hover {
  border-top-color: var(--gold-bright);
  transform: translateY(-2px);
}
.episode-number {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--gold);
}
.episode-title {
  font-size: 17px;
  letter-spacing: 0.1em;
  color: var(--bone);
  line-height: 1.3;
}
.episode-summary {
  font-size: 13px;
  line-height: 1.7;
  color: var(--bone-dim);
  flex: 1 1 auto;
}
.episode-duration {
  align-self: flex-start;
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--gold-dim);
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  padding: 2px 7px;
}
.comments-section {
  margin-bottom: 26px;
}
.comments-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.comment-clipping {
  position: relative;
  padding: 14px 14px 16px;
  background: linear-gradient(170deg, #e6dfd0 0%, #d5cdba 100%);
  color: #23272c;
  border: 1px solid #b6ac95;
  box-shadow: 4px 5px 0 -1px rgba(0, 0, 0, 0.45), 0 10px 22px -14px rgba(0, 0, 0, 0.9);
  transform: rotate(-0.6deg);
  clip-path: polygon(0 0, 100% 1%, 99.4% 100%, 0.6% 99%);
}
.comments-stack .comment-clipping:nth-child(2n) {
  transform: rotate(0.8deg);
}
.comments-stack .comment-clipping:nth-child(3n) {
  transform: rotate(-1.1deg);
}
.comment-clipping::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--red);
  opacity: 0.65;
}
.comment-nickname {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #1d2227;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px dashed rgba(35, 39, 44, 0.35);
}
.comment-text {
  font-size: 13px;
  line-height: 1.75;
  color: #33383e;
}
.recommend-region {
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--steel-line);
  border-radius: 3px;
  background: linear-gradient(160deg, rgba(19, 27, 36, 0.85), rgba(10, 14, 19, 0.85));
}
.recommend-region-1 {
  border-left: 3px solid var(--gold);
}
.recommend-region-2 {
  border-left: 3px solid var(--red);
}
.recommend-region-3 {
  border-left: 3px solid #3a6a82;
}
.recommend-heading {
  font-size: 16px;
  letter-spacing: 0.24em;
  color: var(--gold-bright);
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recommend-heading::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-dim), transparent);
}
.recommend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px;
  align-items: start;
}
.recommend-region-1 .recommend-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.recommend-region-3 .recommend-grid {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
a.recommend-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-decoration: none;
  color: var(--bone);
  background: linear-gradient(165deg, #141d27, #0e151c);
  border: 1px solid var(--steel-line);
  border-radius: 2px;
  padding: 8px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
a.recommend-item:hover {
  color: var(--bone);
  text-decoration: none;
  border-color: var(--gold-dim);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -16px rgba(0, 0, 0, 0.95);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
  background: #070b0f;
  filter: saturate(0.85) contrast(1.05);
}
.recommend-pic {
  display: block;
}
.recommend-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
  line-height: 1.35;
}
.recommend-blurb {
  font-size: 12px;
  line-height: 1.6;
  color: var(--bone-dim);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recommend-region-1 .recommend-blurb {
  -webkit-line-clamp: 2;
}
.site-footer {
  border-top: 1px solid var(--steel-line);
  background: linear-gradient(180deg, #0a0e13, #06090d);
}
.footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 18px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--steel-line);
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--bone-dim);
  text-decoration: none;
  white-space: nowrap;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--gold-bright);
  text-decoration: underline;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 12px;
}
.friend-links-label {
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-dim);
  white-space: nowrap;
}
a.runtime-friend-link {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--bone-dim);
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
}
a.runtime-friend-link:hover {
  color: var(--gold-bright);
  border-color: var(--gold-dim);
  text-decoration: none;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.7;
  color: #6d6a63;
  border-top: 1px dotted var(--steel-line);
  padding-top: 10px;
}
@media (max-width: 980px) {.overview-grid {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 18px;
  }
.details-panel {
    grid-template-columns: minmax(0, 1fr);
  }
.detail-row:nth-last-child(2) {
    border-bottom: 1px dotted rgba(46, 61, 77, 0.6);
  }
.comments-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 720px) {.header-inner {
    padding: 8px 14px;
    gap: 10px;
  }
.page-main {
    padding: 0 14px 32px;
  }
.hero-poster-section {
    margin: 0 -14px 18px;
  }
.movie-overview {
    padding: 16px;
  }
.overview-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
.poster-column {
    max-width: 260px;
    margin: 0 auto;
  }
.cast-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.cast-member.cast-lead {
    grid-column: span 2;
  }
.episode-scroll {
    grid-auto-columns: minmax(210px, 78vw);
  }
.comments-stack {
    grid-template-columns: minmax(0, 1fr);
  }
.recommend-grid, .recommend-region-1 .recommend-grid, .recommend-region-3 .recommend-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }}
@media (max-width: 460px) {body {
    font-size: 14px;
  }
.main-player, .player-shell {
    min-width: 0;
  }
.player-btn {
    font-size: 11px;
    padding: 5px 8px;
  }
.player-range[data-player-action="progress"] {
    flex: 1 1 100%;
    order: 3;
  }
.timeline-node {
    padding: 10px 10px 12px 14px;
  }
.recommend-grid, .recommend-region-1 .recommend-grid, .recommend-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}
