/* ── Reports view ──────────────────────────────────────────────────────────── */

.reports {
  max-width: 900px;
  margin: 0 auto;
}

.reports h1 {
  margin-bottom: var(--space-4);
}

.reports-intro {
  font-size: var(--text-base);
  color: var(--text-secondary);
  margin-bottom: var(--space-6);
}

.reports-loading {
  text-align: center;
  color: var(--text-muted);
  padding: var(--space-8);
}

.reports-placeholder {
  text-align: center;
  padding: var(--space-12) var(--space-6);
}

.reports-placeholder-icon {
  color: var(--text-muted);
  margin-bottom: var(--space-4);
}

.reports-placeholder h3 {
  margin-bottom: var(--space-3);
}

.reports-placeholder p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  max-width: 420px;
  margin: 0 auto;
  line-height: 1.7;
}
