Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full relative"> {/* Dark Horizon Glow */} <div className="absolute inset-0 z-0" style={{ background: "radial-gradient(125% 125% at 50% 90%, #000000 40%, #0d1a36 100%)", }} /> {/* Your Content/Components */} </div>