.norn-startup {
  position: fixed;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 10px;
  background: #0d1117;
  color: #e6edf3;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}

.norn-startup strong {
  color: #58a6ff;
  font-size: 1rem;
  letter-spacing: 0.22em;
}

.norn-startup span {
  color: #8b949e;
  font-size: 0.75rem;
}
