@media(min-width:761px){
 .app-shell .content[data-staff-dashboard-active]>.stats-grid.four{display:none!important}
 .dashboard-active-volunteers{width:100%;margin:0 0 18px;padding:0;overflow:hidden;border:1px solid #cfe3ee;border-radius:17px;background:#fff;box-shadow:0 13px 34px rgba(12,65,96,.09);font-family:'Manrope',sans-serif}
 .dashboard-active-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;background:linear-gradient(120deg,#effaff,#fff 58%,#e6f8ff)}
 .dashboard-active-copy{min-width:0}
 .dashboard-active-eyebrow{display:block;margin-bottom:5px;color:#087dad;font-size:12px;font-weight:800;letter-spacing:.09em}
 .dashboard-active-heading h2{margin:0;color:#153a55;font-size:21px;line-height:1.25}
 .dashboard-active-heading p{margin:6px 0 0;color:#617b8e;font-size:12px;line-height:1.5}
 .dashboard-active-count{flex:0 0 auto;padding:9px 14px;border-radius:999px;background:#daf7ed;color:#087759;font-size:12px;white-space:nowrap}
 .dashboard-active-body{padding:0 22px 10px}
 .dashboard-active-row{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(150px,1fr) minmax(100px,.6fr) minmax(90px,.45fr);gap:18px;align-items:center;min-height:65px;padding:10px 4px;border-bottom:1px solid #e5eef3;color:#284b62;font-size:13px}
 .dashboard-active-row:last-child{border-bottom:0}
 .dashboard-active-table-head{min-height:43px;padding-block:9px;color:#698294;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
 .dashboard-active-person{display:flex;align-items:center;gap:11px;min-width:0}
 .dashboard-active-avatar{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:12px;background:linear-gradient(140deg,#087fc1,#39bce8);color:#fff;font-size:12px;font-weight:800;box-shadow:0 6px 13px rgba(8,127,193,.18)}
 .dashboard-active-person>span:last-child{min-width:0}
 .dashboard-active-person b,.dashboard-active-person small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .dashboard-active-person b{color:#173b55;font-size:13px}
 .dashboard-active-person small{margin-top:3px;color:#718798;font-size:12px}
 .dashboard-active-division{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
 .dashboard-active-time{color:#173b55;font-size:13px;font-variant-numeric:tabular-nums}
 .dashboard-active-status{display:inline-flex;width:max-content;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#e1f8ef;color:#087759;font-size:12px;font-weight:800}
 .dashboard-active-status:before{content:'';width:7px;height:7px;border-radius:50%;background:#16ae7e;box-shadow:0 0 0 4px rgba(22,174,126,.12);animation:dashboard-active-pulse 1.8s ease-in-out infinite}
 .dashboard-active-empty{display:grid;min-height:105px;place-content:center;text-align:center;color:#6b8294}
 .dashboard-active-empty b{color:#264b65;font-size:14px}
 .dashboard-active-empty span{margin-top:5px;font-size:12px}
 .dashboard-active-volunteers.has-error .dashboard-active-count{background:#fff0f0;color:#a73535}
 @keyframes dashboard-active-pulse{50%{opacity:.45;transform:scale(.82)}}
}
@media(prefers-reduced-motion:reduce){.dashboard-active-status:before{animation:none}}
