body {
  font-size: 14px;
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder {
  min-height: 1em;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
  border-radius: 4px;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.3;
  }
}

.app_score_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
}

.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.border-radius-62 {
  border-radius: 62px;
}
.border-1 {
  border: 1px;
}
.top-0 {
  top: 0;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.position-absolute {
  position: absolute;
}
.left-0 {
  left: 0;
}

.font-600 {
  font-weight: 600;
}
.font-12 {
  font-size: 12px;
}
.justify-content-center {
  justify-content: center;
}
.w-full {
  width: 100%;
}
.pr-20 {
  padding-right: 20px;
}
.pl-20 {
  padding-left: 20px;
}

.overflow-hidden {
  overflow: hidden;
}
.justify-content-center {
  justify-content: center;
}
.font-600 {
  font-weight: 600;
}
.font-12 {
  font-size: 12px;
}
.d-flex {
  display: flex;
}
.border-white {
  border-color: #fff;
}
.border-radius-62 {
  border-radius: 62px;
}
.border-1 {
  border: 1px;
}
.align-items-center {
  align-items: center;
}
.text-white {
  color: #fff;
}
.download-app-button__store {
  background-color: #0d57cf;
}
.config-language-wait-for-apk.button__label {
  display: inline-flex;
  align-items: center;
}
.app-store-label-icon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}
.h-60 {
  height: 44px;
}
.font-14 {
  font-size: 14px;
}

.sticky-download-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  padding: 8px 16px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  transform: translateY(100%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.sticky-download-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.sticky-download-bar__inner {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sticky-download-bar__info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.sticky-download-bar__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  flex-shrink: 0;
  object-fit: cover;
}

.sticky-download-bar__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}

.sticky-download-bar__name {
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-download-bar__sub {
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-download-bar .sticky-download-btn {
  flex-shrink: 0;
  min-width: 96px;
  height: 44px;
  margin: 0;
  font-size: 12px;
}

/* Preview screenshots: container height adapts to image aspect ratio.
   Portrait 9:19.5 screenshots (1242x2688) get a tall container.
   Landscape images get a short container. No cropping, no letterboxing. */
.app_game__2sZ0z {
  align-items: flex-start;
}
.app_game__2sZ0z li {
  width: 50vw !important;
  height: auto !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
.app_game__2sZ0z li img {
  width: 100% !important;
  height: auto !important;
  max-height: 130vw;
  border-radius: 4vw;
  display: block;
}

.legal-footer {
  padding: 24px 26px calc(120px + env(safe-area-inset-bottom, 0px));
  background: #f5f5f5;
  color: #5f6368;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

.legal-footer__line {
  margin: 0 0 8px;
}

.legal-footer__line:last-child {
  margin-bottom: 0;
}

.more-reviews-btn {
  display: block;
  width: auto;
  margin: 24px auto 8px;
  padding: 8px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 24px;
  background: #fff;
  color: #1a73e8;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.more-reviews-btn:active {
  background: #f0f6ff;
}

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

body {
  overflow-x: hidden;
}

.app_main__2S18j,
.legal-footer,
.sticky-download-bar {
  display: none !important;
}

.target-landing,
.target-bottom-banner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.target-landing {
  max-width: 960px;
  margin: 0 auto;
}

.target-landing__image,
.target-bottom-banner img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
}

.target-bottom-banner {
  position: fixed;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  left: 50%;
  z-index: 100;
  max-width: 960px;
  transform: translateX(-50%);
}

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

.target-landing:focus-visible,
.target-bottom-banner:focus-visible {
  outline: 3px solid #9b5cff;
  outline-offset: -3px;
}

@media (min-width: 961px) {
  .target-landing {
    box-shadow: 0 0 80px rgba(124, 58, 237, 0.12);
  }
}
