
.kidex-otp-form, .kidex-otp-card { max-width: 420px; padding: 18px; border: 1px solid #e5e5e5; border-radius: 12px; background: #fff; }
.kidex-otp-field { margin-bottom: 12px; }
.kidex-otp-field label { display:block; font-weight: 600; margin-bottom: 6px; }
.kidex-otp-field input { width:100%; padding: 10px 12px; border: 1px solid #d9d9d9; border-radius: 10px; }
.kidex-otp-btn { display:inline-block; padding: 10px 14px; border:0; border-radius: 10px; cursor:pointer; background:#111; color:#fff; text-decoration:none; }
.kidex-otp-btn:hover { opacity: .92; }
.kidex-otp-msg { margin-top: 12px; font-size: 14px; }
.kidex-otp-msg.is-ok { color: #117a37; }
.kidex-otp-msg.is-err { color: #b42318; }

.kidex-otp-tabs { max-width: 520px; }
.kidex-otp-tab-buttons { display:flex; gap:8px; margin-bottom: 12px; flex-wrap: wrap; }
.kidex-otp-tab-btn { padding: 10px 12px; border-radius: 999px; border: 1px solid #d9d9d9; background:#fff; cursor:pointer; }
.kidex-otp-tab-btn.is-active { background:#111; color:#fff; border-color:#111; }
.kidex-otp-panel { display:none; }
.kidex-otp-panel.is-active { display:block; }

.kidex-otp-otp-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.kidex-otp-resend-btn[disabled]{ opacity:.6; cursor:not-allowed; }

.kidex-otp-center{ min-height: 60vh; }
