* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background: #030308;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

button,
select { font: inherit; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.landing-shell {
  width: 100vw;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(70, 36, 142, .18), transparent 34%),
    radial-gradient(circle at 8% 72%, rgba(168, 25, 100, .14), transparent 32%),
    #030308;
}

.artboard {
  container-type: inline-size;
  position: relative;
  width: min(100vw, calc(100svh * 943 / 1672));
  aspect-ratio: 943 / 1672;
  overflow: hidden;
  background: #030308;
  box-shadow: 0 0 88px rgba(0, 0, 0, .65);
}

.localized-design {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

.language-picker {
  position: absolute;
  z-index: 3;
  top: 2.1%;
  right: 2.6%;
  width: 13.5cqw;
  min-width: 70px;
  height: 7.2cqw;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 1.3cqw 0 1.65cqw;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 2.2cqw;
  background: rgba(7, 5, 14, .68);
  backdrop-filter: blur(10px);
  box-shadow: 0 .7cqw 2.2cqw rgba(0, 0, 0, .28);
}

.language-picker > span {
  color: #a49bad;
  font-size: clamp(13px, 2.6cqw, 17px);
}

.language-picker select {
  appearance: none;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 3.2cqw 0 1.05cqw;
  font-size: clamp(12px, 2.5cqw, 15px);
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.language-picker option { color: #111; }

.language-picker i {
  position: absolute;
  right: 1.25cqw;
  top: 50%;
  transform: translateY(-55%);
  color: #81768f;
  font-size: clamp(13px, 2.4cqw, 16px);
  font-style: normal;
  pointer-events: none;
}

.download-hitbox {
  position: absolute;
  z-index: 2;
  left: 11.8%;
  top: 87.15%;
  width: 76.2%;
  height: 7.35%;
  border-radius: 7cqw;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.download-hitbox:focus-visible {
  outline: .35cqw solid rgba(255, 255, 255, .92);
  outline-offset: .45cqw;
}
