/* [project]/components/CvMatcherLogo.module.css [client] (css) */
@keyframes CvMatcherLogo-module__hzGEKG__float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes CvMatcherLogo-module__hzGEKG__sparkle {
  0%, 100% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }
}

.CvMatcherLogo-module__hzGEKG__container {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding-top: 3rem;
  display: flex;
}

.CvMatcherLogo-module__hzGEKG__logo {
  border-radius: .5rem;
  width: auto;
  max-width: 280px;
  height: auto;
  max-height: 180px;
  transition: transform .3s;
  animation: 3s ease-in-out infinite CvMatcherLogo-module__hzGEKG__float;
  box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.CvMatcherLogo-module__hzGEKG__logo:hover {
  transform: scale(1.05);
}

.CvMatcherLogo-module__hzGEKG__logoName {
  background: linear-gradient(135deg,
    var(--accent) 0%,
    var(--accent-hover) 100%);
  -webkit-text-fill-color: transparent;
  letter-spacing: -.0625rem;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 3.5rem;
  font-weight: 900;
}

.CvMatcherLogo-module__hzGEKG__tagline {
  color: var(--accent);
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-top: .625rem;
  font-size: .9375rem;
  font-weight: 600;
}

.CvMatcherLogo-module__hzGEKG__sparklePrimary {
  animation: 1.8s ease-in-out infinite CvMatcherLogo-module__hzGEKG__sparkle;
}

.CvMatcherLogo-module__hzGEKG__sparkleSecondary {
  animation: 1.8s ease-in-out .4s infinite CvMatcherLogo-module__hzGEKG__sparkle;
}

.CvMatcherLogo-module__hzGEKG__textContainer {
  text-align: center;
}

/*# sourceMappingURL=0s.gt~.uo_w8h.css.map*/