:root { --sip-primary:#3b82f6; --sip-border:#e5e7eb; --sip-muted:#64748b; }

#vendor-register { max-width: 800px; margin: 30px auto; }
#vendor-register-wizard { background:#fff; border:1px solid var(--sip-border); border-radius:16px; padding:20px; }
#vendor-register-wizard h2 { margin-bottom:12px; font-size:18px; }
#vendor-register-wizard p { margin-bottom:12px; }
#vendor-register-wizard input, #vendor-register-wizard textarea { width:100%; padding:10px; border:1px solid #d1d5db; border-radius:10px; }

.actions { display:flex; gap:10px; margin-top:10px; }
.actions button { background:var(--sip-primary); color:#fff; padding:10px 16px; border:none; border-radius:10px; cursor:pointer; }
.actions button:hover { filter:brightness(1.06); }
.muted { color:var(--sip-muted); }

.wizard-progress { display:flex; justify-content:center; gap:10px; margin-bottom:16px; }
.wizard-progress .dot { width:34px; height:34px; border-radius:50%; background:#e5e7eb; color:#111827; display:flex; align-items:center; justify-content:center; font-weight:700; }
.wizard-progress .dot.active { background:var(--sip-primary); color:#fff; }

.review { display:grid; gap:6px; background:#f8fafc; border:1px solid var(--sip-border); padding:12px; border-radius:10px; margin:10px 0; }

.sip-success { background:#d1fae5; border:1px solid #10b981; color:#065f46; padding:16px; border-radius:10px; font-weight:600; margin:20px auto; max-width:800px; }

@media (max-width:600px) { #vendor-register-wizard { padding:14px; } }