.activation-back{display:block;margin:18px auto 0}.setup-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.setup-step{border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:10px;padding:12px 14px;text-align:left;font-size:12px;font-weight:800;cursor:pointer}.setup-step span{display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#eef0f4;margin-right:8px}.setup-step.active{border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 2px rgba(54,103,200,.08)}.setup-step.complete span{background:#e3f4ed;color:var(--green)}.setup-workspace{display:grid;grid-template-columns:285px minmax(0,720px);gap:20px;align-items:start}.setup-aside{position:sticky;top:110px}.setup-aside>p{color:var(--muted);font-size:13px;line-height:1.65}.mini-checklist{display:grid;gap:9px;margin-top:22px}.mini-check{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px}.mini-check span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#f0f1f4;color:#939aa7;font-weight:900}.mini-check.complete span{background:#e3f4ed;color:var(--green)}.setup-form{padding:32px}.setup-form>h2{font-size:27px;margin-bottom:25px}.setup-form>p:not(.eyebrow){color:var(--muted);line-height:1.65}.setup-form label{display:grid;gap:8px;font-size:13px;font-weight:750;margin:18px 0}.setup-form fieldset{border:0;padding:0;margin:24px 0}.setup-form legend{font-size:13px;font-weight:800;margin-bottom:10px}.check-row{display:flex!important;align-items:flex-start;gap:12px!important;border:1px solid var(--line);border-radius:10px;padding:13px!important;margin:8px 0!important;cursor:pointer}.check-row input{width:17px;margin:3px 0 0}.check-row span{display:grid;gap:3px}.check-row small{color:var(--muted);font-weight:500}.setup-actions{display:flex;justify-content:space-between;align-items:center;margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}.review-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.review-item{background:#f7f7f4;border-radius:9px;padding:13px}.review-item strong{display:block;font-size:12px;margin-bottom:4px}.review-item small{color:var(--muted)}.client-list{display:grid;gap:12px}.client-card{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(4,minmax(100px,.55fr)) auto;align-items:center;gap:18px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:18px 20px;box-shadow:0 5px 20px rgba(20,32,58,.035)}.client-card.active-client{border-color:#9bb3e5;box-shadow:0 0 0 2px rgba(54,103,200,.08)}.client-name strong{display:block;font-size:15px}.client-name small,.client-stat small{display:block;color:var(--muted);margin-top:4px;font-size:11px}.client-stat strong{font-size:12px;text-transform:capitalize}.client-actions{display:flex;gap:7px}.client-actions .button{padding:8px 10px;white-space:nowrap}.admin-only+.sidebar-help{margin-top:20px}#client-form label,#invite-form label{display:grid;gap:8px;font-size:13px;font-weight:700;margin:18px 0}#invite-result{background:#f7f7f4;border-radius:10px;padding:16px;margin:18px 0}#invite-result label{margin-bottom:10px}@media(max-width:1100px){.client-card{grid-template-columns:1.3fr repeat(2,.6fr) auto}.client-card .client-stat:nth-of-type(3),.client-card .client-stat:nth-of-type(4){display:none}}@media(max-width:900px){.setup-workspace{grid-template-columns:1fr}.setup-aside{position:static}.client-card{grid-template-columns:1fr auto}.client-stat{display:none}.setup-progress{grid-template-columns:1fr 1fr}}@media(max-width:560px){.setup-progress{grid-template-columns:1fr}.setup-step{padding:9px}.setup-step:not(.active){display:none}.setup-form{padding:22px}.review-summary{grid-template-columns:1fr}.client-card{grid-template-columns:1fr}.client-actions{margin-top:7px}}
.setup-plan-note{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding:20px 24px}.setup-plan-note .status-pill{flex:none}.setup-plan-note h2{font-size:18px;margin:3px 0 5px}.setup-plan-note p{margin:0}.setup-plan-note .muted{line-height:1.55}@media(max-width:700px){.setup-plan-note{align-items:flex-start;flex-direction:column;gap:12px}}
.setup-launch-plan{padding:26px;margin-bottom:20px}.setup-launch-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.setup-launch-heading h2{font-size:24px;margin:3px 0 6px}.setup-launch-heading p{margin:0}.setup-launch-heading .status-pill{flex:none}.setup-launch-track{height:7px;border-radius:999px;background:#eceef2;overflow:hidden;margin:20px 0}.setup-launch-track span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f13250,#ff6a7f);transition:width .35s ease}.setup-launch-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.setup-launch-item{min-height:112px;border:1px solid var(--line);border-radius:12px;padding:15px;background:#fafbfc}.setup-launch-item>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#eceef2;color:#727b8d;font-weight:900;font-size:12px;margin-bottom:12px}.setup-launch-item strong{display:block;font-size:13px;line-height:1.35}.setup-launch-item small{display:block;color:var(--muted);font-size:11px;line-height:1.45;margin-top:6px}.setup-launch-item.complete{border-color:#cde8dc;background:#f5fbf8}.setup-launch-item.complete>span{background:#dff2e9;color:var(--green)}.setup-next-action{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border-radius:12px;background:#252a34;color:#fff}.setup-next-action p{margin:0 0 4px;color:#f5a2b0}.setup-next-action strong{display:block;font-size:15px}.setup-next-action small{display:block;color:#bfc6d3;line-height:1.45;margin-top:4px}.setup-next-action .button{flex:none}.setup-launch-plan.is-ready .setup-next-action{background:#1f5c49}.setup-launch-plan.is-ready .setup-next-action p{color:#bce9d8}@media(max-width:900px){.setup-launch-items{grid-template-columns:1fr 1fr}}@media(max-width:620px){.setup-launch-plan{padding:20px}.setup-launch-heading,.setup-next-action{align-items:flex-start;flex-direction:column}.setup-launch-items{grid-template-columns:1fr}.setup-launch-item{min-height:0}.setup-next-action .button{width:100%}}
.connection-selected{margin:0 -12px;padding-left:12px!important;padding-right:12px!important;border-radius:10px;background:#f7f9fd}.setup-focus-card{scroll-margin-top:100px;transition:box-shadow .25s ease,border-color .25s ease}.setup-focus-highlight{border-color:#f13250!important;box-shadow:0 0 0 4px rgba(241,50,80,.12),var(--shadow)!important}#widget-installation{scroll-margin-top:100px}
