body {
  margin: 0;
  padding: 0;
  background: #0a0a0a;
}

#mobile-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a0a0a;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 24px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
}

#mobile-block .mobile-content {
  text-align: center;
  max-width: 320px;
}

#mobile-block .mobile-icon {
  margin-bottom: 24px;
}

#mobile-block .mobile-title {
  font-family: 'Syne', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}

#mobile-block .mobile-description {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
  line-height: 1.6;
}

#mobile-block .mobile-soon {
  margin-top: 24px;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

#mobile-block .mobile-brand {
  margin-top: 32px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
