@charset "utf-8";

body {
	background: radial-gradient(1200px 800px at 55% 35%, #F3DAFF 0%, #C66BFF 45%, #6B1FB3 100%);
}

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(255,255,255,.55) 0%, rgba(255,255,255,0) 55%),
		radial-gradient(circle at 70% 55%, rgba(179,92,255,.22) 0%, rgba(179,92,255,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(179,92,255,.45), transparent 60%),
		radial-gradient(70% 35% at 80% 60%, rgba(217,179,255,.45), transparent 65%),
		radial-gradient(60% 30% at 50% 20%, rgba(243,218,255,.55), transparent 70%),
		linear-gradient(135deg, #F3DAFF 0%, #C66BFF 50%, #6B1FB3 100%);
	filter: blur(8px);
}

.footer {
	margin: 32px 0 12px;
	font-size: 1rem;
	text-align: center;
}