/*
 * UI migration entrypoint.
 *
 * The current production UI is quarantined in the legacy layer. Rebuilt
 * components belong in the later ui layer and must remove their matching
 * legacy rules as part of the same migration.
 */

@layer ui;

@import url("./ui/main.css?v=20260802newsarchive2") layer(ui);
