.statcards{display:flex;align-items:flex-start;gap:42px;padding:15px 16px 11px;background:#09090a}
.statcard{min-width:0;padding:0}
.statcard span{display:block;margin-bottom:4px;color:#71717a;font-size:8px;font-weight:600}
.statcard strong{display:block;min-height:22px;overflow:hidden;color:#f4f4f5;font-size:20px;font-weight:600;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}
.statcard .statname{font-size:20px}
.statcards button{width:26px;height:26px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:5px;background:transparent;color:#52525b;cursor:pointer;transition:.15s}
.statcards button:hover{color:#e4e4e7;background:#151517}
.statcards button.loading{color:#d946ef}
.statcards button.loading svg{animation:statspin 1.2s linear infinite}
.statcards button svg{width:12px;height:12px}
.statlist{margin:0;padding:0;background:#09090a}
.stathead,.statrow{display:grid;grid-template-columns:minmax(200px,1fr) 80px;align-items:center}
.stathead{min-height:26px;color:#5f5f67;font-size:8px;font-weight:600}
.stathead span,.statrow>div{padding:0 13px}
.stathead span:nth-child(n+2),.statrow>div:nth-child(n+2){text-align:right}
.statrow{position:relative;min-height:31px;background:#0a0a0b}
.statrow:nth-child(even){background:#0c0c0e}
.statrow:hover{background:#121215}
.statmap{position:relative;display:flex;align-items:center;gap:6px;min-width:0;color:#e4e4e7;font-size:9px;font-weight:600}
.statmap>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.statnumber{position:relative;color:#a1a1aa;font-size:9px;font-weight:500}
.statnote{flex:0 0 auto;color:#71717a;font-size:6px;font-weight:700}
.staterror{color:#f87171}
.statempty{padding:28px;color:#52525b;font-size:10px;text-align:center}
.statfooter{min-height:25px;display:flex;align-items:center;justify-content:flex-end;padding:0 13px;color:#52525b;font-size:7px}
@keyframes statspin{to{transform:rotate(360deg)}}
@media(max-width:520px){
  .statcards{gap:24px;padding-inline:12px}
  .stathead,.statrow{grid-template-columns:minmax(155px,1fr) 65px}
  .stathead span,.statrow>div{padding:0 9px}
  .statmap{gap:4px}
}
