.login-card {
  max-width: 720px;
}

#resetForm .field-hint {
  color: var(--ink-2);
  font-size: 12px;
}

#sendResetCode {
  width: 100%;
}

.alert.info {
  background: rgba(86, 204, 242, 0.12);
  border: 1px solid rgba(86, 204, 242, 0.4);
  color: var(--ink-0);
}

.hidden {
  display: none;
}

.field-error {
  border-color: rgba(210, 80, 80, 0.65) !important;
  box-shadow: 0 0 0 2px rgba(210, 80, 80, 0.2);
}

.phone-input {
  width: 100%;
}

.iti {
  width: 100%;
}

.step-indicator {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 16px 0 20px;
}

.step-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.step-dot.active {
  background: var(--accent-1);
  box-shadow: 0 0 0 6px rgba(86, 204, 242, 0.15);
}

.step-panel {
  display: none;
}

.step-panel.active {
  display: block;
}

.resend-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.resend-note {
  color: var(--ink-2);
  font-size: 12px;
}
