/* Ajustes leves, mantendo Bootstrap como base */

.cf-nav-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.1);
}

[data-bs-theme="dark"] .cf-nav-avatar {
  border-color: rgba(255,255,255,.15);
}

.cf-page-title {
  font-weight: 600;
}

.cf-table-actions .btn {
  padding: .25rem .5rem;
}

.cf-muted {
  opacity: .85;
}

.cf-money {
  font-variant-numeric: tabular-nums;
}

.cf-money-income {
  color: var(--bs-success) !important;
  font-weight: 600;
}

.cf-money-expense {
  color: var(--bs-danger) !important;
  font-weight: 600;
}

/* Evitar upload de PHP em uploads */
