/* P10: Removed dark mode - app uses light theme only (ThemeProvider enableSystem={false}) */
/* This prevents flash of dark background for users with dark OS settings */
html { background-color: #f5f5f5; }
