body {
  margin: 0;
  background: linear-gradient(180deg, #f3f5f7 0%, #e7edf2 100%);
  color: #0f1720;
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.page {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px;
}

.hero,
.card {
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(15, 23, 32, 0.08);
}

.eyebrow {
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #4f6b7a;
}

.hero h1 {
  margin: 0 0 12px 0;
  font-size: 36px;
  line-height: 1.1;
}

.lede {
  margin: 0;
  color: #3f5563;
  font-size: 16px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.cta {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  color: white;
  background: #0d6efd;
  font-weight: 600;
}

.status-card {
  margin-top: 18px;
}

.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 22px;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  margin-top: 12px;
}

.report-card-highlighted {
  border: 2px solid #0d6efd;
}

.report-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.report-prefix {
  margin: 0;
  color: #4f6b7a;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.report-card h3 {
  margin: 14px 0 8px 0;
  font-size: 24px;
  line-height: 1.2;
}

.report-meta {
  margin: 0;
  color: #3f5563;
}

.status-pill {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #0d6efd;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.empty-card {
  text-align: center;
}

code {
  white-space: pre-wrap;
}
