:root {
  --ink: #0b0a0d;
  --ink-2: #131016;
  --ink-3: #1b1620;
  --wine: #6e1230;
  --wine-lift: #93203f;
  --wine-deep: #4a0d20;
  --gold: #c9a25a;
  --gold-dim: #8a6f3d;
  --white: #f2efe9;
  --white-dim: #c8c2ba;
  --ash: #7d7670;
  --line: rgba(201, 162, 90, 0.24);
  --line-soft: rgba(242, 239, 233, 0.12);
  --serif: "Songti SC", "SimSun", "Noto Serif SC", Georgia, "Times New Roman", serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --mono: "SFMono-Regular", "Menlo", "Consolas", "Liberation Mono", monospace;
  --cut: 14px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  background:
    radial-gradient(1200px 700px at 78% -8%, rgba(110, 18, 48, 0.34), transparent 62%),
    radial-gradient(900px 620px at -6% 34%, rgba(201, 162, 90, 0.08), transparent 60%),
    linear-gradient(180deg, #0b0a0d 0%, #100c12 48%, #0b0a0d 100%);
  color: var(--white-dim);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.62;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}
body.is-lights-down {
  background: #050406;
}
body.is-lights-down .page-main {
  filter: brightness(0.72) saturate(0.85);
}
img {
  display: block;
  max-width: 100%;
}
ul, ol, dl {
  list-style: none;
}
button, input, select {
  font: inherit;
  color: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 9px 22px;
  background: rgba(11, 10, 13, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.header-brand {
  flex: 0 0 auto;
}
.site-brand, a[data-contract="site-name"] {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.16em;
  text-decoration: none;
  padding-left: 12px;
  position: relative;
}
.site-brand::before, a[data-contract="site-name"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 16px;
  transform: translateY(-50%) skewX(-18deg);
  background: linear-gradient(180deg, var(--wine-lift), var(--wine-deep));
}
.site-brand:hover, a[data-contract="site-name"]:hover {
  color: var(--white);
}
.categories-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}
a.runtime-category, .runtime-category {
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--white-dim);
  text-decoration: none;
  padding: 3px 11px;
  border: 1px solid var(--line-soft);
  background: rgba(242, 239, 233, 0.03);
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
a.runtime-category:hover, .runtime-category:hover {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.page-main {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 22px 46px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.section-heading {
  font-size: 17px;
  letter-spacing: 0.14em;
  color: var(--white);
  padding-left: 14px;
  position: relative;
  margin-bottom: 12px;
}
.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), var(--wine));
}
.hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.32fr);
  grid-template-areas:
    "portrait player"
    "portrait facts"
    "status   facts"
    "cast     synopsis";
  gap: 14px 22px;
  align-items: start;
  padding: 26px 0 30px;
  border-bottom: 1px solid var(--line-soft);
  position: relative;
}
.hero-showcase.is-theater {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "player"
    "portrait"
    "facts"
    "status"
    "cast"
    "synopsis";
}
.hero-showcase.is-theater .player-panel {
  box-shadow: 0 0 0 1px var(--gold-dim), 0 22px 60px -30px rgba(201, 162, 90, 0.5);
}
.hero-portrait {
  grid-area: portrait;
  position: relative;
  align-self: start;
}
.poster-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(160deg, #241a24, #0d0b0f 70%);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
.poster-frame img, img[data-contract="main-poster"] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.08);
}
.hero-veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11, 10, 13, 0) 34%, rgba(11, 10, 13, 0.86) 88%),
    linear-gradient(72deg, rgba(110, 18, 48, 0.4) 0%, rgba(11, 10, 13, 0) 58%);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}
.hero-caption {
  position: absolute;
  left: 16px;
  right: 34px;
  bottom: 18px;
  max-width: 92%;
}
.hero-title {
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 0.06em;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.8);
}
.hero-tagline {
  margin-top: 7px;
  font-size: 12.5px;
  letter-spacing: 0.09em;
  color: var(--gold);
  border-left: 2px solid var(--wine-lift);
  padding-left: 9px;
  line-height: 1.5;
}
.player-panel {
  grid-area: player;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(27, 22, 32, 0.9), rgba(11, 10, 13, 0.92));
  border: 1px solid var(--line-soft);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.player-panel video, video[data-contract="player"] {
  display: block;
  width: 100%;
  background: #000;
  max-width: none;
}
.player-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.player-btn {
  cursor: pointer;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--white-dim);
  background: rgba(242, 239, 233, 0.05);
  border: 1px solid var(--line-soft);
  padding: 4px 10px;
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.player-btn:hover {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.player-btn.is-playing {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}
.player-btn.is-active {
  color: var(--white);
  background: var(--wine);
  border-color: var(--wine-lift);
}
.player-btn.is-muted {
  color: var(--white);
  border-color: var(--wine-lift);
  background: rgba(110, 18, 48, 0.42);
}
.player-progress, .player-volume {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: rgba(242, 239, 233, 0.16);
  border-radius: 0;
  cursor: pointer;
}
.player-progress {
  flex: 1 1 140px;
  min-width: 90px;
}
.player-volume {
  flex: 0 1 74px;
  min-width: 52px;
}
.player-progress::-webkit-slider-thumb, .player-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 10px;
  height: 14px;
  background: var(--gold);
  border: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
}
.player-progress::-moz-range-thumb, .player-volume::-moz-range-thumb {
  width: 10px;
  height: 14px;
  border: none;
  background: var(--gold);
  border-radius: 0;
}
.player-speed {
  font-size: 11.5px;
  background: rgba(242, 239, 233, 0.05);
  color: var(--white-dim);
  border: 1px solid var(--line-soft);
  padding: 3px 6px;
}
.player-speed.is-altered {
  color: var(--gold);
  border-color: var(--gold-dim);
}
.hero-facts {
  grid-area: facts;
  align-self: start;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(27, 22, 32, 0.62), rgba(11, 10, 13, 0.5));
  border: 1px solid var(--line-soft);
  border-left: 2px solid var(--wine);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 6px 16px;
}
.fact-cell, .credit-cell {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}
.fact-cell dt, .credit-cell dt {
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold-dim);
}
.fact-cell dd, .credit-cell dd {
  font-size: 13px;
  color: var(--white);
  min-width: 0;
}
.credit-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 6px 18px;
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid var(--line-soft);
}
.credit-cell dd {
  font-family: var(--serif);
  letter-spacing: 0.06em;
}
.hero-status {
  grid-area: status;
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  padding: 9px 14px;
  background: linear-gradient(90deg, rgba(110, 18, 48, 0.34), rgba(110, 18, 48, 0.05));
  border-left: 2px solid var(--gold);
}
.status-line {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.status-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--white-dim);
}
.status-value {
  font-family: var(--mono);
  font-size: 17px;
  color: var(--gold);
}
.hero-cast {
  grid-area: cast;
  align-self: start;
  padding: 12px 0 4px;
  border-top: 1px solid var(--line-soft);
}
.cast-heading {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 14px;
}
.cast-ring {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 0;
  padding-left: 4px;
}
.cast-node {
  position: relative;
  flex: 0 0 auto;
  width: 66px;
  margin-right: -12px;
  padding-top: 42px;
  text-align: center;
}
.cast-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(242, 239, 233, 0.34), transparent 52%),
    linear-gradient(150deg, var(--wine-lift), var(--ink-3) 72%);
  border: 1px solid var(--gold-dim);
  box-shadow: 0 0 0 3px rgba(11, 10, 13, 0.92);
}
.cast-name {
  display: block;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--white-dim);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cast-node:hover .cast-avatar {
  border-color: var(--gold);
}
.cast-node:hover .cast-name {
  color: var(--gold);
}
.hero-synopsis {
  grid-area: synopsis;
  align-self: start;
  min-width: 0;
}
.synopsis-heading {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--gold);
  margin-bottom: 9px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line-soft);
}
.synopsis-para {
  font-size: 13.5px;
  line-height: 1.78;
  color: var(--white-dim);
  text-align: justify;
}
.synopsis-para + .synopsis-para {
  margin-top: 9px;
}
.synopsis-para:first-of-type::first-letter {
  font-family: var(--serif);
  float: left;
  font-size: 34px;
  line-height: 0.94;
  padding: 2px 7px 0 0;
  color: var(--wine-lift);
}
.timeline-section {
  position: relative;
}
.timeline-axis {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 20px;
  padding: 4px 0 4px 26px;
}
.timeline-axis::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold-dim) 8%, var(--wine) 52%, var(--gold-dim) 92%, transparent);
}
.timeline-node {
  position: relative;
  text-align: right;
  padding: 7px 10px 7px 12px;
  background: linear-gradient(270deg, rgba(27, 22, 32, 0.86), rgba(11, 10, 13, 0.3));
  border-right: 2px solid var(--gold-dim);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
  transition: border-color 0.2s ease, background 0.2s ease;
}
.timeline-node::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--gold);
}
.timeline-node:hover {
  border-right-color: var(--wine-lift);
  background: linear-gradient(270deg, rgba(110, 18, 48, 0.42), rgba(11, 10, 13, 0.3));
}
.node-timecode {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--gold);
}
.node-label {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--white-dim);
}
.timeline-node:nth-child(3n + 2) {
  margin-top: 10px;
}
.timeline-node:nth-child(3n) {
  margin-top: 20px;
}
.episode-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.episode-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 13px 11px;
  background: linear-gradient(180deg, rgba(27, 22, 32, 0.72), rgba(11, 10, 13, 0.68));
  border: 1px solid var(--line-soft);
  border-top: 2px solid var(--wine);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  transition: border-top-color 0.2s ease, transform 0.2s ease;
}
.episode-card:hover {
  border-top-color: var(--gold);
  transform: translateY(-2px);
}
.episode-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--white);
}
.episode-summary {
  font-size: 12.5px;
  line-height: 1.68;
  color: var(--ash);
}
.episode-duration {
  margin-top: auto;
  padding-top: 6px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--gold-dim);
  align-self: flex-start;
}
.rec-region {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.rec-bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.rec-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 46px;
  height: 2px;
  background: var(--gold);
}
.rec-heading {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--white);
}
.rec-count {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--gold);
  white-space: nowrap;
}
.rec-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--wine) transparent;
}
.rec-scroll::-webkit-scrollbar {
  height: 5px;
}
.rec-scroll::-webkit-scrollbar-thumb {
  background: var(--wine);
}
a.rec-card {
  flex: 0 0 clamp(150px, 21%, 208px);
  display: flex;
  flex-direction: column;
  gap: 5px;
  scroll-snap-align: start;
  padding: 7px 7px 10px;
  background: rgba(242, 239, 233, 0.035);
  border: 1px solid var(--line-soft);
  color: var(--white-dim);
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background 0.2s ease, border-color 0.2s ease;
}
a.rec-card:hover {
  background: rgba(110, 18, 48, 0.28);
  border-color: var(--gold-dim);
}
[data-runtime="recommendation"] img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  background: #191420;
  filter: saturate(0.8) contrast(1.06);
}
.rec-name {
  font-size: 13px;
  font-family: var(--serif);
  color: var(--white);
  letter-spacing: 0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rec-blurb {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--ash);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.comment-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.comment-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.comment-card {
  padding: 11px 13px;
  background: linear-gradient(180deg, rgba(27, 22, 32, 0.66), rgba(11, 10, 13, 0.5));
  border-left: 2px solid var(--wine);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}
.comment-column .comment-card:nth-child(2n) {
  border-left-color: var(--gold-dim);
  margin-left: 14px;
}
.comment-column .comment-card:nth-child(3n) {
  margin-right: 10px;
}
.comment-text {
  font-size: 13px;
  line-height: 1.75;
  color: var(--white-dim);
}
.comment-author {
  margin-top: 7px;
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  color: var(--gold);
}
.comment-author::before {
  content: "— ";
  color: var(--wine-lift);
}
.site-footer {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 20px 22px 34px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
a[data-contract="footer-home"], a[data-contract="footer-sitemap"] {
  font-size: 12.5px;
  letter-spacing: 0.1em;
  color: var(--white-dim);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
a[data-contract="footer-home"]:hover, a[data-contract="footer-sitemap"]:hover {
  color: var(--gold);
  border-bottom-color: var(--gold-dim);
}
.footer-disclaimer {
  font-size: 11.5px;
  line-height: 1.7;
  color: rgba(125, 118, 112, 0.86);
  max-width: 78ch;
}
.friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  padding-top: 9px;
  border-top: 1px dashed var(--line-soft);
}
.friend-links-label {
  font-family: var(--serif);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  color: var(--gold-dim);
  margin-right: 4px;
}
a.runtime-friend-link {
  font-size: 11.5px;
  color: var(--ash);
  text-decoration: none;
  padding: 2px 9px;
  border: 1px solid var(--line-soft);
  clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
  transition: color 0.2s ease, border-color 0.2s ease;
}
a.runtime-friend-link:hover {
  color: var(--white);
  border-color: var(--gold-dim);
}
@media (max-width: 1080px) {.hero-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    grid-template-areas:
      "portrait player"
      "portrait facts"
      "status   facts"
      "cast     cast"
      "synopsis synopsis";
  }
.timeline-axis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.timeline-node:nth-child(3n + 2), .timeline-node:nth-child(3n) {
    margin-top: 0;
  }
.timeline-node:nth-child(2n) {
    margin-top: 12px;
  }
.episode-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}
@media (max-width: 780px) {body {
    font-size: 14.5px;
  }
.site-header {
    padding: 8px 14px;
    gap: 10px;
  }
.page-main {
    padding: 0 14px 34px;
    gap: 26px;
  }
.hero-showcase {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "portrait"
      "player"
      "facts"
      "status"
      "cast"
      "synopsis";
    gap: 12px;
    padding: 18px 0 22px;
  }
.poster-frame {
    aspect-ratio: 3 / 4;
  }
.hero-caption {
    left: 13px;
    right: 24px;
    bottom: 14px;
    max-width: 96%;
  }
.hero-cast {
    padding-top: 8px;
  }
.cast-node {
    width: 62px;
    margin-right: -10px;
  }
.timeline-axis {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 20px;
    gap: 7px;
  }
.timeline-axis::before {
    left: 5px;
  }
.timeline-node:nth-child(2n), .timeline-node:nth-child(3n) {
    margin-top: 0;
  }
.timeline-node:nth-child(2n) {
    margin-left: 12px;
  }
.episode-rail {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-columns {
    grid-template-columns: minmax(0, 1fr);
  }
.comment-column .comment-card:nth-child(2n) {
    margin-left: 0;
  }
.comment-column .comment-card:nth-child(3n) {
    margin-right: 0;
  }
a.rec-card {
    flex: 0 0 clamp(140px, 62%, 190px);
  }
.footer-disclaimer {
    max-width: 100%;
  }}
@media (max-width: 460px) {.player-progress {
    flex: 1 1 100%;
  }
.hero-title {
    font-size: 22px;
  }
.fact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.friend-links {
    gap: 5px 7px;
  }}

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}
