.runner-game {
	--game-accent: #e11d48;
}

.runner-game .stage {
	background: linear-gradient(#79c9ff 0%, #dff5ff 70%, #f8e9bd 70%, #e4c67d 100%);
}

.runner-game .stage::after {
	position: absolute;
	z-index: 2;
	right: 14px;
	bottom: 10px;
	padding: 5px 9px;
	content: "HIZLANAN PARKUR";
	color: rgba(88, 63, 25, 0.62);
	background: rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.12em;
	pointer-events: none;
}
