
/* === KONG VISIBILITY OVERRIDE — FINAL === */

html body #kong-launch.kong-launch,
html body .kong-launch,
html body #kong-top.kong-topbtn,
html body .kong-topbtn{
  background:#0b0b0b !important;
  border:1px solid rgba(255,255,255,.28) !important;
  color:#fff !important;
}

html body #kong-top *,
html body .kong-topbtn *{
  color:#fff !important;
}

html body #kong-launch img,
html body .kong-launch img,
html body #kong-top img,
html body .kong-topbtn img,
html body .kong-header-brand img{
  filter: brightness(0) invert(1) !important;
  background:#0b0b0b !important;
  border-radius:999px !important;
  padding:6px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,.75) !important;
  outline:1px solid rgba(255,255,255,.22) !important;
}
