.auth-aside {
  background-color: #f6f9ff;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(147, 197, 253, .45), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(20, 184, 166, .14), transparent 38%),
    linear-gradient(155deg, #f8fbff 0%, #eef4ff 58%, #f4faf8 100%);
}

.auth-aside::before {
  opacity: .24;
}

.app-logo--auth-aside {
  width: 250px;
  max-width: 78%;
  margin-bottom: 2.25rem;
}

.app-logo--auth-mobile {
  width: 205px;
  max-width: 72%;
}

.app-logo--auth-confirm {
  width: 220px;
  max-width: 78%;
}

.auth-confirm {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem 1.75rem;
  background-color: #f4f7fb;
  background-image:
    radial-gradient(circle at 8% 22%, rgba(147, 197, 253, .28), transparent 22%),
    radial-gradient(circle at 94% 78%, rgba(20, 184, 166, .1), transparent 20%);
}

.auth-confirm-card {
  width: 100%;
  max-width: 440px;
  padding: 2.15rem 1.85rem 1.85rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .04);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.auth-confirm-logo {
  margin-bottom: 1.15rem;
}

.auth-mail-hero {
  position: relative;
  width: 168px;
  height: 148px;
  margin: 0 auto 1.15rem;
}

.auth-mail-hero-art {
  display: block;
  width: 160px;
  height: 132px;
  margin: 8px auto 0;
}

.auth-mail-hero-plus,
.auth-mail-hero-dot {
  position: absolute;
  color: #93c5fd;
  pointer-events: none;
}

.auth-mail-hero-plus {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1;
}

.auth-mail-hero-plus--tl {
  top: 14px;
  left: 10px;
}

.auth-mail-hero-plus--tr {
  top: 8px;
  right: 36px;
  font-size: .85rem;
}

.auth-mail-hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #93c5fd;
}

.auth-mail-hero-dot--l {
  top: 58px;
  left: 0;
}

.auth-mail-hero-dot--r {
  right: 4px;
  bottom: 28px;
  width: 5px;
  height: 5px;
}

.auth-confirm-title {
  margin-bottom: .5rem;
}

.auth-confirm-copy {
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.auth-mail-tips {
  display: flex;
  gap: .85rem;
  margin: 1.45rem 0 1.2rem;
  padding: 1rem 1.05rem;
  text-align: left;
  background: #eef3f8;
  border-radius: 12px;
}

.auth-mail-tips-icon {
  display: flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-top: .1rem;
  color: #fff;
  background: var(--sp-blue-600);
  border-radius: 50%;
  font-size: .9rem;
}

.auth-mail-tips-title {
  color: var(--sp-navy-900);
  font-size: .95rem;
  font-weight: 680;
}

.auth-mail-tips-list {
  margin: .2rem 0 0;
  padding-left: 1.05rem;
  color: var(--sp-blue-600);
  font-size: .875rem;
  line-height: 1.55;
}

.auth-confirm-retry {
  margin-top: 1rem;
  font-size: .95rem;
  font-weight: 600;
}

.auth-confirm-retry .bi {
  font-size: .8rem;
}

.auth-confirm-help {
  max-width: 440px;
  margin-top: 1.35rem;
  color: var(--sp-slate-600);
  font-size: .85rem;
  text-align: center;
}

.auth-confirm-help .bi {
  margin-right: .25rem;
  color: var(--sp-blue-600);
}

.auth-aside h1 {
  max-width: 520px;
  color: var(--sp-navy-950);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 680;
  line-height: 1.12;
}

.auth-aside .lead-aside {
  max-width: 480px;
  color: var(--sp-slate-700);
  font-size: 1rem;
  line-height: 1.7;
}

.auth-aside .aside-foot {
  color: var(--sp-slate-600);
}

.auth-main {
  background: #fff;
}

.auth-form-wrap {
  max-width: 410px;
}

.auth-form-title {
  color: var(--sp-navy-900);
  font-size: 1.75rem;
  font-weight: 680;
}

.auth-form-sub {
  color: var(--sp-slate-600);
}

.auth-label {
  color: var(--sp-slate-700);
  font-size: .8rem;
}

.auth-input-wrap .form-control {
  min-height: 44px;
  border-color: var(--sp-slate-300);
  border-radius: 9px;
}

.auth-input-wrap .form-control:focus {
  border-color: var(--sp-blue-500);
  box-shadow: var(--sp-focus);
}

.auth-input-wrap .auth-input-icon {
  color: var(--sp-slate-500);
}

.auth-link {
  color: var(--sp-blue-600);
}

.auth-link:hover {
  color: var(--sp-blue-700);
}

.auth-footer-links {
  border-top-color: var(--sp-border);
}

.auth-footer-links p {
  color: var(--sp-slate-600);
}
