
/* === 04_182 Onboarding === */
.sf-cta{margin-left:.5rem;border:1px solid #e5e7eb;border-radius:999px;background:#fff;padding:.25rem .6rem;cursor:pointer}
.sf-onb{position:fixed;right:1rem;bottom:1rem;width:min(94vw,860px);max-height:85vh;display:none;z-index:10000}
.sf-onb.open{display:block}
.sf-onb .pane{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12);overflow:hidden;display:flex;flex-direction:column}
.sf-onb .head{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb}
.tabs{display:flex;gap:.35rem;padding:.35rem;border-bottom:1px solid #e5e7eb}
.tabs button{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:.3rem .6rem;cursor:pointer}
.tabs button.active{background:#111;color:#fff;border-color:#111}
.views{padding:.6rem}
.view input{width:100%;padding:.45rem;border:1px solid #cbd5e1;border-radius:10px;margin:.25rem 0}
.view button{border:none;border-radius:10px;padding:.45rem .8rem;background:#111;color:#fff;cursor:pointer}
.terms{display:flex;gap:.35rem;align-items:center;font-size:.9rem}
.msg{color:#334155;margin-top:.25rem}
