/*
 * app-base.css — the shared CSS layer every app page composes.
 *
 * Contains only the truly cross-page foundation:
 *   - base/*        (foundation, nav-shell, brand, typography, article)
 *   - tables        (research-table component + variants)
 *   - components/*  (canonical status color map)
 *   - postlude/*    (code, footer, interaction, responsive, motion)
 *
 * Page-specific trees (home, job, runs, entity, topics, discord-agent,
 * global-chat, start-chat) are imported by each page's own entry CSS on top of
 * this base. This guarantees shared components can never diverge between pages.
 */
@import url("/styles/base.css?v=css-cleanup-20260614");
@import url("/styles/tables.css?v=css-cleanup-20260614");
@import url("/styles/components/status.css?v=css-cleanup-20260614");
@import url("/styles/postlude.css?v=mobile-title-wrap-20260614");
