/* [project]/app/demo/acces/acces.module.css [app-client] (css) */
.acces-module__Aj8faq__screen {
  color: #eaf4f8;
  background: radial-gradient(760px 340px at 86% -12%, #5dbee02e, #0000 70%), linear-gradient(158deg, #0a1f3c 0%, #0f3350 55%, #10233f 100%);
  place-items: center;
  min-height: 100dvh;
  padding: clamp(20px, 4vw, 48px);
  font-family: Inter Tight, DM Sans, system-ui, sans-serif;
  display: grid;
  position: relative;
  overflow: hidden;
}

.acces-module__Aj8faq__bg {
  z-index: 0;
  pointer-events: none;
  filter: invert() brightness(1.3) contrast(.92);
  mix-blend-mode: screen;
  opacity: .2;
  background: url("/hero-boxes.webp") 100% / cover no-repeat;
  position: absolute;
  inset: 0;
}

.acces-module__Aj8faq__card {
  z-index: 1;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #091a308c;
  border: 1px solid #ffffff1a;
  border-radius: 22px;
  justify-items: center;
  gap: 16px;
  width: min(440px, 92vw);
  padding: clamp(26px, 5vw, 40px) clamp(22px, 5vw, 38px);
  display: grid;
  position: relative;
  box-shadow: 0 30px 60px -30px #0009;
}

.acces-module__Aj8faq__logo {
  filter: drop-shadow(0 10px 30px #00000059);
  width: clamp(96px, 12vw, 128px);
  height: auto;
}

.acces-module__Aj8faq__lockIcon {
  color: #bfe6f2;
  background: #5dbee029;
  border: 1.5px solid #5dbee057;
  border-radius: 18px;
  place-items: center;
  width: 58px;
  height: 58px;
  display: grid;
}

.acces-module__Aj8faq__title {
  letter-spacing: -.02em;
  color: #f2fafd;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.acces-module__Aj8faq__hint {
  color: #a9cddc;
  max-width: 40ch;
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
}

.acces-module__Aj8faq__form {
  justify-items: center;
  gap: 14px;
  width: 100%;
  display: grid;
}

.acces-module__Aj8faq__input {
  text-align: center;
  letter-spacing: .04em;
  color: #eaf4f8;
  background: #ffffff12;
  border: 1.5px solid #ffffff29;
  border-radius: 12px;
  width: min(340px, 100%);
  padding: 12px 15px;
  font-size: 1rem;
  transition: border-color .16s, background .16s;
}

.acces-module__Aj8faq__input::placeholder {
  color: #86adc0;
  letter-spacing: normal;
}

.acces-module__Aj8faq__input:focus {
  background: #ffffff1a;
  border-color: #5dbee09e;
}

.acces-module__Aj8faq__input[aria-invalid="true"] {
  border-color: #f8717199;
}

.acces-module__Aj8faq__field {
  box-sizing: border-box;
  width: min(340px, 100%);
  position: relative;
}

.acces-module__Aj8faq__field .acces-module__Aj8faq__input {
  box-sizing: border-box;
  width: 100%;
  padding-right: 44px;
}

.acces-module__Aj8faq__eye {
  cursor: pointer;
  color: #86adc0;
  background: none;
  border: 0;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  transition: color .14s;
  display: grid;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.acces-module__Aj8faq__eye:hover {
  color: #eaf4f8;
}

.acces-module__Aj8faq__eye:focus-visible {
  outline-offset: 1px;
  outline: 2px solid #5dbee099;
}

.acces-module__Aj8faq__error {
  color: #fca5a5;
  margin: 0;
  font-size: .86rem;
  font-weight: 600;
}

.acces-module__Aj8faq__submit {
  cursor: pointer;
  color: #06263a;
  background: linear-gradient(135deg, #5dbee0, #34d3ee);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: min(340px, 100%);
  padding: 13px 22px;
  font-size: .98rem;
  font-weight: 800;
  transition: transform .16s, box-shadow .16s, opacity .16s;
  display: inline-flex;
  box-shadow: 0 14px 28px -12px #34d3ecb3;
}

.acces-module__Aj8faq__submit:hover:not(:disabled) {
  transform: translateY(-2px);
}

.acces-module__Aj8faq__submit:disabled {
  opacity: .5;
  cursor: default;
}

.acces-module__Aj8faq__modePill {
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #bfe6f2;
  background: #5dbee024;
  border: 1px solid #5dbee04d;
  border-radius: 999px;
  align-items: center;
  padding: 5px 13px;
  font-size: .72rem;
  font-weight: 800;
  display: inline-flex;
}

@media (prefers-reduced-motion: reduce) {
  .acces-module__Aj8faq__submit {
    transition: none;
  }
}

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