What problem does it solve? Building responsive interfaces that follow Material Design 3 guidelines requires memorizing dozens of spacing values, breakpoints, elevation levels, and interaction state rules, and inconsistent application leads to visually broken layouts. ## Core Features & Use Cases - Spacing and Grid Systems: Provides the 4dp spacing scale, semantic spacing tokens, and 4/8/12-column responsive grids with standard M3 breakpoints (600px, 905px, 1240px). - Component Specifications: Defines exact padding, sizing, and gap values for buttons, cards, dialogs, lists, and navigation components. - Elevation and Interaction States: Supplies five elevation levels with shadow tokens, surface tinting, background blur for overlays, and state layer opacities for hover, focus, and pressed states. - Use Case: When building a dashboard page, apply the responsive grid patterns, card containment rules, and 48px touch targets to produce a layout that works from mobile to desktop. ## Quick Start Apply Material Design 3 layout guidelines to build a responsive dashboard page with a sidebar, card grid, and proper spacing tokens.