* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #16202a;
  background: #f4f7f9;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.status-panel {
  width: min(100%, 640px);
  padding: 32px;
  border: 1px solid #d8e0e7;
  border-radius: 8px;
  background: #ffffff;
}

.eyebrow {
  margin: 0 0 12px;
  color: #2f6f61;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
}

.lead {
  margin: 16px 0 0;
  color: #435160;
  font-size: 1rem;
  line-height: 1.7;
}
