/* Minimal custom styles; most styling from Tailwind CDN */
.badge {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: #eef2ff;
}
.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.shadow-soft { box-shadow: 0 8px 30px rgba(0,0,0,.06); }
