/* =========================================================
   NOTEA 7.8.3.21 — HUB ACTIVITY SPARKLINE
   Makes the Hub activity summary use the same calm visual
   language as Ministerio > Calendario > Resumen del mes.
   Desktop/tablet only. Mobile remains untouched.
   ========================================================= */
@media (min-width:761px){
  body .portal[data-active-module="hub"] .desktop-hub-chart-head{
    margin-top:22px!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart{
    height:158px!important;
    margin-top:8px!important;
    padding:4px 0 0!important;
    overflow:hidden!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart>svg{
    width:100%!important;
    height:132px!important;
    display:block!important;
    overflow:visible!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart-grid,
  body .portal[data-active-module="hub"] .desktop-hub-chart-line.chart-time,
  body .portal[data-active-module="hub"] .desktop-hub-chart-line.chart-days,
  body .portal[data-active-module="hub"] .desktop-hub-chart-legend{
    display:none!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart-line.chart-notes{
    display:block!important;
    fill:none!important;
    stroke:var(--c-accent-deep)!important;
    stroke-width:2.35!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
    vector-effect:non-scaling-stroke!important;
    filter:drop-shadow(0 4px 9px color-mix(in srgb,var(--c-accent-deep) 13%,transparent))!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart-area{
    display:block!important;
    fill:color-mix(in srgb,var(--c-accent-deep) 6%,transparent)!important;
    stroke:none!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-chart-labels{
    left:3%!important;
    right:3%!important;
    bottom:1px!important;
    font-size:8px!important;
    color:color-mix(in srgb,var(--c-muted) 88%,transparent)!important;
  }
  body .portal[data-active-module="hub"] .desktop-hub-activity-panel{
    padding-bottom:21px!important;
  }
}
