Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-[#020617] relative"> {/* Cyan Radial Glow Background */} <div className="absolute inset-0 z-0" style={{ backgroundImage: `radial-gradient(circle 500px at 50% 100px, rgba(6,182,212,0.4), transparent)`, }} /> {/* Your Content/Components */}</div>