.avatar{border-radius:var(--radius-full);background:var(--accent-muted);border:1px solid var(--border-subtle);color:var(--text-primary);font-weight:var(--weight-bold);text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.avatar--sm{width:28px;height:28px;font-size:.625rem}.avatar--md{width:36px;height:36px;font-size:var(--text-xs)}.avatar--lg{width:44px;height:44px;font-size:var(--text-sm)}.avatar--xl{width:56px;height:56px;font-size:var(--text-base)}.avatar img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.avatar__status{border-radius:var(--radius-full);border:2px solid var(--bg-primary);background:var(--text-tertiary);width:10px;height:10px;position:absolute;bottom:0;right:0}.avatar__status--online{background:var(--text-primary)}.avatar__status--offline{background:var(--text-muted)}.avatar__status--busy{background:var(--text-secondary)}.avatar__status--away{background:var(--text-tertiary)}
