.avatar{flex-shrink:0;display:inline-flex;position:relative}.avatar-ring{border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;overflow:hidden}.avatar-xs .avatar-ring{width:28px;height:28px}.avatar-sm .avatar-ring{width:32px;height:32px}.avatar-md .avatar-ring{width:42px;height:42px}.avatar-lg .avatar-ring{width:52px;height:52px}.avatar-image{object-fit:cover;background:var(--bg-tertiary);border-radius:50%;width:100%;height:100%}.avatar-fallback{background:var(--bg-tertiary);width:100%;height:100%;font-size:var(--text-xs);font-weight:var(--weight-semibold);color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.avatar-xs .avatar-fallback{font-size:.625rem}.avatar-lg .avatar-fallback{font-size:var(--text-sm)}.avatar-status{border:2px solid var(--bg-secondary);border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.avatar-xs .avatar-status,.avatar-sm .avatar-status{width:8px;height:8px}.avatar-status-online{background:var(--status-online)}.avatar-status-offline{background:var(--text-tertiary)}.avatar-stack-item{margin-left:-8px}.avatar-stack-item:first-child{margin-left:0}.avatar-stack-item .avatar-ring{border:2px solid var(--bg-secondary)}
