.user-menu-dropdown{position:fixed;width:16.25rem;padding:0;overflow:hidden;border-radius:.75rem;background:rgba(17,22,33,1);box-shadow:0 .75rem 2rem rgba(0,0,0,.5);transform:translateY(-100%);z-index:1000}.user-menu-dropdown__header{display:flex;align-items:center;gap:.75rem;padding:.875rem .875rem .75rem}.user-menu-dropdown__avatar{width:1.875rem;height:1.875rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:rgba(14,89,250,.35);display:flex;align-items:center;justify-content:center}.user-menu-dropdown__avatar img{width:100%;height:100%;object-fit:cover;display:block}.user-menu-dropdown__meta{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.user-menu-dropdown__name{font-size:.875rem;font-weight:600;color:#fff}.user-menu-dropdown__name,.user-menu-dropdown__sub{line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-dropdown__sub{font-size:.75rem;color:#8e97a5}.user-menu-dropdown__wechat-notify{padding:0 .875rem;background:#202434}.user-menu-dropdown__wechat-notify-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:2.5rem}.user-menu-dropdown__wechat-notify-row.is-disabled{cursor:not-allowed}.user-menu-dropdown__wechat-notify-label{font-size:.875rem;color:rgba(255,255,255,.92);user-select:none}.user-menu-dropdown__list{padding:8px 10px 10px;display:flex;flex-direction:column;gap:2px}.user-menu-dropdown__item{width:100%;min-height:2.5rem;display:flex;align-items:center;gap:10px;border:none;border-radius:8px;background:transparent;color:rgba(255,255,255,.92);font-size:.875rem;padding:8px 10px;cursor:pointer;transition:background .18s ease,color .18s ease}.user-menu-dropdown__item .anticon{font-size:1rem;color:#8e97a5;flex-shrink:0;transition:color .18s ease}.user-menu-dropdown__item:hover{background:rgba(32,36,52,1)}.user-menu-dropdown__item:hover .anticon{color:rgba(255,255,255,.88)}.user-menu-dropdown__item--danger{color:#ffc9c9}.user-menu-dropdown__item--danger .anticon{color:rgba(255,180,180,.85)}.user-menu-dropdown__item--danger:hover{background:rgba(32,36,52,1);color:#ffe0e0}.user-menu-dropdown__item--danger:hover .anticon{color:#ffb4b4}.user-menu-dropdown-pop-enter-active,.user-menu-dropdown-pop-leave-active{transition:all .2s ease}.user-menu-dropdown-pop-enter-from,.user-menu-dropdown-pop-leave-to{opacity:0;transform:translateY(-100%) translateX(-.875rem) scale(.98)}html.app-shell-create .user-menu-dropdown__switch.ant-switch,html.layout-home-new .user-menu-dropdown__switch.ant-switch{min-width:2.25rem;background:rgba(106,123,148,.7)!important;border:1px solid rgba(180,198,224,.48)!important}html.app-shell-create .user-menu-dropdown__switch.ant-switch.ant-switch-checked,html.app-shell-create .user-menu-dropdown__switch.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled),html.layout-home-new .user-menu-dropdown__switch.ant-switch.ant-switch-checked,html.layout-home-new .user-menu-dropdown__switch.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:linear-gradient(270deg,#0e59fa,#00abd8)!important;border-color:rgba(0,171,216,.95)!important}html.app-shell-create .user-menu-dropdown__switch.ant-switch .ant-switch-handle,html.layout-home-new .user-menu-dropdown__switch.ant-switch .ant-switch-handle{top:50%!important;translate:0 -50%}html.app-shell-create .user-menu-dropdown__switch.ant-switch .ant-switch-handle:before,html.layout-home-new .user-menu-dropdown__switch.ant-switch .ant-switch-handle:before{background:#ffffff!important}