/* [project]/src/app/not-found.module.css [app-client] (css) */
.not-found-module__HS70Aa__page {
  background-color: #0000;
  flex-direction: column;
  display: flex;
}

.not-found-module__HS70Aa__container {
  background: linear-gradient(#3679b50a 0%, #fff0 100%);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.not-found-module__HS70Aa__content {
  text-align: center;
  max-width: 600px;
}

.not-found-module__HS70Aa__errorCode {
  color: #e4e4ee;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 1;
}

.not-found-module__HS70Aa__title {
  color: #25252e;
  margin: 0 0 16px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.not-found-module__HS70Aa__description {
  color: #81818f;
  margin: 0 0 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.not-found-module__HS70Aa__actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
  display: flex;
}

.not-found-module__HS70Aa__primaryButton {
  color: #fff;
  background: #3679b5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s, transform .15s;
  display: inline-flex;
}

.not-found-module__HS70Aa__primaryButton:hover {
  background: #357a87;
  transform: translateY(-1px);
}

.not-found-module__HS70Aa__secondaryButton {
  color: #3679b5;
  background: none;
  border: 2px solid #3679b5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.not-found-module__HS70Aa__secondaryButton:hover {
  background: #3679b514;
}

.not-found-module__HS70Aa__suggestions {
  background: #f9f9fb;
  border-radius: 12px;
  padding: 24px;
}

.not-found-module__HS70Aa__suggestionsTitle {
  color: #81818f;
  margin: 0 0 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.not-found-module__HS70Aa__suggestionsList {
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.not-found-module__HS70Aa__suggestionsList li a {
  color: #3679b5;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.not-found-module__HS70Aa__suggestionsList li a:hover {
  color: #357a87;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .not-found-module__HS70Aa__errorCode {
    font-size: 100px;
  }

  .not-found-module__HS70Aa__title {
    font-size: 24px;
  }

  .not-found-module__HS70Aa__description {
    font-size: 14px;
  }

  .not-found-module__HS70Aa__actions {
    flex-direction: column;
  }

  .not-found-module__HS70Aa__primaryButton, .not-found-module__HS70Aa__secondaryButton {
    width: 100%;
  }

  .not-found-module__HS70Aa__suggestionsList {
    flex-direction: column;
    gap: 12px;
  }
}

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