// Pure CSS gradient background — replaces the Three.js/WebGL shader gradient. // Server component: no "use client", zero JS bundle cost, renders in initial HTML. // Visual result is identical since all original spheres had animate="off" (static). export default function ShaderGradientBackground() { return (