.vendor-reg-modal.uc-modal{z-index:1050}.vendor-reg-modal__dialog{width:min(720px,calc(100vw - 24px));margin:4vh auto;padding:0!important}.vendor-reg-modal__dialog,.vendor-reg-modal__inner{max-height:min(90vh,900px);overflow:hidden;display:flex;flex-direction:column}.vendor-reg-modal__header{padding:28px 28px 12px;border-bottom:1px solid #e8edf2;flex-shrink:0}.vendor-reg-modal__title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 6px}.vendor-reg-modal__lead{margin:0;font-size:.9rem;color:#64748b}.vendor-reg-modal__form{overflow-y:auto;padding:16px 28px 28px;display:flex;flex-direction:column;gap:20px}.vendor-reg-modal__section{display:flex;flex-direction:column;gap:12px}.vendor-reg-modal__section-title{margin:8px 0 0;padding:10px 14px;background:#0b6e4f;color:#fff;border-radius:8px;font-size:.95rem;font-weight:600}.vendor-reg-modal__field{display:flex;flex-direction:column;gap:6px}.vendor-reg-modal__field label{font-size:.875rem;font-weight:600;color:#1e293b}.vendor-reg-modal__field input,.vendor-reg-modal__field select,.vendor-reg-modal__field textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:.9rem;color:#0f172a;background:#fff}.vendor-reg-modal__field input:focus,.vendor-reg-modal__field select:focus,.vendor-reg-modal__field textarea:focus{outline:none;border-color:#0b6e4f;box-shadow:0 0 0 3px rgba(11,110,79,.15)}.vendor-reg-modal__field--error input,.vendor-reg-modal__field--error select,.vendor-reg-modal__field--error textarea{border-color:#dc2626}.vendor-reg-modal__field p{margin:0;font-size:.8rem;color:#dc2626}.vendor-reg-modal__hint{margin:0!important;font-size:.8rem!important;color:#94a3b8!important}.vendor-reg-modal__file-name{margin:0!important;font-size:.8rem!important;color:#475569!important}.vendor-reg-modal__alert{margin:12px 28px 0;padding:10px 12px;border-radius:8px;font-size:.875rem;flex-shrink:0}.vendor-reg-modal__alert--success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.vendor-reg-modal__alert--error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.vendor-reg-modal__actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px;border-top:1px solid #e8edf2;position:sticky;bottom:0;background:#fff}.vendor-reg-modal__btn{appearance:none;border-radius:10px;font-size:.9rem;font-weight:600;padding:11px 18px;cursor:pointer;border:none}.vendor-reg-modal__btn:disabled{opacity:.6;cursor:not-allowed}.vendor-reg-modal__btn--ghost{background:#f1f5f9;color:#334155}.vendor-reg-modal__btn--primary{background:#0b6e4f;color:#fff}.vendor-reg-modal__btn--primary:hover:not(:disabled){background:#094e3a}