/* [project]/src/app/not-found.module.scss.module.css [app-client] (css) */
.not-found-module-scss-module__HfxUKG__container {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.5rem;
  display: flex;
}

.not-found-module-scss-module__HfxUKG__content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.not-found-module-scss-module__HfxUKG__iconWrapper {
  background-color: color-mix(in srgb, var(--muted) 50%, transparent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.not-found-module-scss-module__HfxUKG__icon {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--muted-foreground);
}

.not-found-module-scss-module__HfxUKG__code {
  color: var(--foreground);
  margin: 0 0 .5rem;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.not-found-module-scss-module__HfxUKG__title {
  color: var(--foreground);
  margin: 0 0 .75rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.not-found-module-scss-module__HfxUKG__message {
  color: var(--muted-foreground);
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.6;
}

.not-found-module-scss-module__HfxUKG__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  display: flex;
}

.not-found-module-scss-module__HfxUKG__primaryBtn, .not-found-module-scss-module__HfxUKG__secondaryBtn {
  border-radius: var(--radius);
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.not-found-module-scss-module__HfxUKG__primaryBtn {
  color: var(--primary-foreground);
  background-color: var(--primary);
}

.not-found-module-scss-module__HfxUKG__primaryBtn:hover {
  background-color: color-mix(in srgb, var(--primary) 90%, transparent);
}

.not-found-module-scss-module__HfxUKG__secondaryBtn {
  color: var(--foreground);
  border: 1px solid var(--border);
  cursor: pointer;
  background-color: #0000;
}

.not-found-module-scss-module__HfxUKG__secondaryBtn:hover {
  background-color: color-mix(in srgb, var(--muted) 50%, transparent);
}

.not-found-module-scss-module__HfxUKG__btnIcon {
  width: 1rem;
  height: 1rem;
}

@media (max-width: 480px) {
  .not-found-module-scss-module__HfxUKG__code {
    font-size: 4rem;
  }

  .not-found-module-scss-module__HfxUKG__title {
    font-size: 1.25rem;
  }

  .not-found-module-scss-module__HfxUKG__message {
    font-size: .875rem;
  }

  .not-found-module-scss-module__HfxUKG__actions {
    flex-direction: column;
    width: 100%;
  }

  .not-found-module-scss-module__HfxUKG__primaryBtn, .not-found-module-scss-module__HfxUKG__secondaryBtn {
    justify-content: center;
    width: 100%;
  }
}

/*# sourceMappingURL=src_app_not-found_module_scss_module_af5f3395.css.map*/