body {
    margin: 0;
    color: #fff;
    font-family: "Montserrat", serif;
    font-size: 13px;
}

canvas {
    display: block;
}

#scene-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.label {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
    background: rgba(0, 0, 0, 0.6);
}

.bottom_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    z-index: 10;
}

.buttons {
    margin: 0 0 0 0;
}

.socials {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.socials a {
    margin: 0 20px;
}

.top_bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.top_content {
    width: 50%;
    text-align: center;
    text-shadow: 0 0 5px #000;
    background-color: rgb(0 0 0 / 60%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.top_content h1 {
    padding: 0;
    margin: 20px 0 0 0;
}

.top_content p {
    font-size: 12px;
}

.token_link a {
    text-decoration: none;
    color: #ff696e;
}

.top_price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.price_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 20px;
}

.price_item strong {
    font-size: 16px;
}

.price_item span {
    font-size: 25px;
}

button {
    border: none;
    background-color: #383838;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.note{
    font-size: 10px;
    text-align: center;
    line-height: normal;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.note p {
    padding: 0;
    margin: 0;
}

.pumpgame{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
}
.pumpgame img{
    width: 50px;
}

.info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    pointer-events: none;
  }
  .info p{
    margin: 5px 0 0 0;
    padding: 0;
  }
  .info .note{
    font-weight: bold;
    margin: 10px 0 10px 0;
    font-size: 11px;
    text-decoration: underline;
  }
  
  .logo {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 0 0 10px #000;
  }
  
  .info__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 350px;
    max-width: 90vw;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4), rgba(20, 20, 40, 0.4));
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    pointer-events: all;
  }
  
  .info p {
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 13px;
    text-align: center;
  }
  
  .info .contract {
    color: #fff;
  }
  
  .info .buttons ul {
    margin: 0;
    padding: 0;
  }
  
  .info .buttons ul li {
    display: inline-block;
    list-style: none;
  }
  
  .info .buttons ul li a {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #fff;
    border: solid 2px #000;
    border-radius: 5px;
    padding: 5px;
  }
  
  .info .buttons img {
    width: 100%;
    height: 100%;
    float: left;
  }
  .leaflet-top.leaflet-left{
    display: none;
  }
  .leaflet-left{
    margin-bottom: 30px;
  }
  
  .hide_content a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    background-color: #494949;
  }
  .info.hidden .brand-header,
  .info.hidden .game-description,
  .info.hidden .action-buttons,
  .info.hidden .connection-note{
    display: none;
  }
  .info.hidden .mc{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  .info.hidden .game-stats {
    margin: 0;
    padding: 10px;
  }
  .info.hidden .info__content {
    display: flex;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    width: 280px;
    border-radius: 15px;
    position: fixed;
    top: 20px;
    right: 20px;
    margin: 0;
  }
  .info.hidden .info__content .hide_content a{
    margin: 5px 0 0 0;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 12px;
  }

  .connection__status{
    font-size: 11px;
    font-weight: bold;
    text-align: center;
  }
  .mc{
    font-size: 20px;
    font-weight: bold;
  }

@media (max-width: 991px) {
    .top_content {
        width: 100%;
    }
    .contract {
        display: none;
    }
    .top_content h1 {
        margin: 20px 0 0 0;
    }
    .socials {
        margin: 5px 0 10px 0;
    }
    .top_content p {
        font-size: 11px;
        padding: 0 20px;
    }
    .buttons{
        margin: 0;
    }
    button{
        margin: 0;
        font-size: 10px;
    }
    .info.hidden .mc{
      font-size: 16px;
    }

  .info p{
    font-size: 11px;
    padding: 0 20px;
  }
  .logo{
    font-size: 20px;
  }
  .continent-label{
    font-size: 12px;
  }
  .info .note{
    font-size: 9px;
  }
}

/* Enhanced Brand Header Styling */
.brand-header {
  text-align: center;
  margin-bottom: 8px;
}

.logo-link {
  display: inline-block;
  transition: transform 0.2s ease;
}

.logo-link:hover {
  transform: scale(1.1);
}

.brand-logo {
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px;
  background: rgba(255, 255, 255, 0.05);
}

/* Game Stats Section */
.game-stats {
  width: 100%;
  text-align: center;
  margin: 6px 0;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Game Description */
.game-description {
  text-align: center;
  margin: 8px 0;
}

.game-description p {
  margin: 4px 0;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

/* Action Buttons */
.action-buttons {
  display: flex;
  justify-content: center;
  margin: 8px 0;
}

.follow-link {
  color: #1da1f2;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.follow-link:hover {
  color: #0d8bd9;
}

/* Connection Note */
.connection-note {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin: 6px 0;
  font-style: italic;
}

/* Enhanced Market Cap Display */
.mc {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.mc span {
  color: #4ade80;
  text-shadow: 0 0 15px rgba(74, 222, 128, 0.5);
}

/* Enhanced Connection Status */
.connection__status {
  margin: 10px 0;
}

.connection__text {
  font-size: 12px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Mobile Responsiveness for New Elements */
@media (max-width: 991px) {
  .brand-logo {
    width: 30px;
    height: 30px;
  }
  
  .info__content {
    width: 95vw;
    padding: 15px;
  }
  
  .info.hidden .info__content {
    position: fixed;
    top: 10px;
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
  }
  
  .info.hidden .mc{
    font-size: 16px;
  }
  
  .game-description p{
    font-size: 11px;
    padding: 0 5px;
  }
}
