// ─── Section 1: Constants ─────────────────────────────────────────────────── const SAFE_TAGS = new Set([ 'blockquote', 'nav', 'a', 'input', 'textarea', 'select', 'pre', 'code', 'span', 'th', 'td', 'tr', 'li', 'label', 'button', 'hr', 'html', 'head', 'body', 'script', 'style', 'link', 'meta', 'title', 'br', 'img', 'svg', 'path', 'circle', 'rect', 'line', 'polyline', 'polygon', 'g', 'defs', 'use', ]); // Per-check safe-tags override for the border (side-tab / border-accent) // rule. We intentionally re-allow