<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.debug-div {
	position: fixed;
	z-index: 9000;
	top: 10px;
	right: 10px;
}

.debug-toggle,
.debug-option {
	width: 50px;
	padding: 5px;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	text-align: center;
	margin-bottom: 0.5em;	
}

.debug-toggle {
	background: rgba(0,0,75,0.85);
	font-size: 0.85em;
}

.debug-option {
	background: rgba(0,75,0,0.85);
	font-size: 0.65em;
}

.debug-option.inactive {
	display: none !important;
}

.debug-bkg-gry {
	background: rgba(0,0,0,0.05) !important;
}
.debug-bkg-red {
	background: rgba(200,0,0,0.05) !important;
}
.debug-bkg-grn {
	background: rgba(0,200,0,0.05) !important;
}
.debug-bkg-blu {
	background: rgba(0,0,200,0.05) !important;
}
.debug-bkg-ylw {
	background: rgba(200,200,0,0.05) !important;
}
.debug-bkg-mag {
	background: rgba(200,0,200,0.05) !important;
}
.debug-bkg-cyn {
	background: rgba(0,200,200,0.05) !important;
}

/* stuff from base I don't wanna see */
#ratingTool {
	display: none !important;
}</pre></body></html>