<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*\

@import

\*/

@import url('theme/reset.css');

/*\

@font-face {
	font-family:console;
	src:url('font/font.ttf');
}

\*/

/*\

layout

\*/

html {
	width:100%;
	height:100%;
}
body {
	width:inherit;
	height:inherit;
}
canvas {
	position:fixed;
	top:0;
	left:0;
	width:inherit;
	height:inherit;
}
aside {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:40rem;
	max-height:40rem;
	display:flex;
	flex-direction:column;
	margin:auto;
	overflow:auto;
}
aside &gt; div {
	flex:1 1 auto;
}
aside.hidden {
	display:none;
}

/*\

style

\*/

body {
	color:rgb(200,200,200);
	background:rgb(20,20,20);
	font-family:sans-serif;
}
h1 {
	text-align:center;
}
/*
aside {
	--background:rgb(10,10,10);
	filter:drop-shadow(0 0 0.5em var(--background));
}
*/
aside {
	background:rgba(0,0,0,0.78);
}
/*
aside {
	--bevel:1rem;
	clip-path:polygon(0 var(--bevel),var(--bevel) 0,calc(100% - var(--bevel)) 0,100% var(--bevel),100% calc(100% - var(--bevel)),calc(100% - var(--bevel)) 100%,var(--bevel) 100%,0 calc(100% - var(--bevel)));
}
*/

/*\

tab

\*/

/*
label {
	display:flex;
	align-items:center;
}
label input:checked + span {
	background:rgb(50,50,50);
}
label input[disabled] + span {
	text-decoration:line-through;
}
*/

/*\

radiotab

\*/

.radiotab {
	position:relative;
	display:flex;
	align-items:start;
}
.radiotab &gt; input[type='radio'] {
	display:none;
}
.radiotab &gt; input[type='radio'] + label {
	flex:1 1 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	height:40px;
	cursor:pointer;
}
.radiotab &gt; input[type='radio']:checked + label {
	background:rgb(50,50,50);
}
.radiotab &gt; input[type='radio']:checked + label + * {
	position:absolute;
	left:0;
	right:0;
	top:40px;
	bottom:0;
	/* margin:1em; */
}
.radiotab &gt; input[type='radio']:not(:checked) + label + * {
	display:none;
}
/*
.radiotab form &gt; div {
	display:flex;
	align-items:center;
}
.radiotab form &gt; div &gt; span {
	width:10em;
}
.radiotab form &gt; div &gt; *:not(span) {
	flex:1 1 auto;
}
*/

/*\

toggle

\*/

input[type='checkbox'].toggle {
	display:none;
}
input[type='checkbox'].toggle + label {
	cursor:pointer;
}
input[type='checkbox'].toggle:not(:checked) + label + * {
	display:none;
}

/*\

button

\*/

.button {
	background:rgb(50,50,50);
	cursor:pointer;
}

/*\

form {
	
}
form fieldset label {
	display:flex;
}
form fieldset label span {
	flex:1 1 auto;
}
form fieldset label input[type='number'] {
	width:4em;
}

\*/

form[name='gamepad'] &gt; div &gt; object {
	display:block;
	margin:auto;
	width:50%;
}

/*\

mapping

\*/

form[name='gamepad'] #rewire {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:auto;
	background:rgba(0,0,0,0.78);
}
form[name='gamepad'] #rewire &gt; div {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
	user-select:none;
	-moz-user-select:none;
}
form[name='gamepad'] #rewire ol {
	position:relative;
}
form[name='gamepad'] #rewire ol.input li,
form[name='gamepad'] #rewire ol.output li {
	display:flex;
	height:1.4em;
	margin:0.4em 0;
	border-style:solid;
	border-width:2px;
	border-color:rgb(90,90,90);
	background:rgba(30,30,30,0.8);
	overflow:hidden;
	cursor:pointer;
}
form[name='gamepad'] #rewire ol li meter {
	flex:1 1 auto;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
form[name='gamepad'] #rewire ol.input li {
	/* justify-content:start; */
	border-radius:0 0.7em 0.7em 0;
}
form[name='gamepad'] #rewire ol.output li {
	/* justify-content:end; */
	border-radius:0.7em 0 0 0.7em;
}
form[name='gamepad'] #rewire ol.connection li {
	position:absolute;
	height:2px;
	transform-origin:left center;
	border-radius:1px;
	background:rgb(90,90,90);
	pointer-events:none;
}

/*\



\*/

form[name='gamepad'] #rewire object {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:auto;
	background:rgba(0,0,0,0.78);
}

form[name='gamepad'] #rewire *:not(object){
	display:none;
}</pre></body></html>