/* Scan ferro-json-ui and framework Rust source files for utility class literals. */
@///@////*
* Safelist classes that may be emitted via string concatenation at runtime
* (e.g., `format!("bg-{}", variant)`). Tailwind v4.1+ @source inline() forces
* these into the output even if no literal use is found by the scanner.
*
* Add new entries here when a render.rs component constructs class names
* from variable parts. Leave empty for now — audit in a later task if
* visual regressions appear.
*/
@);