.notfound-page {
  min-height: calc(100vh - 80px);
  background-color: #080808;
  font-family: "Inter 28pt", sans-serif;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notfound-page .notfound-content {
  display: flex;
  flex-direction: column;
}
.notfound-page .notfound-bg {
  position: absolute;
  inset: 0;
  background: url("../../images/404/404.webp") center center/cover no-repeat;
  opacity: 0.1;
}
.notfound-page .notfound-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #b5001e 40%, #b5001e 60%, transparent 100%);
}
.notfound-page .notfound-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  user-select: none;
}
.notfound-page .notfound-vertical.notfound-vertical-left {
  left: 3rem;
}
.notfound-page .notfound-vertical.notfound-vertical-right {
  right: 3rem;
}
.notfound-page .notfound-main {
  text-align: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.notfound-page .notfound-main .notfound-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background-color: rgba(181, 0, 30, 0.12);
  border: 1px solid rgba(181, 0, 30, 0.25);
  border-radius: 100px;
  margin-bottom: 1.5rem;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s 0.1s;
}
.notfound-page .notfound-main .notfound-badge .notfound-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b5001e;
}
.notfound-page .notfound-main .notfound-badge span {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  color: #b5001e;
  text-transform: uppercase;
  font-weight: 600;
}
.notfound-page .notfound-main .notfound-title {
  font-size: clamp(2rem, 5vw, 3.3rem);
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  font-weight: 600;
}
.notfound-page .notfound-main .notfound-title span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.55em;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 14px;
}
.notfound-page .notfound-main .notfound-desc {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  max-width: 480px;
  margin: 0 auto 2.5rem;
}
.notfound-page .notfound-main .notfound-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.notfound-page .notfound-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: 0.2s;
}
.notfound-page .notfound-btn.notfound-btn-home {
  background-color: #b5001e;
  color: #fff;
  border: none;
  box-shadow: rgba(181, 0, 30, 0.4) 0px 4px 20px;
}
.notfound-page .notfound-btn.notfound-btn-home:hover {
  background-color: rgb(162.9, 0, 27);
}
.notfound-page .notfound-btn.notfound-btn-support {
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.notfound-page .notfound-btn.notfound-btn-support:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.notfound-page .notfound-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 2rem;
  margin-top: 5rem;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: auto;
}
.notfound-page .notfound-footer p {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.05em;
  margin: 0;
}

/*# sourceMappingURL=404.css.map */
