/* Debug Mode — when body lacks .debug-mode, hide technical details */

/* "Show raw data" buttons */
body:not(.debug-mode) .input-toggle-raw,
body:not(.debug-mode) .output-toggle-raw {
  display: none;
}

/* Step duration */
body:not(.debug-mode) .step-duration {
  display: none;
}

/* Code/Info button on step cards */
body:not(.debug-mode) .step-btn-code {
  display: none;
}

/* Data section (Input/Output) on step cards */
body:not(.debug-mode) .step-detail-section {
  display: none;
}

/* Utility buttons (open folder, refresh) */
body:not(.debug-mode) #open-workflows-folder-btn,
body:not(.debug-mode) #refresh-workflows-btn {
  display: none;
}
