/* ============================================================================
   ENTRY STYLESHEET — the ONLY css file linked from index.html.
   Every other css file is pulled in here via @import, in a FIXED order.
   THIS IS THE FILE-COLLISION AVOIDANCE MECHANISM: each surface builder owns
   exactly one css/wa-<surface>.css file and never needs to edit this file or
   index.html to get it loaded — the import line already exists below.
   Native CSS @import is fine here: this is an internal tool, not a storefront,
   and there is no build step to bundle these into one request.
   ============================================================================ */
@import url("./wa-tokens.css");
@import url("./wa-shell.css");
@import url("./wa-primitives.css");
@import url("./wa-login.css");     /* login screen + §4.4 re-auth + §4.6 takeovers */

/* Surface stylesheets — one file per surface, fixed names, DO NOT RENAME. */
@import url("./wa-list.css");       /* conversation list      */
@import url("./wa-thread.css");     /* message thread          */
@import url("./wa-composer.css");   /* composer                */
@import url("./wa-templates.css");  /* template picker/manager */
@import url("./wa-teamops.css");    /* assignment/labels/lifecycle/search-in-list-filters */
@import url("./wa-sidebar.css");    /* context sidebar         */
@import url("./wa-states.css");     /* strips/toasts/first-run/connection extras */
