/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/app/(errors)/ErrorPage.module.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ErrorPage_wrap__NSprD {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}

.ErrorPage_card__bBCt9 {
  width: 100%;
  max-width: 460px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.ErrorPage_code__o0uzX {
  font-family: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #16a34a;
  margin: 0;
  position: relative;
  padding-bottom: 16px;
}
.ErrorPage_code__o0uzX::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  border-radius: 2px;
  background: #16a34a;
}

.ErrorPage_title__tmlK2 {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.ErrorPage_message__B1mVF {
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
  max-width: 36ch;
}

.ErrorPage_action____NXD {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding: 10px 20px;
  border-radius: 8px;
  background: #16a34a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}
.ErrorPage_action____NXD:hover {
  background: #15803d;
}
.ErrorPage_action____NXD:focus-visible {
  outline: 2px solid #16a34a;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .ErrorPage_action____NXD {
    transition: none;
  }
}
@media (max-width: 480px) {
  .ErrorPage_code__o0uzX {
    font-size: 56px;
  }
}
