.hero-search-card {
  border: 0;
  box-shadow: 0 1rem 3rem rgba(19, 33, 68, 0.08);
}

.listing-card-image {
  height: 220px;
  object-fit: cover;
}

.listing-stat {
  min-width: 6rem;
}

.surface-blur {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.88);
}

.match-score-ring {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d6efd;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.12), rgba(111, 66, 193, 0.12));
}

.profile-hero {
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.16), transparent 32%),
    radial-gradient(circle at bottom right, rgba(255, 193, 7, 0.18), transparent 24%),
    #f8fafc;
}

.dashboard-stat-card {
  border: 1px solid rgba(19, 33, 68, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(19, 33, 68, 0.08);
}

.message-bubble {
  border-radius: 1rem;
  padding: 1rem 1.25rem;
}

.message-bubble-self {
  background: rgba(13, 110, 253, 0.08);
}

.message-bubble-other {
  background: #fff;
  border: 1px solid rgba(19, 33, 68, 0.08);
}

.pricing-highlight {
  border: 2px solid rgba(13, 110, 253, 0.3);
  transform: translateY(-4px);
}

.admin-table td,
.admin-table th {
  vertical-align: middle;
}
