.gbeq-equipo{
  font-family:'Archivo', sans-serif;
  max-width:1180px;
  margin:0 auto;
  padding:20px 0;
}
.gbeq-categoria{
  margin-bottom:12px;
  border-bottom:1px solid #e2e2e2;
}
.gbeq-categoria:last-child{ margin-bottom:0; }

.gbeq-cat-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  list-style:none;
  font-family:'Archivo Black', sans-serif;
  text-transform:uppercase;
  letter-spacing:-0.01em;
  font-size:22px;
  color:#2A2D36;
  padding:18px 4px;
  border-bottom:3px solid #9FEC08;
}
.gbeq-cat-title::-webkit-details-marker{ display:none; }
.gbeq-cat-title::marker{ content:""; }
.gbeq-cat-right{
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0;
}
.gbeq-count{
  font-family:'Archivo', sans-serif;
  text-transform:none;
  font-size:13px;
  font-weight:600;
  color:#5B5F69;
  letter-spacing:0;
  white-space:nowrap;
}
.gbeq-arrow{
  color:#74AC08;
  font-size:16px;
  transition:transform .2s ease;
}
.gbeq-categoria[open] .gbeq-arrow{ transform:rotate(180deg); }
.gbeq-cat-body{ padding:24px 4px 32px; }
.gbeq-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(180px,1fr));
  gap:20px;
}
.gbeq-card{
  background:#F7F8F5;
  overflow:hidden;
  text-align:center;
}
.gbeq-foto{
  aspect-ratio:1/1;
  background:#ddd;
  overflow:hidden;
}
.gbeq-foto img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  margin:0;
}
.gbeq-foto-placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#999;
  font-size:12px;
}
.gbeq-info{ padding:14px 10px; }
.gbeq-info h3{
  font-size:15px;
  color:#2A2D36;
  margin:0 0 6px;
  font-family:'Archivo',sans-serif;
  font-weight:700;
  text-transform:none;
  line-height:1.3;
}
.gbeq-anio{ font-size:12.5px; color:#5B5F69; margin-bottom:8px; }
.gbeq-modalidades{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:center;
  margin-top:4px;
}
.gbeq-modalidad{
  display:inline-block;
  background:#2A2D36;
  color:#9FEC08;
  font-size:11px;
  font-weight:700;
  padding:4px 10px;
  border-radius:20px;
  text-transform:uppercase;
}
.gbeq-vacio{ color:#999; font-size:14px; font-style:italic; }

@media (max-width:600px){
  .gbeq-grid{ grid-template-columns:repeat(auto-fill, minmax(140px,1fr)); }
  .gbeq-cat-title{ font-size:22px; }
}
