﻿.discord-page #rocket-arena {
  margin-top: -8px;
}

.discord-page #rocket-canvas {
  width: min(760px, 100%);
}

.discord-page #rocket-buttons {
  grid-template-columns: 1fr;
  max-width: 380px;
  padding: 0 10px;
  margin-top: 6px;
}

.discord-page .discord-join-btn {
  justify-content: center;
  min-height: 52px;
}

.discord-launch-rocket {
  position: fixed;
  z-index: 9999;
  width: 18px;
  height: 40px;
  pointer-events: none;
  border-radius: 9px 9px 6px 6px;
  background: linear-gradient(180deg, #f5fbff 0%, #c8d8f7 70%, #8ea5cc 100%);
  border: 1px solid rgba(170, 196, 255, 0.6);
  box-shadow: 0 0 12px rgba(122, 170, 255, 0.45);
  transform: translateY(0) rotate(0deg);
  transition: transform .52s cubic-bezier(.2,.8,.2,1), opacity .52s ease;
}

.discord-launch-rocket::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #ff964b;
}

.discord-launch-rocket::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  width: 8px;
  height: 14px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, #fff0a1 0%, #ff7d34 100%);
}

.discord-launch-rocket.fly {
  transform: translateY(-95vh) rotate(-4deg);
  opacity: 0;
}

@media (max-width: 768px) {
  .discord-page .hero {
    padding: 1.2rem 0.2rem 1rem;
  }

  .discord-page #rocket-canvas {
    width: 100%;
    max-width: 560px;
  }

  .discord-page #rocket-buttons {
    max-width: 320px;
    padding: 0 6px;
  }

  .discord-page .discord-join-btn .rl {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}



.discord-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.discord-page .container,
.discord-page {
  max-width: 100%;
}

.discord-page .discord-hero {
  text-align: center;
  padding: 1.2rem 0 0.7rem;
}

.discord-page .discord-hero .hero-logo {
  display: block;
  margin: 0 auto;
  width: min(520px, 92vw);
  max-width: 92vw;
  height: auto;
}

.discord-page #rocket-arena {
  width: min(520px, 92vw);
  max-width: 92vw;
  margin: 0 auto;
}

.discord-page #rocket-canvas {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.discord-page #rocket-buttons {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 4px;
  grid-template-columns: 1fr;
}

.discord-page .discord-join-btn {
  justify-content: center;
  min-height: 50px;
}

@media (max-width: 768px) {
  .discord-page .container {
    padding: 0.85rem 0.55rem 1.15rem;
  }

  .discord-page .nav-back {
    margin: 0.2rem 0 0.45rem;
  }

  .discord-page .discord-hero .hero-logo {
    width: min(360px, 92vw);
  }

  .discord-page #rocket-arena {
    width: min(360px, 92vw);
  }

  .discord-page .discord-join-btn .rl {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
