/* BridgeKit widget host – PASSIVE iframe container
   No bubble, no panel. Only the iframe exists.
*/
#bkWidgetFrame{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  border:0;
  background:transparent;
  z-index:2147483000;
}
