/* Hide AccountSettings / user profile section in sidebar */
[data-testid="nav-user"],
[data-testid="nav-user"] + *,
button[aria-label="Paramètres du compte"],
button[aria-label="Account settings"] {
  display: none !important;
}

/* Keep tools UI visible, but only show first two rows: File Search + Web Search */
#tools-dropdown-menu > *:nth-child(n + 3) {
  display: none !important;
}

/* Hide account popover panel if opened */
.account-settings-popover,
[role="menu"].account-settings-popover {
  display: none !important;
}
