Follow up to #16 The ThemeProvider automatically imports MUI styles at module level, causing: * JavaScript injection into SCSS files during build (with sass as peer dependency) * Prevents tree shaking - MUI styles bundled even when unused * Stylesheet conflicts - unintended theme overrides in consuming apps Solution: Refactor theme provider to not Mount MUI and CSS by default.