/* Zcloud FM — cache le disque VPS Filebrowser, style Hostinger Space/Inodes */
.zc-quota {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  width: 280px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  padding: 14px 16px;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: #0f172a;
  font-size: 13px;
}
.zc-quota h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #64748b;
}
.zc-quota .row { margin-bottom: 12px; }
.zc-quota .row:last-child { margin-bottom: 0; }
.zc-quota .label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-weight: 600;
}
.zc-quota .pct { color: #2563eb; }
.zc-quota .bar {
  height: 6px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}
.zc-quota .fill {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  border-radius: 999px;
}
.zc-quota .meta {
  margin-top: 4px;
  color: #64748b;
  font-variant-numeric: tabular-nums;
}
/* Masque la jauge disque native (VPS) si encore visible */
[class*="usage"], .credits, #usage {
  /* no-op reserved */
}
