Description: "Prop drilling is getting messy. Move the 'Grant List' and 'User Role' state into a global store."
Acceptance Criteria:
[ ] Install zustand.
[ ] Create useStore.
[ ] Refactor Dashboard.tsx to use the store.
Priority: Low
Labels: refactor, cleanup