/**
 * Marca Level Up Agile — favicon como logo (sidebar, auth, legal, landing).
 */
.brand-logo-mark {
  display: block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}

.brand-logo-mark--sm {
  width: 1.25rem;
  height: 1.25rem;
}

.brand-logo-mark--md {
  width: 1.75rem;
  height: 1.75rem;
}

.brand-logo-mark--lg {
  width: 2rem;
  height: 2rem;
}
