.profile-status-dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: #64cf9c; }
.profile-status-dot[data-state="dnd"],
.members-sidebar .member-status-dot[data-state="dnd"],
.user-profile-presence[data-state="dnd"]::before { background: #ef5b66; }
.profile-status-menu .msg-menu-btn[aria-checked="true"] { background: rgba(100, 160, 215, .12); }
.user-profile-avatar.can-set-status { cursor: pointer; }
.user-profile-avatar.can-set-status:focus-visible { outline: 2px solid #8ebeea; outline-offset: 4px; }
