/* Block: cnm-toc
 * Classes: toc-sidebar, label, cnm-icon, icon-brand-mark-tall, mark, cnm-toc
 *
 * --- THIS FILE IS DELIBERATELY EMPTY -------------------------------------
 *
 * The in-page nav is a SHARED component: Understanding UTUC renders it through
 * this ACF block, Glossary renders it as static markup in templates/glossary.php.
 * Only the block path enqueues this stylesheet, so for as long as it carried its
 * own copy of the component the two pages were being styled from two different
 * files — one page could be changed and the other silently left behind. The
 * operator called it: "acho que estao com assets diferentes quando na verdade
 * deveriam utilizar algo global e com leves resalvas em cada pagina caso
 * necessario alguma coisa diferente" (2026-08-15).
 *
 * The whole component now lives in assets/css/interior.css, which both pages
 * load. That is the "algo global"; per-page exceptions stay in the page's own
 * stylesheet (glossary.css already does this — see `.glossary .toc-sidebar`).
 *
 * EMPTYING THIS WAS SAFE, AND CHECKED RATHER THAN ASSUMED. Every rule was
 * compared declaration by declaration against interior.css first:
 *   - 29 of 29 .toc-* rules were byte-identical in both files
 *   - the two non-toc strays it also carried (.home-why__caption .cnm-icon and
 *     .person-profile .close .cnm-icon) were byte-identical to home.css:408 and
 *     interior.css:480
 *   - nothing existed here and nowhere else
 *   - ONE divergence, and it was this file being stale: the theme's
 *     `.toc-sidebar[data-toc-sheet] .toc-sidebar__subs` adds `padding-bottom: 0`
 *     and this copy never got it. Since the block copy won, Understanding UTUC
 *     had been rendering with a padding the theme had already removed.
 * That last one is the drift the operator was describing, found in the diff.
 *
 * The file is kept (not deleted) because cnm-toc.php enqueues it by name; an
 * empty stylesheet is a no-op, a missing one is a 404 on every page with a nav.
 * If this block ever needs styling that is genuinely its own, it belongs here —
 * anything the two pages share does not.
 * ------------------------------------------------------------------------- */
