html.bb-v2-pending {
  background: #eef4f6;
}

html.bb-v2-pending body {
  visibility: hidden !important;
}

html.bb-v2-pending::before {
  content: "جاري تجهيز لوحة BB…";
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  visibility: visible;
  background: linear-gradient(145deg, #f9fbfc, #eef4f6);
  color: #087f8c;
  font-family: Cairo, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 900;
}
