/* Keep the invitation screen fast on mobile and slower international networks. */
.gate-view {
  background:
    radial-gradient(circle at 84% 22%, rgba(181, 130, 58, 0.25), transparent 28%),
    radial-gradient(circle at 14% 78%, rgba(215, 179, 108, 0.12), transparent 34%),
    linear-gradient(118deg, #070809 0%, #0c0c0d 49%, #17130e 100%);
}
