/* The Internet Square owns the interface around this local 3D city.
   Hide the source site's chrome before its first frame paints. */
body > div.fixed > .pointer-events-none,
body > div.fixed > p.pointer-events-none,
body > div.fixed > div.absolute.bottom-4.left-4,
section[aria-label^="Notifications"] {
  display: none !important;
}

html,
body,
body > div.fixed {
  background: #0a0d16 !important;
}

canvas {
  cursor: grab !important;
}

canvas:active {
  cursor: grabbing !important;
}
