.statRow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px}
@media(max-width:980px){.statRow{grid-template-columns:1fr}}
.progress{height:10px;border-radius:999px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12);overflow:hidden}
.progress>div{height:100%;background:linear-gradient(90deg, rgba(124,247,255,.75), rgba(180,255,90,.65))}
.dashGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
@media(max-width:980px){.dashGrid{grid-template-columns:1fr}}
