/*
 * Application stylesheet manifest (PRD #39, ADR 013 CSS amendment).
 *
 * Plain CSS on Propshaft — NO framework, NO build step. The styles are split
 * into small, single-responsibility files and composed here via native CSS
 * @import. The `url("...")` form is intentional: Propshaft fingerprints (and
 * cache-busts) assets referenced through url(), so each imported file resolves
 * to its digested path and changes to any of them re-digest this manifest.
 * Import order is the cascade order: fonts (@font-face) first, then tokens (custom
 * properties the rest reference), then base element styles, then the shell layout.
 */
@import url("/assets/fonts-58b1a4b2.css");
@import url("/assets/tokens-f6feeac6.css");
@import url("/assets/base-08772438.css");
@import url("/assets/shell-d72add61.css");
@import url("/assets/home-6b67cca3.css");
@import url("/assets/settings-66d4bb97.css");
@import url("/assets/modal-9733a608.css");
@import url("/assets/status_pill-7d4edcbf.css");
@import url("/assets/artifact_tag-74981944.css");
@import url("/assets/audit_trail-42a40fbc.css");
@import url("/assets/icons-d099a638.css");
@import url("/assets/claim-2b586a82.css");
@import url("/assets/comments-4d9f63c5.css");
@import url("/assets/tasks-3e0b06be.css");
/* The Kanban board view of My Work (MW3 #479) — board / column / card / terminal rail +
   the actionable-toast .flash variant; built on the real tokens. */
@import url("/assets/kanban-a5955812.css");
@import url("/assets/clients-c8f53550.css");
@import url("/assets/credentials-255b2933.css");
@import url("/assets/sysops-c4c04522.css");
@import url("/assets/connected_accounts-7abdc319.css");
@import url("/assets/assistant_connections-ec555fbe.css");
/* The GCal-Surfacing Claim right-rail widgets (issue #358 — Recent Communications +
   Upcoming) — squared Cards reusing the Documents-widget treatment. */
@import url("/assets/comms_widgets-95140f2b.css");
/* The honest link-out picker modals + the shared RecipientPicker (issue #360 —
   GCal-Surfacing 5): the "+ Email" / "+ Event" recipient/guest picker. */
@import url("/assets/recipient_picker-bd49dd2f.css");
/* The living styleguide chrome (ADR 013 amendment) — local-only reference page; the
   .sg-* classes frame components rendered through their own stylesheets above. */
@import url("/assets/styleguide-f250f459.css");
