@font-face {
  font-family: "TerminusWeb";
  src: url("../fonts/Terminus.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
body, p, pre, h1, h2, h3, h4 {
  margin: 0;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
}

body {
  min-height: 100vh;
  background-color: #008080;
  color: #000000;
  font-family: "Tahoma", "MS Sans Serif", "Segoe UI", Geneva, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  text-decoration: none;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

a {
  color: #000080;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  background: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 3px);
  box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.45);
  mix-blend-mode: multiply;
  opacity: 0.5;
}

div.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 8px 0;
}

header {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  background: #c0c0c0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 3px;
  margin-bottom: 12px;
}
header div.nav {
  display: flex;
}
header div.nav a {
  font-family: "Tahoma", "MS Sans Serif", "Segoe UI", Geneva, sans-serif;
  color: #000000;
  padding: 4px 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
header div.nav a:hover {
  background: #000080;
  color: #ffffff;
}
header div.nav a.active {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
  font-weight: 700;
}
header div.link {
  display: flex;
  margin-left: auto;
}
header div.link a {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 30px;
  background: #c0c0c0;
  margin-left: 4px;
}
header div.link a:active {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
}
header div.link a img {
  width: 22px;
  height: 22px;
  filter: brightness(0);
  opacity: 0.8;
}

div.box-group {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  background: #c0c0c0;
  padding: 4px;
  margin-bottom: 12px;
}
div.box-group h2 {
  font-family: "Tahoma", "MS Sans Serif", "Segoe UI", Geneva, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #000080, #1084d0);
  padding: 4px 8px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
div.box-group h2::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #c4151c;
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff;
}
div.box-group .box {
  box-shadow: inset 1px 1px 0 0 #000000, inset -1px -1px 0 0 #ffffff, inset 2px 2px 0 0 #808080, inset -2px -2px 0 0 #dfdfdf;
  background: #ffffff;
  margin: 0 2px 6px;
  padding: 10px 12px;
  color: #000000;
}
div.box-group .box:last-child {
  margin-bottom: 2px;
}
div.box-group .box p {
  line-height: 1.55;
}
div.box-group .box a {
  color: #000080;
  text-decoration: underline;
}
div.box-group .box h3 {
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #c4151c;
}

footer {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
  background: #c0c0c0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px 14px;
  padding: 4px 10px;
  margin: 4px 0 16px;
}
footer p {
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  font-size: 13px;
  color: #404040;
}
footer p.other-game {
  margin-left: auto;
}
footer p.other-game a {
  color: #000080;
  text-decoration: none;
}
footer p.other-game a:hover {
  text-decoration: underline;
}

#img-enlarge {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out;
}

div.inner_column {
  max-width: 760px;
  margin: 0 auto;
}

.screenshot {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid;
  border-color: #808080 #ffffff #ffffff #808080;
  cursor: zoom-in;
}

@media (max-width: 520px) {
  header div.nav a {
    padding: 4px 8px;
  }
}

@font-face {
  font-family: "TerminusWeb";
  src: url("../fonts/Terminus.ttf") format("truetype");
  font-weight: 400 700;
  font-display: swap;
}
div.home .hero {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  background: #c0c0c0;
  padding: 4px;
  margin-bottom: 12px;
}
div.home .hero .titlebar {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #000080, #1084d0);
  color: #ffffff;
  font-family: "Tahoma", "MS Sans Serif", "Segoe UI", Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 3px 4px 3px 6px;
}
div.home .hero .titlebar .title {
  display: flex;
  align-items: center;
  font-size: inherit;
}
div.home .hero .titlebar .title::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: #c4151c;
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff;
}
div.home .hero .titlebar .controls {
  margin-left: auto;
  display: flex;
  gap: 2px;
}
div.home .hero .titlebar .cbtn {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  width: 18px;
  height: 16px;
  background-color: #c0c0c0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 16px;
  image-rendering: pixelated;
}
div.home .hero .titlebar .cbtn.min {
  background-image: url("../img/ctl-min.svg");
}
div.home .hero .titlebar .cbtn.max {
  background-image: url("../img/ctl-max.svg");
}
div.home .hero .titlebar .cbtn.close {
  background-image: url("../img/ctl-close.svg");
}
div.home .hero .hero-body {
  position: relative;
  box-shadow: inset 1px 1px 0 0 #000000, inset -1px -1px 0 0 #ffffff, inset 2px 2px 0 0 #808080, inset -2px -2px 0 0 #dfdfdf;
  margin: 4px 2px 2px;
  padding: 40px 16px 28px;
  background-color: #0a3d4d;
  background-image: url("../img/hero-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  overflow: hidden;
}
div.home .hero .logo {
  margin: 0 auto;
  max-width: 560px;
  line-height: 0;
}
div.home .hero .logo img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.6));
}
div.home .hero .tagline {
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  max-width: 600px;
  margin: 18px auto 0;
  padding: 12px 16px;
  background: rgba(6, 10, 18, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  text-shadow: 0 1px 2px #000;
}
div.home .hero .ea-badge {
  display: inline-block;
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #000000;
  background: #c4151c;
  color: #ffffff;
  padding: 3px 10px;
  margin: 14px auto 0;
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 rgba(255, 255, 255, 0.6);
}
div.home div.btngroup {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
div.home div.btngroup a.btn {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 8px);
  min-height: 46px;
  padding: 6px 12px;
  background: #c0c0c0;
  color: #000000;
  font-family: "Tahoma", "MS Sans Serif", "Segoe UI", Geneva, sans-serif;
}
div.home div.btngroup a.btn:active {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
  padding: 7px 11px 5px 13px;
}
div.home div.btngroup a.btn img {
  width: 24px;
  height: 24px;
  filter: brightness(0);
}
div.home div.btngroup a.btn .label {
  font-weight: 700;
  font-size: 14px;
}
div.home div.btngroup a.btn .sub {
  margin-left: auto;
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  font-size: 12px;
  color: #404040;
}
div.home div.btngroup a.btn.primary {
  background: #c4151c;
  color: #ffffff;
}
div.home div.btngroup a.btn.primary img {
  filter: brightness(0) invert(1);
}
div.home div.btngroup a.btn.primary .sub {
  color: rgba(255, 255, 255, 0.85);
}
div.home .trailer {
  margin: 0 2px 6px;
}
div.home .responsive-iframe {
  position: relative;
  padding-top: 56.25%;
  box-shadow: inset 1px 1px 0 0 #000000, inset -1px -1px 0 0 #ffffff, inset 2px 2px 0 0 #808080, inset -2px -2px 0 0 #dfdfdf;
}
div.home .responsive-iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
div.home .trailer-placeholder {
  box-shadow: inset 1px 1px 0 0 #000000, inset -1px -1px 0 0 #ffffff, inset 2px 2px 0 0 #808080, inset -2px -2px 0 0 #dfdfdf;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background: #101010;
  color: #c0c0c0;
  font-family: "TerminusWeb", "Lucida Console", "Courier New", monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
}
div.home .gallery-frame {
  position: relative;
  margin: 0 2px 6px;
}
div.home #screenshot-gallery {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
div.home #screenshot-gallery::-webkit-scrollbar {
  display: none;
}
div.home #screenshot-gallery .screenshot {
  flex: 0 0 100%;
  scroll-snap-align: center;
  border: none;
}
div.home .gallery-nav {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 48px;
  padding: 0;
  background: #c0c0c0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
div.home .gallery-nav.prev {
  left: -36px;
}
div.home .gallery-nav.next {
  right: -36px;
}
div.home .gallery-nav:active {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
}
div.home .gallery-nav::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
div.home .gallery-nav.prev::before {
  border-width: 7px 11px 7px 0;
  border-color: transparent #000000 transparent transparent;
}
div.home .gallery-nav.next::before {
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #000000;
}
@media (max-width: 860px) {
  div.home .gallery-nav {
    display: none;
  }
}
div.home .steam-widget {
  margin: 0 2px 6px;
}
div.home .steam-widget iframe {
  width: 100%;
  height: 190px;
  display: block;
}
@media (max-width: 620px) {
  div.home .hero .hero-body {
    padding-top: 24px;
  }
  div.home .tagline {
    font-size: 15px;
  }
  div.home div.btngroup a.btn {
    flex: 1 1 100%;
  }
}
div.support h1.page-title, div.press h1.page-title {
  font-family: "TerminusWeb", monospace;
  font-size: 22px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000000;
  margin-bottom: 10px;
}
div.support .factsheet, div.press .factsheet {
  font-family: "TerminusWeb", "Lucida Console", monospace;
  font-size: 14px;
  line-height: 1.7;
}
div.support .factsheet b, div.press .factsheet b {
  color: #c4151c;
}
div.support .screenshot.stacked:not(:last-child), div.press .screenshot.stacked:not(:last-child) {
  margin-bottom: 8px;
}
div.support .asset-links, div.press .asset-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
div.support .asset-links a.btn, div.press .asset-links a.btn {
  box-shadow: inset -1px -1px 0 0 #000000, inset 1px 1px 0 0 #ffffff, inset -2px -2px 0 0 #808080, inset 2px 2px 0 0 #dfdfdf;
  background: #c0c0c0;
  color: #000000;
  padding: 6px 14px;
  font-weight: 700;
}
div.support .asset-links a.btn:active, div.press .asset-links a.btn:active {
  box-shadow: inset 1px 1px 0 0 #808080, inset -1px -1px 0 0 #ffffff;
}
div.support .asset-links a.btn.primary, div.press .asset-links a.btn.primary {
  background: #c4151c;
  color: #ffffff;
}
@media (max-width: 620px) {
  div.support, div.press {
    padding: 0;
  }
}