@import "https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css";
/* [project]/src/app/partner/login/login.css [app-client] (css) */
.partner-login {
  background: #fff;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  display: flex;
  overflow: hidden;
}

.partner-login__brand-panel {
  display: none;
}

.partner-login__glow {
  filter: blur(64px);
  border-radius: 9999px;
  width: 40rem;
  height: 40rem;
  position: absolute;
}

.partner-login__glow--top {
  background: #6366f180;
  top: 0;
  right: 0;
  transform: translate(25%, -50%);
}

.partner-login__glow--bottom {
  background: #4338ca80;
  bottom: 0;
  left: 0;
  transform: translate(-25%, 33.333%);
}

.partner-login__brand-logo {
  z-index: 10;
  align-items: center;
  gap: .75rem;
  display: flex;
  position: relative;
}

.partner-login__brand-symbol {
  width: 2rem;
  height: 2rem;
}

.partner-login__brand-text-logo {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.partner-login__hero {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.partner-login__badge {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #6366f14d;
  border: 1px solid #818cf84d;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  margin-bottom: 2rem;
  padding: .5rem 1rem;
  display: inline-flex;
}

.partner-login__badge-icon {
  color: #fcd34d;
  width: 1rem;
  height: 1rem;
}

.partner-login__badge-text {
  color: #eef2ff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.partner-login__hero-title {
  margin: 0 0 1.5rem;
  font-family: NanumSquareRoundEB, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
}

.partner-login__hero-description {
  color: #e0e7ff;
  margin: 0 0 3rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625;
}

.partner-login__mock-area {
  height: 12rem;
  position: relative;
}

.partner-login__mock-card {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 1rem;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  animation: 6s ease-in-out infinite partner-login-float;
  display: flex;
  position: absolute;
  box-shadow: 0 25px 50px -12px #00000040, 0 8px 24px #00000029;
}

.partner-login__mock-card--earn {
  animation-delay: 0s;
  top: 0;
  left: 0;
}

.partner-login__mock-card--sync {
  animation-delay: 1.5s;
  top: 5rem;
  left: 6rem;
}

.partner-login__mock-icon {
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.partner-login__mock-icon--success {
  background: #10b981;
}

.partner-login__mock-icon--tablet {
  background: #6366f1;
}

.partner-login__mock-svg {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.partner-login__mock-title {
  color: #eef2ff;
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.partner-login__mock-text {
  color: #c7d2fe;
  margin: 0;
  font-size: .75rem;
  line-height: 1rem;
}

.partner-login__footer {
  z-index: 10;
  color: #c7d2fe;
  align-items: center;
  gap: 1.5rem;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.partner-login__footer-link {
  color: inherit;
  text-decoration: none;
  transition: color .15s;
}

.partner-login__footer-link:hover {
  color: #fff;
}

.partner-login__form-panel {
  background: #f8fafc80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.partner-login__mobile-logo {
  align-items: center;
  gap: .5rem;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.partner-login__mobile-symbol {
  color: #4f46e5;
  width: 1.5rem;
  height: 1.5rem;
}

.partner-login__mobile-text-logo {
  color: #1e293b;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.partner-login__form-box {
  width: 100%;
  max-width: 28rem;
}

.partner-login__heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.partner-login__store-icon {
  background: #eef2ff;
  border: 1px solid #e0e7ff;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  display: flex;
}

.partner-login__store-svg {
  color: #4f46e5;
  width: 2rem;
  height: 2rem;
}

.partner-login__title {
  color: #0f172a;
  margin: 0 0 .75rem;
  font-family: NanumSquareRoundEB, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 2.25rem;
}

.partner-login__subtitle {
  color: #64748b;
  margin: 0;
  font-weight: 500;
}

.partner-login__buttons {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.partner-login__login-button {
  cursor: pointer;
  border: 0;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: background .15s, opacity .15s, transform .15s;
  display: flex;
  box-shadow: 0 1px 2px #0000000d;
}

.partner-login__login-button:active {
  transform: scale(.98);
}

.partner-login__login-button:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.partner-login__login-button--kakao {
  color: #191919;
  background: #fee500;
}

.partner-login__login-button--kakao:hover:not(:disabled) {
  background: #fdd800;
}

.partner-login__login-button--naver {
  color: #fff;
  background: #03c75a;
}

.partner-login__login-button--naver:hover:not(:disabled) {
  background: #02b350;
}

.partner-login__login-button--google {
  color: #334155;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.partner-login__login-button--google:hover:not(:disabled) {
  background: #f8fafc;
}

.partner-login__login-button--passkey {
  color: #475569;
  background: #f1f5f9;
}

.partner-login__login-button--passkey:hover:not(:disabled) {
  background: #e2e8f0;
}

.partner-login__spinner {
  width: 1.25rem;
  height: 1.25rem;
  animation: 1s linear infinite partner-login-spin;
}

.partner-login__spinner--gray {
  color: #94a3b8;
}

.partner-login__kakao-icon {
  color: #fee500;
  background: #191919;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  font-size: .625rem;
  line-height: 1;
  display: flex;
}

.partner-login__naver-icon {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
}

.partner-login__google-icon, .partner-login__passkey-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.partner-login__passkey-icon {
  color: #64748b;
}

.partner-login__divider {
  padding: 1rem 0;
  position: relative;
}

.partner-login__divider-line {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.partner-login__divider-line:before {
  content: "";
  border-top: 1px solid #e2e8f0;
  width: 100%;
}

.partner-login__divider-text-wrap {
  justify-content: center;
  font-size: .875rem;
  line-height: 1.25rem;
  display: flex;
  position: relative;
}

.partner-login__divider-text {
  color: #94a3b8;
  background: #f8fafc;
  padding-inline: 1rem;
  font-weight: 700;
}

.partner-login__notice {
  text-align: center;
  color: #94a3b8;
  margin: .5rem 0 0;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1rem;
}

.partner-login__signup {
  text-align: center;
  margin-top: 2.5rem;
}

.partner-login__signup-text {
  color: #64748b;
  margin: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.partner-login__signup-link {
  color: #4f46e5;
  margin-left: .5rem;
  font-weight: 700;
  text-decoration: none;
}

.partner-login__signup-link:hover {
  text-decoration: underline;
}

@keyframes partner-login-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes partner-login-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1024px) {
  .partner-login__brand-panel {
    color: #fff;
    background: #4f46e5;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 3rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .partner-login__form-panel {
    width: 50%;
  }

  .partner-login__mobile-logo {
    display: none;
  }

  .partner-login__heading {
    text-align: left;
  }

  .partner-login__store-icon {
    margin-left: 0;
    margin-right: 0;
  }
}

/* [project]/src/app/components/logos/logo.css [app-client] (css) */
.coupont-text-logo {
  color: inherit;
  cursor: pointer;
  letter-spacing: -.025em;
  align-items: baseline;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
}

.coupont-text-logo:visited, .coupont-text-logo:hover, .coupont-text-logo:active {
  color: inherit;
  text-decoration: none;
}

.coupont-text-logo__n-wrap {
  flex-direction: column;
  margin-inline: .5px;
  display: flex;
  position: relative;
}

.coupont-text-logo__dot {
  background: currentColor;
  border-radius: 999px;
  width: .18em;
  height: .18em;
  position: absolute;
  bottom: .9em;
  left: .04em;
}

/*# sourceMappingURL=src_app_0phr5zo._.css.map*/