.infl-phone-otp-wrap {
  margin-top: 0.5rem;
}

.infl-phone-otp-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.infl-phone-otp-prefix {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a2a;
  color: #d1d5db;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.infl-phone-otp-row input[type="tel"].infl-phone-local {
  flex: 1;
  min-width: 0;
}

.infl-phone-otp-send {
  border: 1px solid rgba(238, 62, 150, 0.45);
  background: rgba(238, 62, 150, 0.12);
  color: #f9a8d4;
  border-radius: 0.75rem;
  padding: 0 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.infl-phone-otp-send:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.infl-phone-otp-status {
  font-size: 0.75rem;
  margin-top: 0.5rem;
  min-height: 1.1rem;
}

.infl-phone-otp-status.sent { color: #93c5fd; }
.infl-phone-otp-status.verifying { color: #fcd34d; }
.infl-phone-otp-status.verified { color: #86efac; }
.infl-phone-otp-status.failed,
.infl-phone-otp-status.expired { color: #fca5a5; }

.infl-phone-otp-code-wrap {
  margin-top: 0.75rem;
}

.infl-phone-otp-code-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 0.5rem;
}

.infl-phone-otp-digits {
  display: flex;
  gap: 0.5rem;
}

.infl-phone-otp-digit {
  width: 2.5rem;
  height: 2.75rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a2a;
  color: #fff;
}

.infl-phone-otp-digit:focus {
  outline: none;
  border-color: rgba(238, 62, 150, 0.65);
  box-shadow: 0 0 0 2px rgba(238, 62, 150, 0.2);
}

.infl-phone-otp-resend {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.infl-phone-otp-resend button {
  background: none;
  border: none;
  color: #ee3e96;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

.infl-phone-otp-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #86efac;
}

.infl-idash-verified-mobile,
.infl-bdash-verified-mobile {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  margin-top: 0.35rem;
}
