/* Bot Coin — theme stack from reference sites */
@import url("buttcoin.css");
@import url("degen-theme.css");
@import url("gym-theme.css");

/* Bot-specific overrides on buttcoin base */
.hero-title-text {
  font-size: clamp(3rem, 12vw, 5.5rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--black);
  text-shadow:
    4px 4px 0 var(--orange),
    6px 6px 0 var(--gold);
  margin-bottom: 18px;
  line-height: 0.95;
}

.join-banner-wrap {
  max-width: 900px;
  margin: 0 auto 2rem;
  border: var(--border-thick);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.join-banner-wrap img {
  width: 100%;
  display: block;
  max-height: 360px;
  object-fit: cover;
}

.about-body-text {
  white-space: pre-line;
  font-size: 1em;
  color: var(--gray-dark);
  line-height: 1.75;
}

a.buy-btn-v2 {
  color: var(--black);
  text-decoration: none;
}

a.gym-buy-btn {
  text-decoration: none;
}
