html {
  -ms-touch-action: none;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: default;
  color: #d4d0c9;
  background-color: #080906;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#Cocos2dGameContainer {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

canvas {
  background-color: rgba(0, 0, 0, 0);
}

a:link, a:visited, a:active, a:hover {
  color: #ccff00;
}

p.header { font-size: small; }
p.footer { font-size: x-small; }

#splash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #080906;
  background-image:
    url(./splash.8ded4.png),
    linear-gradient(rgba(212, 208, 201, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 208, 201, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 50% 43%, rgba(204, 255, 0, 0.15), transparent 38%),
    linear-gradient(90deg, rgba(3, 13, 7, 0.9), rgba(3, 13, 7, 0.58) 50%, rgba(3, 13, 7, 0.9)),
    linear-gradient(180deg, rgba(3, 13, 7, 0.38), rgba(3, 13, 7, 0.8)),
    url(./assets/resources/native/1a/1a0a1c22-7374-4c7c-8620-06921ba7c65f.91759.png);
  background-repeat: no-repeat, repeat, repeat, no-repeat, no-repeat, no-repeat, repeat-x;
  background-position: center 43%, center, center, center, center, center, center 65%;
  background-size: min(72vw, 760px) auto, 42px 42px, 42px 42px, cover, cover, cover, auto 108%;
}

.progress-bar {
  position: absolute;
  left: 20%;
  top: 82%;
  width: 60%;
  height: 8px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(204, 255, 0, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 0 22px rgba(204, 255, 0, 0.15), 0 1px 7px #000 inset;
}

.progress-bar::before {
  content: "SYNCING GAME ASSETS  //  ROBINHOOD CHAIN 4663";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 18px;
  color: #8b8881;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  white-space: nowrap;
}

.progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  transition: width 0.35s ease;
  background: linear-gradient(90deg, #799700, #ccff00, #ffffff);
  box-shadow: 0 0 16px rgba(204, 255, 0, 0.7);
}

.stripes span {
  background-size: auto;
  background-image: linear-gradient(90deg, #799700, #ccff00, #ffffff);
  animation: none;
}

@media (max-width: 720px) {
  #splash { background-size: 88vw auto, 32px 32px, 32px 32px, cover, cover, cover, auto 108%; }
  .progress-bar { left: 12%; width: 76%; }
  .progress-bar::before { font-size: 8px; letter-spacing: 1px; }
}
