/*
 * CSS Layer Priority Declaration
 * ==============================
 * This MUST be the first stylesheet loaded on every page.
 *
 * Priority order (lowest → highest):
 *   1. important-reset — Global resets and base styles
 *   2. uskinned — Bootstrap, uSkinned modules, layouts, icons
 *   3. ascend   — Ascend/AOE custom styles
 *   (unlayered)           — Vue component CSS, inline styles (always highest)
 */
@layer important-reset, uskinned, ascend;
