
.logo[data-v-4b95cc7e] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-mark[data-v-4b95cc7e] {
  display: inline-flex;
  border-radius: 8px;
  /* Static mark without animation */
}
.logo-mark.dark[data-v-4b95cc7e] {
  box-shadow: none;
}
.logo-mark img[data-v-4b95cc7e] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.logo-word[data-v-4b95cc7e] {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.2px;
  background: linear-gradient(120deg, #5A78FF 0%, #8A4CF7 40%, #FF6EC7 80%, #FFC371 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

/* No animated sheen or hue shift; purely static */
.sr-only[data-v-4b95cc7e] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.logo:hover .logo-word[data-v-4b95cc7e] {
  /* Minimal hover motion removed for static version */
}
