<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page.game-media {
	background-position: center center;
	background-size: cover;
	background-color: #152264;
	background-attachment: fixed;
	position: relative;
}

.page.game-media.full-bg {
	height: 130vw;
	background-attachment: local;
}

.page.game-media .fade {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 300px;
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 50%);
}

.page.game-media.full-bg .fade {
	display: none;
}

.page.game-media .content { position: relative; }

.page.game-media h1 {
	text-align: center;
	font-weight: bold;
	font-size: 4em;
	margin: 0;
	padding: 0;
	color: #f7f4eb;
}

.page.game-media .title_img {
	text-align: center;
	width: 100%;
}

.page.game-media h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	margin: 0;
	padding: 0;
	color: #f7f4eb;
}

.platforms {
	height: 24px;
	width: 100%;
	text-align: center;
}
.platforms img { height: 100%; margin: 4px; }

.video-wrapper {
	position: relative;
	margin-top: 32px;
	margin-bottom: 2%;
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.screenshots {
	width: 100%;
	margin: 0 0 32px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	float: left;
}
.screenshots a {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #000;
	border-radius: 4px;
	float: left;
}
.screenshots a:nth-child(4n + 0) { margin-right: 0; }

.screenshots img {
	width: 100%;
	opacity: 0.75;
	border-radius: 4px;
	transition: opacity 0.25s;
}
.screenshots a:hover img { opacity: 1; }

.side {
	width: 30%;
	float: left;
}

.side.hide { display: none; }

.buy {
	width: 100%;
	float: left;
}

.buy .button {
	width: 100%;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	border-radius: 4px;
	background: #152264;
	transition: background 0.2s;
	float: left;
}

.buy .button.switch { background-color: #e60012; }
.buy .button.ps4 { background-color: #0072ce; }
.buy .button.xb1 { background-color: #107c10; }
.buy .button.steam { background-color: #282e39; }
.buy .button.itch { background-color: #ff2449; }
.buy .button.epic { background-color: #444; }
.buy .button.bandcamp { background-color: #1da0c3; }

.buy .button:hover {
	background-color: #000;
}

.buy .button img {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.buy .button .label {
	vertical-align: middle;
	display: inline-block;
	color: #f7f4eb;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}

.ratings {
	width: 100%;
	margin-top: 32px;
	text-align: center;
	float: left;
}
.ratings img {
	height: 50px;
}

.page.game-info { padding-bottom: 60px; }
.page.game-info.hide { display: none; }
.description {
	width: 65%;
	float: right;
}
.description.full { width: 100%; text-align: center; }

.description p:first-child { padding-top: 0; margin-top: 0; }


.merch {
	width: 100%;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 24px;
	background: rgba(0, 0, 0, 0.1);
	float: left;
	display: flex;
	flex: row;
	justify-content: space-between;
}

.merch a {
	margin: 8px;
	flex: 1 1 auto;
	flex-grow: 1;
	flex-basis: 200px;
	text-align: center;
}

.merch a img {
	width: 100%;
	border-radius: 8px;
}

.publisher {
	width: 100%;
	float: left;
	text-align: center;
}

.publisher h1 { 
	font-size: 1.2em;
	margin: 32px 0 8px 0;
	padding: 0;
	opacity: 0.5;
}

.publisher .button {
	background: #344599;
	border-radius: 4px;
	padding: 16px 24px 16px 24px;
	box-sizing: border-box;
	color: #f7f4eb;
	display: inline-block;
	font-size: 1.6em;
	line-height: 0.25em;
	box-shadow: 8px 8px 0px #ecc547;
	text-align: left;
}

.publisher img {
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

@media(max-width: 800px)
{
	.side { width: 100%; margin-top: 32px; }
	.buy {  }
	.buy .button { width: 47.5%; }
	.buy .button:nth-child(odd) { margin-right: 5%; }
	.buy .button .label { font-size: 2vw; }
	.description { width: 100%; }
	.publisher .button { font-size: 4vw; }
}</pre></body></html>