.page-reports .reports-hero {
  max-width: 960px;
  margin: 0 auto 2rem;
}

.page-reports .reports-lead {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.reports-month-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.reports-month-form select {
  font: inherit;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
}

.reports-empty {
  color: #64748b;
  font-size: 0.95rem;
}

.reports-section {
  max-width: 960px;
  margin: 0 auto 3rem;
}

.reports-subhead {
  margin: 2rem 0 1rem;
  font-size: 1.15rem;
  color: #0f172a;
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.reports-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.reports-kpi-label {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.35;
}

.reports-kpi-value {
  font-size: 1.65rem;
  font-weight: 700;
  color: #0f172a;
}

.reports-kpi-note {
  font-size: 0.75rem;
  color: #94a3b8;
}

.reports-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.reports-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.reports-table th,
.reports-table td {
  padding: 0.65rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f1f5f9;
}

.reports-table th {
  background: #f8fafc;
  font-weight: 600;
  color: #334155;
}

.reports-table tbody tr:last-child td {
  border-bottom: none;
}
