
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #293241;
  }

  body {
    font-size: 16px;
    overflow-x: hidden;
  }
  
  /**STARS NAVBAR**/
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background: #293241;
    color: #fca311;
    border-bottom: 0.5px solid #5f5f5f;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  
  .navbar .logo {
    font-size: 1.2em;
    font-weight: 900;
    letter-spacing: 1px;
  }
  
  .menu-toggle {
    font-size: 2em;
    cursor: pointer;
  }

  .menu-toggle  img {
    width: 24px;
    height: 24px;
    color: #212529;
  }
  
  .sidebar {
    border-left: 0.5px solid #49505745;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background: #293241;
    padding-top: 60px;
    transition: all 0.3s ease;
    z-index: 99;
  }
  
  .sidebar.show {
    right: 0;
  }
  
  .sidebar ul {
    list-style: none;
    padding: 0;
  }
  
  .sidebar ul li {
    margin: 20px 0;
  }
  
  .sidebar ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    display: block;
    transition: color 0.2s;
    transition: font-weight 0.2s;
  }
  
  .sidebar ul li a:hover {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
  }

  /**ENDS NAVBAR**/

  .intro {
    margin-top: 64px;
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    font-size: large;
  }

  .intro .welcome {
    font-weight: bold;
    margin-bottom: 12px;
  }

  .jbbotones {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .copy-btn {
    padding: 12px 0px;
    width: 370px;
    box-sizing: border-box;
    margin: 0px 16px;
    font-size: 16px;
    text-align: center;
    background: #fca311;
    color: #fff;
    font-weight: bolder;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .copy-btn:hover {
    opacity: 0.9;
  }

  .vmessage {
    margin-top: 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  
  .toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #94d2bd;
    color: #007f5f;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, bottom 0.3s ease;
    width: 220px;
    text-align: center;
  }
  
  .toast.show {
    opacity: 1;
    bottom: 50px;
  }

  .bedrock-box {
    max-width: 400px;
    margin: 20px auto;
  }
  
  .bedrock-toggle {
    width: 100%;
    padding: 12px 0px;
    width: 370px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    background: #3aa655;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .bedrock-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .bedrock-content.open {
    max-height: 300px;
  }
  
  .bedrock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1e1e1e;
    color: #fff;
    padding: 10px;
    margin-top: 8px;
    border-radius: 8px;
  }
  
  .bedrock-row code {
    font-weight: bold;
    font-size: 14px;
    background: none;
    padding: 4px 6px;
    border-radius: 4px;
  }
  
  .bedrock-row button {
    background: #293241;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
  }


  .bedrock-box span {
    background: none;
    font-weight: bold;
  }

  .discord-btn {
    display: inline-block;
    width: 370px;
    text-align: center;
    padding: 12px 0px;
    background: linear-gradient(135deg, #5865F2, #4752C4);
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(88, 101, 242, 0.4);
    transition: all 0.25s ease;
  }
  
  .discord-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(88, 101, 242, 0.6);
    background: linear-gradient(135deg, #4752C4, #5865F2);
  }
  
  .discord-btn:active {
    transform: scale(0.96);
  }
  
  .legion-text {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin-top: 48px;
    letter-spacing: 1px;
  }
  
  .map-btn {
    display: inline-block;
    width: 370px;
    text-align: center;
    padding: 12px 0px;
    margin-top: 16px;
    background: linear-gradient(135deg, #e63946, #b5172e);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
    transition: all 0.25s ease;
  }
  
  .map-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(230, 57, 70, 0.6);
    background: linear-gradient(135deg, #b5172e, #e63946);
  }
  
  .map-btn:active {
    transform: scale(0.96);
  }