What problem does it solve? Divalto ERP style definitions live in opaque ISAM binary files (fstyle.dhfi and its WPF, print, and web variants), making it impossible to inspect named styles, resolve tbl* label references, or understand which font, color, or frame a UI element uses without a dedicated reader. ## Core Features & Use Cases - Style Listing and Statistics: Enumerate all styles per variant (wpf, legacy, imp, web) with type distribution across the 7 semantic Types (font, RGB color, i18n reference, global STD, frame, composed style, context). - Typed Detail Decoding: Decode a named style into structured JSON, e.g. TBLART resolves to its i18n key #tblart, and ARIAL10 decodes to size 10, weight 400000, family Arial. - Cross-Variant Resolution: Resolve a style name across variants in priority order (wpf -> legacy -> imp), detecting orphan labels like TBLAFF that exist in no variant. - Use Case: When documenting ERP screens whose multichoix reference LstStyleWpf styles, run the resolve mode to translate an opaque tbl* identifier into its i18n key for rendering pipelines. ## Quick Start Ask the assistant to show the details of the style TBLART in the WPF fstyle variant and resolve its i18n key.