.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;font-weight:700;letter-spacing:0;box-shadow:var(--shadow-sm);-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar--sm{width:22px;height:22px;font-size:.7rem}.avatar--md{width:28px;height:28px;font-size:.8rem}.avatar--lg{width:40px;height:40px;font-size:1rem}.avatar--primary{background:var(--gradient-primary);color:var(--text-inverse)}.avatar--muted{background:var(--bg-tertiary);color:var(--text-secondary)}.avatar__img{width:100%;height:100%;object-fit:cover;display:block}.avatar__initial{line-height:1}