/* Classic CSS only — must work in IE11 and other pre-module browsers. */
@font-face {
  font-family: "Press Start 2P";
  src: url("/fonts/PressStart2P-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

.bd-unsupported {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: auto;
  font-family: "Press Start 2P", Monaco, Consolas, monospace;
  color: #1a1520;
  -webkit-font-smoothing: none;
}

html.bd-unsupported-active .bd-unsupported {
  display: block;
}

html.bd-unsupported-active #scene,
html.bd-unsupported-active .bd-world {
  display: none !important;
}

.bd-unsupported-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1a0c18;
  background-image: url("/img/backgrounds/08-Mid-Evening.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}

.bd-unsupported-shade {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(8, 4, 12, 0.42);
}

.bd-unsupported-wrap {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  padding: 28px 16px;
  text-align: center;
}

.bd-unsupported-card {
  display: inline-block;
  max-width: 420px;
  width: 100%;
  margin: 8vh auto 24px;
  box-sizing: border-box;
  padding: 28px 22px 22px;
  text-align: center;
  /* Same cream paper as .bd-locate-prompt-card */
  background: #efe9dc;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 28%);
  border: 4px solid #2a2430;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.28);
  color: #1a1520;
}

.bd-unsupported-icon {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.bd-unsupported-title {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bd-unsupported-copy {
  margin: 0 0 18px;
  font-size: 8px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  opacity: 0.88;
}

.bd-unsupported-hint {
  margin: 0 0 12px;
  font-size: 7px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.55;
}

.bd-unsupported-legacy {
  display: block;
  margin: 0 0 18px;
  padding: 14px 12px;
  box-sizing: border-box;
  text-decoration: none;
  color: #efe9dc;
  background: #1a1520;
  border: 4px solid #2a2430;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.22);
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bd-unsupported-legacy:hover,
.bd-unsupported-legacy:focus {
  background: #2d2535;
  color: #efe9dc;
}

.bd-unsupported-browsers {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.bd-unsupported-browsers li {
  display: inline-block;
  width: 46%;
  margin: 0 2% 10px;
  vertical-align: top;
  box-sizing: border-box;
}

.bd-unsupported-browsers a {
  display: block;
  padding: 12px 8px 10px;
  text-decoration: none;
  color: #efe9dc;
  background: #1a1520;
  border: 3px solid #2a2430;
  box-sizing: border-box;
  font-size: 7px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bd-unsupported-browsers a:hover,
.bd-unsupported-browsers a:focus {
  background: #2d2535;
  color: #efe9dc;
}

.bd-unsupported-browsers img {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

.bd-unsupported-foot {
  margin: 14px 0 0;
  font-size: 7px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.5;
}
