@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
/* ! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ! _box-sizing.sass */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Cabin", sans-serif;
  background-color: #000;
  background-image: url("/assets/images/starfield.jpg");
  color: #fff;
}
body.qbob {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

a {
  color: #fd0100;
}
a:visited {
  color: #fd0100;
}
a:hover, a:focus {
  color: #69f;
}
a:active {
  color: #69f;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.store-link {
  display: inline-block;
  background-color: #fd0100;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  border-bottom: 0.25rem solid #ca0100;
  border-right: 0.25rem solid #ca0100;
  border-top: 0.25rem solid #ff3231;
  border-left: 0.25rem solid #ff3231;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  line-height: 1.1;
}
a.store-link:hover, a.store-link:active, a.store-link:focus-visible {
  background-color: #009;
  border-color: #00c;
}

li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

ul.features-list {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-inline: auto;
}
@media screen and (min-width: 664px) {
  ul.features-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
ul.features-list li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 0.5rem;
}

address {
  font-size: 1.125rem;
  line-height: 1.5;
}

.qbob hr {
  background-color: #00f;
  height: 0.4rem;
  border-style: solid;
  border-width: 3px;
  border-color: #3333ff #0000cc #0000cc #3333ff;
}
.qbob header hr {
  margin: 0;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.text-center {
  text-align: center;
}

.text-red {
  color: #fd0100;
}

.text-green {
  color: #00FF00;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.container {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
}

.image-zone {
  position: relative;
  min-height: clamp(15rem, 25vw, 25rem);
  margin: 3rem 0;
}
.image-zone img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

section {
  padding-block: 3rem;
}
section > *:first-child {
  margin-top: 0;
}
section > *:last-child {
  margin-bottom: 0;
}

section + section {
  border-top: solid 2px #fff;
}

.video-16-9 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-16-9.outlined {
  border: solid 1px #444;
}

img {
  display: block;
  max-width: 100%;
}
img.align-center {
  margin-inline: auto;
}

.screenshot {
  border-radius: 1rem;
  border: solid 5px #999;
  margin-block: 2rem;
}

.header {
  position: relative;
  padding-block: 3em 0;
  padding-inline: 2rem;
}
.header h1 {
  margin: 0;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.9);
  line-height: 1;
}
.header h1 img {
  max-width: 30rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.qbob-header__top {
  background-color: #00f;
  padding: 1.5rem 0 0 0;
  border-radius: 1rem 1rem 0 0;
  border-style: solid;
  border-width: 3px;
  border-color: #3333ff #0000cc #0000cc #3333ff;
}
.qbob-header__bottom {
  background-color: #00f;
  padding: 1.5rem 0 0 0;
  border-radius: 0 0 1rem 1rem;
  border-style: solid;
  border-width: 3px;
  border-color: #3333ff #0000cc #0000cc #3333ff;
}
.qbob-header h1 {
  background-color: #b11200;
  border-style: solid;
  border-width: 3px;
  border-color: #e41700 #7e0d00 #7e0d00 #e41700;
  padding: 0.3em 1rem;
  margin: 0;
  font-size: 2rem;
  text-align: center;
  text-shadow: -2px -2px 0 #7e0d00, 1px 1px 0 #e41700;
}
@media screen and (min-width: 664px) {
  .qbob-header h1 {
    font-size: 3rem;
  }
}

.main {
  -webkit-padding-before: 0rem;
          padding-block-start: 0rem;
}
.main > section:last-child {
  border-bottom: solid 2px #fff;
}

.footer {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.footer__links {
  list-style: none;
  margin-inline: 0;
  padding-inline: 0;
  margin-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__links li {
  padding-inline: 0.5rem;
}
.footer__links li + li {
  border-left: solid 1px #ccc;
}
.footer__copyright {
  text-align: center;
}

p.intro {
  font-size: 2rem;
  margin-block: 0 2.5rem;
  line-height: 1.3;
}

.home__container {
  max-width: 40rem;
  margin-inline: auto;
  padding: 3rem 1rem;
}
.home__logo {
  margin-inline: auto;
}
@media screen and (max-width: 663px) {
  .home__logo {
    max-width: 50%;
  }
}
.home h1 {
  text-align: center;
}
@media screen and (max-width: 663px) {
  .home h1 {
    font-size: 2rem;
  }
}
.home__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 30rem;
  margin-inline: auto;
  margin-top: 3rem;
  list-style: none;
  padding: 2rem 0;
  gap: 10%;
  border-block: solid 3px #fff;
}
.home__menu li {
  width: 45%;
}
@media screen and (max-width: 663px) {
  .home__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
  }
  .home__menu li {
    width: 100%;
  }
  .home__menu img {
    max-width: 75%;
    margin: 1rem auto;
  }
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 50rem;
  margin-inline: auto;
}
.about-grid img {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  width: 100%;
}
.about-grid h3 {
  font-size: 1.125rem;
  text-align: center;
}

.qbob-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 664px) {
  .qbob-nav {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 924px) {
  .qbob-nav {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.qbob-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.qbob-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  padding: 0.25em 0.5em;
  color: #fee;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  background-color: #b11200;
  border-style: solid;
  border-width: 3px;
  border-color: #e41700 #7e0d00 #7e0d00 #e41700;
}
@media screen and (min-width: 924px) {
  .qbob-nav a {
    padding: 0.5em 1em;
  }
}
.qbob-nav a:hover, .qbob-nav a:active, .qbob-nav a:focus {
  color: #fff;
  background-color: #f00;
  border-color: #ff3333 #cc0000 #cc0000 #ff3333;
}
a.qbob-button,
button.qbob-button,
input[type=button].qbob-button {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fee;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #b11200;
  cursor: pointer;
  border-style: solid;
  border-width: 3px;
  border-color: #e41700 #7e0d00 #7e0d00 #e41700;
}
a.qbob-button:hover, a.qbob-button:active, a.qbob-button:focus,
button.qbob-button:hover,
button.qbob-button:active,
button.qbob-button:focus,
input[type=button].qbob-button:hover,
input[type=button].qbob-button:active,
input[type=button].qbob-button:focus {
  color: #fff;
  background-color: #f00;
  border-color: #ff3333 #cc0000 #cc0000 #ff3333;
}

.qbob-layout {
  max-width: 60rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 664px) {
  .qbob-layout {
    padding-inline: 3rem;
  }
}
.qbob-layout--sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
  padding-inline: 1rem;
}
@media screen and (min-width: 664px) {
  .qbob-layout--sidebar {
    padding-inline: 3rem;
    -ms-grid-columns: 3fr 6fr;
    grid-template-columns: 3fr 6fr;
  }
}
.qbob-layout--sidebar aside {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.qbob-layout--sidebar main {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
}
.qbob-layout hr {
  margin-block: 1.5rem;
}

.qbob-threecols {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 664px) {
  .qbob-threecols {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.qbob-twocols {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 664px) {
  .qbob-twocols {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.pocketpc img {
  display: block;
  margin-inline: auto;
}

.qbob-screenshot {
  width: 100%;
  margin: 1.5rem 0;
}
.qbob-screenshot img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.qbob-screenshot figcaption {
  display: block;
  -webkit-padding-before: 0.5em;
          padding-block-start: 0.5em;
  font-size: 1rem;
  line-height: 1.3;
}

.qbob-info h2 {
  text-align: center;
  margin: 0 0 0.5rem 0;
}
.qbob-info__mediabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 664px) {
  .qbob-info__mediabox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .qbob-info__mediabox.img-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.qbob-info__image {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qbob-info__image img {
  margin-inline: auto;
}