/* kit.css — graphs kit-owned mount styles (G6). The host container the
   backends mount into + the compose overlay/side layers. App-shell page
   styling stays app-owned (pages.css per app); tokens ride the per-app
   tokens-{proof,lattice,chart}.css overlays. */
.g2-host { position: relative; width: 100%; height: 100%; min-height: 320px; }
.g2-overlay-layer { position: absolute; inset: 0; pointer-events: none; }
.g2-overlay-layer .overlay { pointer-events: auto; }
.g2-side { min-height: 280px; }
