Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-white relative"> {/* Left Masked White Grid with Dots Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: ` linear-gradient(to right, rgba(0,0,0,0.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(0,0,0,0.06) 1px, transparent 1px), radial-gradient(circle, rgba(51,65,85,0.4) 1px, transparent 1px) `, backgroundSize: "20px 20px, 20px 20px, 20px 20px", backgroundPosition: "0 0, 0 0, 0 0", WebkitMaskImage: "linear-gradient(to left, #000 0%, #000 50%, transparent 20%, transparent 100%)", maskImage: "linear-gradient(to left, #000 0%, #000 50%, transparent 20%, transparent 100%)", }} /> {/* Your Content/Components */}</div>