/* FIX39 · Resultados compacto: estadísticas arriba y sin encabezado grande */
body.e360-results-compact .app-main > .elite360-results-topbar-stats{
  width:calc(100% - 56px);
  max-width:1440px;
  margin:14px auto 10px !important;
  padding:0 !important;
  z-index:8;
}

body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-card{
  min-height:92px;
  padding:15px 18px;
  border-radius:22px;
  background:
    radial-gradient(circle at 88% 22%, rgba(78, 211, 194, .24), transparent 36%),
    radial-gradient(circle at 12% 0%, rgba(99, 132, 255, .16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(239,248,255,.92));
  box-shadow:0 16px 38px rgba(20,50,92,.10), inset 0 0 0 1px rgba(255,255,255,.55);
}

body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-card:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 52px rgba(20,50,92,.15), inset 0 0 0 1px rgba(255,255,255,.64);
}

body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-icon{
  width:50px;
  height:50px;
  border-radius:18px;
}

body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-value{
  font-size:2.1rem;
  margin-top:4px;
}

body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-label{
  font-size:11.5px;
}

/* El encabezado grande de Resultados queda reemplazado por el topbar compacto. */
body.e360-results-compact .results-page > .page-head{
  display:none !important;
}

/* Se oculta el resumen original dentro del contenido; arriba se muestra una copia visual actualizada. */
body.e360-results-compact .results-page > .results-summary{
  display:none !important;
}

body.e360-results-compact .content-area{
  padding-top:10px !important;
}

body.e360-results-compact .results-filter-card{
  margin-top:0 !important;
}

body.e360-results-compact .results-page{
  gap:12px;
}

body.e360-results-compact .topbar{
  min-height:58px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
}

@media (max-width:900px){
  body.e360-results-compact .app-main > .elite360-results-topbar-stats{
    width:calc(100% - 28px);
    margin:12px auto 8px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-card{
    min-height:84px;
    padding:13px 14px;
    border-radius:19px;
  }
}

@media (max-width:520px){
  body.e360-results-compact .app-main > .elite360-results-topbar-stats{
    width:calc(100% - 22px);
    gap:10px !important;
  }

  body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-card{
    min-height:78px;
    padding:12px;
  }

  body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-icon{
    width:40px;
    height:40px;
    border-radius:14px;
  }

  body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-value{
    font-size:1.65rem;
  }

  body.e360-results-compact .app-main > .elite360-results-topbar-stats .stat-label{
    font-size:10px;
  }
}
