/* Dashboard header (AI Matchmaker Report Thin) — optional companion to inline/Tailwind styles */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: #fff;
  border-bottom: 1px solid #e6ebf2;
}
.header-left h1 {
  margin: 0 0 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.header-left .subtitle {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  color: #6b7280;
}
.back-link {
  font-size: 0.875rem;
  color: #5b5ce6;
  text-decoration: none;
}
.back-link:hover {
  text-decoration: underline;
}
.user-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.user-photo {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
}
.signout-button {
  padding: 0.35rem 0.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #f9fafb;
  cursor: pointer;
  font-size: 0.8rem;
}
