//! Verdict envelope renderer — cycle-7 Cli3. Sister of the cycle-4 §D.5
//! polish work already wired in `main.rs` (`style_decision()` palette +
//! `owo-colors` + `comfy-table` + `is-terminal`); Cli3 lifts the renderer
//! out of `main.rs` into `terminal.rs` + extends for the cycle-7 entry §1.3
//! envelope render table (status header + remediation + exploitability
//! summary + as-of footer).
//!
//! Honors `NO_COLOR` env + `--no-color` flag; auto-detects TTY via
//! `is-terminal` (already in deps).
pub use ;
pub use ;