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

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

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

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

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

.guide-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%; }

.side-new-player { left: 1.1719%; top: 21.9727%; width: 14.1927%; height: 6.0547%; }
.side-create { left: 1.1719%; top: 28.6133%; width: 14.1927%; height: 5.6641%; }
.side-quest { left: 1.1719%; top: 34.8633%; width: 14.1927%; height: 5.6641%; }
.side-leveling { left: 1.1719%; top: 41.1133%; width: 14.1927%; height: 5.6641%; }
.side-job { left: 1.1719%; top: 47.3633%; width: 14.1927%; height: 5.6641%; }
.side-advance { left: 1.1719%; top: 53.6133%; width: 14.1927%; height: 5.6641%; }
.side-zeny { left: 1.1719%; top: 59.8633%; width: 14.1927%; height: 5.6641%; }
.side-items { left: 1.1719%; top: 66.1133%; width: 14.1927%; height: 5.6641%; }
.side-faq { left: 1.1719%; top: 72.3633%; width: 14.1927%; height: 5.6641%; }

.create-character { left: 16.2109%; top: 29.1016%; width: 26.1719%; height: 36.0352%; }
.beginner-quests { left: 43.1641%; top: 29.1016%; width: 19.3359%; height: 36.0352%; }
.leveling-guide { left: 63.2813%; top: 29.1016%; width: 35.5469%; height: 36.0352%; }
.job-advancement { left: 16.2109%; top: 66.4063%; width: 57.6172%; height: 26.6602%; }
.fourth-job-guide { left: 74.6094%; top: 66.4063%; width: 24.2188%; height: 26.6602%; }
