fix: restore legacy blur strength + re-enable embed fetch error logging
Scale two-pass Gaussian blur strength by 1/3 to match the old single-pass
behavior — blur(5) was producing ~3x stronger output after the rewrite,
breaking pieces like $4bb that rely on specific blur levels.
Re-enable console.warn for network errors in fetchCachedCode so embed
failures are visible in devtools instead of silently swallowed.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>