.cpd-root{flex-direction:column;gap:16px;display:flex}.cpd-toolbar{justify-content:flex-end;align-items:center;gap:8px;display:flex}.cpd-progress{align-items:center;gap:8px;min-width:120px;display:flex}.cpd-progress-track{border-radius:var(--wh-radius-full,999px);background:var(--wh-surface-2,var(--wh-bg-secondary));flex:1;height:6px;overflow:hidden}.cpd-progress-fill{border-radius:var(--wh-radius-full,999px);background:var(--brand,var(--wh-text-secondary));height:100%;transition:width .3s}.cpd-progress-num{font-family:var(--wh-font);font-variant-numeric:tabular-nums;color:var(--wh-text-secondary);text-align:right;min-width:34px;font-size:12px}.cpd-learner{align-items:center;gap:10px;min-width:0;display:flex}.cpd-learner-text{flex-direction:column;min-width:0;display:flex}.cpd-learner-name{font-family:var(--wh-font);color:var(--wh-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.cpd-learner-email{font-family:var(--wh-font);color:var(--wh-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.cpd-overdue{color:var(--wh-error);font-weight:600}.cpd-cert{font-family:var(--wh-font);color:var(--brand,var(--wh-text-secondary));align-items:center;gap:4px;font-size:12px;text-decoration:none;display:inline-flex}.cpd-cert:hover{text-decoration:underline}.cpd-dash{color:var(--wh-text-muted)}