.social-links { display: grid; grid-template-columns: repeat(2, minmax(155px, 1fr)); gap: 9px; min-width: 365px; }
.social-link { display: flex; align-items: center; gap: 9px; padding: 11px 12px; border: 1px solid rgba(220, 226, 234, .25); border-radius: 7px; background: rgba(8, 9, 13, .38); color: #e8ebf0; font-size: 12px; font-weight: 800; transition: .2s; }
.social-link svg, .discord-handle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link svg path:only-child, .social-link svg path:first-child:last-child { fill: currentColor; stroke: none; }
.social-link b { margin-left: auto; color: #aeb6c1; font-size: 14px; }
.social-link:hover { transform: translateY(-2px); border-color: #eef1f5; background: rgba(220, 226, 234, .12); }
.mail-link { grid-column: span 2; }
.discord-handle { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: #c1c6cf; font: 12px 'DM Mono', monospace; }
.discord-handle strong { color: #f3f5f8; font-weight: 500; }
@media (max-width: 760px) { .social-links { width: 100%; min-width: 0; } }
