main.info {
  max-width: 540px;
  margin: 0 auto;
  padding: 4rem 1.5rem 2.5rem;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vh, 3rem);
}

main.info header {
  display: flex;
  justify-content: center;
}

main.info header .mark {
  display: inline-block;
  line-height: 0;
}

main.info header img {
  height: clamp(2rem, 4.5vw, 3rem);
  width: auto;
  filter: brightness(0) invert(0.92);
}

section.facts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink);
  align-items: center;
  text-align: center;
}

section.facts .title {
  margin: 0 0 0.25rem;
  letter-spacing: 0.05em;
}

section.facts .t-version {
  margin: 1.25rem 0 0;
}

section.facts .block {
  margin: 0.4rem 0 0;
}

section.facts p { margin: 0; }

footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.75rem;
  color: var(--dim);
}

footer .signature {
  letter-spacing: 0.05em;
  font-variant-numeric: tabular-nums;
}

footer a:hover { color: var(--ink); }
