.store-connect-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:16px;margin-bottom:16px}
.store-status-card,.store-scope-card,.store-guide-card{padding:22px}
.store-status-pill{padding:5px 10px;border-radius:999px;background:#fff2e8;color:#b45309;font-size:12px;font-weight:700}
.store-status-body{min-height:150px;display:flex;align-items:center}
.store-empty-state{display:flex;gap:16px;align-items:flex-start}
.store-empty-state>svg{width:42px;height:42px;padding:10px;border-radius:8px;background:#fff1f0;color:#c42127}
.store-empty-state strong{display:block;margin-bottom:7px}
.store-empty-state p{margin:0;max-width:620px;color:#788188;line-height:1.7}
.store-actions{display:flex;gap:10px}
.store-scope-list{display:grid}
.store-scope-list>div{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-bottom:1px solid #eceff1}
.store-scope-list>div>svg{width:19px;color:#c42127}
.store-scope-list span{display:grid;gap:3px}
.store-scope-list small,.store-scope-list em{color:#899197;font-style:normal;font-size:12px}
.store-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.store-steps>div{display:flex;gap:12px;align-items:flex-start}
.store-steps b{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:50%;background:#c42127;color:#fff}
.store-steps span{display:grid;gap:5px}
.store-steps small{color:#899197;line-height:1.5}
@media(max-width:900px){.store-connect-grid{grid-template-columns:1fr}.store-steps{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.store-steps{grid-template-columns:1fr}}
