      /* Novo tema baseado no CSS fornecido */
      :root {
          --primary: #6c5ce7;
          --primary-light: #8578ea;
          --primary-dark: #5649c0;
          --dark: #0f0e17;
          --dark-light: #1a1a2e;
          --darker: #16213e;
          --border: rgba(255, 255, 255, 0.08);
          --text: #f8f9fa;
          --text-light: #bdc3c7;
          --online: #00b894;
          --offline: #e84393;
          --boost: #fdcb6e;
          --vip: #d946ef;
          --zombie: #00cec9;
          --highlight: rgba(108, 92, 231, 0.1);
          --fantasy: #a29bfe;
      }

      /* PersonalizaÃ§Ã£o da barra de rolagem */
      ::-webkit-scrollbar {
          width: 10px;
          height: 10px;
      }

      ::-webkit-scrollbar-track {
          background: var(--dark-light);
          border-radius: 5px;
      }

      ::-webkit-scrollbar-thumb {
          background: var(--primary);
          border-radius: 5px;
          border: 2px solid var(--dark-light);
      }

      ::-webkit-scrollbar-thumb:hover {
          background: var(--primary-light);
      }

      /* Para Firefox */
      * {
          scrollbar-width: thin;
          scrollbar-color: var(--primary) var(--dark-light);
      }

      * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
          font-family: 'Montserrat', sans-serif;
      }

      body {
          background-color: var(--dark);
          color: var(--text);
          font-size: 14px;
          line-height: 1.5;
          overflow-x: hidden;
          background-image:
              radial-gradient(circle at 10% 20%, rgba(108, 92, 231, 0.1) 0%, transparent 20%),
              radial-gradient(circle at 90% 80%, rgba(0, 206, 201, 0.1) 0%, transparent 20%);
      }

      /* Layout Principal */
      .container {
          width: 100%;
          max-width: 1200px;
          margin: 0 auto;
          padding: 0 15px;
      }

      /* Header redesenhado */
      header {
          background: rgba(26, 26, 46, 0.95);
          backdrop-filter: blur(12px);
          -webkit-backdrop-filter: blur(12px);
          padding: 12px 0;
          border-bottom: 1px solid var(--border);
          position: sticky;
          top: 0;
          z-index: 1000;
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
      }

      .header-container {
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .logo {
          font-family: 'Oxanium', sans-serif;
          font-size: 24px;
          font-weight: 700;
          color: var(--primary-light);
          text-transform: uppercase;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          gap: 10px;
          transition: all 0.3s ease;
      }

      .logo:hover {
          transform: translateY(-2px);
          text-shadow: 0 4px 15px rgba(108, 92, 231, 0.4);
      }

      .logo i {
          font-size: 28px;
          transition: transform 0.3s ease;
      }

      .logo:hover i {
          transform: rotate(15deg);
      }

      .logo-sub {
          font-size: 10px;
          color: var(--text-light);
          display: block;
          margin-top: -2px;
          letter-spacing: 1px;
          text-transform: uppercase;
      }

      /* Menu Mobile */
      .mobile-menu-btn {
          display: none;
          background: none;
          border: none;
          color: var(--text);
          font-size: 24px;
          cursor: pointer;
          padding: 5px;
          transition: all 0.3s ease;
          z-index: 1001;
      }

      .mobile-menu-btn:hover {
          color: var(--primary-light);
          transform: scale(1.1);
      }

      /* NavegaÃ§Ã£o redesenhada */
      /* NavegaÃ§Ã£o redesenhada */
      nav {
          background: linear-gradient(90deg, rgba(26, 26, 46, 0.95) 0%, rgba(22, 33, 62, 0.95) 100%);
          backdrop-filter: blur(12px);
          border-bottom: 1px solid var(--border);
          transition: all 0.3s ease;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          margin-bottom: 20px;
      }


      .nav-container {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0;
      }

      .nav-links {
          display: flex;
          gap: 5px;
      }

      .nav-links a {
          color: var(--text);
          font-weight: 500;
          padding: 15px 20px;
          border-radius: 0;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0.5px;
          transition: all 0.3s;
          white-space: nowrap;
          position: relative;
          overflow: hidden;
      }


      .nav-links a::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 3px;
          background: linear-gradient(90deg, var(--primary), var(--primary-light));
          transition: width 0.3s ease;
      }

      .nav-links a:hover::before {
          width: 100%;
      }

      .nav-links a:hover {
          color: var(--primary-light);
          background-color: transparent;
      }

      .nav-links a i {
          margin-right: 8px;
          font-size: 14px;
      }

      /* Submenu Desktop */
      .has-submenu {
          position: relative;
          z-index: 1001;
          /* Garante que estÃ¡ acima da maioria dos elementos */
          display: flex;
          justify-content: space-between;
      }

      .submenu {
          display: none;
          position: absolute;
          left: 0;
          top: 100%;
          background: rgba(26, 26, 46, 0.99);
          /* Aumente a opacidade */
          backdrop-filter: blur(12px);
          min-width: 200px;
          border-radius: 0 0 8px 8px;
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
          border: 1px solid var(--primary-light);
          /* Destaque na borda */
          border-top: none;
          z-index: 1100;
          /* Valor significativamente alto */
          transform: translateZ(0);
          /* ForÃ§a aceleraÃ§Ã£o de hardware */
      }

      /* Garante que o header e nav nÃ£o criem contexto de empilhamento */
      header,
      nav {
          position: relative;
          z-index: 1000;
          /* MantÃ©m abaixo do submenu */
      }

      /* Remove qualquer overflow que possa estar cortando o submenu */
      .nav-container {
          overflow: visible !important;
      }

      /* ForÃ§a o submenu a aparecer acima de tudo */
      .submenu {
          will-change: transform;
          /* OtimizaÃ§Ã£o de performance */
          isolation: isolate;
          /* Cria novo contexto de empilhamento */
      }

      .nav-links .has-submenu:hover .submenu {
          display: block;
      }

      .submenu a {
          padding: 12px 20px;
          display: block;
          color: var(--text-light);
          transition: all 0.3s;
          border-left: 3px solid transparent;
          text-transform: none;
          font-size: 13px;
      }

      .submenu a:hover {
          color: var(--primary-light);
          background: rgba(108, 92, 231, 0.1);
          border-left-color: var(--primary-light);
      }

      .submenu a i {
          margin-right: 8px;
          width: 18px;
          text-align: center;
      }

.auth-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

/* Estilo base para todos os botões */
.auth-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 12px;
    cursor: pointer;
}

/* Botão de Login */
.login-btn {
    color: var(--primary-light);
    border: 1px solid var(--primary-light);
    background: rgba(108, 92, 231, 0.05);
}

.login-btn:hover {
    background-color: rgba(108, 92, 231, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.2);
}

/* Botão de Registro */
.register-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
}

.register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
}

/* Botão GCash */
.user-gcash {
        color: #28a745;
    border: 1px solid #28a745;
    background: rgba(40, 167, 69, 0.1);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.user-gcash i {
    color: #28a745;
}

/* Botão da Conta */
.account-btn {
    color: #6f42c1;
    background: rgba(111, 66, 193, 0.1);
    border-color: #6f42c1;
}

/* Botão de Logout */
.logout-btn {
    color: #dc3545;
    background: rgba(220, 53, 69, 0.1);
    border-color: #dc3545;
}

/* Efeitos hover comuns */
.auth-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.account-btn:hover {
    background: rgba(111, 66, 193, 0.2);
}

.logout-btn:hover {
    background: rgba(220, 53, 69, 0.2);
}

/* Efeito ao clicar */
.auth-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

      /* Banner estilos crÃ­ticos */
      .banner-container {
          width: 100%;
          margin: 20px 0;
          min-height: 250px;
          border-radius: 12px;
          overflow: hidden;
          background-image: url(/assets/img/bg-stats.webp);
          background-size: cover;
          background-position: center;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          text-align: center;
          padding: 10px 20px;
          position: relative;
      }

      .banner-container::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
      }

      .banner-content {
          position: relative;
          z-index: 2;
          max-width: 800px;
      }

      .banner-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 2.5rem;
          color: white;
          margin-bottom: 20px;
      }

      .banner-button {
          display: inline-block;
          background: var(--primary);
          color: white;
          padding: 12px 30px;
          border-radius: 6px;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1rem;
          letter-spacing: 1px;
          border: 2px solid var(--primary-light);
      }

      /* Banner features */
      .banner-features {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          position: relative;
          z-index: 2;
      }

      .feature-box {
          width: 311px;
          text-align: center;
          transition: all 0.3s ease;
          display: flex;
          align-items: center;
          justify-content: center;
      }

      .feature-box i {
          font-size: 2rem;
          color: var(--primary-light);
          margin-bottom: 15px;
          display: block;
      }

      .feature-box h3 {
          font-size: 1.1rem;
          margin-bottom: 10px;
          color: white;
      }

      .feature-box p {
          font-size: 0.8rem;
          color: var(--text-light);
          text-shadow: 2px 2px 4px #000000;
      }

      @media (max-width: 768px) {
          .feature-box img {
              visibility: hidden;
              /* Opcional: reduz altura para evitar espaÃ§o vazio */
              height: 0;
              width: 0;
          }
      }

      /* Banner de Download */
      .download-banner {
          background: linear-gradient(135deg, var(--primary-dark), var(--primary));
          border-radius: 12px;
          margin: 10px 0;
          text-align: center;
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4);
          border: 1px solid rgba(255, 255, 255, 0.15);
          position: relative;
          overflow: hidden;
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
          background-image: url(/assets/img/bg-download.webp);
          background-size: cover;
          background-position: center;
      }

      .download-content {
          flex: 1;
          min-width: 300px;
          padding: 10px;
          position: relative;
          z-index: 2;
      }

      @media (max-width: 768px) {
          .download-banner {
              display: none;
          }
      }

      .download-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 1.8rem;
          color: white;
          margin-bottom: 15px;
          text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
      }

      .download-text {
          color: rgba(255, 255, 255, 0.9);
          margin-bottom: 20px;
          font-size: 1.1rem;
      }

      .download-features {
          text-align: left;
          margin: 10px 0;
          list-style: none;
          display: flex;
          /* Alterado para flex */
          flex-wrap: wrap;
          /* Permite que os itens quebrem linha se necessÃ¡rio */
          gap: 10px;
          /* EspaÃ§amento entre os itens */
      }

      .download-features li {
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          flex: 1;
          /* Faz os itens se expandirem igualmente */
          min-width: 200px;
          /* Largura mÃ­nima para cada item */
      }

      .download-features i {
          color: var(--boost);
          margin-right: 10px;
          font-size: 1.2rem;
      }

      .download-button-container {
          flex: 0 0 auto;
          padding: 20px;
      }

      .download-button {
          display: inline-block;
          background: rgba(255, 255, 255, 0.15);
          color: white;
          padding: 15px 40px;
          border-radius: 6px;
          font-weight: 700;
          text-transform: uppercase;
          font-size: 1.1rem;
          letter-spacing: 1px;
          transition: all 0.3s;
          border: 2px solid rgba(255, 255, 255, 0.3);
          position: relative;
          overflow: hidden;
      }

      .download-button:hover {
          background: rgba(255, 255, 255, 0.25);
          transform: translateY(-3px);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
      }

      /* EstatÃ­sticas melhoradas */
      .stats-container {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 20px;
          margin: 30px 0;
      }

      .stat-card {
          background: rgba(26, 26, 46, 0.8);
          backdrop-filter: blur(12px);
          border-radius: 12px;
          padding: 20px;
          text-align: center;
          transition: all 0.4s ease;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          border: 1px solid var(--border);
          position: relative;
          overflow: hidden;
      }

      .stat-card::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 3px;
          height: 100%;
          background: linear-gradient(to bottom, var(--primary), var(--primary-light));
      }

      .stat-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 12px 40px rgba(108, 92, 231, 0.25);
          border-color: rgba(108, 92, 231, 0.5);
      }

      .stat-number {
          font-size: 32px;
          font-weight: 700;
          color: var(--primary-light);
          margin-bottom: 5px;
          font-family: 'Oxanium', sans-serif;
          text-shadow: 0 4px 10px rgba(108, 92, 231, 0.3);
      }

      .stat-label {
          font-size: 12px;
          color: var(--text-light);
          text-transform: uppercase;
          letter-spacing: 1px;
      }

      /* SeÃ§Ã£o de Jogos melhorada */
      .section-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 24px;
          color: var(--text);
          margin: 40px 0 20px;
          padding-bottom: 10px;
          border-bottom: 2px solid var(--border);
          text-transform: uppercase;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          gap: 12px;
      }

      .section-title i {
          color: var(--primary-light);
          font-size: 22px;
      }

      .games-container {
          display: grid;
          grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
          gap: 20px;
      }

      .game-card {
          background: rgba(26, 26, 46, 0.8);
          backdrop-filter: blur(12px);
          border-radius: 12px;
          padding: 15px;
          transition: all 0.4s;
          border-left: 3px solid transparent;
          display: flex;
          flex-direction: column;
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          border: 1px solid var(--border);
          position: relative;
          overflow: hidden;
      }

      .game-card::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(135deg, rgba(108, 92, 231, 0.1) 0%, transparent 100%);
          opacity: 0;
          transition: opacity 0.3s ease;
      }

      .game-card:hover::after {
          opacity: 1;
      }

      .game-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 12px 40px rgba(108, 92, 231, 0.25);
          border-left-color: var(--primary-light);
          border-color: rgba(108, 92, 231, 0.5);
      }

      .game-header {
          display: flex;
          align-items: center;
          margin-bottom: 15px;
          gap: 12px;
      }

      .game-icon {
          width: 36px;
          height: 36px;
          object-fit: contain;
          border-radius: 8px;
          background: rgba(0, 0, 0, 0.2);
          padding: 5px;
      }

      .game-name {
          font-weight: 600;
          color: var(--text);
          font-size: 15px;
      }

      .game-info {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: auto;
      }

      .game-servers {
          font-size: 13px;
          color: var(--text-light);
      }

      .game-boost {
          background-color: var(--boost);
          color: #2d3436;
          padding: 4px 10px;
          border-radius: 20px;
          font-size: 11px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          box-shadow: 0 2px 8px rgba(253, 203, 110, 0.3);
      }

      /* Lista de Servidores aprimorada */
      .server-list-container {
          background: rgba(26, 26, 46, 0.8);
          backdrop-filter: blur(12px);
          border-radius: 12px;
          margin: 40px 0;
          border: 1px solid var(--border);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
          overflow: hidden;
          transition: all 0.4s ease;
      }

      .server-list-container:hover {
          box-shadow: 0 12px 50px rgba(108, 92, 231, 0.3);
          border-color: rgba(108, 92, 231, 0.5);
      }

      .server-list-header {
          padding: 18px 25px;
          background: linear-gradient(135deg, rgba(108, 92, 231, 0.2) 0%, rgba(26, 26, 46, 0.5) 100%);
          border-bottom: 1px solid var(--border);
          display: flex;
          justify-content: space-between;
          align-items: center;
      }

      .server-list-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 20px;
          color: white;
          text-transform: uppercase;
          letter-spacing: 1px;
          display: flex;
          align-items: center;
          gap: 12px;
      }

      .server-list-title i {
          font-size: 18px;
          color: var(--primary-light);
      }

      .server-list-count {
          background-color: rgba(0, 0, 0, 0.3);
          color: white;
          padding: 6px 14px;
          border-radius: 20px;
          font-size: 13px;
          font-weight: 600;
          border: 1px solid var(--border);
          margin-left: 15px;
      }

      .server-list-actions {
          display: flex;
          gap: 12px;
      }

      .server-list-filter {
          background-color: rgba(0, 0, 0, 0.3);
          border: 1px solid var(--border);
          color: white;
          padding: 8px 16px;
          border-radius: 20px;
          font-size: 13px;
          cursor: pointer;
          transition: all 0.3s;
          display: flex;
          align-items: center;
          gap: 8px;
      }

      .server-list-filter:hover {
          background-color: rgba(108, 92, 231, 0.2);
          border-color: var(--primary-light);
          transform: translateY(-2px);
      }

      .server-list-items {
          list-style: none;
      }

      .server-list-item {
          padding: 18px 25px;
          border-bottom: 1px solid var(--border);
          transition: all 0.3s;
          display: grid;
          grid-template-columns: 1fr auto;
          gap: 20px;
          align-items: center;
          position: relative;
          overflow: hidden;
      }

      .server-list-item::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 25%;
          height: 100%;
          background: linear-gradient(260deg, rgba(15, 14, 23, 0) 20%, var(--dark-light) 100%),
              var(--map-image) no-repeat right center/cover;
          z-index: 0;
          opacity: 0.9;
          transition: opacity 0.4s ease;
      }

      .server-list-item:hover::before {
          opacity: 0.5;
      }

      .server-list-item:last-child {
          border-bottom: none;
      }

      .server-list-item:hover {
          background-color: var(--highlight);
      }

      .server-info {
          display: grid;
          grid-template-columns: auto 1fr;
          gap: 15px;
          align-items: center;
          position: relative;
          z-index: 1;
      }

      .server-info-widget {
          gap: 15px;
          align-items: center;
          position: relative;
          z-index: 1;
          max-width: 300px;

          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
      }


      .server-icon-container {
          width: 48px;
          height: 48px;
          background-color: var(--darker);
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid var(--border);
          overflow: hidden;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      }

      .server-icon-img {
          width: 28px;
          height: 28px;
          object-fit: contain;
      }

      .server-details {
          display: flex;
          flex-direction: column;
          gap: 6px;
      }

      .server-name {
          font-weight: 700;
          color: var(--text);
          font-size: 16px;
          display: flex;
          align-items: center;
          gap: 10px;            
      }


      .server-name-text {
              display: inline-block; /* ou display: block */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
          font-size: 13px;
      }

      .server-status {
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          margin-right: 8px;
          min-height: 12px;
          min-width: 12px;
      }

      .status-online {
          background-color: var(--online);
          box-shadow: 0 0 10px var(--online);
          animation: pulse 1.5s infinite;
          margin-left: 10px;
      }

      .status-offline {
          background-color: var(--offline);
      }

      .server-description {
            font-size: 14px;
            color: var(--text-light);
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .server-tag {
            padding: 5px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            gap: 6px;
            background-color: rgba(0, 0, 0, 0.3);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s;
        }

      .server-tag:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

      .tag-zombie {
          background-color: rgba(0, 206, 201, 0.15);
          color: var(--zombie);
          border: 1px solid var(--zombie);
      }

      .tag-vip {
          background-color: rgba(217, 70, 239, 0.15);
          color: var(--vip);
          border: 1px solid var(--vip);
      }

      .tag-events {
          background-color: rgba(253, 203, 110, 0.15);
          color: var(--boost);
          border: 1px solid var(--boost);
      }

      .tag-fantasy {
          background-color: rgba(162, 155, 254, 0.15);
          color: var(--fantasy);
          border: 1px solid var(--fantasy);
      }

      .tag-boosted {
          background-color: rgba(253, 203, 110, 0.2);
          color: var(--boost);
          border: 1px dashed var(--boost);
      }
      
      .server-info-widget .server-name a {
     color: var(--text);
          font-weight: 500;
          border-radius: 0;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 0.5px;
          transition: all 0.3s;
          white-space: nowrap;
          position: relative;
          overflow: hidden;
}

.server-info-widget .server-name a:hover {
          color: var(--primary-light);
}

      .server-stats {
          display: flex;
          align-items: center;
          gap: 25px;
          position: relative;
          z-index: 1;
      }

      .server-players {
          display: flex;
          flex-direction: column;
          align-items: center;
          min-width: 90px;
      }

      .players-count {
          font-family: 'Oxanium', sans-serif;
          font-size: 22px;
          font-weight: 700;
          color: var(--text);
          line-height: 1;
      }

      .players-max {
          font-size: 12px;
          color: var(--text-light);
          text-transform: uppercase;
          letter-spacing: 0.5px;
      }

      .players-progress {
          width: 100%;
          height: 5px;
          background-color: rgba(255, 255, 255, 0.1);
          border-radius: 3px;
          margin-top: 8px;
          overflow: hidden;
      }

      .players-progress-bar {
          height: 100%;
          background: linear-gradient(90deg, var(--primary), var(--primary-light));
          border-radius: 3px;
          transition: width 0.5s ease;
      }

      .server-ping {
          display: flex;
          flex-direction: column;
          align-items: center;
          min-width: 60px;
      }

      .ping-value {
          font-family: 'Oxanium', sans-serif;
          font-size: 20px;
          color: var(--text);
          line-height: 1;
      }

      .ping-label {
          font-size: 11px;
          color: var(--text-light);
          text-transform: uppercase;
          letter-spacing: 0.5px;
      }

      .server-actions {
          display: flex;
          gap: 12px;
      }

      .server-action-btn {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255, 255, 255, 0.05);
          color: var(--text-light);
          border: 1px solid var(--border);
          cursor: pointer;
          transition: all 0.3s;
          backdrop-filter: blur(5px);
          font-size: 16px;
      }

      .server-map-btn {
          width: 120px;
          height: 40px;
          border-radius: 8px;
          font-size: 11px;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: rgba(255, 255, 255, 0.05);
          color: var(--text-light);
          border: 1px solid var(--border);
          cursor: pointer;
          transition: all 0.3s;
          backdrop-filter: blur(5px);
                      overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block; /* ou block */
      }

      .server-action-btn:hover {
          background-color: var(--primary-dark);
          color: white;
          border-color: var(--primary-light);
          transform: translateY(-2px);
          box-shadow: 0 4px 12px rgba(108, 92, 231, 0.3);
      }

      .server-connect-btn {
          padding: 10px 20px;
          border-radius: 8px;
          background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
          color: white;
          font-weight: 700;
          font-size: 14px;
          display: flex;
          align-items: center;
          gap: 8px;
          transition: all 0.3s;
          backdrop-filter: blur(5px);
          border: none;
          min-width: 120px;
          justify-content: center;
          margin-left: 150px;
      }
      
      @media (max-width: 767px) {
  .server-connect-btn {
    display: none;
  }
}

      .server-connect-btn:hover {
          background: linear-gradient(135deg, var(--primary-dark) 0%, #4a3db2 100%);
          transform: translateY(-3px);
          box-shadow: 0 8px 20px rgba(108, 92, 231, 0.4);
      }

      /* Efeito de destaque para servidores cheios */
      .server-full .players-count {
          color: var(--boost);
      }

      .server-full .players-progress-bar {
          background: linear-gradient(90deg, var(--boost), #f39c12);
      }

      /* Efeito de destaque para servidores boostados */
      .server-boosted {
          position: relative;
          overflow: hidden;
      }

      .server-boosted::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          background: linear-gradient(to bottom, var(--boost), #f39c12);
          z-index: 0;
      }

      /* SeÃ§Ã£o de Servidores */
      .servers-container {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 25px;
          margin: 40px 0;
      }

      .server-column {
          background: rgba(26, 26, 46, 0.8);
          backdrop-filter: blur(12px);
          border-radius: 12px;
          padding: 0;
          border: 1px solid var(--border);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
          transition: all 0.4s;
      }

      .server-column:hover {
          transform: translateY(-5px);
          box-shadow: 0 12px 50px rgba(108, 92, 231, 0.25);
      }

      .column-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 18px;
          color: var(--text);
          margin-bottom: 0;
          border-radius: 12px 12px 0 0;
          padding: 15px 20px;
          border-bottom: 1px solid var(--border);
          text-transform: uppercase;
          display: flex;
          align-items: center;
          gap: 10px;
          background: linear-gradient(135deg, rgba(108, 92, 231, 0.2) 0%, rgba(26, 26, 46, 0.5) 100%);
      }

      .column-title i {
          font-size: 16px;
          color: var(--primary-light);
      }

      .server-column .server-list-items {
          padding: 10px;
      }

      .server-column .server-list-item {
          padding: 5px;
          grid-template-columns: 1fr;
          gap: 5px;
          margin-bottom: 2px;
          border-radius: 8px;
          border: 1px solid var(--border);
      }

      .server-column .server-list-item:last-child {
          margin-bottom: 0;
      }

      .server-column .server-info {
          grid-template-columns: 40px 1fr;
          gap: 12px;
      }

      .server-column .server-name {
          font-size: 15px;
      }

      .server-column .server-description {
            font-size: 13px;
            gap: 8px;
        }

      .server-column .server-tag {
          padding: 4px 8px;
          font-size: 11px;
      }

      .server-column .server-stats {
          justify-content: space-between;
          width: 100%;
      }

      .server-column .players-count {
          font-size: 13px;
      }

      .server-column .ping-value {
          font-size: 18px;
      }

      .server-column .server-actions {
          width: 100%;
          justify-content: flex-end;
      }

      /* RodapÃ© redesenhado */
      footer {
          background: linear-gradient(180deg, rgba(26, 26, 46, 0.95) 0%, rgba(15, 14, 23, 0.95) 100%);
          backdrop-filter: blur(12px);
          padding: 50px 0 30px;
          margin-top: 60px;
          border-top: 1px solid var(--border);
          position: relative;
      }

      footer::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, var(--primary), var(--primary-light));
      }

      .footer-grid {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          gap: 40px;
          margin-bottom: 40px;
      }

      .footer-column h4 {
          font-family: 'Oxanium', sans-serif;
          font-size: 18px;
          margin-bottom: 20px;
          color: var(--primary-light);
          position: relative;
          padding-bottom: 10px;
      }

      .footer-column h4::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 40px;
          height: 2px;
          background: linear-gradient(90deg, var(--primary), transparent);
      }

      .footer-links {
          list-style: none;
      }

      .footer-links li {
          margin-bottom: 12px;
      }

      .footer-links a {
          color: var(--text-light);
          font-size: 14px;
          transition: all 0.3s;
          display: flex;
          align-items: center;
          gap: 8px;
      }

      .footer-links a i {
          font-size: 12px;
          transition: transform 0.3s;
      }

      .footer-links a:hover {
          color: var(--primary-light);
          padding-left: 5px;
      }

      .footer-links a:hover i {
          transform: translateX(3px);
      }

      .social-links {
          display: flex;
          gap: 20px;
          margin-top: 20px;
      }

      .social-links a {
          color: var(--text);
          font-size: 20px;
          transition: all 0.3s;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          background: rgba(255, 255, 255, 0.05);
          border: 1px solid var(--border);
      }

      .social-links a:hover {
          color: var(--primary-light);
          transform: translateY(-3px);
          background: rgba(108, 92, 231, 0.1);
          border-color: var(--primary-light);
          box-shadow: 0 4px 12px rgba(108, 92, 231, 0.2);
      }

      .copyright {
          text-align: center;
          color: var(--text-light);
          font-size: 13px;
          padding-top: 30px;
          border-top: 1px solid var(--border);
      }

      /* Menu Mobile redesenhado */
      .mobile-menu {
          position: fixed;
          top: 0;
          right: -100%;
          width: 320px;
          height: 100vh;
          background: rgba(26, 26, 46, 0.98);
          backdrop-filter: blur(15px);
          box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
          z-index: 1000;
          transition: right 0.4s ease;
          overflow-y: auto;
          padding: 25px;
          border-left: 1px solid var(--border);
      }

      .mobile-menu.active {
          right: 0;
      }

      .mobile-menu-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 30px;
          padding-bottom: 20px;
          border-bottom: 1px solid var(--border);
      }

      .mobile-menu-logo {
          font-family: 'Oxanium', sans-serif;
          color: var(--primary-light);
          font-size: 22px;
          font-weight: 700;
      }

      .close-menu {
          background: none;
          border: none;
          color: var(--text);
          font-size: 24px;
          cursor: pointer;
          transition: all 0.3s;
      }

      .close-menu:hover {
          color: var(--primary-light);
          transform: rotate(90deg);
      }

      /* Submenu Mobile */
      .mobile-nav-links {
          list-style: none;
          margin-bottom: 30px;
      }

      .mobile-nav-links li {
          margin-bottom: 15px;
      }

      .mobile-nav-links a {
          display: flex;
          align-items: center;
          gap: 12px;
          padding: 15px;
          color: var(--text);
          border-radius: 8px;
          transition: all 0.3s;
          background: rgba(255, 255, 255, 0.05);
          border: 1px solid var(--border);
      }

      .mobile-nav-links a i {
          font-size: 16px;
          width: 24px;
          text-align: center;
      }

      .mobile-nav-links a:hover {
          background-color: var(--highlight);
          transform: translateX(5px);
          border-color: var(--primary-light);
      }

      .mobile-submenu {
          display: none;
          padding-left: 20px;
          list-style: none;
          margin-top: 10px;
      }

      .mobile-submenu.active {
          display: block;
      }

      .mobile-submenu li {
          margin-bottom: 8px;
      }

      .mobile-submenu a {
          padding: 12px 15px;
          background: rgba(255, 255, 255, 0.03);
          border-left: 2px solid var(--border);
          font-size: 14px;
      }

      .mobile-submenu-trigger {
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer;
      }

      .mobile-submenu-trigger::after {
          content: '+';
          font-size: 18px;
          transition: transform 0.3s;
      }

      .mobile-submenu-trigger.active::after {
          content: '-';
      }

      .mobile-auth-buttons {
          display: flex;
          flex-direction: column;
          gap: 15px;
          margin-top: 30px;
      }

      .mobile-auth-buttons a {
          display: block;
          text-align: center;
          padding: 15px;
          border-radius: 8px;
          font-weight: 600;
          transition: all 0.3s ease;
      }

      .mobile-login-btn {
          color: var(--primary-light);
          border: 1px solid var(--primary-light);
          background: rgba(108, 92, 231, 0.05);
      }

      .mobile-login-btn:hover {
          background-color: rgba(108, 92, 231, 0.15);
          transform: translateY(-2px);
      }

      .mobile-register-btn {
          background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
          color: white;
          border: none;
      }

      .mobile-register-btn:hover {
          background: linear-gradient(135deg, var(--primary-dark) 0%, #4a3db2 100%);
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
      }

      .overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          z-index: 999;
          opacity: 0;
          visibility: hidden;
          transition: all 0.4s ease;
          backdrop-filter: blur(5px);
      }

      .overlay.active {
          opacity: 1;
          visibility: visible;
      }

      /* AnimaÃ§Ãµes */
      @keyframes fadeIn {
          from {
              opacity: 0;
              transform: translateY(10px);
          }

          to {
              opacity: 1;
              transform: translateY(0);
          }
      }

      @keyframes pulse {
          0% {
              opacity: 1;
          }

          50% {
              opacity: 0.7;
          }

          100% {
              opacity: 1;
          }
      }

      /* Responsividade */
      @media (max-width: 1024px) {
          .stats-container {
              grid-template-columns: repeat(2, 1fr);
          }

          .servers-container {
              grid-template-columns: repeat(2, 1fr);
          }

          .footer-grid {
              grid-template-columns: repeat(2, 1fr);
              gap: 30px;
          }
      }

      @media (max-width: 768px) {
          .mobile-menu-btn {
              display: block;
          }

          .nav-links,
          .auth-buttons {
              display: none;
          }

          .logo {
              font-size: 20px;
          }

          .servers-container {
              grid-template-columns: 1fr;
          }

          .banner-title {
              font-size: 2rem;
          }

          .banner-subtitle {
              font-size: 1rem;
          }

          .download-banner {
              flex-direction: column;
              text-align: center;
          }

          .download-content {
              min-width: 100%;
          }

          .download-features {
              text-align: center;
              justify-content: center;
          }

          .download-title {
              font-size: 1.5rem;
          }

          .games-container {
              grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
          }

          .server-list-item {
              grid-template-columns: 1fr;
              gap: 15px;
          }

          .server-stats {
              justify-content: space-between;
              width: 100%;
          }

          .server-info {
              grid-template-columns: 40px 1fr;
          }

          .server-actions {
              width: 100%;
              justify-content: flex-end;
          }

          /* Ajuste para imagem de fundo em mobile */
          .server-list-item::before {
              width: 100%;
              background: var(--map-image) no-repeat center center/cover;
              opacity: 0.2;
          }
      }

      @media (max-width: 480px) {
          .stats-container {
              grid-template-columns: 1fr;
              gap: 15px;
          }

          .footer-grid {
              grid-template-columns: 1fr;
              gap: 25px;
          }

          .game-card {
              padding: 12px;
          }

          .game-name {
              font-size: 14px;
          }

          .banner-title {
              font-size: 1.5rem;
          }

          .banner-button {
              padding: 10px 20px;
              font-size: 0.9rem;
          }

          .download-button {
              padding: 12px 30px;
              font-size: 1rem;
          }

          .server-list-header {
              flex-direction: column;
              align-items: flex-start;
              gap: 15px;
              padding: 15px;
          }

          .server-list-actions {
              width: 100%;
              justify-content: space-between;
          }

          .server-list-filter {
              flex: 1;
              justify-content: center;
          }

          .server-description {
                gap: 6px;
            }

          .server-tag {
              padding: 4px 8px;
              font-size: 11px;
          }

          .mobile-menu {
              width: 280px;
              padding: 20px;
          }
      }

      /* Estilo para tooltip */
      .tooltip {
          position: absolute;
          background-color: rgba(26, 26, 46, 0.95);
          color: white;
          padding: 8px 15px;
          border-radius: 6px;
          font-size: 13px;
          z-index: 1000;
          white-space: nowrap;
          pointer-events: none;
          opacity: 0;
          transform: translateY(5px);
          transition: all 0.2s;
          backdrop-filter: blur(10px);
          border: 1px solid var(--border);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      }

      [title]:hover .tooltip {
          opacity: 1;
          transform: translateY(0);
      }

      a {
          text-decoration: none;
      }

      /* Estilos para a seÃ§Ã£o Top 3 Servidores com imagens de mapa */
      .top-servers {
          background: rgba(26, 26, 46, 0.8);
          backdrop-filter: blur(12px);
          border-radius: 12px;
          margin: 30px 0;
          padding: 25px;
          border: 1px solid var(--border);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
      }

      .top-servers-title {
          font-family: 'Oxanium', sans-serif;
          font-size: 22px;
          color: var(--text);
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          gap: 12px;
      }

      .top-servers-title i {
          color: var(--boost);
      }

      .top-servers-grid {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 20px;
      }

      .top-server-card {
          background: rgba(15, 14, 23, 0.6);
          border-radius: 10px;
          padding: 0;
          border: 1px solid var(--border);
          transition: all 0.3s ease;
          position: relative;
          overflow: hidden;
          height: 330px;
      }

      .top-server-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 10px 25px rgba(108, 92, 231, 0.2);
          border-color: var(--primary-light);
      }

      .top-server-map {
          width: 100%;
          height: 150px;
          background-size: cover;
          background-position: center;
          position: relative;
      }

      .top-server-map-overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
      }

      .top-server-map-name {
          position: absolute;
          bottom: 10px;
          left: 10px;
          font-weight: 700;
          color: white;
          z-index: 2;
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
      }

      .top-server-content {
          padding: 15px;
      }

      .top-server-rank {
          position: absolute;
          top: 10px;
          right: 10px;
          width: 30px;
          height: 30px;
          background: var(--boost);
          color: var(--dark);
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          font-family: 'Oxanium', sans-serif;
          z-index: 2;
      }

      .top-server-name {
          font-weight: 700;
          font-size: 16px;
          margin-bottom: 10px;
          color: var(--text);
          /* Truncate */
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          max-width: 350px;
          /* ajuste conforme necessÃ¡rio */
      }
      .top-server-name a.custom-link {
    color: #fff; /* Cor do link */
    text-decoration: none; /* Remove sublinhado */
}

/* Efeito quando o mouse passa por cima (hover) */
.top-server-name a.custom-link:hover {
                    color: var(--primary-light);
}

      .top-server-stats {
          display: flex;
          justify-content: space-between;
          margin-bottom: 15px;
      }

      .top-server-stat {
          text-align: center;
      }

      .top-server-stat-value {
          font-family: 'Oxanium', sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: var(--primary-light);
      }

      .top-server-stat-label {
          font-size: 11px;
          color: var(--text-light);
          text-transform: uppercase;
      }

      .top-server-players {
          width: 100%;
          height: 5px;
          background: rgba(255, 255, 255, 0.1);
          border-radius: 3px;
          margin-bottom: 15px;
          overflow: hidden;
      }

      .top-server-players-bar {
          height: 100%;
          background: linear-gradient(90deg, var(--primary), var(--primary-light));
          border-radius: 3px;
      }

      .top-server-connect {
          display: block;
          text-align: center;
          background: rgba(108, 92, 231, 0.2);
          color: var(--text);
          padding: 8px;
          border-radius: 5px;
          font-size: 13px;
          font-weight: 600;
          transition: all 0.3s;
          border: 1px solid var(--primary-light);
      }

      .top-server-connect:hover {
          background: var(--primary);
          color: white;
      }

      @media (max-width: 768px) {
          .top-servers-grid {
              grid-template-columns: 1fr;
          }

          .download-features {
              flex-direction: column;
              align-items: flex-start;
          }

          .download-features li {
              min-width: 100%;
          }
      }
      
      .search-form {
    width: 100%;
    max-width: 450px;
}

.search-container {
    background-color: rgba(26, 26, 46, 0.8);
    border: 1px solid var(--border);
    color: white;
    padding: 8px 15px;
    border-radius: 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.search-container:hover {
    border-color: var(--primary-light);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.3);
}

.search-icon {
    color: var(--text-light);
    font-size: 16px;
    transition: color 0.3s;
}

.search-container:hover .search-icon {
    color: var(--primary-light);
}

.search-input {
    flex: 1;
    background: transparent;
    border: none;
    color: var(--text);
    outline: none;
    font-size: 14px;
    padding: 8px 0;
    min-width: 0;
}

.search-input::placeholder {
    color: var(--text-light);
    opacity: 0.7;
    transition: opacity 0.3s;
}

.search-input:focus::placeholder {
    opacity: 0.4;
}

.search-button {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(108, 92, 231, 0.3);
    overflow: hidden;
    position: relative;
}

.search-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 92, 231, 0.4);
}

.search-button:hover::before {
    left: 100%;
}

.search-button i {
    font-size: 12px;
    transition: transform 0.3s;
}

.search-button:hover i {
    transform: translateX(3px);
}

/* Efeito para quando o input estÃ¡ focado */
.search-input:focus ~ .search-button {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
}
.server-info-header {
            display: flex;
            align-items: center;
            gap: 30px;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--border);
        }

        @media (max-width: 768px) {
            .server-info-header {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }

        .server-icon-large {
            width: 120px;
            height: 120px;
            border-radius: 20px;
            object-fit: cover;
            border: 3px solid var(--primary-light);
            box-shadow: 0 8px 25px rgba(108, 92, 231, 0.3);
        }

        .server-title-container {
            flex: 1;
        }

        .server-title {
            font-family: 'Oxanium', sans-serif;
            font-size: 32px;
            color: var(--text);
            margin-bottom: 10px;
        }

        .server-status-large {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 15px;
        }

        .status-online-large {
            background: rgba(0, 184, 148, 0.15);
            color: var(--online);
        }

        .status-offline-large {
            background: rgba(232, 67, 147, 0.15);
            color: var(--offline);
        }

        .status-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }

        .server-meta {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .server-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--text-light);
            font-size: 14px;
        }

        .server-actions-large {
            display: flex;
            gap: 15px;
        }

        .server-connect-btn-large {
            padding: 12px 25px;
            border-radius: 8px;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            font-weight: 700;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s;
            border: none;
        }

        .server-connect-btn-large:hover {
            background: linear-gradient(135deg, var(--primary-dark) 0%, #4a3db2 100%);
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(108, 92, 231, 0.4);
        }

        .favorite-btn {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.05);
            color: var(--text);
            border: 1px solid var(--border);
            cursor: pointer;
            transition: all 0.3s;
            font-size: 20px;
        }

        .favorite-btn:hover {
            color: var(--boost);
            border-color: var(--boost);
        }

        .favorite-btn.active {
            color: var(--boost);
            background: rgba(253, 203, 110, 0.1);
            border-color: var(--boost);
        }

        .server-tabs {
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--border);
            padding-bottom: 5px;
        }

        .server-tab {
            padding: 12px 25px;
            border-radius: 8px 8px 0 0;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: all 0.3s;
            background: transparent;
            color: var(--text-light);
            border: none;
        }

        .server-tab:hover,
        .server-tab.active {
            background: rgba(108, 92, 231, 0.1);
            color: var(--primary-light);
        }

        .server-tab.active {
            border-bottom: 3px solid var(--primary-light);
        }

        .tab-content {
            display: none;
        }

        .tab-content.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }

        .server-details-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 30px;
        }

        @media (max-width: 1024px) {
            .server-details-grid {
                grid-template-columns: 1fr;
            }
        }

        .server-description h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
        }

        .server-description p {
            color: var(--text-light);
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .server-rules {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
            margin-bottom: 30px;
        }

        .server-rules h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
        }

        .server-rules ul {
            padding-left: 20px;
        }

        .server-rules li {
            color: var(--text-light);
            margin-bottom: 10px;
            line-height: 1.6;
        }

        .server-stats-container {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
            margin-bottom: 30px;
        }

        .server-stats-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .stat-card-server {
            background: rgba(15, 14, 23, 0.6);
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            border: 1px solid var(--border);
        }
        .stats-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: fixed;
    top: 0; /* Você pode ajustar o valor conforme necessário */
    left: 0; /* Ajuste a posição horizontal conforme necessário */
    z-index: 999; /* Para garantir que ela fique acima de outros elementos */
}


        .stat-value {
            font-family: 'Oxanium', sans-serif;
            font-size: 28px;
            color: var(--primary-light);
            margin-bottom: 5px;
        }

        .stat-label {
            font-size: 14px;
            color: var(--text-light);
        }

        .server-sidebar {
            position: sticky;
            top: 20px;
        }

        .server-map-container {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 0;
            border: 1px solid var(--border);
            margin-bottom: 30px;
            overflow: hidden;
        }

        .server-map-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }

        .server-map-info {
            padding: 20px;
        }

        .server-map-name {
            font-weight: 700;
            color: var(--text);
            margin-bottom: 10px;
        }

        .server-map-stats {
            display: flex;
            justify-content: space-between;
        }

        .server-map-stat {
            text-align: center;
        }

        .server-map-stat-value {
            font-family: 'Oxanium', sans-serif;
            font-size: 18px;
            color: var(--primary-light);
        }

        .server-map-stat-label {
            font-size: 12px;
            color: var(--text-light);
        }

        .servicos {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
            margin-bottom: 30px;
        }

        .servicos h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .online-players {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
        }

        .online-players h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .players-count {
            background: rgba(0, 0, 0, 0.3);
            color: white;
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 14px;
        }

        .player-list {
            list-style: none;
        }

        .player-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
        }

        .player-item:last-child {
            border-bottom: none;
        }

        .player-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }

        .player-name {
            flex: 1;
            color: var(--text);
        }

        .player-time {
            color: var(--text-light);
            font-size: 12px;
        }

        .player-score {
            font-family: 'Oxanium', sans-serif;
            font-weight: 700;
            color: var(--boost);
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* Cabeçalho do perfil */
        .profile-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Avatar do usuário */
        .profile-avatar {
            position: relative;
            width: 150px;
            height: 150px;
            margin-bottom: 20px;
        }

        .profile-pic {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-light);
        }

        .camera-icon {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: var(--primary);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .camera-icon:hover {
            transform: scale(1.1);
        }

        .camera-icon img {
            width: 20px;
            height: 20px;
        }

        /* Informações do usuário */
        .user-info {
            text-align: center;
        }

        .user-name {
            color: var(--primary-light);
            font-size: 1.8rem;
            margin-bottom: 5px;
        }

        .user-welcome {
            color: var(--text-light);
            font-size: 1rem;
            margin-bottom: 20px;
        }

        /* Meta informações */
        .user-meta {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }

        .meta-item i {
            color: var(--primary-light);
            font-size: 1.2rem;
        }

        .meta-item span {
            font-weight: 600;
            color: var(--warning);
        }

        /* Layout de duas colunas */
        .user-layout {
            display: flex;
            gap: 30px;
        }

        /* Menu lateral */
        .user-sidebar {
            flex: 0 0 250px;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .sidebar-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .sidebar-title i {
            margin-right: 8px;
        }

        .sidebar-title span {
            color: var(--warning);
        }

        /* Menu de navegação */
        .user-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-item {
            margin-bottom: 10px;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-light);
            text-decoration: none;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .menu-item a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .menu-item a i {
            width: 20px;
            text-align: center;
        }

        /* Conteúdo principal */
        .user-content {
            flex: 1;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Estilos específicos para servidores */
        .server-list {
            display: grid;
            gap: 20px;
        }

        .server-card {
            background: rgba(30, 30, 50, 0.6);
            border-radius: 12px;
            padding: 20px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
        }

        .server-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .server-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .server-avatar {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            overflow: hidden;
        }

        .server-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .server-info {
            flex: 1;
        }

        .server-name {
            font-size: 1.2rem;
            color: var(--primary-light);
            margin-bottom: 5px;
        }
        
        /* Estilo do link */
.server-name a.custom-link {
    color: var(--text-light);
}

/* Efeito hover (quando o mouse passa por cima) */
.server-name a.custom-link:hover {
    color: var(--primary-light); /* Cor mais escura no hover */
}

        .server-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 10px;
        }

        .badge {
            padding: 5px 10px;
            border-radius: 6px;
            font-size: 0.8rem;
            font-weight: 600;
        }

        .server-status {
            margin-bottom: 10px;
        }

        .server-actions {
            display: flex;
            gap: 10px;
        }

        .btn {
            padding: 8px 15px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .btn-outline-success {
            border-color: var(--secondary);
            color: var(--secondary);
        }

        .btn-outline-success:hover {
            background: var(--secondary);
            color: var(--dark);
        }

        .page-item {
            margin: 0 5px;
        }

        .page-link {
            background: rgba(30, 30, 50, 0.6);
            border: 1px solid var(--border);
            color: var(--text-light);
            transition: all 0.3s ease;
        }

        .page-link:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .page-item.active .page-link {
            background: var(--primary);
            border-color: var(--primary);
            color: white;
        }

        /* Modal de foto */
        .modal-content {
            background: rgba(26, 26, 46, 0.95);
            border: 1px solid var(--primary);
        }

        .iframe-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .user-layout {
                flex-direction: column;
            }
            
            .user-sidebar {
                flex: 1;
            }
        }

        @media (max-width: 768px) {
            .server-header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .server-avatar {
                width: 100%;
                height: 150px;
            }
            
            .server-actions {
                flex-direction: column;
                width: 100%;
            }
            
            .btn {
                width: 100%;
                text-align: center;
            }
        }

        @media (max-width: 576px) {
            .profile-header {
                padding: 20px;
            }
            
            .user-meta {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }
            
            .server-meta {
                flex-direction: column;
                gap: 5px;
            }
        }
                /* Cabeçalho do perfil */
        .profile-header {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 0px;
            margin-bottom: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Avatar do usuário */
        .profile-avatar {
            position: relative;
            width: 150px;
            height: 150px;
            margin-bottom: 20px;
        }

        .profile-pic {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid var(--primary-light);
        }

        .camera-icon {
            position: absolute;
            bottom: 10px;
            right: 10px;
            background: var(--primary);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .camera-icon:hover {
            transform: scale(1.1);
        }

        .camera-icon img {
            width: 20px;
            height: 20px;
        }

        /* Informações do usuário */
        .user-info {
            text-align: center;
        }

        .user-name {
            color: var(--primary-light);
            font-size: 1.8rem;
            margin-bottom: 5px;
        }

        .user-welcome {
            color: var(--text-light);
            font-size: 1rem;
            margin-bottom: 20px;
        }

        /* Meta informações */
        .user-meta {
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
            margin-top: 20px;
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.95rem;
        }

        .meta-item i {
            color: var(--primary-light);
            font-size: 1.2rem;
        }

        .meta-item span {
            font-weight: 600;
            color: var(--warning);
        }

        /* Layout de duas colunas */
        .user-layout {
            display: flex;
            gap: 30px;
        }

        /* Menu lateral */
        .user-sidebar {
            flex: 0 0 250px;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .sidebar-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .sidebar-title i {
            margin-right: 8px;
        }

        .sidebar-title span {
            color: var(--warning);
        }

        /* Menu de navegação */
        .user-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-item {
            margin-bottom: 10px;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-light);
            text-decoration: none;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .menu-item a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .menu-item a i {
            width: 20px;
            text-align: center;
        }

        /* Conteúdo principal */
        .user-content {
            flex: 1;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Modal de foto */
        .modal-content {
            background: rgba(26, 26, 46, 0.95);
            border: 1px solid var(--primary);
        }

        .iframe-container {
            position: relative;
            padding-bottom: 56.25%;
            height: 0;
            overflow: hidden;
        }

        .iframe-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .user-layout {
                flex-direction: column;
            }
            
            .user-sidebar {
                flex: 1;
            }
        }

        @media (max-width: 576px) {
            .profile-header {
                padding: 20px;
            }
            
            .user-meta {
                flex-direction: column;
                gap: 15px;
                align-items: center;
            }
        }
           /* Layout principal */
        .main-container {
            display: flex;
            max-width: 1200px;
            width: 100%;
            gap: 30px;
        }

        /* Container de login */
        .login-container {
            flex: 1;
            max-width: 500px;
            background: rgba(26, 26, 46, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border);
        }

        /* Container de regras */
        .rules-container {
            flex: 1;
            max-width: 500px;
            background: rgba(26, 26, 46, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border);
            overflow-y: auto;
            max-height: 80vh;
        }

        /* Cabeçalho */
        .login-header, .rules-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .login-header h2, .rules-header h2 {
            color: var(--primary-light);
            font-size: 2rem;
            margin-bottom: 10px;
        }

        /* Formulário */
        .login-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .form-group label {
            color: var(--primary-light);
            font-size: 0.95rem;
            font-weight: 600;
        }

        .form-group input {
            padding: 14px 16px;
            background: rgba(15, 14, 23, 0.6);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: inherit;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: var(--primary-light);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
        }

        /* Checkbox lembrar dados */
        .remember-me {
            display: flex;
            align-items: center;
            gap: 8px;
            margin: 10px 0;
        }

        .remember-me input {
            width: 18px;
            height: 18px;
            accent-color: var(--primary);
        }

        .remember-me label {
            color: var(--text-light);
            font-size: 0.9rem;
            cursor: pointer;
        }

        /* Link esqueceu senha */
        .forgot-password {
            text-align: right;
            margin-top: 10px;
        }

        .forgot-password a {
            color: var(--text-light);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.2s;
        }

        .forgot-password a:hover {
            color: var(--primary-light);
            text-decoration: underline;
        }

        /* reCAPTCHA */
        .g-recaptcha {
            margin: 15px 0;
        }

        /* Regras */
        .rules-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

        .rules-list li {
            padding: 12px 0;
            border-bottom: 1px solid var(--border);
            display: flex;
            gap: 10px;
        }

        .rules-list li:last-child {
            border-bottom: none;
        }

        .rule-icon {
            color: var(--primary-light);
            margin-top: 3px;
        }

        .rule-text {
            flex: 1;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .main-container {
                flex-direction: column;
                align-items: center;
            }
            
            .login-container, 
            .rules-container {
                max-width: 100%;
                width: 100%;
            }
        }

        @media (max-width: 576px) {
            .login-container, 
            .rules-container {
                padding: 30px 20px;
            }
            
            .login-header h2,
            .rules-header h2 {
                font-size: 1.8rem;
            }
        }
         /* Layout de duas colunas */
        .user-layout {
            display: flex;
            gap: 30px;
        }

        /* Menu lateral */
        .user-sidebar {
            flex: 0 0 250px;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .sidebar-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .sidebar-title i {
            margin-right: 8px;
        }

        .sidebar-title span {
            color: var(--warning);
        }

        /* Menu de navegação */
        .user-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-item {
            margin-bottom: 10px;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-light);
            text-decoration: none;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .menu-item a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .menu-item a i {
            width: 20px;
            text-align: center;
        }

        /* Conteúdo principal */
        .user-content {
            flex: 1;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Título da página */
        .page-title {
            color: var(--primary-light);
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .page-description {
            color: var(--text-light);
            margin-bottom: 25px;
        }

        /* Métodos de pagamento */
        .payment-methods {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }

        .payment-card {
            background: rgba(30, 30, 50, 0.6);
            border-radius: 12px;
            padding: 20px;
            border: 1px solid var(--border);
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .payment-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            border-color: var(--primary);
        }

        .payment-card.active {
            border-color: var(--secondary);
            background: rgba(0, 184, 148, 0.1);
        }

        .payment-header {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 15px;
        }

        .payment-icon {
            width: 50px;
            height: 50px;
            background: rgba(108, 92, 231, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            color: var(--primary-light);
        }

        .payment-name {
            font-size: 1.1rem;
            color: var(--text);
            font-weight: 600;
        }

        .payment-description {
            color: var(--text-light);
            font-size: 0.9rem;
            margin-bottom: 15px;
        }

        /* Formulário de pagamento */
        .payment-form {
            background: rgba(30, 30, 50, 0.6);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
            margin-top: 30px;
        }

        .form-group {
            margin-bottom: 20px;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            color: var(--text-light);
            font-size: 0.9rem;
        }

        .form-control {
            width: 100%;
            padding: 12px 15px;
            background: rgba(26, 26, 46, 0.8);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: 'Oxanium', sans-serif;
            transition: all 0.3s ease;
        }

        .form-control:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.3);
        }

        .btn {
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Oxanium', sans-serif;
        }

        .btn-primary {
            background: var(--primary);
            color: white;
        }

        .btn-primary:hover {
            background: var(--primary-dark);
        }

        .btn-block {
            display: block;
            width: 100%;
            text-align: center;
        }

        /* Valor do pagamento */
        .payment-amount {
            font-size: 1.8rem;
            color: var(--secondary);
            font-weight: 700;
            margin: 20px 0;
            text-align: center;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .user-layout {
                flex-direction: column;
            }
            
            .user-sidebar {
                flex: 1;
            }
        }

        @media (max-width: 768px) {
            .payment-methods {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 576px) {
            .user-content {
                padding: 20px;
            }
            
            .payment-header {
                flex-direction: column;
                text-align: center;
            }
            
            .payment-icon {
                margin-bottom: 10px;
            }
        }
        /* Layout de duas colunas */
        .user-layout {
            display: flex;
            gap: 30px;
        }

        /* Menu lateral */
        .user-sidebar {
            flex: 0 0 250px;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .sidebar-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .sidebar-title i {
            margin-right: 8px;
        }

        .sidebar-title span {
            color: var(--warning);
        }

        /* Menu de navegação */
        .user-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-item {
            margin-bottom: 10px;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-light);
            text-decoration: none;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .menu-item a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .menu-item a i {
            width: 20px;
            text-align: center;
        }

        /* Conteúdo principal */
        .user-content {
            flex: 1;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Tabela de logs */
        .paylogs-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 20px;
        }

        .paylogs-table th, 
        .paylogs-table td {
            padding: 12px 15px;
            text-align: left;
            border-bottom: 1px solid var(--border);
        }

        .paylogs-table th {
            background-color: var(--primary-dark);
            color: white;
            font-weight: 600;
        }

        .paylogs-table tr:hover {
            background-color: rgba(108, 92, 231, 0.1);
        }

        /* Badges e status */
        .badge {
            padding: 5px 10px;
            border-radius: 6px;
            font-size: 0.8rem;
            font-weight: 600;
            display: inline-block;
        }

        .badge-success {
            background-color: rgba(0, 184, 148, 0.2);
            color: var(--secondary);
            border: 1px solid var(--secondary);
        }

        .badge-pending {
            background-color: rgba(253, 203, 110, 0.2);
            color: var(--warning);
            border: 1px solid var(--warning);
        }

        .badge-danger {
            background-color: rgba(214, 48, 49, 0.2);
            color: var(--danger);
            border: 1px solid var(--danger);
        }

        .money-value {
            color: var(--secondary);
            font-weight: 600;
        }

        /* Paginação */
        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 30px;
        }

        .pagination ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            gap: 5px;
        }

        .pagination li {
            margin: 0;
        }

        .pagination a {
            display: inline-block;
            padding: 8px 15px;
            background: rgba(30, 30, 50, 0.6);
            border: 1px solid var(--border);
            color: var(--text-light);
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .pagination-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.pagination {
  list-style: none;
  display: flex;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.page-link {
  display: block;
  padding: 8px 14px;
  color: var(--text);
  background-color: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-link:hover:not(.active):not(.disabled) {
  background-color: var(--highlight);
  border-color: var(--primary-light);
  color: var(--primary);
}

.page-link.active {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary-dark);
  cursor: default;
}

.page-link.disabled {
  opacity: 0.4;
  pointer-events: none;
}


        .pagination a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .pagination .active a {
            background: var(--primary);
            border-color: var(--primary);
            color: white;
        }

        /* Mensagem quando não há logs */
        .no-logs {
            background: rgba(9, 132, 227, 0.2);
            border: 1px solid var(--info);
            padding: 15px;
            border-radius: 8px;
            text-align: center;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .user-layout {
                flex-direction: column;
            }
            
            .user-sidebar {
                flex: 1;
            }
        }

        @media (max-width: 768px) {
            .paylogs-table {
                display: block;
                overflow-x: auto;
            }
            
            .paylogs-table th, 
            .paylogs-table td {
                padding: 8px 10px;
            }
        }

        @media (max-width: 576px) {
            .pagination ul {
                flex-wrap: wrap;
            }
        }
        /* Container principal */
        .password-container {
            width: 100%;
            max-width: 500px;
            background: rgba(26, 26, 46, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border);
            text-align: center;
        }

        /* Cabeçalho */
        .password-header {
            margin-bottom: 30px;
        }

        .password-header h2 {
            color: var(--primary-light);
            font-size: 2rem;
            margin-bottom: 10px;
        }

        /* Formulário */
        .password-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
            text-align: left;
        }

        .form-group label {
            color: var(--primary-light);
            font-size: 0.95rem;
            font-weight: 600;
        }

        .form-group input {
            padding: 14px 16px;
            background: rgba(15, 14, 23, 0.6);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: inherit;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: var(--primary-light);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
        }

        /* Botão */
        .password-btn {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            padding: 14px;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .password-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(108, 92, 231, 0.25);
        }

        .password-btn:active {
            transform: translateY(0);
        }

        /* Nova senha */
        .new-password {
            margin-top: 20px;
            padding: 20px;
            background: rgba(15, 14, 23, 0.4);
            border-radius: 8px;
            border: 1px solid var(--border);
        }

        .new-password h3 {
            color: var(--text-light);
            margin-bottom: 10px;
        }

        .password-code {
            font-family: monospace;
            font-size: 1.2rem;
            color: var(--warning);
            background: rgba(0, 0, 0, 0.3);
            padding: 10px 15px;
            border-radius: 6px;
            display: inline-block;
            margin-top: 10px;
        }

        /* Responsividade */
        @media (max-width: 576px) {
            .password-container {
                padding: 30px 20px;
            }
            
            .password-header h2 {
                font-size: 1.8rem;
            }
        }
               /* Área do blog/compras */
        .blog-area {
            padding: 40px 0;
        }

        .blog-post-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        /* Conteúdo principal */
        .blog-post-item {
            flex: 1;
            min-width: 300px;
        }

        /* Sidebar */
        .blog-post-sidebar {
            width: 250px;
        }

        /* Cabeçalho */
        .blog__avatar-wrap {
            margin-bottom: 20px;
        }

        .blog__avatar-info {
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 25px;
            border: 1px solid var(--border);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
        }

        .designation {
            display: block;
            font-size: 1.5rem;
            color: var(--primary-light);
            margin-bottom: 15px;
            font-weight: 600;
        }

        .name {
            color: var(--text);
            font-size: 1.2rem;
            margin-bottom: 15px;
        }

        /* Formulário */
        .form-select {
            width: 100%;
            padding: 12px 15px;
            background: rgba(30, 30, 50, 0.6);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: 'Oxanium', sans-serif;
            margin-bottom: 20px;
            transition: all 0.3s ease;
        }

        .form-select:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.3);
        }

        /* Widgets da sidebar */
        .blog-widget {
            background: rgba(26, 26, 46, 0.8);
            border-radius: 8px;
            padding: 20px;
            margin-bottom: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        }

        .fw-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .text-danger {
            color: var(--danger);
        }

        .text-warning {
            color: var(--warning);
        }

        /* Conteúdo dinâmico */
        #contentForm {
            margin-top: 20px;
            padding: 20px;
            background: rgba(30, 30, 50, 0.4);
            border-radius: 8px;
            border: 1px solid var(--border);
        }

        /* Mensagem sem planos */
        .no-plans {
            text-align: center;
            padding: 30px;
            color: var(--text-light);
            background: rgba(214, 48, 49, 0.1);
            border-radius: 8px;
            border: 1px solid var(--danger);
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .blog-post-wrapper {
                flex-direction: column;
            }
            
            .blog-post-sidebar {
                width: 100%;
            }
        }

        @media (max-width: 768px) {
            .blog__avatar-info {
                padding: 20px;
            }
            
            .designation {
                font-size: 1.3rem;
            }
        }

        @media (max-width: 576px) {
            .container {
                padding: 10px;
            }
            
            .blog-area {
                padding: 20px 0;
            }
        }
         /* Cabeçalho do perfil */
    .profile-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(26, 26, 46, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    /* Avatar do usuário */
    .profile-avatar {
        position: relative;
        width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }

    .profile-pic {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid var(--primary-light);
    }

    .camera-icon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: var(--primary);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .camera-icon:hover {
        transform: scale(1.1);
    }

    .camera-icon img {
        width: 20px;
        height: 20px;
    }

    /* Informações do usuário */
    .user-info {
        text-align: center;
    }

    .user-name {
        color: var(--primary-light);
        font-size: 1.8rem;
        margin-bottom: 5px;
    }

    .user-welcome {
        color: var(--text-light);
        font-size: 1rem;
        margin-bottom: 20px;
    }

    /* Meta informações */
    .user-meta {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .meta-item {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 0.95rem;
    }

    .meta-item i {
        color: var(--primary-light);
        font-size: 1.2rem;
    }

    .meta-item span {
        font-weight: 600;
        color: var(--warning);
    }

    /* Layout de duas colunas */
    .user-layout {
        display: flex;
        gap: 30px;
    }

    /* Menu lateral */
    .user-sidebar {
        flex: 0 0 250px;
        background: rgba(26, 26, 46, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        padding: 20px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    .sidebar-title {
        color: var(--primary-light);
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border);
    }

    .sidebar-title i {
        margin-right: 8px;
    }

    .sidebar-title span {
        color: var(--warning);
    }

    /* Menu de navegação */
    .user-menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-item {
        margin-bottom: 10px;
    }

    .menu-item a {
        display: flex;
        align-items: center;
        gap: 10px;
        color: var(--text-light);
        text-decoration: none;
        padding: 10px;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .menu-item a:hover {
        background: rgba(108, 92, 231, 0.2);
        color: var(--primary-light);
    }

    .menu-item a i {
        width: 20px;
        text-align: center;
    }

    /* Conteúdo principal */
    .user-content {
        flex: 1;
        background: rgba(26, 26, 46, 0.8);
        backdrop-filter: blur(10px);
        border-radius: 16px;
        padding: 30px;
        border: 1px solid var(--border);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    }

    /* Estilos específicos para servidores */
    .server-list {
        display: grid;
        gap: 20px;
    }

    .server-card {
        background: rgba(30, 30, 50, 0.6);
        border-radius: 12px;
        padding: 20px;
        border: 1px solid var(--border);
        transition: all 0.3s ease;
    }

    .server-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .server-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .server-avatar {
        width: 80px;
        height: 80px;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .server-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .server-info {
        flex: 1;
    }

    .server-name {
        font-size: 1.2rem;
        color: var(--primary-light);
        margin-bottom: 5px;
    }

    .server-map-name {
        color: var(--text-light);
        font-size: 0.9rem;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .server-map-name i {
        color: var(--primary-light);
    }

    .server-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }

    .badge {
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 0.8rem;
        font-weight: 600;
    }

    .server-status {
        margin-bottom: 10px;
    }

    .server-actions {
        display: flex;
        gap: 10px;
    }

    .btn {
        padding: 8px 15px;
        border-radius: 6px;
        font-weight: 600;
        transition: all 0.3s ease;
        cursor: pointer;
        border: 1px solid transparent;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .btn-outline-success {
        border-color: var(--secondary);
        color: var(--secondary);
    }

    .btn-outline-success:hover {
        background: var(--secondary);
        color: var(--dark);
    }

    .btn-outline-danger {
        border-color: var(--danger);
        color: var(--danger);
    }

    .btn-outline-danger:hover {
        background: var(--danger);
        color: white;
    }

    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .page-item {
        margin: 0 5px;
    }

    .page-link {
        background: rgba(30, 30, 50, 0.6);
        border: 1px solid var(--border);
        color: var(--text-light);
        transition: all 0.3s ease;
    }

    .page-link:hover {
        background: rgba(108, 92, 231, 0.2);
        color: var(--primary-light);
    }

    .page-item.active .page-link {
        background: var(--primary);
        border-color: var(--primary);
        color: white;
    }

    /* Status indicators */
    .status-indicator {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
    }

    .online {
        background-color: var(--secondary);
    }

    .offline {
        background-color: var(--danger);
    }

    .banned {
        background-color: var(--danger);
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0% { opacity: 1; }
        50% { opacity: 0.5; }
        100% { opacity: 1; }
    }

    /* Responsividade */
    @media (max-width: 992px) {
        .user-layout {
            flex-direction: column;
        }
        
        .user-sidebar {
            flex: 1;
        }
    }

    @media (max-width: 768px) {
        .server-header {
            flex-direction: column;
            align-items: flex-start;
        }
        
        .server-avatar {
            width: 100%;
            height: 150px;
        }
        
        .server-actions {
            flex-direction: column;
            width: 100%;
        }
        
        .btn {
            width: 100%;
            text-align: center;
        }
    }

    @media (max-width: 576px) {
        .profile-header {
            padding: 20px;
        }
        
        .user-meta {
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }
        
        .server-meta {
            flex-direction: column;
            gap: 5px;
        }
    }
    /* Container principal */
        .signup-container {
            width: 100%;
            max-width: 500px;
            background: rgba(26, 26, 46, 0.9);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
            border: 1px solid var(--border);
        }

        /* Cabeçalho */
        .signup-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .signup-header h2 {
            color: var(--primary-light);
            font-size: 2rem;
            margin-bottom: 10px;
        }

        /* Formulário */
        .signup-form {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .form-group label {
            color: var(--primary-light);
            font-size: 0.95rem;
            font-weight: 600;
        }

        .form-group input {
            padding: 14px 16px;
            background: rgba(15, 14, 23, 0.6);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: inherit;
            font-size: 1rem;
            transition: all 0.3s ease;
        }

        .form-group input:focus {
            outline: none;
            border-color: var(--primary-light);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
        }

        /* Visualização de senha */
        .password-wrapper {
            position: relative;
        }

        .toggle-password {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-light);
            cursor: pointer;
        }

        /* reCAPTCHA */
        .g-recaptcha {
            margin: 15px 0;
        }

        .recaptcha-error {
            color: var(--danger);
            font-size: 0.85rem;
            margin-bottom: 10px;
            display: none;
        }

        /* Botão de cadastro */
        .signup-btn {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            padding: 14px;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .signup-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(108, 92, 231, 0.25);
        }

        .signup-btn:active {
            transform: translateY(0);
        }

        /* Link para login */
        .login-link {
            text-align: center;
            margin-top: 20px;
            color: var(--text-light);
            font-size: 0.9rem;
        }

        .login-link a {
            color: var(--primary-light);
            text-decoration: none;
            transition: color 0.2s;
        }

        .login-link a:hover {
            text-decoration: underline;
        }

        /* Responsividade */
        @media (max-width: 576px) {
            .signup-container {
                padding: 30px 20px;
            }
            
            .signup-header h2 {
                font-size: 1.8rem;
            }
        }
        /* Container principal */
        .contact-container {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2rem;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 16px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
        }

        /* Cabeçalho */
        .contact-header {
            text-align: center;
            margin-bottom: 2.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
        }

        .contact-header h1 {
            color: var(--primary-light);
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .contact-header p {
            color: var(--text-light);
            font-size: 1.1rem;
            margin: 0;
        }

        /* Layout do conteúdo */
        .contact-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 3rem;
        }

        /* Seção do formulário */
        .contact-form {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        /* Mensagens de alerta */
        .alert-message {
            padding: 1.25rem;
            border-radius: 12px;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            animation: fadeIn 0.3s ease-out;
            border: 1px solid transparent;
        }

        .alert-message i {
            font-size: 1.5rem;
            margin-top: 0.25rem;
        }

        .alert-message h4 {
            margin: 0 0 0.25rem 0;
            font-size: 1.1rem;
        }

        .alert-message p {
            margin: 0;
            font-size: 0.95rem;
        }

        .alert-message.success {
            background: linear-gradient(135deg, rgba(0, 184, 148, 0.15) 0%, rgba(0, 120, 96, 0.15) 100%);
            border-color: var(--secondary);
            color: #00ffd0;
        }

        .alert-message.success i {
            color: var(--secondary);
        }

        .alert-message.error {
            background: linear-gradient(135deg, rgba(214, 48, 49, 0.15) 0%, rgba(150, 30, 30, 0.15) 100%);
            border-color: var(--danger);
            color: #ff7675;
        }

        .alert-message.error i {
            color: var(--danger);
        }

        /* Grupos de formulário */
        .form-group {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .form-group label {
            color: var(--primary-light);
            font-size: 0.95rem;
            font-weight: 600;
        }

        .form-group input,
        .form-group select,
        .form-group textarea {
            width: 100%;
            padding: 0.875rem 1rem;
            background: rgba(15, 14, 23, 0.6);
            border: 1px solid var(--border);
            border-radius: 8px;
            color: var(--text);
            font-family: inherit;
            font-size: 0.95rem;
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group select:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--primary-light);
            box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
        }

        .form-group textarea {
            min-height: 150px;
            resize: vertical;
        }

        .error-message {
            color: var(--danger);
            font-size: 0.85rem;
            margin-top: 0.25rem;
            display: block;
        }

        /* Botões */
        .button-group {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }

        .btn {
            padding: 1rem 1.5rem;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            flex: 1;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(108, 92, 231, 0.25);
        }

        .btn-primary:active {
            transform: translateY(0);
        }

        .btn-danger {
            background: linear-gradient(135deg, var(--danger) 0%, #c0392b 100%);
            color: white;
        }

        .btn-danger:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(214, 48, 49, 0.25);
        }

        .btn-danger:active {
            transform: translateY(0);
        }

        /* Checkbox */
        .form-check {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .form-check-input {
            width: 18px;
            height: 18px;
            margin: 0;
        }

        .form-check-label {
            font-size: 0.9rem;
            color: var(--text-light);
        }

        .form-check-input:checked {
            background-color: var(--primary);
            border-color: var(--primary);
        }

        .is-invalid {
            border-color: var(--danger) !important;
        }

        .invalid-feedback {
            color: var(--danger);
            font-size: 0.85rem;
            margin-top: 0.25rem;
            display: none;
        }

        /* reCAPTCHA */
        .g-recaptcha {
            margin: 1rem 0;
        }

        .recaptcha-error {
            color: var(--danger);
            font-size: 0.85rem;
            margin-top: 0.25rem;
            display: none;
        }

        /* Animações */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
                  /* Comentários */
        .comments-section {
            color: #fff;
        }
        
        .no-comments {
            text-align: center;
            padding: 30px;
            color: #b8c2cc;
        }
        
        .no-comments i {
            font-size: 40px;
            margin-bottom: 15px;
            color: #3498db;
        }
        
        .comments-list {
            margin-bottom: 30px;
        }
        
        .comment-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #2c3e50;
        }
        
        .comment-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .comment-avatar img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .comment-body {
            flex: 1;
        }
        
        .comment-header {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
        }
        
        .comment-date {
            color: #b8c2cc;
            font-size: 13px;
        }
        
        .comment-text {
            color: #e0e6ed;
            line-height: 1.5;
        }
        
        .comment-form-container {
            background: #2c3e50;
            padding: 20px;
            border-radius: 8px;
        }
        
        .comment-form textarea {
            width: 100%;
            background: #1a1e2b;
            border: 1px solid #34495e;
            color: #fff;
            padding: 15px;
            border-radius: 4px;
            resize: none;
            margin-bottom: 15px;
        }
        
        .submit-button {
            background: #3498db;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .submit-button:hover {
            background: #2980b9;
        }
        /* Seção de Banners */
        .banners-section {
            color: #fff;
        }
        
        .section-description {
            color: #b8c2cc;
            margin-bottom: 20px;
        }
        
        .banner-item {
            margin-bottom: 30px;
            padding-bottom: 30px;
            border-bottom: 1px solid #2c3e50;
        }
        
        .banner-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
        
        .banner-preview-container {
            background: #2c3e50;
            padding: 20px;
            border-radius: 8px;
            margin: 15px 0;
            text-align: center;
        }
        
        .banner-preview {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        .code-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
        }
        
        .code-group {
            margin-bottom: 15px;
        }
        
        .code-group label {
            display: block;
            margin-bottom: 8px;
            color: #b8c2cc;
            font-size: 14px;
        }
        
        .code-textarea {
            width: 100%;
            background: #2c3e50;
            border: 1px solid #34495e;
            color: #fff;
            padding: 10px;
            border-radius: 4px;
            font-family: monospace;
            resize: none;
        }
        
        .input-group {
            position: relative;
        }
        
        .copy-button {
            position: absolute;
            right: 10px;
            bottom: 10px;
            background: #3498db;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            transition: all 0.3s;
        }
        
        .copy-button:hover {
            background: #2980b9;
        }
        
        /* Widget */
        .widget-container {
            display: flex;
            gap: 20px;
            margin-top: 15px;
        }
        
        .widget-preview {
            flex: 1;
            max-width: 260px;
        }
        
        .widget-frame {
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .widget-actions {
            flex: 1;
        }
        
        .widget-button {
            background: #3498db;
            color: white;
            border: none;
            padding: 10px 15px;
            border-radius: 4px;
            cursor: pointer;
            font-weight: 600;
            margin-bottom: 15px;
            transition: all 0.3s;
            width: 100%;
        }
        
        .widget-button:hover {
            background: #2980b9;
        }
                .content-box {
                      background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
        }
                .content-box h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
                .server-stats-container h3 {
            font-family: 'Oxanium', sans-serif;
            font-size: 20px;
            color: var(--primary-light);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        /* Container principal */
        .verification-container {
                max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(26, 26, 46, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
        }

        /* Cabeçalho */
        .verification-header {
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
        }

        .verification-header h1 {
            color: var(--primary-light);
            font-size: 2rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .verification-header .server-name {
            color: var(--secondary);
            font-weight: 600;
            word-break: break-all;
        }

        /* Conteúdo */
        .verification-content {
            margin-top: 2rem;
        }

        .verification-steps {
            background: rgba(15, 14, 23, 0.4);
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 2rem;
            border: 1px solid var(--border);
        }

        .verification-steps h2 {
            color: var(--primary-light);
            font-size: 1.25rem;
            margin-top: 0;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .verification-steps h2 i {
            color: var(--info);
        }

        .verification-steps p {
            margin: 1rem 0;
            line-height: 1.7;
        }

        .verification-code {
            display: inline-block;
            background: rgba(0, 0, 0, 0.3);
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-family: monospace;
            color: var(--warning);
            border: 1px solid var(--warning);
            margin: 0.5rem 0;
            font-size: 1.1rem;
        }

        /* Botão */
        .verify-btn {
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            color: white;
            padding: 1rem 1.5rem;
            border: none;
            border-radius: 8px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.75rem;
            margin-top: 1rem;
        }

        .verify-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(108, 92, 231, 0.25);
        }

        .verify-btn:active {
            transform: translateY(0);
        }

        /* Status */
        .verification-status {
            margin-top: 2rem;
            padding: 1.5rem;
            border-radius: 12px;
            display: none;
            align-items: center;
            gap: 1rem;
        }

        .status-pending {
            background: rgba(253, 203, 110, 0.15);
            border: 1px solid var(--warning);
            color: var(--warning);
        }

        .status-success {
            background: rgba(0, 184, 148, 0.15);
            border: 1px solid var(--secondary);
            color: var(--secondary);
        }

        .status-error {
            background: rgba(214, 48, 49, 0.15);
            border: 1px solid var(--danger);
            color: var(--danger);
        }

        .status-icon {
            font-size: 1.5rem;
        }

        .status-message {
            flex: 1;
        }

        /* Animações */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .fade-in {
            animation: fadeIn 0.5s ease-out;
        }
         /* Layout de duas colunas */
        .user-layout {
            display: flex;
            gap: 30px;
        }

        /* Menu lateral */
        .user-sidebar {
            flex: 0 0 250px;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 20px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        .sidebar-title {
            color: var(--primary-light);
            font-size: 1.2rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid var(--border);
        }

        .sidebar-title i {
            margin-right: 8px;
        }

        .sidebar-title span {
            color: var(--warning);
        }

        /* Menu de navegação */
        .user-menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu-item {
            margin-bottom: 10px;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-light);
            text-decoration: none;
            padding: 10px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .menu-item a:hover {
            background: rgba(108, 92, 231, 0.2);
            color: var(--primary-light);
        }

        .menu-item a i {
            width: 20px;
            text-align: center;
        }

        /* Conteúdo principal */
        .user-content {
            flex: 1;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 30px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
        }

        /* Título da página */
        .page-title {
            color: var(--primary-light);
            font-size: 1.5rem;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .page-description {
            color: var(--text-light);
            margin-bottom: 25px;
        }

        /* Alertas */
        .alert {
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 1px solid transparent;
        }

        .alert-success {
            background-color: rgba(0, 184, 148, 0.2);
            border-color: var(--secondary);
            color: var(--text);
        }

        .alert b {
            color: var(--secondary);
            font-size: 1.1rem;
        }

        .alert p {
            margin: 10px 0 0;
        }

        /* Botões */
        .btn {
            padding: 12px 25px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-family: 'Oxanium', sans-serif;
        }

        .btn-primary {
            background: var(--primary);
            color: white;
        }

        .btn-primary:hover {
            background: var(--primary-dark);
        }

        /* Detalhes do pagamento */
        .payment-details {
            background: rgba(30, 30, 50, 0.6);
            border-radius: 12px;
            padding: 25px;
            border: 1px solid var(--border);
            margin-top: 30px;
        }

        .detail-row {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid var(--border);
        }

        .detail-row:last-child {
            border-bottom: none;
        }

        .detail-label {
            color: var(--text-light);
        }

        .detail-value {
            color: var(--text);
            font-weight: 600;
        }

        .detail-value.amount {
            color: var(--secondary);
            font-size: 1.2rem;
        }

        /* Ícone de sucesso */
        .success-icon {
            font-size: 5rem;
            color: var(--secondary);
            margin: 20px 0;
            text-align: center;
        }

        /* Responsividade */
        @media (max-width: 992px) {
            .user-layout {
                flex-direction: column;
            }
            
            .user-sidebar {
                flex: 1;
            }
        }

        @media (max-width: 576px) {
            .user-content {
                padding: 20px;
            }
            
            .detail-row {
                flex-direction: column;
                gap: 5px;
            }
        }
        .modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1050;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

.modal.show {
  display: flex;
}

.modal-dialog {
  max-width: 400px;
  width: 100%;
  margin: auto;
  pointer-events: none;
}

.modal-content {
  pointer-events: auto;
  background: rgba(26, 26, 46, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid var(--primary-light);
  box-shadow: 0 0 15px rgba(108, 92, 231, 0.3);
  color: var(--text-light);
  animation: slideUp 0.4s ease;
}

.modal-header,
.modal-footer {
  border-color: var(--border);
  padding: 1rem 1.25rem;
}

.modal-header {
  background: linear-gradient(90deg, rgba(108, 92, 231, 0.15), transparent);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--primary-light);
  margin: 0;
  font-family: 'Oxanium', sans-serif;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-body {
  padding: 1rem 1.25rem;
}

#captchaImg {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

#captchaImg img {
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  max-width: 250px;
}

.form-control {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text-light);
  font-size: 15px;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-light);
  background-color: rgba(255, 255, 255, 0.08);
}

.badge {
  display: block;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
}

.bg-warning {
  background-color: #ffc107;
  color: #212529;
}

.bg-danger {
  background-color: #dc3545;
  color: white;
}

.btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-success {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
}

.btn-success:hover {
  box-shadow: 0 4px 15px rgba(108, 92, 231, 0.4);
  transform: translateY(-2px);
}

.btn-danger {
  background-color: #dc3545;
  color: white;
}

.btn-danger:hover {
  background-color: #bd2130;
}

#answer {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

/* Animations */
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideUp {
  from {transform: translateY(30px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}
  /* Container principal */
        .banned-container {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2rem;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 16px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
        }

        /* Cabeçalho */
        .banned-header {
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
        }

        .banned-header h1 {
            color: var(--primary-light);
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        /* Alerta */
        .banned-alert {
            background: rgba(214, 48, 49, 0.15);
            border: 1px solid var(--danger);
            color: #ff7675;
            padding: 1.25rem;
            border-radius: 12px;
            margin-bottom: 2rem;
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .banned-alert i {
            font-size: 1.5rem;
            color: var(--danger);
        }

        .banned-alert-content h4 {
            margin: 0 0 0.5rem 0;
            font-size: 1.1rem;
            color: var(--danger);
        }

        .banned-alert-content p {
            margin: 0;
            font-size: 0.95rem;
        }

        /* Tabela */
        .banned-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 1.5rem;
            background: rgba(15, 14, 23, 0.4);
            border-radius: 12px;
            overflow: hidden;
        }

        .banned-table thead {
            background: rgba(0, 0, 0, 0.3);
        }

        .banned-table th {
            padding: 1rem;
            text-align: left;
            color: var(--primary-light);
            font-weight: 600;
            border-bottom: 2px solid var(--border);
        }

        .banned-table td {
            padding: 1rem;
            border-bottom: 1px solid var(--border);
            vertical-align: middle;
        }

        .banned-table tbody tr:last-child td {
            border-bottom: none;
        }

        .banned-table tbody tr:hover {
            background: rgba(108, 92, 231, 0.1);
        }

        .banned-table a {
            color: var(--primary-light);
            text-decoration: none;
            transition: color 0.2s;
        }

        .banned-table a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

        .game-icon {
            width: 24px;
            height: 24px;
            vertical-align: middle;
            margin-right: 0.5rem;
        }

        .text-center {
            text-align: center;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .banned-container {
                padding: 1rem;
            }
            
            .banned-table {
                display: block;
                overflow-x: auto;
            }
        }
        /* Container principal */
        .services-container {
            max-width: 1200px;
            margin: 2rem auto;
            padding: 2rem;
            background: rgba(26, 26, 46, 0.8);
            backdrop-filter: blur(12px);
            border-radius: 16px;
            border: 1px solid var(--border);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
        }

        /* Cabeçalho */
        .services-header {
            text-align: center;
            margin-bottom: 2rem;
            padding-bottom: 1.5rem;
            border-bottom: 1px solid var(--border);
            position: relative;
        }

        .services-header h1 {
            color: var(--primary-light);
            font-size: 2.5rem;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .server-time {
            position: absolute;
            right: 0;
            top: 0;
            color: var(--text-light);
            font-size: 0.9rem;
        }

        /* Tabelas */
        .services-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.5rem 0;
            background: rgba(15, 14, 23, 0.4);
            border-radius: 12px;
            overflow: hidden;
        }

        .services-table thead {
            background: rgba(0, 0, 0, 0.3);
        }

        .services-table th {
            padding: 1rem;
            text-align: left;
            color: var(--primary-light);
            font-weight: 600;
            border-bottom: 2px solid var(--border);
        }

        .services-table td {
            padding: 1rem;
            border-bottom: 1px solid var(--border);
            vertical-align: middle;
        }

        .services-table tbody tr:last-child td {
            border-bottom: none;
        }

        .services-table tbody tr:hover {
            background: rgba(108, 92, 231, 0.1);
        }

        .services-table a {
            color: var(--primary-light);
            text-decoration: none;
            transition: color 0.2s;
        }

        .services-table a:hover {
            color: var(--primary);
            text-decoration: underline;
        }

        .text-center {
            text-align: center;
        }

        /* Barra de progresso */
        .progress-container {
            width: 100%;
            height: 20px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            overflow: hidden;
        }

        .progress-bar {
            height: 100%;
            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
            border-radius: 10px;
            text-align: center;
            font-size: 0.7rem;
            line-height: 20px;
            color: white;
            transition: width 0.3s ease;
        }

        /* Seções */
        .service-section {
            margin-top: 2.5rem;
        }

        .service-section h2 {
            color: var(--primary-light);
            font-size: 1.5rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid var(--border);
        }

        /* Mensagem de serviço desativado */
        .disabled-services {
            text-align: center;
            padding: 1.5rem;
            background: rgba(214, 48, 49, 0.1);
            border: 1px solid var(--danger);
            border-radius: 12px;
            color: var(--danger);
            margin: 2rem 0;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .services-container {
                padding: 1rem;
            }
            
            .server-time {
                position: static;
                display: block;
                text-align: center;
                margin-top: 0.5rem;
            }
            
            .services-table {
                display: block;
                overflow-x: auto;
            }
        }
        /* Container principal */
.contact-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: rgba(26, 26, 46, 0.8);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
}

/* Cabeçalho */
.contact-header {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border);
}

.contact-header h1 {
    color: var(--primary-light);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.contact-header p {
    color: var(--text-light);
    font-size: 1.1rem;
    margin: 0;
}

/* Layout do conteúdo */
.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

@media (max-width: 992px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}

/* Seção do formulário */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Mensagens de alerta */
.alert-message {
    padding: 1.25rem;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    animation: fadeIn 0.3s ease-out;
    border: 1px solid transparent;
}

.alert-message i {
    font-size: 1.5rem;
    margin-top: 0.25rem;
}

.alert-message h4 {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
}

.alert-message p {
    margin: 0;
    font-size: 0.95rem;
}

.alert-message.success {
    background: linear-gradient(135deg, rgba(0, 184, 148, 0.15) 0%, rgba(0, 120, 96, 0.15) 100%);
    border-color: var(--secondary);
    color: #00ffd0;
}

.alert-message.success i {
    color: var(--secondary);
}

.alert-message.error {
    background: linear-gradient(135deg, rgba(214, 48, 49, 0.15) 0%, rgba(150, 30, 30, 0.15) 100%);
    border-color: var(--danger);
    color: #ff7675;
}

.alert-message.error i {
    color: var(--danger);
}

/* Grupos de formulário */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    color: var(--primary-light);
    font-size: 0.95rem;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 14, 23, 0.6);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text);
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-light);
    box-shadow: 0 0 0 3px rgba(108, 92, 231, 0.2);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.error-message {
    color: var(--danger);
    font-size: 0.85rem;
    margin-top: 0.25rem;
    display: block;
}

/* Botão de envio */
.submit-btn {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(108, 92, 231, 0.25);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Seção de informações */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info h2 {
    color: var(--primary-light);
    font-size: 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contact-info h2 i {
    font-size: 1.25rem;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.info-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: rgba(15, 14, 23, 0.4);
    border-radius: 12px;
    border: 1px solid var(--border);
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.info-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}

.info-icon.email {
    background: rgba(0, 184, 148, 0.15);
    color: var(--secondary);
}

.info-icon.whatsapp {
    background: rgba(37, 211, 102, 0.15);
    color: #25D366;
}

.info-icon.discord {
    background: rgba(88, 101, 242, 0.15);
    color: #5865F2;
}

.info-icon.social {
    background: rgba(138, 43, 226, 0.15);
    color: #8a2be2;
}

.info-content {
    flex: 1;
}

.info-content h3 {
    color: var(--primary-light);
    margin: 0 0 0.25rem 0;
    font-size: 1.05rem;
}

.info-content p {
    color: var(--text-light);
    margin: 0;
    font-size: 0.9rem;
}

.info-link {
    color: var(--primary);
    text-decoration: none;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 0.5rem;
    transition: color 0.2s;
}

.info-link:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 0.75rem;
}

.social-links a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.social-links a:hover {
    transform: translateY(-2px);
}

.social-links a.twitter {
    background: #1DA1F2;
}

.social-links a.facebook {
    background: #1877F2;
}

.social-links a.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-links a.linkedin {
    background: #0077B5;
}

/* Animações */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
 /* Bandeiras flutuantes no meio esquerdo - Estilo para seu tema */
  .floating-flags {
    position: fixed !important;
    left: 9px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 9999 !important;
    
    /* Estilo harmonizado com seu tema */
    background: var(--darker) !important;
    border: 1px solid var(--border) !important;
    border-radius: 8px !important;
    padding: 4px 6px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    
    /* Transição suave para hover */
    transition: all 0.3s ease !important;
  }

  /* Efeito hover sutil */
  .floating-flags:hover {
    background: var(--dark-light) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  }

  /* Layout vertical compacto */
  .floating-flags {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  /* Estilo das bandeiras individuais */
  .floating-flags a {
    display: block !important;
    margin: 0 !important;
    float: none !important;
    opacity: 0.8 !important;
    transition: opacity 0.2s ease !important;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2)) !important;
  }

  /* Efeito hover nas bandeiras */
  .floating-flags a:hover {
    opacity: 1 !important;
    transform: scale(1.05) !important;
  }

  /* Bandeira ativa (idioma selecionado) */
  .floating-flags a.gt_current {
    opacity: 1 !important;
    filter: drop-shadow(0 0 4px var(--primary-light)) !important;
  }
  
       .top-servers-wrapper{
    position: relative;
    overflow: hidden;
}

.top-servers-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    transition: transform .4s ease;
}

.ts-arrow{
    display: none;
}

/* ================= MOBILE ================= */
@media(max-width: 768px){

    .top-servers-grid{
        display: flex;
        gap: 0;
        width: 100%;
    }

    .top-server-card{
        min-width: 100%;
        flex: 0 0 100%;
    }

    .ts-arrow{
        display: block;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.7);
        color: #fff;
        border: none;
        font-size: 26px;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        z-index: 10;
        cursor: pointer;
    }

    .ts-left{ left: 8px; }
    .ts-right{ right: 8px; }
} 