Full-page view of this background so you can judge contrast, type, and chrome.
<div className="min-h-screen w-full bg-black relative overflow-hidden"> {/* Top Spotlight Background */} <div className="absolute inset-0 z-0 pointer-events-none" style={{ background: ` radial-gradient( circle at top, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 20%, rgba(0, 0, 0, 0.0) 60% ) `, }} /> {/* Your Content Here */}</div>