
#ctmvp-lead-modal { position:fixed; inset:0; z-index:999999; display:none; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; }
#ctmvp-lead-modal .ctmvp-backdrop { position:absolute; inset:0; background: rgba(0,0,0,.55); }
#ctmvp-lead-modal .ctmvp-dialog { position:relative; width:min(420px, calc(100% - 24px)); margin: 10vh auto 0; background:#fff; border-radius:14px; padding:16px; box-shadow: 0 12px 40px rgba(0,0,0,.25); }
#ctmvp-lead-modal .ctmvp-title { font-size:18px; font-weight:700; margin-bottom:12px; }
#ctmvp-lead-modal .ctmvp-row { margin-bottom:10px; }
#ctmvp-lead-modal label { display:block; font-size:12px; color:#444; margin-bottom:6px; }
#ctmvp-lead-modal input { width:100%; padding:10px 12px; border:1px solid #ddd; border-radius:10px; font-size:14px; outline:none; }
#ctmvp-lead-modal .ctmvp-actions { display:flex; justify-content:flex-end; gap:10px; margin-top:12px; }
#ctmvp-lead-modal .ctmvp-btn { border:0; border-radius:10px; padding:10px 12px; cursor:pointer; }
#ctmvp-lead-modal .ctmvp-primary { background:#111; color:#fff; }
#ctmvp-lead-modal .ctmvp-cancel { background:#eee; }
#ctmvp-lead-modal .ctmvp-error { color:#b00020; font-size:12px; margin-top:6px; }
