:root{
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-right:  env(safe-area-inset-right);
}
/* Floating control / chat button safe-area fix */
.h4u-fc{
  position: fixed;
  bottom: max(18px, var(--safe-bottom));
  right:  max(18px, var(--safe-right));
}
