:root{font-family:Manrope,sans-serif;color:#25272e;background:#f5f5f1;--ink:#25272e;--muted:#747780;--line:#dedfd9;--violet:#6559d6;--mint:#4ca98a}*{box-sizing:border-box}body{margin:0}.onboarding-shell{min-height:100vh;display:grid;grid-template-columns:390px 1fr}.onboarding-aside{background:#25272e;color:#fff;padding:40px;display:flex;flex-direction:column}.onboarding-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:800}.onboarding-brand>span{display:grid;place-items:center;width:29px;height:29px;background:#7064db;border-radius:8px}.aside-copy{margin:82px 0 42px}.kicker{font:500 11px DM Mono,monospace;letter-spacing:1.4px;color:#8d83ec;margin:0 0 12px}.aside-copy h1{font-size:32px;line-height:1.12;letter-spacing:-1.2px;margin:0 0 18px}.aside-copy>p:last-child{color:#b9bac0;line-height:1.65;font-size:14px}.step-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.step-list li{display:flex;gap:12px;align-items:center;color:#8e9098;font-size:13px;padding:8px 0}.step-list i{font-style:normal;border:1px solid #51535b;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;font:500 11px DM Mono}.step-list li.active{color:#fff}.step-list li.active i{background:#7064db;border-color:#7064db}.step-list li.done i{background:#397c69;border-color:#397c69;color:#fff}.security-note{margin-top:auto;color:#85878f;font-size:11px;line-height:1.6}.onboarding-main{background:#fbfbf9;min-width:0}.onboarding-main>header{height:76px;border-bottom:1px solid #e7e7e3;display:flex;align-items:center;justify-content:space-between;padding:0 48px;color:#84868e;font-size:12px}.onboarding-main>header button{border:0;background:transparent;color:#676a73;cursor:pointer}form{max-width:760px;margin:0 auto;padding:76px 48px 38px}.setup-step{display:none;min-height:480px}.setup-step.active{display:block}.setup-step h2{font-size:32px;letter-spacing:-1.1px;margin:0 0 10px}.lead{color:var(--muted);line-height:1.6;margin:0 0 34px;max-width:620px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{display:grid;gap:8px;font-size:12px;font-weight:700;margin-bottom:20px}input,textarea,select{font:inherit;font-size:14px;border:1px solid #d8d9d4;border-radius:8px;background:#fff;padding:13px 14px;outline:none;width:100%}textarea{resize:vertical;line-height:1.5}input:focus,textarea:focus,select:focus{border-color:#7569dd;box-shadow:0 0 0 3px #7569dd17}.role-picker,.choice-stack{display:grid;gap:10px;margin-bottom:28px}.role-picker{grid-template-columns:1fr 1fr}.role-picker label,.choice-stack label{display:flex;align-items:flex-start;border:1px solid #dfe0dc;border-radius:10px;background:#fff;padding:16px;gap:12px;cursor:pointer;margin:0}.role-picker input,.choice-stack input{width:auto;margin-top:3px;accent-color:var(--violet)}.role-picker b,.choice-stack b{display:block;margin-bottom:4px}.role-picker small,.choice-stack small{color:#7b7e86;font-weight:400;line-height:1.4}.role-picker label:has(input:checked),.choice-stack label:has(input:checked){border-color:#776bde;background:#f7f5ff}fieldset{border:1px solid #dfe0dc;border-radius:10px;padding:18px 20px}legend{font-size:12px;font-weight:800;padding:0 7px}.check{display:flex;align-items:center;gap:9px;font-weight:500;margin:9px 0}.check input,.acknowledge input{width:auto;accent-color:var(--violet)}.service-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-card{border:1px solid #dfe0dc;background:#fff;border-radius:10px;padding:16px}.service-card span{display:flex;justify-content:space-between}.service-card b{font-size:13px}.service-card i{font-style:normal;font-size:11px}.service-card.ready i{color:#28846b}.service-card.missing i{color:#bd633d}.service-card p{font-size:11px;color:#7b7e86;line-height:1.5;margin:9px 0 0}.integration-help{margin-top:14px;background:#f0efff;border-radius:10px;padding:15px;display:grid;grid-template-columns:1fr auto;gap:7px 12px}.integration-help p{font-size:11px;color:#686b73;margin:5px 0}.integration-help button,.refresh-button{border:1px solid #d4d4d0;background:#fff;border-radius:7px;padding:8px 11px;cursor:pointer}.integration-help code{grid-column:1/-1;overflow-wrap:anywhere;font-size:11px}.refresh-button{margin-top:14px}.summary-card{border:1px solid #dedfd9;background:#fff;border-radius:12px;padding:8px 20px;margin-bottom:22px}.summary-card div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eeeeeb;font-size:13px}.summary-card div:last-child{border:0}.summary-card span{color:#7c7f87}.acknowledge{display:flex;align-items:center;gap:9px;font-weight:500}.member-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.member-grid article{border:1px solid #e0e1dc;background:#fff;border-radius:11px;padding:20px}.member-grid span{font:500 11px DM Mono;color:#786ddd}.member-grid b{display:block;font-size:14px;margin:12px 0 7px}.member-grid p{color:#777a82;font-size:12px;line-height:1.55;margin:0}.form-error{color:#b14b3e;font-size:12px;min-height:18px}form footer{border-top:1px solid #e6e7e2;padding-top:22px;display:flex;align-items:center;justify-content:space-between}button.primary,button.secondary{border:0;border-radius:8px;padding:12px 17px;font-weight:700;cursor:pointer}.primary{background:#292b31;color:#fff}.secondary{background:#ecece8;color:#555861}@media(max-width:850px){.onboarding-shell{grid-template-columns:1fr}.onboarding-aside{padding:24px}.aside-copy{margin:35px 0 20px}.aside-copy h1{font-size:25px}.step-list,.security-note{display:none}.onboarding-main>header{padding:0 24px}form{padding:42px 24px}.setup-step{min-height:auto}.field-row,.role-picker,.member-grid,.service-checks{grid-template-columns:1fr}.setup-step h2{font-size:27px}}
