:root {
  --green: #58af49;
  --orange: #ff5c0b;
  --yellow: #ffc12a;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 12%, rgba(88, 175, 73, 0.16), transparent 18rem),
    radial-gradient(circle at 82% 8%, rgba(255, 92, 11, 0.12), transparent 16rem),
    radial-gradient(circle at 70% 72%, rgba(255, 193, 42, 0.12), transparent 18rem),
    #000;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 193, 42, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(88, 175, 73, 0.65) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 92, 11, 0.6) 0 1px, transparent 2px);
  background-size: 170px 210px, 230px 190px, 290px 260px;
  background-position: 18px 30px, 80px 140px, 150px 60px;
  opacity: 0.22;
  animation: sparkle-drift 14s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255, 193, 42, 0.55) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(88, 175, 73, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255, 92, 11, 0.48) 0 1px, transparent 2px);
  background-size: 260px 240px, 310px 280px, 360px 320px;
  background-position: 120px 90px, 40px 220px, 210px 150px;
  opacity: 0.12;
  filter: blur(1px);
  animation: sparkle-pulse 6s ease-in-out infinite;
}

@keyframes sparkle-drift {
  0% {
    background-position: 18px 30px, 80px 140px, 150px 60px;
    opacity: 0.16;
  }

  50% {
    opacity: 0.26;
  }

  100% {
    background-position: 42px 54px, 58px 118px, 176px 88px;
    opacity: 0.2;
  }
}

@keyframes sparkle-pulse {
  0%, 100% {
    opacity: 0.08;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.18;
    transform: translate3d(10px, -8px, 0);
  }
}

.site-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 32px 0 64px;
}

.top-video {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 42px;
  background: #000;
}

.layout-graphic {
  position: relative;
  width: 100%;
  height: calc((100vw * 1480 / 1080));
  max-height: 1480px;
  background-image: url("LAYOUT2.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center calc(-1 * min(100vw, 1080px) * 520 / 1080);
}

.hotspot {
  position: absolute;
  display: block;
}

.hotspot:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 4px;
}

.paypal { left: 10.2%; top: 29.6%; width: 23.4%; height: 5.6%; }
.gogetfunding { left: 38%; top: 29.6%; width: 23.4%; height: 5.6%; }
.usdt { left: 65.8%; top: 29.6%; width: 22.5%; height: 5.6%; }

.facebook { left: 10.6%; top: 45.9%; width: 23.4%; height: 5.7%; }
.tiktok { left: 37.9%; top: 45.9%; width: 23.4%; height: 5.7%; }
.instagram { left: 65.3%; top: 45.9%; width: 23.4%; height: 5.7%; }
.upscrolled { left: 10.8%; top: 53.8%; width: 23.4%; height: 5.7%; }
.youtube { left: 37.9%; top: 53.8%; width: 23.4%; height: 5.7%; }
.telegram { left: 65.3%; top: 53.8%; width: 23.4%; height: 5.7%; }

.verified { left: 18.2%; top: 70.8%; width: 74%; height: 7.2%; }
.back { left: 34.4%; top: 81.4%; width: 31.5%; height: 5.8%; }

.compact-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 36px 20px;
}

.copy-panel {
  width: min(100%, 830px);
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(32px, 6vw, 62px) clamp(20px, 5vw, 56px);
  border: 6px solid var(--yellow);
  background: rgba(0, 0, 0, 0.72);
  text-align: center;
}

.copy-group {
  width: 100%;
  display: grid;
  gap: 14px;
}

.copy-panel h1,
.copy-button,
.return-button {
  text-transform: uppercase;
  text-shadow:
    3px 0 #000,
    -3px 0 #000,
    0 3px #000,
    0 -3px #000,
    2px 2px #000;
}

.copy-panel h1 {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(3rem, 10vw, 6rem);
  line-height: 0.9;
}

.wallet-label {
  margin: 0;
  color: var(--orange);
  font-size: clamp(1.8rem, 5vw, 3rem);
  text-transform: uppercase;
}

.wallet-code {
  width: 100%;
  margin: 0;
  padding: 20px;
  color: white;
  background: #121212;
  border: 4px solid var(--green);
  overflow-wrap: anywhere;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1rem, 3.7vw, 1.9rem);
  line-height: 1.35;
}

.copy-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.copy-button,
.return-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border: 0;
  color: #fff;
  font: inherit;
  font-size: clamp(2.3rem, 6.4vw, 4rem);
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.copy-button {
  background: var(--green);
}

.return-button {
  background: var(--orange);
}

.full-copy {
  width: 100%;
}

.copy-status {
  min-height: 1.4em;
  margin: 0;
  color: var(--yellow);
  font-family: "Arial Black", Arial, sans-serif;
  font-size: clamp(1rem, 3vw, 1.4rem);
  text-transform: uppercase;
}

@media (min-width: 1080px) {
  .layout-graphic {
    height: 1480px;
  }
}

@media (max-width: 640px) {
  .site-frame {
    padding-top: 0;
  }

  .top-video {
    margin-bottom: 24px;
  }

  .copy-actions {
    grid-template-columns: 1fr;
  }
}
