/* EGC Architects dashboard branding overlay — keeps existing V8.4.5 layout and behavior intact. */
.egc-auth-brand {
  justify-content: center;
  padding: 8px 0 14px;
}
.egc-auth-logo {
  display: block;
  width: min(520px, 92%);
  max-height: 118px;
  object-fit: contain;
}
.egc-sidebar-brand {
  align-items: center;
  gap: 10px;
}
.egc-sidebar-mark {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 40px;
}
.sidebar .egc-sidebar-brand strong {
  letter-spacing: .01em;
}
@media (max-width: 760px) {
  .egc-auth-logo { width: min(420px, 94%); max-height: 94px; }
  .egc-sidebar-mark { width: 34px; height: 34px; flex-basis: 34px; }
}
