/* [project]/src/modules/Home/components/Counter/styles.module.css [app-client] (css) */
.styles-module__2DWl5q__wrap {
  flex-direction: column;
  align-items: center;
  gap: .25rem;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}

.styles-module__2DWl5q__counter-wrap {
  border: 1px solid var(--color-dark-600);
  color: var(--color-white-100);
  border-radius: .5rem;
  margin: 0 auto;
  padding: .25rem .75rem;
  font-size: 1.75rem;
}

.styles-module__2DWl5q__counter-wrap strong {
  color: var(--color-primary);
}

.styles-module__2DWl5q__footer {
  gap: .25rem;
  width: 100%;
  display: flex;
}

.styles-module__2DWl5q__cta {
  border: 1px solid var(--color-dark-600);
  width: 100%;
  color: var(--color-white-100);
  cursor: pointer;
  background-color: #0000;
  border-radius: .5rem;
  padding: 0;
  font-size: 2rem;
  font-weight: 700;
  transition: background-color .2s, box-shadow .2s;
}

.styles-module__2DWl5q__cta:hover {
  background-color: var(--color-dark-600);
}

.styles-module__2DWl5q__cta:active {
  background-color: var(--color-dark-700);
}

/* [project]/src/modules/Home/styles.module.css [app-client] (css) */
.styles-module__RHufcq__wrap {
  background-color: var(--color-dark-900);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.styles-module__RHufcq__inner {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  display: flex;
}

.styles-module__RHufcq__header {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.styles-module__RHufcq__icon {
  color: var(--color-primary);
  width: 8rem;
  height: 8rem;
  animation: 15s linear infinite styles-module__RHufcq__spin;
}

.styles-module__RHufcq__title {
  color: var(--color-white-100);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
}

.styles-module__RHufcq__title strong {
  font-weight: 800;
}

.styles-module__RHufcq__title span {
  font-weight: 600;
}

.styles-module__RHufcq__company {
  color: var(--color-primary);
  font-weight: 800;
}

.styles-module__RHufcq__vite {
  background: var(--gradient-vite);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.styles-module__RHufcq__react {
  color: var(--color-react);
}

.styles-module__RHufcq__typescript {
  color: var(--color-typescript);
}

.styles-module__RHufcq__tanstack-router {
  background: var(--gradient-tanstack-router);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.styles-module__RHufcq__description {
  color: var(--color-white-100);
  font-size: 1.25rem;
}

.styles-module__RHufcq__description code {
  color: var(--color-primary);
  background-color: var(--color-dark-600);
  border-radius: .5rem;
  padding: .125rem .5rem;
}

.styles-module__RHufcq__content {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.styles-module__RHufcq__footer {
  border-top: 1px solid var(--color-dark-600);
  width: 100%;
  color: var(--color-white-100);
  padding: 1rem;
}

@media screen and (max-width: 991px) {
  .styles-module__RHufcq__title {
    font-size: 1.5rem;
  }

  .styles-module__RHufcq__description code {
    display: block;
  }
}

@keyframes styles-module__RHufcq__spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=src_modules_Home_03uvtxo._.css.map*/