export function ScanLineOverlay() { return (
{/* Static scanlines */}
{Array.from({ length: 150 }, (_, i) => (
))}
{/* Slow scan bar sweeping top to bottom */}
{/* Subtle brightness flicker */}
); }