.space-game {
	--game-accent: #0891b2;
}

.space-game .stage {
	background: radial-gradient(circle at 50% 110%, #164e63, #0f172a 48%, #050816);
	cursor: crosshair;
}

.space-game .stage::after {
	position: absolute;
	z-index: 2;
	right: 12px;
	bottom: 10px;
	padding: 5px 9px;
	content: "DERİN UZAY";
	color: rgba(186, 230, 253, 0.72);
	background: rgba(8, 47, 73, 0.48);
	border: 1px solid rgba(125, 211, 252, 0.16);
	border-radius: 7px;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: 0.13em;
	pointer-events: none;
}
