/* GYPTO EHS V97 — My Tasks / My Team */
.my-work-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:14px}
.my-work-hero h3{margin:2px 0 6px;font-size:24px}
.my-work-hero .actions{flex-wrap:wrap;justify-content:flex-end}
.my-work-kpis{grid-template-columns:repeat(5,minmax(150px,1fr));margin-bottom:14px}
.my-work-table table{min-width:1120px}
.task-overdue-pill{font-weight:800}
.task-form-note{padding:10px 12px;border:1px solid var(--line);border-radius:12px;margin-bottom:12px;font-size:13px}
.team-roster-card{margin-top:14px}
.team-member-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px}
.team-member-card{appearance:none;width:100%;display:flex;gap:10px;align-items:center;text-align:left;border:1px solid var(--line);background:var(--card);border-radius:14px;padding:12px;cursor:pointer;min-height:78px}
.team-member-card:hover,.team-member-card.active{transform:translateY(-1px);box-shadow:0 8px 22px rgba(15,23,42,.08)}
.team-avatar{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--line);font-weight:900;font-size:18px;flex:0 0 auto}
.team-member-card span:nth-child(2){display:grid;gap:3px;min-width:0}
.team-member-card b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.team-member-card small,.team-member-card em{font-size:11px;font-style:normal;color:var(--muted)}
.team-empty{grid-column:1/-1}
.danger-btn{border-color:#b91c1c!important}
@media(max-width:1100px){.my-work-kpis{grid-template-columns:repeat(2,minmax(150px,1fr))}.my-work-hero{align-items:flex-start;flex-direction:column}.my-work-hero .actions{justify-content:flex-start}}
@media(max-width:640px){.my-work-kpis{grid-template-columns:1fr}.team-member-grid{grid-template-columns:1fr}.my-work-hero .actions{width:100%}.my-work-hero .actions button{flex:1 1 100%}}
