@charset "utf-8";

body {
	background: radial-gradient(1200px 800px at 55% 35%, rgba(244. 232, 200, .16) 0%, rgba(217. 164, 65, .12) 35%, transparent 65%);
}

body::before {
	content: "";
	position: fixed;
	inset: -20%;
	top: 50%;
	left: 50%;
	width: 120vmax;
	height: 120vmax;
	pointer-events: none;
	z-index: -1;
	background:
		radial-gradient(circle at 60% 35%, rgba(244, 232, 200, .35) 0%, rgba(244, 232, 200, 0) 55%),
		radial-gradient(circle at 70% 55%, rgba(217, 164, 65, .22) 0%, rgba(217, 164, 65, 0) 60%);
	filter: blur(10px);
}

body::after{
	content:"";
	position: fixed;
	inset:-20%;
	pointer-events:none;
	z-index:-2;
	background:
		radial-gradient(80% 40% at 10% 70%, rgba(217, 164, 65, .28), transparent 60%),
		radial-gradient(70% 35% at 80% 60%, rgba(244, 232, 200, .18), transparent 65%),
		radial-gradient(60% 30% at 50% 20%, rgba(255, 245, 255, .10), transparent 70%),
		linear-gradient(135deg, #070A16 0%, #0B1026 50%, #111A3A 100%);
	filter: blur(8px);
}

.footer {
	margin: 32px 0 12px;
	color:rgba(244, 232, 200, .75);
	font-size: 1rem;
	text-align: center;
}