/* Crate Market Step 9 social authentication */
.step9-social-auth{display:grid;gap:10px;margin:12px 0 4px}.step9-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.step9-social-btn{min-height:44px;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:#fff;color:#17131f;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px;cursor:pointer}.step9-social-btn.apple{background:#050505;color:#fff}.step9-social-btn:disabled{opacity:.5;cursor:not-allowed}.step9-social-icon{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:.9rem;font-weight:950;background:rgba(0,0,0,.06)}.step9-social-btn.apple .step9-social-icon{background:rgba(255,255,255,.12)}.step9-divider{display:flex;align-items:center;gap:10px;color:#9990aa;font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.step9-divider::before,.step9-divider::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.1)}.step9-provider-note{margin:0;color:#aaa0bf;font-size:.74rem;line-height:1.45}.step9-provider-list{display:grid;gap:10px}.step9-provider-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid var(--border,#342b49);border-radius:12px;background:var(--panel2,#1b1629)}.step9-provider-main{display:flex;gap:11px;align-items:center;min-width:0}.step9-provider-copy{min-width:0}.step9-provider-copy strong,.step9-provider-copy span{display:block}.step9-provider-copy span{color:var(--muted,#aaa0bf);font-size:.76rem;margin-top:3px;overflow-wrap:anywhere}.step9-provider-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.step9-setup-box{padding:13px;border:1px dashed var(--border,#342b49);border-radius:12px;color:var(--muted,#aaa0bf);font-size:.78rem;line-height:1.55}.step9-admin-status{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.step9-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.76rem;overflow-wrap:anywhere}@media(max-width:650px){.step9-social-grid{grid-template-columns:1fr}.step9-provider-row{grid-template-columns:1fr}.step9-provider-actions{justify-content:flex-start}}
