:root{
  --fl-red:#d6001c;
  --fl-red-dark:#b00017;
}
.fl-bg-red{ background-color: var(--fl-red)!important; }
.navbar-brand img{ filter: brightness(0) invert(1); }
.card-header { border-bottom: 1px solid rgba(0,0,0,.05)!important; }

/* Badge colors aligned with statuses */
.badge-waiting { background-color:#6c757d!important; }
.badge-confirmed { background-color:#198754!important; }
.badge-cancelled { background-color:#dc3545!important; }
