:root{color-scheme:light;font-family:Arial,Helvetica,sans-serif;background:#f3f6f9;color:#172033}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.shell section{max-width:720px}.management-shell{min-height:100vh;padding:3rem 1.5rem}.management-page{width:min(1080px,100%);margin:0 auto}.management-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.connection-card h2,.management-header h1{margin:0}.connection-card>p,.management-header>div>p:last-child{color:#526176;line-height:1.55}.connection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.connection-card{display:grid;grid-gap:1rem;gap:1rem;min-height:240px;border:1px solid #dce3eb;border-radius:16px;background:white;box-shadow:0 18px 50px rgba(23,32,51,.07);padding:1.5rem}.connection-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.connection-type{margin:0 0 .45rem;color:#315f8f;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.connection-actions{align-self:end}.eyebrow{color:#315f8f;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-actions{margin-top:1.5rem}.primary-link,button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:8px;background:#193b63;color:white;cursor:pointer;font-weight:700;padding:.75rem 1.1rem;text-decoration:none}.secondary-link{background:#eef3f8;color:#193b63}button:disabled{cursor:not-allowed;opacity:.55}.wizard-shell{min-height:100vh;padding:3rem 1.25rem}.wizard-card{width:min(760px,100%);margin:0 auto;border:1px solid #dce3eb;border-radius:16px;background:white;box-shadow:0 18px 50px rgba(23,32,51,.09);padding:clamp(1.25rem,4vw,2.5rem)}.wizard-heading h1,.wizard-section h2{margin-top:0}.section-title-row p,.wizard-heading p:last-child{color:#526176;line-height:1.55}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin:2rem 0;padding:0;list-style:none;counter-reset:steps}.steps li{border-bottom:3px solid #dce3eb;color:#78869a;font-size:.86rem;font-weight:700;padding:.65rem 0}.steps li.active{border-color:#315f8f;color:#193b63}.wizard-form,.wizard-section{display:grid;grid-gap:1rem;gap:1rem}.wizard-form{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-form button{align-self:end;justify-self:start}label{display:grid;grid-gap:.45rem;gap:.45rem;color:#25364d;font-weight:700}input,select{width:100%;min-height:44px;border:1px solid #b8c4d1;border-radius:8px;background:white;color:#172033;padding:.7rem .8rem}input:focus,select:focus{outline:3px solid rgba(49,95,143,.18);border-color:#315f8f}.check-list small,.field-help,.security-note{color:#6d7a8c;font-size:.82rem;font-weight:400}.wizard-section{border-top:1px solid #e2e8ef;margin-top:2rem;padding-top:2rem}.section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.status-pill{border-radius:999px;font-size:.82rem;font-weight:700;padding:.45rem .7rem;white-space:nowrap}.status-pill.success,.success-message{background:#e9f7ef;color:#17633a}.status-pill.neutral{background:#eef2f6;color:#526176}.message.error,.status-pill.failure{background:#fff0f0;color:#9c2626}.message{border-radius:8px;margin-top:1rem;padding:.85rem 1rem}.check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem;margin:0;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:.65rem;border:1px solid #e2e8ef;border-radius:8px;padding:.8rem}.check-list div,.check-list small{display:block}.security-note{margin-top:2rem;text-align:center}@media (max-width:720px){.connection-card-heading,.management-header{display:grid}.check-list,.connection-grid,.steps,.wizard-form{grid-template-columns:1fr}.section-title-row{display:grid}}