/* [project]/src/app/(auth)/_components/AuthShell.module.css [app-client] (css) */
.AuthShell-module__lh-HYa__shell {
  color: #1f1916;
  background: linear-gradient(135deg, #fbf6f0 0%, #f4e5d5 100%);
  min-height: 100dvh;
  display: flex;
  overflow: hidden;
}

.AuthShell-module__lh-HYa__hero {
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-width: 0;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.AuthShell-module__lh-HYa__warmCircle, .AuthShell-module__lh-HYa__greenCircle {
  pointer-events: none;
  border-radius: 999px;
  position: absolute;
}

.AuthShell-module__lh-HYa__warmCircle {
  background: #d977571a;
  width: 520px;
  height: 520px;
  top: -120px;
  right: -120px;
}

.AuthShell-module__lh-HYa__greenCircle {
  background: #2b6b5714;
  width: 340px;
  height: 340px;
  bottom: -80px;
  left: -80px;
}

.AuthShell-module__lh-HYa__heroVisual, .AuthShell-module__lh-HYa__copy {
  z-index: 1;
  position: relative;
}

.AuthShell-module__lh-HYa__heroVisual {
  place-items: center;
  display: grid;
}

.AuthShell-module__lh-HYa__character {
  width: 220px;
  height: 220px;
  display: block;
}

.AuthShell-module__lh-HYa__copy {
  text-align: center;
  max-width: 420px;
}

.AuthShell-module__lh-HYa__badge {
  color: #d97757;
  letter-spacing: .04em;
  background: #fff;
  border: 1px solid #e8dcc9;
  border-radius: 999px;
  align-items: center;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}

.AuthShell-module__lh-HYa__headline {
  color: #1f1916;
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.AuthShell-module__lh-HYa__headline span {
  color: #d97757;
}

.AuthShell-module__lh-HYa__body {
  color: #6f5f4f;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.AuthShell-module__lh-HYa__formPane {
  flex: 50%;
  justify-content: center;
  align-items: center;
  max-height: 100dvh;
  padding: 40px;
  display: flex;
  overflow-y: auto;
}

.AuthShell-module__lh-HYa__card {
  background: #fff;
  border: 1px solid #f0e5d6;
  border-radius: 24px;
  width: 100%;
  max-width: 440px;
  margin: auto 0;
  padding: 36px;
  box-shadow: 0 20px 60px #1f19161a;
}

@media (max-width: 900px) {
  .AuthShell-module__lh-HYa__shell {
    min-height: 100dvh;
    display: block;
    overflow-y: auto;
  }

  .AuthShell-module__lh-HYa__hero {
    min-height: 320px;
    padding: 42px 24px 32px;
  }

  .AuthShell-module__lh-HYa__character {
    width: 160px;
    height: 160px;
  }

  .AuthShell-module__lh-HYa__headline {
    font-size: 26px;
  }

  .AuthShell-module__lh-HYa__formPane {
    max-height: none;
    padding: 0 20px 32px;
    overflow: visible;
  }

  .AuthShell-module__lh-HYa__card {
    padding: 30px 24px;
  }
}

@media (max-width: 560px) {
  .AuthShell-module__lh-HYa__hero {
    gap: 18px;
    min-height: 250px;
    padding: 28px 18px 22px;
  }

  .AuthShell-module__lh-HYa__character {
    width: 118px;
    height: 118px;
  }

  .AuthShell-module__lh-HYa__badge {
    font-size: 12px;
  }

  .AuthShell-module__lh-HYa__headline {
    font-size: 22px;
  }

  .AuthShell-module__lh-HYa__body {
    font-size: 13px;
  }

  .AuthShell-module__lh-HYa__formPane {
    padding: 0 16px 24px;
  }

  .AuthShell-module__lh-HYa__card {
    border-radius: 20px;
    padding: 26px 22px;
  }
}

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