@media (max-width: 768px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    background: #000 !important;
    transform: none !important;
    zoom: 1 !important;
    -webkit-overflow-scrolling: touch;
  }

  input, button, select, textarea {
    font-size: 16px !important;
  }
}

.dgh-balance-box {
  position: fixed !important;
  left: 10px !important;
  bottom: 55px !important;
  top: auto !important;
  right: auto !important;
  z-index: 999999 !important;
  background: rgba(0,0,0,.85) !important;
  padding: 6px 10px !important;
  border-radius: 8px !important;
  border: 1px solid #00e5ff !important;
  color: #00e5ff !important;
  font-size: 14px !important;
  font-weight: bold !important;
}

@media (max-width: 900px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
    background: #000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  #dgh-mobile-wrapper {
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    background: #000 !important;
  }

  #dgh-mobile-stage {
    position: relative !important;
  }
}

@media (max-width: 900px) {
  #dgh-mobile-wrapper {
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

#dgh-bottom-bar {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999999 !important;
  background: rgba(0,0,0,.92) !important;
  border-top: 1px solid #00e5ff !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
  font-weight: bold !important;
  box-sizing: border-box !important;
}

#dgh-bar-balance {
  color: #00e5ff !important;
  white-space: nowrap !important;
}

#dgh-bar-ad {
  color: #f5d76e !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: right !important;
}
