* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #020914;
}

body {
  display: grid;
  place-items: start center;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

.contact-shell {
  position: relative;
  width: min(100vw, 1536px);
  aspect-ratio: 1536 / 1024;
  min-width: 320px;
  background: #020914;
  box-shadow: 0 0 48px rgba(235, 154, 44, 0.14);
}

.contact-art {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.contact-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-hotspot {
  position: absolute;
  display: block;
  pointer-events: auto;
  border-radius: 8px;
  color: transparent;
  text-decoration: none;
}

.contact-hotspot:focus-visible {
  outline: 3px solid rgba(255, 194, 72, 0.95);
  outline-offset: 2px;
}

.nav-home { left: 18.5547%; top: 0%; width: 5.4688%; height: 7.1289%; }
.nav-news { left: 24.1536%; top: 0%; width: 5.5339%; height: 7.1289%; }
.nav-info { left: 29.7526%; top: 0%; width: 6.7057%; height: 7.1289%; }
.nav-download { left: 36.5234%; top: 0%; width: 7.6823%; height: 7.1289%; }
.nav-topup { left: 44.2708%; top: 0%; width: 5.7292%; height: 7.1289%; }
.nav-ranking { left: 50.0651%; top: 0%; width: 5.9245%; height: 7.1289%; }
.nav-event { left: 56.0547%; top: 0%; width: 5.6641%; height: 7.1289%; }
.nav-contact { left: 61.7839%; top: 0%; width: 7.0964%; height: 7.1289%; }
.nav-discord { left: 76.3021%; top: 1.1719%; width: 9.5703%; height: 4.4922%; }
.nav-login { left: 87.8255%; top: 1.0742%; width: 9.8958%; height: 4.6875%; }

.facebook-page { left: 4.3620%; top: 61.3281%; width: 19.4661%; height: 4.1992%; }
.discord-community { left: 28.5156%; top: 61.3281%; width: 18.6198%; height: 4.1992%; }
.email-support { left: 52.2786%; top: 61.3281%; width: 17.7083%; height: 4.1992%; }
.report-bug { left: 52.0833%; top: 85.7422%; width: 22.4609%; height: 4.0039%; }
.social-facebook { left: 16.3411%; top: 94.1406%; width: 2.5391%; height: 3.3203%; }
.social-discord { left: 20.0521%; top: 94.1406%; width: 2.5391%; height: 3.3203%; }
.social-youtube { left: 23.6979%; top: 94.1406%; width: 2.5391%; height: 3.3203%; }
.social-tiktok { left: 27.6042%; top: 94.1406%; width: 2.5391%; height: 3.3203%; }
.terms { left: 68.3594%; top: 94.4336%; width: 6.9661%; height: 2.7344%; }
.privacy { left: 76.3672%; top: 94.4336%; width: 6.6406%; height: 2.7344%; }
.rules { left: 84.0495%; top: 94.4336%; width: 3.9063%; height: 2.7344%; }
