/* One identity shared by authentication and the workspace. */
.auth-brand {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 16px;
  color: var(--navy);
  white-space: nowrap;
}
.auth-brand img {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}
.auth-brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: normal;
}
.auth-brand-ai {
  font: inherit;
}
.sidebar > .app-brand { padding: 0 5px 28px; gap: 12px; }
.app-brand img { width: 48px; height: 43px; }
.app-brand .auth-brand-wordmark { font-size: 28px; }
