/* MobilizaPRO — Dashboard Clean D3A — BI principal
   Complementa o visual oficial sem alterar os BOX 01–13. */
#page-dashboard .mpdash-v2[data-dashboard-clean="d1.2"] .mpdash-v2-grid-hero,
#page-dashboard .mpdash-v2[data-dashboard-clean="d1.2"] .mpdash-v2-grid-demand,
#page-dashboard .mpdash-v2[data-dashboard-clean="d1.2"] .mpdash-v2-grid-support{margin-top:18px}

#page-dashboard .mpdash-v2-realization{min-height:300px}
#page-dashboard .mpdash-v2-realization-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:8px 24px 22px;min-height:225px;align-items:end}
#page-dashboard .mpdash-v2-realization-item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;padding:0 6px;background:transparent;border:0}
#page-dashboard .mpdash-v2-realization-item strong{order:1;font-size:25px;line-height:1;font-weight:950;color:#fff}
#page-dashboard .mpdash-v2-realization-item>div{order:2;width:min(72px,70%);height:132px;display:flex;align-items:flex-end;justify-content:center;border-radius:8px 8px 3px 3px;background:rgba(8,34,59,.68);border:1px solid rgba(72,139,205,.18);overflow:hidden}
#page-dashboard .mpdash-v2-realization-item>div i{display:block;width:100%;height:var(--h);min-height:0;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#4cc5ff,#168ff8);transition:height .22s ease}
#page-dashboard .mpdash-v2-realization-item span{order:3;min-height:30px;text-align:center;font-size:10px;font-weight:850;color:#b9c9da;letter-spacing:.01em;line-height:1.25}
#page-dashboard .mpdash-v2-realization-item.issued>div i{background:linear-gradient(180deg,#47dfb2,#10bc89)}
#page-dashboard .mpdash-v2-realization-item.transferred>div i{background:linear-gradient(180deg,#c26cf5,#8c48ed)}
#page-dashboard .mpdash-v2-realization-item.total>div i{background:linear-gradient(180deg,#45e2d4,#16a7bc)}

#page-dashboard .mpdash-v2-rank>.mpdash-v2-empty{display:block;min-height:42px;padding:11px 0;color:#7f94aa;font-size:11px}

@media(max-width:820px){
  #page-dashboard .mpdash-v2-realization-grid{grid-template-columns:1fr}
}
