.sidenav-flex {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
.sidenav-flex-scroll {
  height: auto !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
}
.sidenav-flex-footer {
  flex-shrink: 0 !important;
  margin-top: auto !important;
}

/* Header de marca reutilizado nas telas "guest" (login, portal, contato)
   pra manter continuidade visual com a landing page (mesmo gradiente laranja
   usado em .lp-brand-icon). */
.guest-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #18181b;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.guest-brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fb923c 0%, #ea580c 55%, #c2410c 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  box-shadow: 0 6px 16px rgba(249, 115, 22, 0.35);
}
.guest-brand span {
  color: #f97316;
}
