    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #94ccc6;
      margin: 0;
      padding: 0;
    }

    .profile-container {
      max-width: 800px;
      margin: 2rem auto;
      background: #259f99;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .profile-header {
      background: #086061;
      color: white;
      padding: 1rem 2rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 1.5rem;
      position: relative;
    }

    .top-buttons {
      position: absolute;
      top: 1rem;
      right: 2rem;
      display: flex;
      gap: 0.5rem;
      z-index: 10;
    }

    .btn-top {
      padding: 0.4rem 0.8rem;
      border: 1px solid #ffffff;
      border-radius: 4px;
      background: transparent;
      color: #ffffff;
      text-decoration: none;
      font-size: 0.85rem;
      font-weight: 500;
      transition: all 0.3s;
    }

    .btn-top.seguir:hover {
      background: #ffffff;
      color: #086061;
    }

    .btn-top.sair {
      border-color: #ff6b6b;
      color: #ff6b6b;
    }

    .btn-top.sair:hover {
      background: #ff6b6b;
      color: #ffffff;
    }

    .profile-header img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #ffd700;
    }

    .profile-info {
      flex: 2;
      min-width: 200px;
    }

    .profile-info h1 {
      margin: 0;
      font-size: 1.8rem;
    }

    .profile-info .city {
      font-size: 1rem;
      color: #ffffff;
      margin: 0.2rem 0;
    }

    .badge {
      display: inline-block;
      padding: 0.3rem 0.6rem;
      border-radius: 6px;
      font-size: 0.85rem;
      color: white;
      margin-top: 0.4rem;
      background: #259f99;
    }

    .profile-social {
      margin-top: 0.6rem;
    }

    .profile-social a {
      margin-right: 1rem;
      font-size: 1.5rem;
      color: #ffffff;
      transition: color 0.3s;
    }

    .profile-social a:hover {
      color: #ffd700;
    }

    .profile-trophy {
      flex: 1;
      order: 3;
      text-align: center;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.3rem;
      margin: 0 auto;
    }

    .profile-trophy i {
      font-size: 3rem;
      text-shadow: 0 0 8px #ffd700;
    }

    .profile-trophy p {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.2;
    }

    .profile-team {
      text-align: center;
      max-width: 110px;
      color: white;
      user-select: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.3rem;
    }

    .profile-team img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      border-radius: 8px;
      border: 2px solid #ffd700;
      background: white;
    }

    .profile-team p {
      margin: 0;
      font-weight: 600;
      font-size: 1rem;
      line-height: 1.2;
      color: #ffffff;
      white-space: nowrap;
    }

    .profile-bio,
    .profile-details,
    .profile-stats,
    .profile-cta {
      padding: 0rem 2rem;
    }

    .profile-bio {
      margin-top: -0.5rem;
      padding-left: 2.0rem;
    }

    .profile-bio h3 {
      margin: 0.6rem 0 0.0rem;
      color: #ffffff;
    }

    .profile-bio p {
      margin: 0 0 0.4rem;
      color: #fff;
    }

    .profile-details p {
      margin: 0.3rem 0;
      color: #444;
    }

.centered-details {
  text-align: center;
}

.social-icons {
  margin-top: 0.5rem;
}

.social-icons a {
  margin: 0 0.5rem;
  font-size: 2.5rem;
  color: #086061;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #ffd700;
}

.follow-message {
  margin-top: 0;
  color: #ffffff;
}



    .stats-info {
      margin: 0;
      padding: 1rem 2rem 0.2rem 2rem;
      font-size: 0.9rem;
      color: #ffffff;
      font-weight: 500;
    }

    .profile-stats {
      display: flex;
      justify-content: space-around;
      background-color: #94ccc6;
      text-align: center;
      gap: 1rem;
      padding: 0.8rem 1rem;
    }

    .stat {
      width: 120px;
      height: 80px;
      background: #086061;
      border: 2px solid #086061;
      border-radius: 8px;
      padding: 0.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      text-align: center;
    }

    .stat h4 {
      font-size: 1.2rem;
      color: #ffffff;
      margin: 0;
    }

    .stat p {
      margin: 0;
      font-size: 0.8rem;
      color: #f1f1f1;
    }

    .profile-cta {
      text-align: left;
      padding: 1rem 2rem 2rem 2rem;
    }

    .btn-excluir {
      display: inline-block;
      padding: 0.3rem 0.6rem;
      font-size: 0.75rem;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 500;
      color: #b30000;
      border: 1px solid #b30000;
      background-color: transparent;
      transition: all 0.3s ease;
    }

    .btn-excluir:hover {
      background-color: #b30000;
      color: #fff;
    }

    .mini-stats-row {
      display: flex;
      gap: 10px;
      justify-content: space-between;
      margin-top: 0;
      background-color: transparent;
      padding: 1rem;
      border-radius: 8px;
      flex-wrap: nowrap;
    }

    .mini-stats-row .mini-card {
  flex: 1;
  max-width: 240px;
  padding: 1rem;
  background-color: #086061; /* Aqui estava faltando o # */
  border: 2px solid #086061;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
}


    .mini-card h5 {
      margin: 0;
      font-size: 1rem;
      font-weight: bold;
    }

    .mini-card .subtitle {
      font-size: 0.75rem;
      margin: 0.4rem 0;
      color: #ffffff;
    }

    .mini-card .numero {
      font-size: 1.4rem;
      font-weight: bold;
      margin: 0.5rem 0;
      color: #ffd700;
    }

    .btn-gerar {
      background-color: #ffffff;
      color: #086061;
      border: 1px solid #ffffff;
      padding: 0.4rem 0.8rem;
      font-size: 0.8rem;
      border-radius: 4px;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn-gerar:hover {
      background-color: #ffd700;
      color: #086061;
    }

    @media screen and (max-width: 600px) {
      .profile-header {
        flex-direction: column;
        text-align: center;
      }

      .top-buttons {
        position: static;
        justify-content: center;
        margin-top: 0.5rem;
      }

      .profile-team {
        order: 2;
      }

      .profile-trophy {
        order: 3;
        margin-top: 1rem;
      }

      .mini-stats-row {
        flex-direction: column;
        gap: 1rem;
      }
	  
    }
	
