.profile-menu{position:relative;flex:0 0 auto}.profile-menu-trigger{border:0;background:transparent;padding:0;cursor:pointer;border-radius:12px;display:grid;place-items:center}.profile-menu-trigger:focus-visible{outline:2px solid #6547e8;outline-offset:2px}.profile-menu-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#ff7161;color:#fff;font-size:12px;font-weight:900;object-fit:cover}.profile-menu--loading .profile-menu-avatar{background:#e8e3ee;color:#9a93a2}.profile-menu-dropdown{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;background:#fff;border:1px solid #e6e0eb;border-radius:14px;box-shadow:0 12px 32px rgba(38,31,67,.14);padding:8px;z-index:60;display:grid;gap:2px}.profile-menu-meta{padding:10px 12px 8px;border-bottom:1px solid #e6e0eb;margin-bottom:4px;display:grid;gap:2px}.profile-menu-meta strong{font-size:14px;line-height:1.3;color:#17152b}.profile-menu-meta small{font-size:12px;color:#8a8394;overflow:hidden;text-overflow:ellipsis}.profile-menu-item{display:block;width:100%;text-align:left;border:0;background:transparent;border-radius:10px;padding:10px 12px;font:inherit;font-size:14px;font-weight:800;color:#17152b;cursor:pointer;text-decoration:none}.profile-menu-item:hover{background:#eee9ff;color:#6547e8}.profile-menu-item.danger{color:#a54136}.profile-menu-item.danger:hover{background:#ffe7e2;color:#a54136}.profile-menu-dropdown form{margin:0}