.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
}

.site-logo:hover {
  opacity: 0.92;
}

.site-logo__mark {
  display: block;
  flex-shrink: 0;
  object-fit: contain;
}

.site-logo__text {
  font-weight: 900;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #c084fc, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.site-logo--header .site-logo__mark {
  width: 36px;
  height: 36px;
}

.site-logo--header .site-logo__text {
  font-size: 1.35rem;
}

.site-logo--sidebar {
  display: flex;
  margin-bottom: 24px;
}

.site-logo--sidebar .site-logo__mark {
  width: 40px;
  height: 40px;
}

.site-logo--sidebar .site-logo__text {
  font-size: 1.45rem;
}

.site-logo--auth {
  margin-bottom: 24px;
}

.site-logo--auth .site-logo__mark {
  width: 48px;
  height: 48px;
}

.site-logo--auth .site-logo__text {
  font-size: 1.35rem;
}

.site-logo--brand {
  justify-content: center;
}

.site-logo--brand .site-logo__mark {
  width: 32px;
  height: 32px;
}

.site-logo--brand .site-logo__text {
  font-size: 1.25rem;
}

.site-logo--icon-only .site-logo__mark {
  width: 40px;
  height: 40px;
}

.site-logo--promo-footer {
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
}

.site-logo--promo-footer .site-logo__mark {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}

.site-logo--promo-footer .site-logo__text {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .site-logo--sidebar {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
