Warm yellow ember in the bottom-left
<div className="min-h-screen w-full bg-[#000814] relative"> <div className="absolute inset-0 z-0" style={{ backgroundImage: `radial-gradient(520px 320px at 0% 100%, rgba(255,195,0,0.22), transparent 58%)`, }} /> <div className="relative z-10">{/* Your content */}</div></div>