<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family: 'FuturaHandwritten';
	font-style: normal;
	src: url('FuturaHandwritten.ttf') format('truetype');
}

html,body{
	width: 100%;
	height: 100%;
}

body{

	margin:0;
	overflow: hidden;

	background: #fff;

	font-family: 'FuturaHandwritten';
	color: #333;
	font-size: 20px;

}
#preloader{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    font-size: 30px;
    text-align: center;
}
#main{
	width: 100%;
	height: calc(100% - 60px);
	position: relative;
	overflow: hidden;
}
#footer{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #222;
}
s{
	text-decoration: line-through;
}

/*************************/
/******* SOUND *******/
/*************************/
#sound{
	position: absolute;
	left:13px;
	top:5px;
	width: 100px;
	height: 50px;
	cursor: pointer;
}
#sound &gt; div{
	position: absolute;
}
#sound #sound_icon{
	background: url(../assets/ui/sound.png);
	background-size: auto 100%;
	width: 40px;
	height: 40px;
	top: 5px;
	left:2px;
}
#sound #sound_on, #sound #sound_off{
	left: 52px;
    font-size: 30px;
    line-height: 55px;
}
#sound #sound_on{
	color:#fff;
}
#sound #sound_off{
	color:#595959;
}
#sound[sound=off] #sound_icon{
	background-position: -40px 0;
}
#sound[sound=on] #sound_on, #sound[sound=off] #sound_off{
	display: block;
}
#sound[sound=off] #sound_on, #sound[sound=on] #sound_off{
	display: none;
}

/*************************/
/******* SLIDESHOW *******/
/*************************/

#slideshow_container{
	width:0; height:0;
	position:absolute;
	margin:auto;
	top:0; left:0; right:0; bottom:0;
}
#slideshow{

	/*border: 1px solid rgba(0,0,0,0.2);*/
	width:960px;
	height:540px;

	/* Center this thing */
	position: absolute;
	left:-480px;
	top:-270px;

}
.object{
	position: absolute;
	transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
}
.fader{
	transition: opacity 0.5s ease-in-out !important;
}

/******** Text Box ********/

.textbox{}
.textbox &gt; div{
	position: absolute;
}
/* fake bold */
.textbox b{
	font-weight: normal;
	text-shadow:1px 0 0 currentColor;
}


.label{
	position: absolute;
}

/********* Button ********/

.no-select{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}
.button{
	z-index: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	transform-origin: 97.5px 27.5px;
	transition: transform 0.1s ease-out;

	text-align: center;
}
.button #background{
	position: absolute;
	background: url(../assets/ui/button.png);
	width:250px; height:125px;
	background-size: 100%;
	top:-35px; left:-30px;
	pointer-events:none;
	cursor: default;
}
.button #text{

	font-family: 'FuturaHandwritten';
	color: #000;
	font-size: 24px;

	width: 180px;
	height: 30px;
	text-align: center;

	position: absolute;
	top:14px; left:5px;

	cursor: default;

}
.button #hitbox{
	position: absolute;
	width:195px; height:55px;
	cursor: pointer;
}
.button[hover=yes]{
	z-index: 100;
	transform: scale(1.02, 1.02);
}
.button[hover=yes] #background{
	background-position: 0px -125px !important;
}
.button[deactivated=yes] #background{
	background-position: 0px -250px !important;
}
.button[deactivated=yes] #text{
	color: #CCCCCC;
}
.button[deactivated=yes] #hitbox{
	display: none;
}
.button[size=short]{
	transform-origin: 57.5px 27.5px;
}
.button[size=short] #background{
	background: url(../assets/ui/button_short.png);
	background-size: 100%;
	width:150px; left:-20px;
}
.button[size=short] #text{
	width:105px;
	/*font-size: 18px;
    top: 18px;*/
}
.button[size=short] #hitbox{
	width:115px;
}
.button[size=long]{
	transform-origin: 172.5px 27.5px;
}
.button[size=long] #background{
	background: url(../assets/ui/button_long.png);
	background-size: 100%;
	width:400px;
}
.button[size=long] #text{
	width:330px;
	top: 11px;
}
.button[size=long] #hitbox{
	width:345px;
}
.button:active{
    transform: scale(0.95, 0.95);
}


/*************************/
/****** SANDBOX UI *******/
/*************************/

#sandbox_tabs{
	position: absolute;
	left: 460px; top:-10px;
	background: url(../assets/ui/sandbox_tabs.png);
	width:500px; height:470px;
	background-size: auto 100%;

	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	cursor: default;
}
#sandbox_tabs &gt; div{
	position: absolute;
}
#sandbox_tabs .hitbox{
	cursor: pointer;
	font-size: 25px;
	top: 22px;
}
#sandbox_tabs .sandbox_page{
	width: 433px;
	height: 385px;
	left: 33px;
	top: 80px;
}
.incdec{
	width: 0; height: 0;
	position: absolute;
}
.incdec &gt; div{
	position: absolute;
}
.incdec &gt; .incdec_num{
	width:50px; height:50px;
	font-size: 25px;
	text-align: center;
    top: -16px;
    left: -25px;
    cursor: default;
}
.incdec &gt; .incdec_control{
	left:-10px;
	width:20px; height:20px;
	background-size: auto 100%;
	cursor: pointer;
}
.incdec &gt; .incdec_control[arrow=up]{ top:-35px; background-position:0px 0px; }
.incdec &gt; .incdec_control[arrow=up]:hover{ background-position:-20px 0px; }
.incdec &gt; .incdec_control[arrow=down]{ bottom:-35px; background-position:-40px 0px; }
.incdec &gt; .incdec_control[arrow=down]:hover{ background-position:-60px 0px; }

.slider{
	position: absolute;
	height: 40px;
}
.slider &gt; div{
	position: absolute;
}
.slider &gt; .slider_bg{
	top:0;
	width:100%; height:30px;
	background: url(../assets/ui/slider_bg.png);
	background-size: auto 100%;
}

.sandbox_pop{
	position: absolute;
}
.sandbox_pop&gt;div{
	position: absolute;
}

.sandbox_pop_label{
	font-size: 18px;
    width: 150px;
    top: 8px;
    left: 50px;
}

/*************************/
/******* SCRATCHER *******/
/*************************/

.scratcher{
	position: absolute;
	top:0; left:0;
	width: 100%; height: 100%;
	background: url(../assets/ui/scratch.png);
	background-size: 200% 2000%;
	display: none;

	z-index: 200;
}

/*************************/
/***** SLIDE SELECT ******/
/*************************/

#select{
	width:100%;
	text-align: center;
    padding-top: 15px;
}
#select .dot{
	width: 30px;
	height: 30px;
	border-radius: 40px;
	border: 1px solid #fff;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}
#select .dot[selected]{
	background: #fff;
}

#viewDiv {
	position: relative;
	height: 100%;
	width: 100%;
}

#countriesPanel {
	position: absolute;
	top: 20px;
	right: 20px;
	background: white;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	max-height: 80vh;
	overflow-y: auto;
	z-index: 1000;
}

.country-checkbox {
	margin: 8px 0;
}

#showAll {
	margin-bottom: 16px;
}

label {
	margin-left: 8px;
}

#zoomControls {
	position: absolute;
	left: 20px;
	top: 20px;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	z-index: 1000;
}

.zoom-button {
	width: 40px;
	height: 40px;
	border: none;
	background: white;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoom-button:first-child {
	border-bottom: 1px solid #eee;
	border-radius: 8px 8px 0 0;
}

.zoom-button:last-child {
	border-radius: 0 0 8px 8px;
}

.zoom-button:hover {
	background: #f5f5f5;
}

/*************************/
/***** DIALOGUE ******/
/*************************/
</pre></body></html>