/* [project]/src/app/(auth)/auth.module.css [app-client] (css) */
.auth-module__Iay1tq__wrap {
  grid-template-columns: 1.05fr 1fr;
  min-height: 100vh;
  display: grid;
}

@media (max-width: 900px) {
  .auth-module__Iay1tq__wrap {
    grid-template-columns: 1fr;
  }

  .auth-module__Iay1tq__brandPanel {
    display: none;
  }
}

.auth-module__Iay1tq__brandPanel {
  background: radial-gradient(ellipse at 30% 20%, #f8e7dd 0%, transparent 55%),
    radial-gradient(ellipse at 80% 90%, #efe0cc 0%, transparent 60%),
    var(--bg-warm);
  flex-direction: column;
  padding: 56px 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.auth-module__Iay1tq__brandPanel:before {
  content: "";
  pointer-events: none;
  background-image: linear-gradient(to right, #1f18150a 1px, #0000 1px), linear-gradient(#1f18150a 1px, #0000 1px);
  background-size: 56px 56px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(at 30%, #000 30%, #0000 90%);
  mask-image: radial-gradient(at 30%, #000 30%, #0000 90%);
}

.auth-module__Iay1tq__brandTop {
  align-items: center;
  gap: 12px;
  display: flex;
  position: relative;
}

.auth-module__Iay1tq__brandName {
  letter-spacing: -.015em;
  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
}

.auth-module__Iay1tq__brandName b {
  color: var(--brand);
}

.auth-module__Iay1tq__brandHero {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 540px;
  display: flex;
  position: relative;
}

.auth-module__Iay1tq__brandEyebrow {
  font-family: var(--mono);
  color: var(--ink-3);
  letter-spacing: .14em;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.auth-module__Iay1tq__dot {
  background: var(--brand);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  display: inline-block;
}

.auth-module__Iay1tq__brandHero h1 {
  letter-spacing: -.03em;
  color: var(--ink);
  margin: 0 0 22px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.05;
}

.auth-module__Iay1tq__em {
  color: var(--brand);
}

.auth-module__Iay1tq__brandHero p {
  color: var(--ink-2);
  max-width: 460px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.auth-module__Iay1tq__brandFoot {
  color: var(--ink-3);
  align-items: center;
  gap: 24px;
  font-size: 12.5px;
  display: flex;
  position: relative;
}

.auth-module__Iay1tq__statPile {
  gap: 28px;
  display: flex;
}

.auth-module__Iay1tq__statPile > div {
  flex-direction: column;
  display: flex;
}

.auth-module__Iay1tq__statV {
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.auth-module__Iay1tq__statL {
  color: var(--ink-3);
  font-size: 11.5px;
}

.auth-module__Iay1tq__deco {
  opacity: .18;
  pointer-events: none;
  grid-template-rows: repeat(2, 90px);
  grid-template-columns: repeat(3, 60px);
  gap: 8px;
  display: grid;
  position: absolute;
  bottom: 80px;
  right: 48px;
}

.auth-module__Iay1tq__deco span {
  border: 1.5px solid var(--ink-2);
  background: linear-gradient(180deg, transparent 48%, var(--ink-2) 48%, var(--ink-2) 52%, transparent 52%);
  border-radius: 4px;
}

.auth-module__Iay1tq__deco span:nth-child(2n) {
  background: none;
}

.auth-module__Iay1tq__deco span:nth-child(3) {
  grid-row: span 2;
  height: auto;
}

.auth-module__Iay1tq__formPanel {
  background: var(--surface);
  flex-direction: column;
  padding: 56px 72px;
  display: flex;
  position: relative;
}

.auth-module__Iay1tq__formTop {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.auth-module__Iay1tq__lang {
  border: 1px solid var(--line);
  border-radius: 999px;
  align-items: center;
  gap: 2px;
  padding: 3px;
  display: flex;
}

.auth-module__Iay1tq__lang button {
  color: var(--ink-3);
  cursor: pointer;
  letter-spacing: .04em;
  background: none;
  border: none;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11.5px;
  font-weight: 600;
}

.auth-module__Iay1tq__lang button.auth-module__Iay1tq__on {
  background: var(--ink);
  color: #fff;
}

.auth-module__Iay1tq__formCard {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
}

.auth-module__Iay1tq__formCard h2 {
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 700;
}

.auth-module__Iay1tq__sub {
  color: var(--ink-3);
  margin: 0 0 32px;
  font-size: 14px;
}

.auth-module__Iay1tq__errorMsg {
  background: var(--brand-tint);
  color: #b43a30;
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  font-size: 13px;
}

.auth-module__Iay1tq__field {
  margin-bottom: 14px;
}

.auth-module__Iay1tq__field label {
  color: var(--ink-2);
  letter-spacing: .01em;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.auth-module__Iay1tq__nameRow {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
  display: grid;
}

.auth-module__Iay1tq__inputWrap {
  position: relative;
}

.auth-module__Iay1tq__inputIco {
  color: var(--ink-3);
  pointer-events: none;
  display: flex;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.auth-module__Iay1tq__inputTail {
  cursor: pointer;
  color: var(--ink-3);
  background: none;
  border: none;
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.auth-module__Iay1tq__inputTail:hover {
  background: var(--bg);
  color: var(--ink-2);
}

.auth-module__Iay1tq__field input[type="email"], .auth-module__Iay1tq__field input[type="password"], .auth-module__Iay1tq__field input[type="text"] {
  background: var(--surface);
  border: 1.5px solid var(--line);
  width: 100%;
  height: 46px;
  color: var(--ink);
  font-size: 14.5px;
  font-family: var(--font);
  border-radius: 10px;
  outline: none;
  padding: 0 44px;
  transition: border-color .12s, box-shadow .12s;
}

.auth-module__Iay1tq__field input.auth-module__Iay1tq__noIco {
  padding-left: 14px;
}

.auth-module__Iay1tq__field input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px var(--brand-tint);
}

.auth-module__Iay1tq__field input::placeholder {
  color: var(--ink-4);
}

.auth-module__Iay1tq__rowBetween {
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 22px;
  display: flex;
}

.auth-module__Iay1tq__check {
  cursor: pointer;
  color: var(--ink-2);
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
}

.auth-module__Iay1tq__check input[type="checkbox"] {
  appearance: none;
  border: 1.5px solid var(--line-strong);
  background: var(--surface);
  cursor: pointer;
  border-radius: 5px;
  place-items: center;
  width: 17px;
  height: 17px;
  padding: 0;
  transition: all .12s;
  display: grid;
}

.auth-module__Iay1tq__check input[type="checkbox"]:checked {
  background: var(--brand);
  border-color: var(--brand);
}

.auth-module__Iay1tq__check input[type="checkbox"]:checked:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg)translate(1px, -1px);
}

.auth-module__Iay1tq__forgot {
  color: var(--brand);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.auth-module__Iay1tq__forgot:hover {
  color: var(--brand-2);
  text-decoration: underline;
}

.auth-module__Iay1tq__btnPrimary {
  background: var(--brand);
  color: #fff;
  width: 100%;
  height: 48px;
  font-size: 14.5px;
  font-weight: 700;
  font-family: var(--font);
  cursor: pointer;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: background .12s, transform 50ms;
  display: inline-flex;
  box-shadow: 0 8px 20px -8px #a725178c;
}

.auth-module__Iay1tq__btnPrimary:hover:not(:disabled) {
  background: var(--brand-2);
}

.auth-module__Iay1tq__btnPrimary:active:not(:disabled) {
  transform: translateY(.5px);
}

.auth-module__Iay1tq__btnPrimary:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.auth-module__Iay1tq__divider {
  color: var(--ink-4);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
  margin: 26px 0 22px;
  font-size: 11.5px;
  font-weight: 500;
  display: flex;
}

.auth-module__Iay1tq__divider:before, .auth-module__Iay1tq__divider:after {
  content: "";
  background: var(--line);
  flex: 1;
  height: 1px;
}

.auth-module__Iay1tq__btnGhost {
  width: 100%;
  height: 46px;
  color: var(--ink);
  border: 1.5px solid var(--line);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font);
  cursor: pointer;
  opacity: 1;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background .12s, border-color .12s;
  display: inline-flex;
}

.auth-module__Iay1tq__btnGhost:hover {
  background: var(--bg);
  border-color: var(--ink-3);
}

.auth-module__Iay1tq__btnGhost:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.auth-module__Iay1tq__btnGhost + .auth-module__Iay1tq__btnGhost {
  margin-top: 10px;
}

.auth-module__Iay1tq__signupLine {
  text-align: center;
  color: var(--ink-3);
  margin-top: 28px;
  font-size: 13.5px;
}

.auth-module__Iay1tq__signupLine a {
  color: var(--brand);
  font-weight: 600;
  text-decoration: none;
}

.auth-module__Iay1tq__signupLine a:hover {
  text-decoration: underline;
}

.auth-module__Iay1tq__formFoot {
  color: var(--ink-3);
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  font-size: 12px;
  display: flex;
}

.auth-module__Iay1tq__ver {
  font-family: var(--mono);
  color: var(--ink-4);
  letter-spacing: .04em;
  font-size: 11px;
}

.auth-module__Iay1tq__pwChecklist {
  flex-direction: column;
  gap: 5px;
  margin: 8px 0 14px;
  display: flex;
}

.auth-module__Iay1tq__pwRule {
  color: var(--ink-4);
  align-items: center;
  gap: 8px;
  font-size: 12px;
  transition: color .15s;
  display: flex;
}

.auth-module__Iay1tq__pwRule.auth-module__Iay1tq__met {
  color: #2f7a4c;
}

.auth-module__Iay1tq__pwRuleDot {
  border: 1.5px solid var(--line-strong);
  border-radius: 50%;
  flex-shrink: 0;
  place-items: center;
  width: 16px;
  height: 16px;
  transition: all .15s;
  display: grid;
}

.auth-module__Iay1tq__pwRule.auth-module__Iay1tq__met .auth-module__Iay1tq__pwRuleDot {
  background: #2f7a4c;
  border-color: #2f7a4c;
}

.auth-module__Iay1tq__successBox {
  text-align: center;
  padding: 16px 0;
}

.auth-module__Iay1tq__successIcon {
  color: #2f7a4c;
  background: #eaf5ee;
  border-radius: 50%;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  display: grid;
}

.auth-module__Iay1tq__successBox h2 {
  letter-spacing: -.02em;
  color: var(--ink);
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 700;
}

.auth-module__Iay1tq__successBox p {
  color: var(--ink-3);
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.6;
}

.auth-module__Iay1tq__emailHighlight {
  color: var(--ink);
  font-weight: 600;
}

/*# sourceMappingURL=src_app_%28auth%29_auth_module_034wkr5.css.map*/