* {
  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;
}

.donate-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);
}

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

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

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

.donate-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: 78.7760%; top: 1.1719%; width: 9.5703%; height: 4.4922%; }
.nav-login { left: 89.0625%; top: 1.0742%; width: 8.6589%; height: 4.6875%; }

.package-50 { left: 19.7266%; top: 30.4688%; width: 11.0026%; height: 27.5391%; }
.package-150 { left: 31.6406%; top: 30.4688%; width: 11.0026%; height: 27.5391%; }
.package-300 { left: 43.5547%; top: 30.4688%; width: 11.0026%; height: 27.5391%; }
.package-500 { left: 55.5339%; top: 30.4688%; width: 11.0026%; height: 27.5391%; }
.package-1000 { left: 66.4714%; top: 30.4688%; width: 11.0026%; height: 27.5391%; }

.pay-promptpay { left: 79.1016%; top: 31.0547%; width: 18.3594%; height: 4.5898%; }
.pay-truemoney { left: 79.1016%; top: 36.7188%; width: 18.3594%; height: 4.5898%; }
.pay-kbank { left: 79.1016%; top: 42.3828%; width: 18.3594%; height: 4.5898%; }
.pay-scb { left: 79.1016%; top: 48.0469%; width: 18.3594%; height: 4.5898%; }
.pay-bbl { left: 79.1016%; top: 53.7109%; width: 18.3594%; height: 4.5898%; }

.footer-patch { left: 16.2109%; top: 91.2109%; width: 13.6068%; height: 4.8828%; }
.footer-guide { left: 32.2266%; top: 91.2109%; width: 13.2813%; height: 4.8828%; }
.footer-ranking { left: 48.2422%; top: 91.2109%; width: 14.1927%; height: 4.8828%; }
.footer-discord { left: 65.2995%; top: 91.2109%; width: 16.2760%; height: 4.8828%; }
