:root{--ink:#162033;--muted:#667085;--line:#e5e9f1;--purple:#5b5bd6;--purple2:#4545b5;--bg:#f4f7fb}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(520px,1.4fr)}.sidebar{padding:52px;background:linear-gradient(145deg,#111a2c,#252f50);color:white;display:flex;flex-direction:column;justify-content:space-between}.brand{font-size:28px;font-weight:900}.brand span{color:#aeb5ff}.pill{display:inline-block;border:1px solid #ffffff30;border-radius:999px;padding:8px 12px;font-size:12px;letter-spacing:.08em}.sidebar h1{font-size:48px;line-height:1.05;letter-spacing:-1.5px;max-width:560px}.lead{font-size:18px;line-height:1.6;color:#c9d0e6;max-width:560px}.trust-list{color:#dfe3f3;line-height:1.9}.workspace{padding:36px;display:grid;place-items:center}.card{width:min(850px,100%);min-height:720px;background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 24px 70px #19233a16;overflow:hidden;display:flex;flex-direction:column}.progress-header{display:flex;justify-content:space-between;padding:26px 32px 12px}.progress-header div{display:grid;grid-gap:3px;gap:3px}.progress-header span{font-size:13px;color:var(--muted)}.progress{height:7px;background:#eef1f6}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--purple),#8484f1);transition:.25s}.content{padding:32px;flex:1 1}.step h2{font-size:32px;letter-spacing:-.7px;margin:0 0 8px}.subtitle{color:var(--muted);line-height:1.6;margin:0 0 26px}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.field{display:grid;grid-gap:8px;gap:8px;margin-bottom:16px}.field span{font-weight:700;font-size:14px}.field input,.field select,.field textarea{width:100%;border:1.5px solid var(--line);border-radius:13px;padding:14px;outline:none}.field textarea{min-height:100px;resize:vertical}.field .editor{min-height:280px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--purple);box-shadow:0 0 0 3px #5b5bd618}.primary,.secondary{border:0;border-radius:12px;padding:13px 19px;font-weight:800;cursor:pointer}.primary{background:var(--purple);color:white}.primary:hover{background:var(--purple2)}.primary:disabled{opacity:.5;cursor:not-allowed}.secondary{background:#eef1f6;color:#344054}.wide{width:100%;margin-top:8px}.actions{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:20px 32px}.plans{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.plan{display:flex;align-items:center;gap:11px;border:1.5px solid var(--line);border-radius:14px;padding:15px;cursor:pointer}.plan.selected{border-color:var(--purple);background:#fafaff;box-shadow:0 0 0 3px #5b5bd610}.plan input{accent-color:var(--purple)}.plan span{display:grid;flex:1 1}.plan small{color:var(--muted);margin-top:3px}.plan b{white-space:nowrap}.preview{border:1.5px solid var(--line);background:#fbfcff;border-radius:16px;padding:22px}.preview-label{font-size:11px;font-weight:900;color:var(--muted);letter-spacing:.1em}.preview pre{white-space:pre-wrap;font-family:inherit;line-height:1.65}.approval{display:flex;gap:10px;margin-top:17px;border:1.5px solid var(--line);padding:16px;border-radius:14px}.review{border:1.5px solid var(--line);border-radius:16px;margin-bottom:20px}.review div{display:flex;justify-content:space-between;gap:20px;padding:14px 16px;border-bottom:1px solid var(--line)}.review div:last-child{border-bottom:0}.review span{color:var(--muted)}.review strong{text-align:right}.status{background:#f0f1ff;color:var(--purple2);padding:13px;border-radius:12px;margin-top:18px;font-size:14px}@media(max-width:900px){.page-shell{grid-template-columns:1fr}.sidebar{min-height:420px;padding:28px}.sidebar h1{font-size:38px}.workspace{padding:14px}.card{min-height:700px}}@media(max-width:600px){.grid,.plans{grid-template-columns:1fr}.content{padding:24px 20px}.actions,.progress-header{padding-left:20px;padding-right:20px}.step h2{font-size:27px}.review div{display:grid}.review strong{text-align:left}}