/** * Global ambient background featuring a masked SVG-style grid overlay and subtle glow effect */ export default function Background() { return ( <> {/* Radial-masked blue grid overlay */}
{/* Top ambient glow light */}
); }