.user-avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;font-family:var(--font);font-weight:var(--fw-bold);background:var(--brand-gold);color:var(--brand-primary);-webkit-user-select:none;user-select:none}.user-avatar--sm{width:32px;height:32px;font-size:13px}.user-avatar--md{width:40px;height:40px;font-size:15px}.user-avatar--lg{width:56px;height:56px;font-size:20px}.user-avatar--xl{width:72px;height:72px;font-size:28px}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar--default,.user-avatar--on-dark,.user-avatar--sidebar{background:var(--brand-gold);color:var(--brand-primary)}