/* xiaonengxiong.kaizhua.top mirror — hide account identity UI */

/* 顶栏账户下拉按钮（头像+昵称） */
button[aria-label="账户菜单"],
button[aria-label*="账户"],
button[aria-label*="账号"] {
    display: none !important;
}

/* 侧边栏底部：我的笔记 / 我的阅读 / 我的收藏 整块（含分隔线） */
div.mt-auto:has(.lucide-notebook-pen) {
    display: none !important;
}
li:has(> button .lucide-notebook-pen),
li:has(> button .lucide-chart-column),
li:has(> button .lucide-bookmark) {
    display: none !important;
}

/* 绑定邮箱横幅（「去绑定」跳 casdoor 账户页会暴露账号） */
div[role="status"]:has(.lucide-mail-icon) {
    display: none !important;
}

/* 兜底：任何位置出现微信头像图一律不显示 */
img[src*="thirdwx.qlogo.cn"] {
    display: none !important;
}
