.metric { min-width: 110px; }
.meter { display:inline-block; vertical-align:middle; width:64px; height:6px; background:#e9eef2; border-radius:4px; overflow:hidden; margin-right:6px; }
.meter span { display:block; height:100%; background:#25b38b; border-radius:4px; }
.meter span.warning { background:#eca83b; }
.meter span.danger { background:#e55b55; }
.metric small { font-size:9px; color:var(--muted); }
.download-link { display:inline-block; text-decoration:none; margin-top:10px; }
.spinner { width:32px; height:32px; margin:auto; border:3px solid #dce8ef; border-top-color:#2888c4; border-radius:50%; animation:spin .8s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
