#live-stats-host{min-height:150px}
@media(max-width:600px){
#live-stats-host{min-height:132px}
}
.lst-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 16px 0 16px;font-size:14px}
.lst-item{display:flex;flex-direction:column;align-items:center;padding:18px 4px;background:var(--dc-bg,#fff);border:1px solid var(--dc-border,#eaecf0);border-radius:12px;text-align:center;min-width:0;overflow:hidden}
.lst-ico{display:inline-flex;align-items:center;justify-content:center;color:var(--dc-yellow,#ffca00);margin-bottom:10px;flex-shrink:0;font-family:'Material Symbols Rounded';font-weight:400;font-style:normal;font-size:28px;line-height:1;letter-spacing:normal;text-transform:none;white-space:nowrap;direction:ltr;font-variation-settings:'opsz' 24,'wght' 400,'FILL' 0,'GRAD' 0;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}
.lst-ico.is-online{color:#15a34a;font-variation-settings:'opsz' 24,'wght' 400,'FILL' 1,'GRAD' 0}
.lst-val{font-size:24px;font-weight:700;color:var(--dc-fg,#0f1111);font-variant-numeric:tabular-nums;transition:color .4s;line-height:1.2;margin-bottom:6px}
.lst-val.tick{color:#15a34a}
.lst-lbl{font-size:15px;font-weight:500;color:var(--dc-fg,#0f1111);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.lst-sub{font-size:14px;font-weight:400;color:var(--dc-fg-secondary,#475467);line-height:1.2;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
@media(max-width:600px){
.lst-wrap{gap:6px;margin:0 12px 0 12px}
.lst-item{padding:14px 2px}
.lst-ico,.lst-ico svg{width:24px;height:24px}
.lst-val{font-size:20px}
.lst-lbl{font-size:13px}
.lst-sub{font-size:12px}
}