
/* Sadaf OTP Flow Modal (RTL friendly) */
#sadaf-otp-backdrop{
  position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 9998;
}
#sadaf-otp-modal{
  position: fixed; inset: 0; display: grid; place-items: center; z-index: 9999;
  font-family: inherit; direction: rtl;
}
.sadaf-otp-box{
  width: min(420px, 92vw); background: #fff; border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
  overflow: hidden;
}
.sadaf-otp-head{
  padding: 14px 18px; background: #f2fbf8; font-weight: 700; text-align: center;
  border-bottom: 1px solid #eaeaea;
}
.sadaf-otp-body{ padding: 18px; }
.sadaf-otp-hint{ font-size: 14px; color:#4b5563; text-align:center; margin-bottom: 12px; }
.sadaf-otp-input{
  width: 100%; font-size: 28px; text-align: center; letter-spacing: 10px;
  padding: 12px 8px; border: 1px solid #e5e7eb; border-radius: 12px;
  outline: none;
}
.sadaf-otp-input:focus{ border-color: #2ebc85; box-shadow: 0 0 0 3px rgba(46,188,133,.15); }
.sadaf-otp-actions{ display:flex; gap:8px; margin-top: 14px; justify-content: center; }
.sadaf-otp-actions button{
  min-width: 120px; padding:10px 14px; border-radius: 10px; border:1px solid #e5e7eb; background:#fff; cursor:pointer;
}
.sadaf-otp-actions .sadaf-otp-submit{ background:#2ebc85; color:#fff; border-color:#2ebc85; }
.sadaf-otp-resend{ text-align:center; margin-top:10px; }
.sadaf-otp-resend-btn[disabled]{ opacity:.6; cursor:not-allowed; }
/* Backdrop & modal */
#sadaf-otp-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;z-index:99998}
#sadaf-otp-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:99999}
#sadaf-otp-modal .sadaf-otp-box{
  width:min(420px,90vw);background:#fff;border-radius:14px;padding:20px 18px;box-shadow:0 12px 48px rgba(0,0,0,.18);
  font-family:inherit; direction:rtl;
}
.sadaf-otp-head{font-weight:800;font-size:18px;margin-bottom:8px;color:#2F504F;text-align:center}
.sadaf-otp-hint{font-size:12px;color:#7b8b8a;margin-bottom:6px;text-align:center}
.sadaf-otp-phone-row{font-size:13px;text-align:center;margin-bottom:12px;color:#333}
.sadaf-otp-phone-row .sadaf-otp-phone{font-weight:700;direction:ltr}
.sadaf-otp-input{
  width:100%;text-align:center;font-size:24px;letter-spacing:.35em;padding:12px 10px;border:1px solid #e5e7eb;border-radius:10px;outline:none
}
.sadaf-otp-input:focus{border-color:#2F504F;box-shadow:0 0 0 4px rgba(47,80,79,.12)}
.sadaf-otp-actions{display:flex;gap:10px;justify-content:space-between;margin-top:12px}
.sadaf-otp-actions .sadaf-otp-submit{flex:1;border:0;border-radius:10px;padding:10px 14px;background:#2F504F;color:#fff;font-weight:700;cursor:pointer}
.sadaf-otp-actions .sadaf-otp-cancel{flex:1;border:0;border-radius:10px;padding:10px 14px;background:#f1f5f9;color:#0f172a;font-weight:600;cursor:pointer}
.sadaf-otp-resend{margin-top:10px;text-align:center}
.sadaf-otp-resend-btn{border:0;background:#f8fafc;padding:8px 12px;border-radius:8px;cursor:pointer}
