.auth-card {
  backdrop-filter: blur(12px);
}

.auth-sub {
  max-width: 40ch;
}

.form-status.hidden,
.auth-action-area.hidden {
  display: none;
}

.form-status {
  margin-bottom: 14px;
}

.auth-action-area {
  margin-top: -2px;
  margin-bottom: 14px;
}

.auth-inline-action {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.auth-mini-title {
  margin: 0 0 6px;
  font-size: 1.08rem;
  font-weight: 700;
}

.auth-mini-copy {
  margin: 0 0 8px;
  line-height: 1.45;
  opacity: 0.92;
}

.auth-price-copy {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.96;
}

.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.name-col {
  min-width: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #f4f4f6;
  -webkit-box-shadow: 0 0 0px 1000px #171821 inset;
  transition: background-color 9999s ease-in-out 0s;
}

@media (max-width: 900px) {
  .name-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
