/* Dashboard specific */
#page-dashboard .metrics-grid { margin-bottom: 16px; }

/* Runs specific */
#page-runs .run-detail { animation: slideDown 0.2s ease; }

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Pool specific */
#page-pool .metrics-grid { margin-bottom: 24px; }

/* API Docs — ver assets/css/api-docs.css */
