/* Search page styles */
.search-hero { background: linear-gradient(135deg,#2563eb,#3b82f6); color:#fff; padding:3rem 0; text-align:center; }
.search-hero h1 { font-weight:700; }
.search-form { margin-top:-2rem; }
.search-card { border-radius:14px; box-shadow:0 6px 16px rgba(0,0,0,.08); transition:transform .2s ease, box-shadow .2s ease; }
.search-card:hover { transform: translateY(-4px); box-shadow:0 10px 22px rgba(0,0,0,.12); }
.search-avatar { width:72px; height:72px; object-fit:cover; border-radius:50%; }
.search-name { font-weight:600; margin:0; }
.search-username { color:#6b7280; }
.search-skill-pill { background:#eef2ff; color:#3730a3; padding:.25rem .5rem; border-radius:999px; font-size:.8rem; margin:.125rem; display:inline-block; }
.no-results { color:#6b7280; }
