@font-face {
	font-family: 'DotGothic16';
	font-style: normal;
	font-weight: 400;
	src: url('dotgothic16-v19-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 0;
	background: black;
}
body > div.default,
body > div.activation,
body > div.activated,
body > div.revoked,
body > div.error {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	visibility: hidden;
	color: white;
	font-family: 'DotGothic16', sans-serif;
	font-size: 16pt;
}
body.default > div.default,
body.activation > div.activation,
body.activated > div.activated,
body.revoked > div.revoked,
body.error > div.error {
	visibility: visible;
}
div.default,
div.activation,
div.revoked,
div.error {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}
#qr > img {
	image-rendering: pixelated;
	width: 100%;
	max-width: 400px;
}
#error_code {
	text-transform: uppercase;
	font-size: 12pt;
	margin-top: 4em;
}

div.activated {
	background: pink;
}
play-list {
	contain: strict;
	overflow: clip;
}
.debug {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	font-size: 14px;
	font-family: monospace;
	white-space: pre;
}
.json-key { color: brown; }
.json-value { color: navy; }
.json-string {color: olive; }
