/* Perfil / dropdown do usuário (desktop e mobile) */
#dropdown-user2, #dropdown-user {
  background-color: rgba(15, 23, 42, 0.92) !important; /* slate-900 */
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 18px 48px rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255,255,255,0.86) !important;
}

/* remove "glass" branco de dentro, mantendo o layout */
#dropdown-user2 .profile-menu,
#dropdown-user .profile-menu {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* itens do menu */
#dropdown-user2 .profile-menu__item,
#dropdown-user .profile-menu__item,
#dropdown-user2 .profile-menu li,
#dropdown-user .profile-menu li {
  background: transparent !important;
}

#dropdown-user2 .profile-menu a,
#dropdown-user .profile-menu a {
  color: #f5c400 !important; /* amarelo/ouro */
}

#dropdown-user2 .profile-menu a:hover,
#dropdown-user .profile-menu a:hover {
  background: rgba(255,255,255,0.06) !important;
  border-radius: 10px;
}

/* textos informativos (Conta criada / logado há X) voltam a ficar legíveis */
#dropdown-user2 .text-xs,
#dropdown-user .text-xs,
#dropdown-user2 .text-sm,
#dropdown-user .text-sm {
  color: rgba(255,255,255,0.70) !important;
}
