:root{
  --hb-gap:16px; --hb-border:#e5e7eb; --hb-text:#111827; --hb-muted:#4b5563; --hb-card:#fff;
}
.hb-wrap{max-width:1100px;margin:20px auto;padding:0 12px}
.hb-group{margin:22px 0}
.hb-group h3{margin:0 0 12px;font-size:1.2rem;color:#111827;border-bottom:1px solid var(--hb-border);padding-bottom:6px}
.hb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--hb-gap)}
@media(max-width:900px){.hb-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.hb-grid{grid-template-columns:1fr}}
.hb-card{display:grid;grid-template-columns:86px 1fr;gap:12px;border:1px solid var(--hb-border);border-radius:12px;background:var(--hb-card);padding:12px}
.hb-media{display:flex;align-items:center;justify-content:center}
.hb-media img{width:86px;height:86px;border-radius:10px;object-fit:cover;border:1px solid var(--hb-border)}
.hb-fallback{width:86px;height:86px;border-radius:10px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:#111827;border:1px solid var(--hb-border)}
.hb-body{display:flex;flex-direction:column;gap:6px}
.hb-name{font-weight:700;color:var(--hb-text)}
.hb-role{font-size:13px;color:#374151}
.hb-addr{font-size:13px;color:#4b5563}
.hb-contacts{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.hb-btn{font-size:13px;text-decoration:none;padding:6px 10px;border-radius:8px;border:1px solid var(--hb-border);background:#f9fafb;color:#111827}
.hb-btn:hover{background:#eef2ff;border-color:#c7d2fe}
.hb-bio{font-size:13px;color:#111827}
