/* ==================================================================
   MANTA DESIGN SYSTEM — GLOBAL ENTRY
   ----------------------------------------------------------------
   Nothing but @import lines, in dependency order. Every value in the
   system is written once in tokens/source/tokens.css; the files below
   are generated from it by tokens/source/split-tokens.py.
   ================================================================== */
/* CACHE-BUSTED IMPORTS (4 Aug 2026, found by the engineer review). Every page versions
   _ds_bundle.js and none versioned this stylesheet, so a browser could hold a cached
   token file against a fresh bundle — which is exactly what "the bundle references tokens
   that do not exist" was: the tokens existed, the CSS serving them was stale. Stamping the
   link alone is not enough; an @import is a separate request with its own cache entry, so
   the version has to be on both. Both are rewritten by the release stamp sweep. */
@import url('tokens/fonts.css?v=20260808.494');
@import url('tokens/colors.css?v=20260808.494');
@import url('tokens/typography.css?v=20260808.494');
@import url('tokens/spacing.css?v=20260808.494');
@import url('tokens/radius.css?v=20260808.494');
@import url('tokens/borders.css?v=20260808.494');
@import url('tokens/shadows.css?v=20260808.494');
@import url('tokens/motion.css?v=20260808.494');
@import url('tokens/layers.css?v=20260808.494');
@import url('tokens/breakpoints.css?v=20260808.494');
@import url('tokens/components.css?v=20260808.494');
@import url('assets/images/placeholders.css?v=20260808.494');
/* Base last: the only unscoped rules in the system (touch-device browser defaults). */
@import url('base.css?v=20260808.494');
