.connect-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:18px;max-width:1000px}.connect-card,.help-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px}.steps{display:flex;align-items:center;max-width:520px;margin:auto}.steps span{width:34px;height:34px;border-radius:50%;background:#eef0f3;color:#8d929c;display:grid;place-items:center;font-weight:800}.steps span.done{background:#e8f7ef;color:var(--green)}.steps span.active{background:var(--orange);color:#fff;box-shadow:0 0 0 5px var(--orange-soft)}.steps i{height:2px;background:#e4e6e9;flex:1}.step-labels{display:flex;justify-content:space-between;max-width:585px;margin:8px auto 25px;font-size:10px;color:#858b95}.secure-note{background:#f2f7ff;border:1px solid #dce9ff;border-radius:10px;padding:13px 15px;display:flex;flex-direction:column;color:#295b9f;margin-bottom:20px}.secure-note b{font-size:12px}.secure-note span{font-size:10px;margin-top:4px}#connectionForm{display:grid;grid-template-columns:1fr 1fr;gap:16px}#connectionForm label{font-weight:700;font-size:12px;display:flex;flex-direction:column;gap:6px}#connectionForm label small{font-weight:500;color:#8b9099;font-size:9px}#connectionForm input{border:1px solid #dfe1e5;border-radius:9px;padding:12px;font:600 13px Manrope;outline:none;width:100%}#connectionForm input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.password-field{position:relative}.password-field button{position:absolute;right:6px;top:6px;border:0;background:#f2f3f5;border-radius:6px;padding:6px 8px;font:700 9px Manrope;color:#666}.form-status{grid-column:1/-1;background:#fff8e8;color:#8a671c;padding:11px;border-radius:8px;font-size:10px}.form-status.checked{background:#eaf8f1;color:#19724d}.primary-action{grid-column:1/-1;border:0;background:var(--orange);color:#fff;border-radius:9px;padding:13px;font:800 13px Manrope;cursor:pointer}.help-card h3{font-size:13px;margin:0 0 13px}.help-card ol,.help-card ul{padding-left:20px;color:#656b75;font-size:11px;line-height:1.9;margin-bottom:20px}.privacy{background:#fff1f1;border-left:3px solid var(--red);padding:11px 12px;margin:18px 0}.privacy b{font-size:11px;color:#a52d33}.privacy p{margin:4px 0 0;font-size:10px;line-height:1.5;color:#756266}@media(max-width:760px){.connect-layout{grid-template-columns:1fr}.connect-card,.help-card{padding:17px}#connectionForm{grid-template-columns:1fr}.form-status,.primary-action{grid-column:1}.step-labels{font-size:8px}}
