Admin dashboards are a common real-world layout — sidebar navigation on the left, main content area on the right. In this challenge, you will build an Admin Dashboard Sidebar using CSS Grid.
The dashboard must have a sidebar with navigation links and a main area with stat cards. On desktop, both sections sit side by side. On mobile, the layout collapses to a single vertical column.