/* =============================================================================
   Team Spaces stylesheet manifest
   -----------------------------------------------------------------------------
   Split when the single file passed the 1,000-line limit (CLAUDE.md rule 3),
   mirroring the teams.css manifest beside it.

   Do not reorder these imports: later modules intentionally override rules from
   earlier ones (the modal restyles EasyMDE's own CSS, the attachment gallery
   sits on top of the post card).

   Note the Space HEADER is not here — it renders the chat header's markup and
   is styled in teams/teams-conversation.css beside the chat's own, so the two
   cannot drift.
   ============================================================================= */

@import url("./spaces/spaces-foundation.dc1a4cc057b8.css");
@import url("./spaces/spaces-post.4519a6532b26.css");
/* The card's body slot — prose, headings, inline images, embeds, tags. Split
   out of spaces-post.css when a body could be formatted markup as well as
   markdown; loaded immediately after it, because it styles what that file
   lays out. */
@import url("./spaces/spaces-post-body.d45749243111.css");
@import url("./spaces/spaces-composer.97005a6563da.css");
@import url("./spaces/spaces-modal.03e957108d4e.css");
@import url("./spaces/spaces-target-picker.b51d71ecc391.css");
@import url("./spaces/spaces-composer-attachments.f7650986c2b9.css");
@import url("./spaces/spaces-repost.afc770200f4a.css");
@import url("./spaces/spaces-filter.124bb04f4dbd.css");
@import url("./spaces/spaces-tags.ce3fc794facf.css");
/* The grid comes first: both gutter components and the intro are placed by it,
   and each of the three below styles only its own inside. */
@import url("./spaces/spaces-stage.328a48dbf920.css");
@import url("./spaces/spaces-rail.9003ad30442e.css");
@import url("./spaces/spaces-context.127868be582a.css");
@import url("./spaces/spaces-intro.fe3d075c3aea.css");
@import url("./spaces/spaces-attachments.b39a0b5496c0.css");
@import url("./spaces/spaces-media-viewer.12c353939422.css");
@import url("./spaces/spaces-post-detail.e690b3a54e91.css");
