Get effective light intensity (static component - only rest state)
double getEffectiveLightIntensityForTheme(bool isDarkMode) { return isDarkMode ? 0.05 : lightIntensity; }