.avatar{border-radius:9999px;flex-shrink:0;width:40px;height:40px;display:flex;position:relative;overflow:hidden}.avatar--sm{width:32px;height:32px}.avatar--md{width:40px;height:40px}.avatar--lg{width:48px;height:48px}.avatar__image{aspect-ratio:1;object-fit:cover;width:100%;height:100%}.avatar__fallback{background:var(--color-bg-subtle);width:100%;height:100%;color:var(--color-fg-muted);font-size:var(--text-sm);border-radius:9999px;justify-content:center;align-items:center;font-weight:500;display:flex}.avatar--sm .avatar__fallback{font-size:var(--text-xs)}.avatar--lg .avatar__fallback{font-size:var(--text-base)}
