/* Structural helpers the Razor components need beyond the ported design layers
   (tokens.css, kit.css — those two are verbatim design artifacts; this file is
   the only KinChat.Components-authored CSS). Layout only: no colour, size, or
   spacing values that a token covers. */

/* Modal host: kit.css positions .kc-modal-scrim absolutely inside a positioned
   ancestor; the Modal component provides that ancestor as a fixed overlay. */
.kc-modal-host{position:fixed;inset:0;z-index:100}

/* Disabled member card: kit.css defines tr.is-disabled for the table; the card
   fallback dims per the design page (opacity only, still tagged Disabled). */
.kc-usercard.is-disabled{opacity:.72}
