body {
  font-family: Arial, sans-serif;
  background: url(/assets/initiald.gif) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
  overflow-y: auto;
}
.container {
  width: 100%;
  max-width: 1000px;
  min-width: 320px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.fixed-elements {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
}
.title-logo,
.header-gif {
  width: 100%;
  max-width: clamp(400px, 50vw, 600px);
  height: auto;
}
.box {
  background: #000000b3;
  border: 2px solid #21aaf4;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  max-width: clamp(400px, 50vw, 600px);
  text-align: center;
  position: relative;
  z-index: 20;
}
.description p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  line-height: 1.5;
  margin: 0;
}
.minting p {
  margin: 10px 0;
  font-size: clamp(0.9rem, 2vw, 1rem);
}
.whitelist-meme {
  width: 100%;
  max-width: clamp(200px, 40vw, 300px);
  height: auto;
  margin: 10px 0;
}
.whitelist-link {
  color: #21aaf4;
  text-decoration: none;
  font-weight: 700;
}
.whitelist-link:hover {
  text-decoration: underline;
}
.video-wrapper {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-wrapper div {
  position: relative;
  width: clamp(300px, 50vw, 375px);
  height: clamp(169px, 28.125vw, 211px);
}
.error-container {
  margin-top: 10px;
  text-align: center;
}
.error-text {
  color: #f44;
  margin: 0;
}
.retry-button {
  background: #21aaf4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.retry-button:hover {
  background: #ff85c0;
}
.banner {
  width: 100%;
  max-width: clamp(400px, 50vw, 600px);
  height: auto;
}
.gif-button {
  display: block;
  margin: 20px 0;
}
.gif-button img {
  width: 100%;
  max-width: clamp(200px, 40vw, 300px);
  height: auto;
}
.mint-button,
.secondary-button {
  margin: 10px 0;
}
.mint-button img,
.secondary-button img {
  width: 100%;
  max-width: clamp(200px, 40vw, 300px);
  height: auto;
}
.whitelist-button-inline {
  margin: 10px 0;
}
.whitelist-button-inline img {
  width: 100%;
  max-width: clamp(200px, 40vw, 300px);
  height: auto;
}
.aptos-sunset {
  position: fixed;
  bottom: 500px;
  right: 0;
  width: clamp(200px, 15vw, 250px);
  z-index: 10000;
  margin: 0;
  transform: scaleX(-1);
}
.stargate-button {
  position: fixed;
  bottom: 448px;
  right: 0;
  width: clamp(220px, 15vw, 275px);
  z-index: 10000;
  margin: 0;
}
.discord-button {
  position: fixed;
  bottom: 396px;
  right: 0;
  width: clamp(220px, 15vw, 275px);
  z-index: 10000;
  margin: 0;
}
.twitter-button {
  position: fixed;
  bottom: 344px;
  right: 0;
  width: clamp(220px, 15vw, 275px);
  z-index: 10000;
  margin: 0;
}
.youtube-button {
  position: fixed;
  top: 200px;
  left: 0;
  width: clamp(550px, 40vw, 650px);
  z-index: 10000;
  margin: 0;
}
.bluetypea-image {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(160px, 12vw, 200px);
  z-index: 10001;
  margin: 0;
  max-height: 100vh;
  object-fit: contain;
}
.mp3-player {
  position: fixed;
  top: 400px;
  left: 0;
  width: clamp(550px, 40vw, 650px);
  z-index: 10000;
  margin: 0;
}
.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  width: clamp(220px, 20vw, 275px);
  height: 348px;
  z-index: 10000;
  max-width: none;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.chat p {
  font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  margin: 0 0 5px;
}
.chat-log {
  background: #ffffff1a;
  border: 1px solid #21aaf4;
  border-radius: 5px;
  padding: 5px;
  max-height: 250px;
  overflow-y: auto;
  margin-bottom: 5px;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
}
.chat-log p {
  margin: 2px 0;
}
.username-input,
.chat-input {
  display: flex;
  justify-content: left;
  margin-bottom: 5px;
}
.chat-input input,
.username-input input {
  padding: 5px;
  border: 1px solid #21aaf4;
  border-radius: 5px 0 0 5px;
  background: #00eeff23;
  color: #fff;
  outline: none;
  width: 80%;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
}
.chat-button {
  background: #21aaf4;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: clamp(0.8rem, 1.5vw, 0.9rem);
}
.chat-button:hover {
  background: #ff85c0;
}
.chat-button:disabled {
  background: #888;
  cursor: not-allowed;
}
.wallet-section {
  margin: 20px 0;
  text-align: center;
}
.wallet-button {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
}
.wallet-button img {
  display: block;
  width: 100%;
  max-width: clamp(120px, 20vw, 150px);
  height: auto;
}
.wallet-button:hover img {
  filter: brightness(1.2);
}
.wallet-button.disabled {
  cursor: not-allowed;
}
.wallet-button.disabled img {
  filter: grayscale(100%) opacity(0.5);
}
.wallet-button-label {
  display: block;
  font-size: clamp(0.7rem, 1.5vw, 0.8rem);
  margin-top: 5px;
  color: #fff;
}
.bee-trail {
  position: absolute;
  font-size: clamp(16px, 2vw, 20px);
  pointer-events: none;
  z-index: 50;
}
@media (max-width: 768px) {
  .container,
  .fixed-elements {
    max-width: 100%;
    padding: 10px;
    gap: 20px;
    align-items: center;
  }
  .box {
    padding: 15px;
    max-width: 100%;
  }
  .description p,
  .minting p {
    font-size: clamp(0.8rem, 2.5vw, 0.9rem);
  }
  .title-logo,
  .header-gif,
  .banner,
  .whitelist-meme,
  .gif-button img,
  .whitelist-button-inline img,
  .wallet-button img {
    width: 100%;
    max-width: clamp(250px, 85vw, 350px);
    height: auto;
    margin: 15px auto;
    max-height: none;
    object-fit: contain;
  }
  .video-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .video-wrapper div {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
  .mp3-player {
    display: none;
  }
  .bluetypea-image,
  .youtube-button,
  .aptos-sunset,
  .stargate-button,
  .discord-button,
  .twitter-button,
  .chat {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    max-width: clamp(250px, 85vw, 350px);
    margin: 15px auto;
    z-index: 1;
    max-height: none;
    object-fit: contain;
  }
  .fixed-elements > .bluetypea-image {
    order: 1;
  }
  .fixed-elements > .youtube-button {
    order: 2;
  }
  .fixed-elements > .aptos-sunset {
    order: 3;
  }
  .fixed-elements > .stargate-button {
    order: 4;
  }
  .fixed-elements > .discord-button {
    order: 5;
  }
  .fixed-elements > .twitter-button {
    order: 6;
  }
  .fixed-elements > .chat {
    order: 7;
  }
  .chat {
    order: 7;
    height: auto;
    padding: 10px;
    max-width: clamp(300px, 90vw, 500px);
    border-radius: 10px;
    overflow: visible;
  }
  .chat-log {
    max-height: 150px;
  }
  .username-input,
  .chat-input {
    flex-direction: column;
    align-items: stretch;
  }
  .chat-input input,
  .username-input input {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
  }
  .chat-button {
    width: 100%;
    border-radius: 5px;
  }
  .image-wrapper,
  .box,
  .wallet-section,
  .error-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 15px auto;
  }
}
@media (min-width: 1920px) {
  .youtube-button {
    top: calc(200px + 0.1 * (100vh - 900px));
    width: clamp(650px, 35vw, 750px);
  }
  .bluetypea-image {
    width: clamp(200px, 10vw, 250px);
  }
  .mp3-player {
    top: calc(400px + 0.1 * (100vh - 900px));
    width: clamp(650px, 35vw, 750px);
  }
  .aptos-sunset,
  .stargate-button,
  .discord-button,
  .twitter-button {
    width: clamp(250px, 15vw, 300px);
  }
  .chat {
    width: clamp(250px, 20vw, 300px);
  }
  .container,
  .fixed-elements {
    max-width: 1200px;
  }
  .title-logo,
  .header-gif,
  .banner,
  .box {
    max-width: clamp(500px, 50vw, 700px);
  }
}
.cult-inc-button img {
  width: 100%;
  max-width: clamp(300px, 50vw, 375px);
  height: auto;
}
@media (max-width: 768px) {
  .cult-inc-button img {
    max-width: clamp(300px, 90vw, 375px);
    margin: 15px auto;
    max-height: none;
    object-fit: contain;
  }
}
@media (min-width: 1920px) {
  .cult-inc-button img {
    max-width: clamp(375px, 50vw, 450px);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
#root {
  height: 100%;
  width: 100%;
  overflow: auto;
}
body {
  font-family: Arial, sans-serif;
}
