Fixed
- Toast notifications for success and default messages no longer interrupt screen reader output immediately; only danger and warning toasts use
aria-live="assertive", while success and default usearia-live="polite" - Removed redundant
role="listitem"attribute from navigation<a>elements; the parent container already provides list semantics, and the duplicate role was confusing assistive technologies