html.web-hub .win-chrome,
html.web-hub .win-btns {
  display: none !important;
}

html.web-hub,
html.web-hub body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.web-hub:not(.in-tauri) body {
  display: block !important;
  place-items: unset;
}

html.web-hub .stage.is-splash {
  width: 200px;
  height: 400px;
  margin: 12vh auto 0;
}

html.web-hub .stage.is-hub {
  width: 100vw !important;
  height: 100dvh !important;
  max-width: 100%;
  zoom: 1 !important;
  margin: 0;
  border-radius: 0;
}

html.web-hub .hub,
html.web-hub .hub-fit,
html.web-hub .hub-body {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 720px) {
  html.web-hub,
  html.web-hub body {
    overflow: auto;
    height: auto;
    min-height: 100dvh;
  }
  html.web-hub .stage.is-hub {
    height: auto !important;
    min-height: 100dvh;
  }
}

.dl-btn {
  height: 52px;
  padding: 0 22px;
  font-size: 15px;
}
  border-radius: 999px;
  border: 1px solid rgba(3, 252, 182, 0.45);
  background: rgba(3, 252, 182, 0.12);
  color: var(--accent);
  font-size: 13px;
  font-weight: 650;
  font-family: inherit;
  cursor: pointer;
}

.dl-btn:hover {
  background: rgba(3, 252, 182, 0.22);
}

.ncoin-chip {
  border: 0;
  border-radius: 999px;
  background: rgba(3, 252, 182, 0.16);
  color: var(--accent);
  font-weight: 800;
  padding: 6px 12px;
  cursor: pointer;
}
