/* Profile social card */
.profile-social-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 6px 6px;padding:10px 11px;border-radius:12px;border:1px solid var(--border);background:linear-gradient(135deg,rgba(255,255,255,0.07),rgba(255,255,255,0.025));color:var(--text);text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.profile-social-card:hover{transform:translateY(-1px);background:linear-gradient(135deg,rgba(99,102,241,0.16),rgba(255,255,255,0.04));border-color:rgba(129,140,248,0.28)}
.profile-social-icon{width:30px;height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#111;border:1px solid rgba(255,255,255,0.12);flex-shrink:0}
.profile-social-icon svg{width:15px;height:15px}
.profile-social-copy{min-width:0;flex:1}
.profile-social-copy strong{display:block;color:var(--text);font-size:12px;line-height:1.2;font-weight:800}
.profile-social-copy span{display:block;color:var(--text3);font-size:11px;line-height:1.35;margin-top:2px}
.profile-social-arrow{color:var(--text3);font-size:13px;font-weight:800}
.profile-social-card{background:var(--ui-surface)!important;border-color:var(--ui-border)!important}
.profile-social-card:hover{background:var(--ui-surface-3)!important;border-color:var(--ui-border-strong)!important}
