.m11-avatar-photo,
.m11-profile-preview img,
.m11-employee-insights-identity img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #d9e3e5;
    background: #eef3f4;
}
.m11-profile-card { max-width: 760px; }
.m11-profile-preview,
.m11-employee-insights-identity {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    margin-bottom: 14px;
    border: 1px solid var(--dq-line);
    border-radius: 8px;
    background: #f8fbfb;
}
.m11-profile-preview img,
.m11-employee-insights-identity img,
.m11-profile-fallback {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
}
.m11-profile-fallback {
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dff1ed;
    color: var(--dq-green-dark);
    font-size: 18px;
    font-weight: 900;
}
.m11-profile-preview > div,
.m11-employee-insights-identity > div { display: grid; gap: 2px; min-width: 0; }
.m11-profile-preview strong,
.m11-employee-insights-identity strong { font-size: 13px; }
.m11-profile-preview span,
.m11-employee-insights-identity span { color: var(--dq-muted); font-size: 9px; }
.m11-employee-insights-identity > .status-pill { margin-left: auto; }
.m11-inline-check { display: flex; align-items: center; gap: 7px; }
.m11-inline-check input { width: 16px; height: 16px; }
.m11-row-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.m11-attention-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 10px;
}
.m11-attention-metrics > div {
    display: grid;
    gap: 2px;
    padding: 9px 10px;
    border: 1px solid var(--dq-line);
    border-radius: 7px;
    background: #fafcfc;
}
.m11-attention-metrics span { color: var(--dq-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.m11-attention-metrics strong { font-size: 18px; }

@media (max-width: 700px) {
    .m11-attention-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .m11-employee-insights-identity { align-items: flex-start; flex-wrap: wrap; }
    .m11-employee-insights-identity > .status-pill { margin-left: 0; }
}
