.hidden  { 	display: none;}.control-area  { 	width: 400px;	height: 640px;	background: #222;	color: #eee;	display: flex;	flex-direction: column;}.tab-container  { 	display: flex;	justify-content: space-between;	height: 50px;}.tab-container button  { 	width: 50%;	height: 100%;}.content-container  { 	background: #444;	height: calc(100% - 50px);	padding: 8px;}.fps-graph  { 	width: 100px;	height: 100px;	background: #222;	border-radius: 8px;}.fps-row  { 	position: fixed;	right: 0;	bottom: 0;	display: flex;	flex-direction: column;	padding: 8px;	gap: 8px;	color: #eee;}.fps-label  { 	display: flex;	justify-content: flex-end;	width: 100%;}.spacer  { 	height: 16px;	width: 16px;}.display-area  { 	position: fixed;	top: 0;	left: 0;	width: 100%;	height: 100%;	display: flex;	gap: 16px;	align-items: center;	justify-content: center;}body  { 	touch-action: none;}.canvas-container  { 	height: min(100vh,100vw);	width: min(100vh,100vw);	background: #222;	position: relative;}.game-canvas  { 	position: absolute;	left: 0;	top: 0;	width: 100%;	height: 100%;	background: #422;	image-rendering: pixelated;}html, body  { 	margin: 0;	padding: 0;	width: 100%;	height: 100%;	background: #111;} *  { 	box-sizing: border-box;}body  { 	-webkit-touch-callout: none;	-webkit-tap-highlight-color: transparent;	-webkit-user-select: none;}