.personnel-directory{display:block}.personnel-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.personnel-group{background:#eaf1f8;border:1px solid #d7e1ed;border-radius:14px;padding:14px}.group-heading{display:flex;align-items:center;justify-content:space-between;padding:3px 3px 14px}.group-heading>div{display:flex;align-items:center;gap:11px}.group-heading h3{font-size:17px;margin:0 0 2px}.group-heading p{font-size:9px;color:var(--muted);margin:0}.group-icon{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800}.helpers-group .group-icon{background:#0878f9}.group-count{min-width:30px;height:30px;border-radius:18px;display:grid;place-items:center;background:#fff;border:1px solid #d6e0ec;font-size:11px;font-weight:800}.group-cards{display:grid;gap:12px}.employee-card{box-shadow:0 6px 18px rgba(20,39,73,.06)}.drivers-group .employee-card{border-left:4px solid var(--navy)}.helpers-group .employee-card{border-left:4px solid #0878f9}.staff-section{margin-top:18px}.staff-section .group-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.empty-group{padding:30px;text-align:center;background:#fff;border:1px dashed #c4d2e2;border-radius:10px;color:var(--muted);font-size:11px}@media(max-width:1000px){.personnel-columns{grid-template-columns:1fr}.staff-section .group-cards{grid-template-columns:1fr}}@media(max-width:600px){.personnel-group{padding:10px}.group-heading h3{font-size:15px}}
