:root {
  --spark-shell-ink: #08080b;
  --spark-shell-paper: #fff4d6;
  --spark-shell-yellow: #ffd12f;
  --spark-shell-red: #ff3155;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.site-footer {
  width: min(1120px, calc(100% - 24px));
  margin: 0 auto;
  padding: 24px 0 40px;
  color: var(--spark-shell-paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer a {
  color: inherit;
  font-weight: 900;
}

.site-footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 18px;
  border-top: 4px dashed rgba(255, 209, 47, .55);
}

.field-help {
  display: block;
  margin: 4px 0 8px;
  color: #47374d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.4;
}

.password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.toggle-pass {
  min-height: 49px;
  margin-top: 0;
  padding: 10px 12px;
  font-size: .9rem;
}

.form-status {
  min-height: 1.5rem;
}

@media (max-width: 640px) {
  .password-row {
    grid-template-columns: 1fr;
  }
}
