@import url("./site-tokens.css");
@import url("./kse-wordmark.css");

.minimal-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 48px 24px 96px;
  background: var(--paper);
}

.minimal-card {
  width: min(560px, 100%);
  text-align: center;
  display: grid;
  gap: 28px;
  justify-items: center;
}

.minimal-wordmark {
  margin: 0;
}

.minimal-card .lede {
  font-size: 21px;
  color: var(--warm-grey);
  max-width: 36ch;
}

.minimal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.button.primary[aria-disabled="true"],
.button.primary:disabled {
  opacity: 0.88;
  cursor: default;
}

.minimal-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--warm-grey-light);
  border-top: 1px solid var(--stone-faint);
  background: rgba(250, 247, 242, 0.92);
}
