@import "https://hangeul.pstatic.net/hangeul_static/css/nanum-square-round.css";
/* [project]/src/app/user/login/login.css [app-client] (css) */
.customer-login {
  color: #0f172a;
  background: #f4f6fa;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.customer-login::selection {
  background: #c7d2fe;
}

.customer-login__aurora {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.customer-login__aurora-light {
  border-radius: 9999px;
  animation-name: customer-login-pulse;
  animation-timing-function: cubic-bezier(.4, 0, .6, 1);
  animation-iteration-count: infinite;
  position: absolute;
}

.customer-login__aurora-light--indigo {
  filter: blur(120px);
  background: #a5b4fc4d;
  width: 50vw;
  min-width: 500px;
  height: 50vw;
  min-height: 500px;
  animation-duration: 8s;
  top: -10%;
  left: -10%;
}

.customer-login__aurora-light--emerald {
  filter: blur(100px);
  background: #6ee7b733;
  width: 40vw;
  min-width: 400px;
  height: 40vw;
  min-height: 400px;
  animation-duration: 10s;
  animation-delay: 1s;
  bottom: -10%;
  right: -5%;
}

.customer-login__aurora-light--amber {
  filter: blur(100px);
  background: #fde68a33;
  width: 30vw;
  min-width: 300px;
  height: 30vw;
  min-height: 300px;
  animation-duration: 7s;
  animation-delay: 2s;
  top: 20%;
  right: 10%;
}

.customer-login__container {
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1400px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.customer-login__hero {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.customer-login__badge {
  color: #4f46e5;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fff9;
  border: 1px solid #fffc;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  box-shadow: 0 1px 2px #0f172a0d;
}

.customer-login__badge-icon {
  color: #f59e0b;
  width: 16px;
  height: 16px;
}

.customer-login__title {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  display: flex;
}

.customer-login__title-sub {
  color: #64748b;
  letter-spacing: .025em;
  font-family: NanumSquareRound, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 24px;
}

.customer-login__title-main {
  color: #0000;
  letter-spacing: -.025em;
  white-space: nowrap;
  background: linear-gradient(to right, #4f46e5, #10b981);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 8px;
  font-family: NanumSquareRoundEB, ui-rounded, SF Pro Rounded, sans-serif;
  font-size: 44px;
  line-height: 1.1;
}

.customer-login__description {
  color: #64748b;
  max-width: 672px;
  margin: 0 0 48px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.625;
}

.customer-login__floating-cards {
  pointer-events: none;
  width: 100%;
  max-width: 672px;
  height: 160px;
  margin-top: 32px;
  display: none;
  position: relative;
}

.floating-card {
  align-items: center;
  display: flex;
  position: absolute;
}

.floating-card--stamp {
  z-index: 10;
  background: linear-gradient(to bottom right, #fffbeb, #fff7ed);
  border: 1px solid #fef3c7;
  border-radius: 24px;
  gap: 12px;
  padding: 16px;
  animation: 8s ease-in-out infinite customer-login-float;
  top: 0;
  left: 10%;
  transform: rotate(-6deg)scale(.9);
  box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.floating-card--point {
  z-index: 20;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffe6;
  border: 1px solid #f1f5f9;
  border-radius: 24px;
  gap: 16px;
  padding: 20px;
  animation: 5s ease-in-out infinite customer-login-float;
  bottom: 0;
  left: 35%;
  transform: translateY(16px)rotate(4deg)scale(.9);
  box-shadow: 0 20px 40px -15px #00000026;
}

.floating-card--coupon {
  z-index: 30;
  background: #4f46e5;
  border-radius: 24px;
  gap: 16px;
  padding: 16px;
  animation: 6s ease-in-out infinite reverse customer-login-float;
  top: 32px;
  right: 5%;
  transform: rotate(8deg)scale(.9);
  box-shadow: 0 15px 30px #4f46e54d;
}

.floating-card__icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.floating-card__icon--coffee {
  color: #f97316;
  background: #fff;
  border-radius: 9999px;
  width: 48px;
  height: 48px;
  box-shadow: 0 1px 2px #0f172a0d;
}

.floating-card__icon--store {
  color: #4f46e5;
  background: #eef2ff;
  border-radius: 16px;
  width: 48px;
  height: 48px;
}

.floating-card__icon--ticket {
  color: #fff;
  background: #fff3;
  border-radius: 9999px;
  width: 40px;
  height: 40px;
}

.floating-card__icon-svg {
  width: 24px;
  height: 24px;
}

.floating-card__ticket-svg {
  width: 20px;
  height: 20px;
}

.floating-card__content--stamp {
  flex-direction: column;
  gap: 4px;
  padding-right: 8px;
  display: flex;
}

.floating-card__shop {
  color: #1e293b;
  font-size: 12px;
  font-weight: 900;
}

.floating-card__stamps {
  gap: 6px;
  display: flex;
}

.floating-card__stamp-dot {
  background: #f97316;
  border-radius: 9999px;
  width: 16px;
  height: 16px;
}

.floating-card__stamp-dot--empty {
  background: none;
  border: 2px dashed #fed7aa;
}

.floating-card__label {
  color: #94a3b8;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0 0 2px;
  font-size: 12px;
  font-weight: 700;
}

.floating-card__point {
  color: #0f172a;
  letter-spacing: -.025em;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.floating-card__point span {
  color: #4f46e5;
  font-size: 14px;
}

.floating-card__coupon-text {
  padding-right: 8px;
}

.floating-card__coupon-shop {
  color: #c7d2fe;
  margin: 0 0 2px;
  font-size: 10px;
  font-weight: 700;
}

.floating-card__coupon-title {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

.customer-login__panel-wrap {
  flex-shrink: 0;
  width: 100%;
  max-width: 440px;
}

.customer-login__panel {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background: #fffc;
  border: 1px solid #fff;
  border-radius: 48px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px -15px #00000014;
}

.customer-login__panel-glow {
  opacity: .5;
  pointer-events: none;
  background: linear-gradient(to bottom right, #e0e7ff, #0000);
  border-radius: 9999px;
  width: 192px;
  height: 192px;
  position: absolute;
  top: -96px;
  right: -96px;
}

.customer-login__logo-area {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.customer-login__logo {
  color: #4f46e5;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.customer-login__symbol {
  width: 40px;
  height: 40px;
}

.customer-login__text-logo {
  font-size: 30px;
}

.customer-login__subtitle {
  color: #94a3b8;
  letter-spacing: .025em;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.customer-login__buttons {
  z-index: 10;
  flex-direction: column;
  gap: 14px;
  display: flex;
  position: relative;
}

.login-button {
  cursor: pointer;
  border: 0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
  font-size: 17.6px;
  font-weight: 700;
  transition: transform .15s, background-color .2s, opacity .2s;
  display: flex;
  box-shadow: 0 1px 2px #0f172a0d;
}

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

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

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

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

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

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

.login-button--google {
  color: #3c4043;
  background: #fff;
  border: 1px solid #dadce0;
}

.login-button--google:hover:not(:disabled) {
  background: #f8f9fa;
}

.login-button__spinner {
  width: 24px;
  height: 24px;
  animation: 1s linear infinite customer-login-spin;
}

.login-button__kakao-icon {
  color: #fee500;
  background: #191919;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
  transition: transform .2s;
  display: flex;
}

.login-button:hover:not(:disabled) .login-button__kakao-icon, .login-button:hover:not(:disabled) .login-button__naver-icon, .login-button:hover:not(:disabled) .login-button__google-icon {
  transform: scale(1.1);
}

.login-button__naver-icon {
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  transition: transform .2s;
}

.login-button__google-icon {
  width: 1.15rem;
  height: 1.15rem;
  margin-bottom: .25rem;
  transition: transform .2s;
}

.customer-login__terms {
  color: #94a3b8;
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.625;
}

.customer-login__terms-link {
  color: inherit;
  text-decoration: underline;
  transition: color .2s;
}

.customer-login__terms-link:hover {
  color: #475569;
}

.customer-login__terms-break {
  display: block;
}

@keyframes customer-login-float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  25% {
    transform: translateY(-15px)rotate(-2deg);
  }

  75% {
    transform: translateY(10px)rotate(2deg);
  }
}

@keyframes customer-login-pulse {
  50% {
    opacity: .5;
  }
}

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

@media (min-width: 640px) {
  .customer-login__title-sub {
    font-size: 30px;
  }

  .customer-login__title-main {
    font-size: 60px;
  }

  .customer-login__description {
    font-size: 20px;
  }

  .customer-login__floating-cards {
    height: 224px;
    display: block;
  }

  .customer-login__panel {
    padding: 40px;
  }

  .customer-login__terms-break {
    display: none;
  }
}

@media (min-width: 1024px) {
  .customer-login__container {
    flex-direction: row;
    gap: 32px;
    min-height: 0;
    padding: 80px 64px;
  }

  .customer-login__hero {
    text-align: left;
    align-items: flex-start;
    margin-top: 0;
  }

  .customer-login__title {
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .customer-login__title-sub {
    font-size: 35.2px;
  }

  .customer-login__title-main {
    font-size: 88px;
  }

  .customer-login__description {
    font-size: 24px;
  }

  .customer-login__floating-cards {
    height: 256px;
    margin-top: 0;
  }

  .floating-card--stamp {
    left: 0;
    transform: rotate(-6deg)scale(1);
  }

  .floating-card--point {
    transform: translateY(16px)rotate(4deg)scale(1.1);
  }

  .floating-card--coupon {
    right: 15%;
    transform: rotate(8deg)scale(1);
  }
}

/* [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_03u694z._.css.map*/