.provider-card{margin-top:18px;padding:23px 25px;border-radius:20px;display:grid;grid-template-columns:48px minmax(220px,1fr) minmax(330px,.9fr);gap:17px;align-items:center}.provider-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#bafb28,#78b61a);color:#142015;font:800 11px Manrope;box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 9px 18px rgba(186,251,40,.13)}.provider-copy .eyebrow{margin-bottom:5px}.provider-copy h3{margin:0;font-size:16px}.provider-copy p:not(.eyebrow){margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.55}.provider-form{display:flex;flex-direction:column;gap:8px}.provider-form>label{color:#cbd4e1;font-size:11px;font-weight:800}.secret-input{display:flex;gap:7px}.secret-input input{min-width:0;width:100%;border:1px solid rgba(229,238,255,.15);outline:0;border-radius:10px;background:#111d30;color:#fff;font:500 13px Manrope;padding:12px 13px}.secret-input input:focus{border-color:rgba(186,251,40,.75);box-shadow:0 0 0 3px rgba(186,251,40,.1)}.secret-toggle{width:39px;flex:0 0 39px;border:1px solid var(--line);border-radius:10px;background:#26364e;color:#e7edf7;font:700 14px Manrope;cursor:pointer}.provider-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-actions .lime-button{padding:10px 13px;font-size:11px}.connection-state{font-size:10px;font-weight:800;color:#aeb9cb}.connection-state::before{content:'';display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#ff8078;box-shadow:0 0 8px rgba(255,128,120,.5)}.connection-state.connected{color:#8fe5ae}.connection-state.connected::before{background:#62d99a;box-shadow:0 0 8px rgba(98,217,154,.55)}@media(max-width:1050px){.provider-card{grid-template-columns:48px 1fr}.provider-form{grid-column:1/-1}}@media(max-width:700px){.provider-card{grid-template-columns:1fr;padding:20px}.provider-form{grid-column:auto}.provider-actions{align-items:stretch;flex-direction:column}.provider-actions .lime-button{width:100%}}
