.matrix-backdrop {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.matrix-backdrop__canvas {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.36;
}

.matrix-backdrop__atmosphere {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(22, 101, 52, 0.23) 0%, transparent 43%),
		radial-gradient(ellipse 100% 65% at 50% -5%, rgba(34, 197, 94, 0.105) 0%, transparent 58%),
		linear-gradient(180deg, rgba(4, 12, 8, 0.79) 0%, rgba(0, 0, 0, 0.91) 100%);
}
