* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  width: 100%;
  min-height: 100%;
  background: #150301;
}

body {
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  display: block;
  max-width: none;
  -webkit-user-drag: none;
  user-select: none;
}

a {
  display: block;
  text-decoration: none;
  outline: none;
}

.landing-page {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 0;
  background: #390a05;
}

.page-background {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}

.top-bar,
.hero-section,
.showcase,
.section-title,
.withdraw-feed,
.download-actions,
.web-action,
.payment-methods {
  position: absolute;
  z-index: 2;
}

.top-bar {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 720px;
  transform: translateX(-50%);
  will-change: transform;
}

.top-bar img {
  width: 100%;
  height: auto;
}

.hero-section {
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.hero-logo {
  position: absolute;
  top: 4.82%;
  left: 67.2%;
  width: 32%;
  height: auto;
  z-index: 5;
}

.hero-art {
  position: absolute;
  top: 3.4%;
  left: 1.4%;
  width: 92%;
  height: auto;
  z-index: 4;
}

.showcase {
  left: 1.38%;
  width: 97.24%;
  aspect-ratio: 619 / 352;
  overflow: hidden;
}

.showcase-reward {
  top: 28.75%;
  height: 12.57%;
  aspect-ratio: auto;
}

.showcase-lobby {
  top: 48.68%;
}

.showcase-media {
  position: absolute;
  z-index: 1;
  top: 5.7%;
  left: 1.7%;
  width: 96.6%;
  height: 89.5%;
  object-fit: cover;
  border-radius: 2.5%;
}

.showcase-border {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.section-title {
  z-index: 5;
  height: auto;
  pointer-events: none;
}

.register-title {
  top: 35.72%;
  left: -6.95%;
  width: 113.9%;
}

.withdraw-feed {
  z-index: 4;
  top: 52.5%;
  left: -38.9%;
  width: 177.8%;
  height: auto;
  pointer-events: none;
}

.withdraw-title {
  top: 70.9%;
  left: 1.4%;
  width: 97.2%;
}

.download-actions {
  z-index: 8;
  top: 77.6%;
  left: 1.4%;
  width: 97.2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4%;
}

.download-actions a {
  width: 49.3%;
  transition: transform 0.18s ease;
}

.download-actions img {
  width: 100%;
  height: auto;
}

.download-actions a:active,
.web-action:active {
  transform: scale(0.96);
}

.top-bar:active {
  transform: translateX(-50%) scale(0.98);
}

.web-action {
  z-index: 8;
  top: 82.05%;
  left: 16.9%;
  width: 66%;
}

.web-action img {
  width: 100%;
  height: auto;
}

.payment-methods {
  z-index: 5;
  top: 86.1%;
  left: 1.4%;
  width: 97.2%;
  height: auto;
  pointer-events: none;
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.45%); }
}

@keyframes pulseSoft {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@keyframes pulseButton {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.035); filter: brightness(1.08); }
}

.float-soft {
  animation: floatSoft 3.2s ease-in-out infinite;
}

.pulse-soft {
  transform-origin: center;
  animation: pulseSoft 2.4s ease-in-out infinite;
}

.pulse-button {
  transform-origin: center;
  animation: pulseButton 1.8s ease-in-out infinite;
}

@media (min-width: 721px) {
  body {
    padding: 0 0 24px;
  }

  .landing-page {
    box-shadow: 0 0 34px rgba(0, 0, 0, 0.72);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
