/* Digital Wealth PRO — logo */
.site-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  line-height: 1;
}

.site-brand-name {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2f4a;
  white-space: nowrap;
  line-height: 1.15;
}

.site-logo {
  display: block;
  width: auto;
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
}

/* Icon mark when shown beside brand name */
.site-logo--with-name {
  height: 2.45rem;
  width: 2.45rem;
  max-width: 2.45rem;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.45rem;
}

.site-logo--nav { height: 2.75rem; max-width: 11rem; }
.site-logo--sidebar { height: 2.35rem; max-width: 9.5rem; }
.site-logo--auth { height: 4.5rem; max-width: 14rem; margin: 0 auto; }
.site-logo--register { height: 4rem; max-width: 13rem; }
.site-logo--footer { height: 3.25rem; max-width: 12rem; margin: 0 auto; }
.site-logo--admin { height: 2.5rem; max-width: 10rem; }
.site-logo--login { height: 4rem; max-width: 13rem; }

.auth-logo.site-logo-link,
.register-logo.site-logo-link,
.admin-login-logo.site-logo-link {
  justify-content: center;
}

.udash-brand-compact.site-logo-link,
.admin-brand.site-logo-link {
  justify-content: flex-start;
}

/* User dashboard & admin sidebar */
.udash-sidebar .site-brand-name,
.admin-sidebar .site-brand-name {
  font-size: 0.92rem;
  color: #f8fafc;
}

.udash-sidebar .site-logo--with-name,
.admin-sidebar .site-logo--with-name {
  height: 2.1rem;
  width: 2.1rem;
  max-width: 2.1rem;
}

[data-theme="dark"] #main-nav .site-brand-name,
[data-theme="dark"] .site-nav-actions ~ .site-brand-name {
  color: #f8fafc;
}

[data-theme="light"] .udash-sidebar .site-brand-name,
[data-theme="light"] .admin-sidebar .site-brand-name {
  color: #1a2f4a;
}

@media (max-width: 640px) {
  .site-brand-name {
    font-size: 0.88rem;
  }

  .site-logo--with-name {
    height: 2.1rem;
    width: 2.1rem;
    max-width: 2.1rem;
  }

  .site-logo--nav { height: 2.35rem; max-width: 9rem; }
  .site-logo--auth { height: 3.75rem; max-width: 12rem; }
}

@media (max-width: 400px) {
  .site-brand-name {
    font-size: 0.78rem;
  }
}
