/* css/forms.css */

/* Make cards feel consistent (works with your “card-clean” fallback too) */
.card{
  border-radius: var(--radius);
}
.card-header{
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: rgba(15,23,42,.015);
  font-weight: 800;
}
.card-body{
  padding: 16px;
}

/* Tabs: slightly cleaner */
.nav-tabs .nav-link{
  font-weight: 800;
  color: rgba(15,23,42,.65);
}
.nav-tabs .nav-link.active{
  color: var(--text);
}

/* Alerts: slightly softer */
.alert{
  border-radius: 14px;
  border-color: rgba(15,23,42,.10);
}