//! Progress bar helpers using `indicatif`.
//!
//! Provides a block-style progress bar for concurrent checks.
//! Hidden automatically when `--json` mode is active (caller passes `ProgressBar::hidden()`).
use style;
use ;
use Instant;
/// Creates a styled progress bar with `[pos/len]` format and block characters.
/// Prints the elapsed wall-clock time after all checks complete.