body {
    background-color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    height: 100%;
}


#equipeGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  gap: 22px;
  justify-content: center;
  padding: 12px 10px;
  margin-top: 0;
}

.filtrosEquipe{
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}


#buscarPessoa,
#filtroOperacao{
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(139, 92, 246, 0.18);
  font-size: 0.95rem;
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(91, 45, 216, 0.06);
  color: #374151;
}
  

#buscarPessoa:focus,
#filtroOperacao:focus{
  outline: none;
  border-color: rgba(139, 92, 246, 0.45);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.10);
}



#equipeGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  gap: 22px;
  justify-content: center;
  padding: 30px 10px;
  margin-top: 50px;
  }



.cardPessoa {
  position: relative;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  padding: 26px 22px 22px;
  text-align: center;
  box-shadow:
    0 10px 30px rgba(91, 45, 216, 0.10),
    0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border 0.28s ease;
  overflow: hidden;
}

.cardPessoa::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(139, 92, 246, 0.14),
      rgba(255, 255, 255, 0.02),
      rgba(91, 45, 216, 0.08));
  z-index: 0;
}

.cardPessoa:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 18px 40px rgba(91, 45, 216, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.cardPessoa>* {
  position: relative;
  z-index: 1;
}

.avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border: 4px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 8px 20px rgba(91, 45, 216, 0.18);
}

.avatar.placeholder {
  background: linear-gradient(135deg, #ece9f7, #d9d1f5);
}

.cardPessoa h3 {
  margin: 10px 0 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.15;
}

.cardPessoa p {
  margin: 0 auto 16px;
  font-size: 1.05rem;
  line-height: 1.25;
  color: #374151;
  max-width: 210px;
  min-height: 52px;
}

.cardPessoa small {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.95rem;
  color: #4b5563;
  line-height: 1.35;
}

.badge-operacao {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8a60a7, #8350fa);
  color: white;
  font-size: 0.80rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 18px rgba(109, 40, 217, 0.22);
}

.pagina-equipe {
  padding: 36px 28px 50px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}


.pagina-equipe h1 {
 font-size: 3.0em;
        background: linear-gradient(#000000, #8056c4);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        margin-bottom: 0;
        text-align: center;
    }



.subtitulo-equipe {
  text-align: center;
  font-size: 1.05rem;
  color: #6b7280;
  margin-bottom: 20px;
}

.card-gerente {
  background: linear-gradient(135deg, #D4AF37, #F7E7CE, #C9A227);
}

.card-gerente .avatar {
  width: 105px;
  height: 105px;
  border: 4px solid #D4AF37
}


.card-gerente h3 {
  font-size: 1.35rem;
}



.card-coordenador {
  background: linear-gradient(135deg, #6384c4, #adb1b5, #8863f7);
}



.card-coordenador .avatar {
  width: 100px;
  height: 100px;
  border: 4px solid #8b5cf6;
}


/* brilho das cartas premium */
.card-gerente::after,
.card-coordenador::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -120%;
  width: 70%;
  height: 160%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.10) 35%,
      rgba(255, 255, 255, 0.35) 50%,
      rgba(255, 255, 255, 0.10) 65%,
      rgba(255, 255, 255, 0) 100%);
  transform: rotate(18deg);
  transition: left 0.9s ease;
  pointer-events: none;
}

.card-gerente:hover::after,
.card-coordenador:hover::after {
  left: 160%;
}



.card-analista {
  background: linear-gradient(145deg, #cca0cc, rgb(206, 202, 202), #aa60aa);
}


.card-analista .avatar {
  width: 96px;
  height: 96px;
  border: 4px solid #a142a1;
}



.card-analista::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(120deg,
      rgba(255, 0, 255, 0.15),
      rgba(0, 255, 255, 0.15),
      rgba(255, 255, 0, 0.15),
      rgba(255, 0, 255, 0.15));

  opacity: 0;
  transition: opacity 0.4s ease;

  pointer-events: none;
}

.card-analista:hover::before {
  opacity: 0.6;
}

.card-analista:hover {
  transform: translateY(-6px) scale(1.02);
}



.card-lider {
  background: linear-gradient(145deg, #e5e1eb, rgb(222, 211, 211), #cfd1ff);
  border: 2px solid rgba(139, 92, 246, 0.25);
}

.card-lider .avatar {
  width: 88px;
  height: 88px;
  border: 4px solid #a0a0bf;
}

.card-lider h3 {
  font-size: 1.35rem;
}

.card-lider p {
  font-size: 0.98rem;
  color: #52525b;
}