/* [project]/src/app/not-found.module.css [app-client] (css) */
.not-found-module__HS70Aa__wrapper {
  box-sizing: border-box;
  background: radial-gradient(circle at 20% 20%, #eef3ff 0%, #fff 40%), radial-gradient(circle at 80% 0, #f3f7ff 0%, #fff 35%), #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding: 20px;
  display: flex;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  .not-found-module__HS70Aa__wrapper {
    padding: 40px;
  }
}

.not-found-module__HS70Aa__container {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e8ecf5;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  box-shadow: 0 14px 40px #00000014;
}

@media (min-width: 1024px) {
  .not-found-module__HS70Aa__container {
    padding: 80px 60px;
  }
}

.not-found-module__HS70Aa__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.not-found-module__HS70Aa__errorCode {
  color: #004cff;
  background: linear-gradient(135deg, #004cff 0%, #2d76ff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1024px) {
  .not-found-module__HS70Aa__errorCode {
    font-size: 160px;
  }
}

.not-found-module__HS70Aa__title {
  color: #111;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .not-found-module__HS70Aa__title {
    font-size: 40px;
  }
}

.not-found-module__HS70Aa__message {
  color: #666;
  max-width: 400px;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .not-found-module__HS70Aa__message {
    max-width: 500px;
    font-size: 20px;
  }
}

.not-found-module__HS70Aa__actions {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 300px;
  margin-top: 8px;
  display: flex;
}

@media (min-width: 768px) {
  .not-found-module__HS70Aa__actions {
    flex-direction: row;
    max-width: 400px;
  }
}

.not-found-module__HS70Aa__backButton {
  color: #004cff;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #004cff;
  border-radius: 14px;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.not-found-module__HS70Aa__backButton:hover {
  color: #2d76ff;
  background: #f0f5ff;
  border-color: #2d76ff;
  transform: translateY(-1px);
}

.not-found-module__HS70Aa__backButton:active {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .not-found-module__HS70Aa__backButton {
    flex: 1;
  }
}

.not-found-module__HS70Aa__homeButton {
  color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(135deg, #004cff 0%, #2d76ff 100%);
  border: none;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s, opacity .15s;
  display: flex;
  box-shadow: 0 8px 20px #004cff40;
}

.not-found-module__HS70Aa__homeButton:hover {
  opacity: .95;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px #004cff4d;
}

.not-found-module__HS70Aa__homeButton:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px #004cff33;
}

@media (min-width: 768px) {
  .not-found-module__HS70Aa__homeButton {
    flex: 1;
  }
}

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