.staff-directory-table{margin-top:16px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(20,30,70,.05)}
.staff-directory-table table{width:100%;min-width:1040px;table-layout:fixed;border-collapse:separate;border-spacing:0}
.staff-directory-table th,.staff-directory-table td{padding:14px 12px;vertical-align:middle;text-align:left}
.staff-directory-table th{border-bottom:1px solid var(--line);background:#f7f8fb;color:#647086;font-size:11px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}
.staff-directory-table th:first-child{width:21%;padding-left:18px}.staff-directory-table th:nth-child(2){width:20%}.staff-directory-table th:nth-child(3){width:13%}.staff-directory-table th:nth-child(4){width:14%}.staff-directory-table th:nth-child(5){width:10%}.staff-directory-table th:nth-child(6){width:13%}.staff-directory-table th:last-child{width:9%;padding-right:18px}
.staff-directory-table tbody td{border-bottom:1px solid #edf0f5;color:var(--ink);font-size:13px}.staff-directory-table tbody tr:last-child td{border-bottom:0}.staff-directory-table tbody tr{transition:background-color .16s ease}.staff-directory-table tbody tr:hover{background:#fafbfe}.staff-directory-table tbody td:first-child{padding-left:18px}.staff-directory-table tbody td:last-child{padding-right:18px}
.staff-person-cell{display:flex;min-width:0;align-items:center;gap:11px}.staff-avatar{display:inline-grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border:1px solid #dce3ef;border-radius:11px;background:linear-gradient(145deg,#f0f3f9,#e5eaf4);color:var(--navy);font-size:12px;font-weight:900;letter-spacing:.03em}
.staff-person-copy,.staff-access-summary{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:4px}.staff-person-copy .member-name-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.staff-person-copy small,.staff-access-summary small{max-width:100%;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.staff-email{display:block;overflow:hidden;color:#45516a;text-overflow:ellipsis;white-space:nowrap}.staff-username{display:inline-block;max-width:100%;overflow:hidden;padding:5px 8px;border:1px solid #e0e5ee;border-radius:7px;background:#f7f8fa;color:#344054;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.staff-role-badge,.staff-status,.staff-owner-label{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.staff-role-badge{max-width:100%;overflow:hidden;padding:6px 9px;background:#edf1fb;color:#344ca0;text-overflow:ellipsis}.staff-role-badge.role-super_admin{background:#f1eafb;color:#6941a5}.staff-role-badge.role-manager,.staff-role-badge.role-admin{background:#e8f4f1;color:#176b57}.staff-role-badge.role-trainer{background:#fff1dd;color:#9a5a05}
.staff-status{gap:6px;color:#236b50}.staff-status i{width:7px;height:7px;border-radius:50%;background:#2aa876}.staff-status.is-blocked{color:#a43b45}.staff-status.is-blocked i{background:#cf5360}.staff-access-summary strong{font-size:12px;line-height:1.2}.staff-actions-heading{text-align:right!important}.staff-table-actions{display:flex;justify-content:flex-end;gap:6px}.staff-table-actions .table-action{min-height:32px;padding:0 9px}.staff-table-actions .table-action+.table-action{margin-left:0}.staff-owner-label{padding:6px 8px;background:#f1eafb;color:#6941a5}
@media(max-width:760px){.staff-directory-table{overflow:visible;border:0;box-shadow:none;background:transparent}.staff-directory-table table,.staff-directory-table thead,.staff-directory-table tbody,.staff-directory-table tr,.staff-directory-table td{display:block;width:100%;min-width:0}.staff-directory-table thead{display:none}.staff-directory-table tbody{display:grid;gap:12px}.staff-directory-table tbody tr{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 6px 18px rgba(20,30,70,.05)}.staff-directory-table tbody td{min-width:0;padding:11px 14px;border-bottom:1px solid #edf0f5}.staff-directory-table tbody td::before{display:block;margin-bottom:6px;color:#788397;content:attr(data-label);font-size:10px;font-weight:850;letter-spacing:.055em;text-transform:uppercase}.staff-directory-table tbody td:first-child{grid-column:1/-1;padding:15px 14px;background:#fafbfe}.staff-directory-table tbody td:last-child{grid-column:1/-1;padding:12px 14px;border-bottom:0}.staff-table-actions{justify-content:flex-start}}
@media(max-width:460px){.staff-directory-table tbody tr{grid-template-columns:1fr}.staff-directory-table tbody td:first-child,.staff-directory-table tbody td:last-child{grid-column:1}}
