/* Shared Ness-guided onboarding wizard */
.sbh-wizard{position:relative}.sbh-wizard-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;margin-bottom:22px;padding:18px 20px;border:1px solid rgba(197,151,35,.25);border-radius:18px;background:linear-gradient(135deg,#fffaf0,#fff)}.sbh-wizard-guide{display:flex;gap:14px;align-items:center}.sbh-wizard-guide img{width:58px;height:58px;object-fit:contain}.sbh-wizard-guide strong{display:block;color:#111827;font-size:1rem}.sbh-wizard-guide p{margin:4px 0 0;color:#5f6673;font-size:.9rem}.sbh-wizard-count{text-align:right;font-size:.78rem;font-weight:800;color:#8a6b18;text-transform:uppercase;letter-spacing:.08em}.sbh-progress{height:8px;border-radius:999px;background:#ece8dc;overflow:hidden;margin-top:10px}.sbh-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#c99723,#f2c94c);transition:width .25s ease}.sbh-wizard-step{display:none}.sbh-wizard-step.active{display:block;animation:sbhStepIn .22s ease}.sbh-wizard-step-title{margin:0 0 6px;font-size:1.35rem;color:#111827}.sbh-wizard-step-copy{margin:0 0 18px;color:#69707d}.sbh-wizard-actions{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #ece7da}.sbh-wizard-actions .left,.sbh-wizard-actions .right{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sbh-wizard-button{border:0;border-radius:12px;padding:11px 17px;font-weight:800;cursor:pointer;background:#111827;color:#fff}.sbh-wizard-button.secondary{background:#fff;color:#111827;border:1px solid #d8d5cb}.sbh-wizard-button.ghost{background:transparent;color:#75601f;padding-left:8px;padding-right:8px}.sbh-wizard-button:disabled{opacity:.45;cursor:not-allowed}.sbh-wizard-save-state{font-size:.78rem;color:#6f7783}.sbh-wizard-review{display:grid;gap:10px}.sbh-review-row{display:grid;grid-template-columns:minmax(130px,.35fr) 1fr;gap:16px;padding:12px 14px;border-radius:12px;background:#f8f7f3}.sbh-review-row strong{font-size:.82rem;color:#75601f}.sbh-review-row span{color:#242933;overflow-wrap:anywhere}@keyframes sbhStepIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media(max-width:700px){.sbh-wizard-head{grid-template-columns:1fr}.sbh-wizard-count{text-align:left}.sbh-wizard-guide img{width:48px;height:48px}.sbh-review-row{grid-template-columns:1fr;gap:4px}.sbh-wizard-actions{align-items:stretch}.sbh-wizard-actions .left,.sbh-wizard-actions .right{width:100%}.sbh-wizard-actions .right{justify-content:flex-end}.sbh-wizard-button{min-height:44px}}