@import url("./login.css");

/* ============================================================
   Register additions
   ============================================================ */

.auth-page--register .auth-bg__orb--one {
  background: rgba(34, 197, 94, 0.34);
}

.auth-page--register .auth-bg__orb--two {
  background: rgba(59, 130, 246, 0.28);
}

.auth-page--register .auth-badge span {
  background: #60a5fa;
  box-shadow: 0 0 18px rgba(96, 165, 250, 0.78);
}

.auth-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.auth-feature {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 76px;
  padding: 12px 14px;
  border-radius: 20px;
  border: 1px solid rgba(147, 197, 253, 0.10);
  background: rgba(255, 255, 255, 0.035);
}

.auth-feature__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(59, 130, 246, 0.22), rgba(34, 197, 94, 0.08)),
    rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
}

.auth-feature__icon img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.auth-feature strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.auth-feature span {
  display: block;
  margin-top: 4px;
  color: rgba(219, 234, 254, 0.66);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.auth-policy {
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(251, 191, 36, 0.16);
  background: rgba(251, 191, 36, 0.08);
  color: rgba(254, 243, 199, 0.86);
  font-size: 12px;
  line-height: 1.55;
  font-weight: 750;
}

.auth-referral-hint {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(59, 130, 246, 0.28);
  background: rgba(59, 130, 246, 0.1);
  color: rgba(226, 232, 240, 0.92);
  font-size: 13px;
  line-height: 1.55;
}

.auth-referral-hint strong {
  display: block;
  margin-bottom: 6px;
  color: #e0f2fe;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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