/* entra logo no site, sem ecra de loading */
.loading {
  display: none !important;
}

.lm-ca {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100vw - 32px);
  font-family: "Comfortaa", cursive;
}
.lm-ca-chain {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #b7f516;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(183, 245, 22, 0.35);
}
.lm-ca-box {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s;
}
.lm-ca-box:hover:not(:disabled) {
  border-color: #b7f516;
  transform: translateY(-2px);
}
.lm-ca-box:disabled {
  cursor: default;
}
.lm-ca-label {
  font-weight: 700;
  color: #b7f516;
}
.lm-ca-value {
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-lm-ca][data-state="pending"] .lm-ca-value {
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 12px;
}
.lm-ca-copy {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #073b21;
  background: #b7f516;
  border-radius: 6px;
  padding: 5px 8px;
}
[data-lm-ca][data-state="pending"] .lm-ca-copy {
  display: none;
}
@media only screen and (max-width: 800px) {
  .lm-ca {
    top: 12px;
    gap: 10px;
  }
  .lm-ca-chain {
    letter-spacing: 0.15em;
    padding: 10px 12px;
  }
  .lm-ca-box {
    font-size: 12px;
    gap: 10px;
    padding: 10px 14px;
  }
}

/* anuncio do token no final */
.section6-main-head {
  margin-bottom: 22px;
}
.lm-end-sub {
  max-width: 640px;
  margin: 0 16px 30px;
  font-family: "Comfortaa", cursive;
  font-size: 15px;
  line-height: 1.8em;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}
.lm-end-ca {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0 16px 34px;
  max-width: calc(100vw - 32px);
  font-family: "Comfortaa", cursive;
}
.lm-end-ca .lm-ca-box {
  max-width: 100%;
  padding: 14px 20px;
  font-size: 15px;
}
.lm-end-buy {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 12px;
  background: #b7f516;
  box-shadow: inset 0 0 0 2px #dbff77, inset 0 -4px 0 #79ca1c, 0 5px 0 #168d52;
  color: #073b21;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.15s;
}
.lm-end-buy:hover {
  transform: translateY(-2px);
}
.lm-end-buy[data-visible="false"] {
  display: none;
}
@media only screen and (max-width: 800px) {
  .lm-end-sub {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .lm-end-ca .lm-ca-box {
    font-size: 11px;
    padding: 12px 14px;
  }
}

/* botao para a app */
.lm-enter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 58px;
  padding: 0 38px;
  border-radius: 14px;
  background: #b7f516;
  box-shadow: inset 0 0 0 2px #dbff77, inset 0 -4px 0 #79ca1c, 0 6px 0 #168d52, 0 10px 0 #064d2b;
  color: #073b21;
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-decoration: none;
  transition: transform 0.15s;
}
.lm-enter svg {
  width: 40px;
  transition: transform 0.3s;
}
.lm-enter:hover {
  transform: translateY(-2px);
}
.lm-enter:hover svg {
  transform: translateX(6px);
}
.lm-enter:active {
  transform: translateY(5px);
}
@media only screen and (max-width: 800px) {
  .lm-enter {
    height: 52px;
    padding: 0 30px;
    font-size: 16px;
  }
}
