.gbpm-palmares{
  font-family:'Archivo', sans-serif;
  max-width:900px;
  margin:0 auto;
}
.gbpm-anio{ margin-bottom:12px; border-bottom:1px solid #e2e2e2; }
.gbpm-anio:last-child{ margin-bottom:0; }

.gbpm-anio-titulo{
  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;
}
.gbpm-anio-titulo::-webkit-details-marker{ display:none; }
.gbpm-anio-titulo::marker{ content:""; }
.gbpm-anio-derecha{ display:flex; align-items:center; gap:12px; flex-shrink:0; }
.gbpm-conteo{ font-family:'Archivo', sans-serif; text-transform:none; font-size:13px; font-weight:600; color:#5B5F69; }
.gbpm-flecha{ color:#74AC08; font-size:16px; transition:transform .2s ease; }
.gbpm-anio[open] .gbpm-flecha{ transform:rotate(180deg); }

.gbpm-anio-body{ padding:20px 4px 30px; }

.gbpm-logro{
  display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap;
  padding:16px 18px; margin-bottom:12px; background:#F7F8F5; border-left:4px solid #9FEC08;
}
.gbpm-logro:last-child{ margin-bottom:0; }
.gbpm-logro-principal{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.gbpm-logro h3{
  font-family:'Archivo',sans-serif; font-weight:700; font-size:15.5px; color:#2A2D36; margin:0;
}
.gbpm-categoria{
  display:inline-block; background:#2A2D36; color:#9FEC08; font-size:10.5px; font-weight:700;
  padding:3px 10px; border-radius:20px; text-transform:uppercase;
}
.gbpm-logro-detalle{ display:flex; align-items:center; gap:14px; flex-wrap:wrap; font-size:13px; color:#5B5F69; }
.gbpm-posicion{ font-weight:700; color:#74AC08; }

.gbpm-vacio{ color:#999; font-style:italic; text-align:center; }

@media (max-width:600px){
  .gbpm-anio-titulo{ font-size:18px; }
  .gbpm-logro{ flex-direction:column; align-items:flex-start; gap:8px; }
}
