:root {
	color-scheme: dark;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden !important;
	background: #050814;
	overscroll-behavior: none;
}

#game-host {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	overflow: hidden;
}

#game-stage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
}

#game-stage #canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	touch-action: none;
}
