.ni-brand-lockup {
  align-items: center;
  color: inherit;
  display: inline-flex;
  font-family: "Camera Plain Variable", "Camera Plain", Arial, sans-serif;
  font-size: 20px;
  font-weight: 760;
  gap: 8px;
  line-height: 1;
  white-space: nowrap;
}

.ni-brand-symbol {
  background: linear-gradient(145deg, #6f8cff 4%, #fa6bd8 38%, #ff3158 68%, #ff8a18 100%);
  border-radius: 5px 11px 6px 10px;
  box-shadow: inset -4px -4px 8px rgba(255, 255, 255, .16);
  display: inline-block;
  height: 22px;
  position: relative;
  transform: rotate(-2deg);
  width: 22px;
}

.ni-brand-symbol::before {
  background: linear-gradient(150deg, #2388ff, #8c70ff 65%, transparent 66%);
  border-radius: 7px 9px 2px 8px;
  content: "";
  height: 14px;
  left: -1px;
  position: absolute;
  top: -3px;
  width: 12px;
}

.ni-home-send {
  align-items: center;
  background: #171717;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  padding: 0;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 32px;
}

.ni-home-send:hover { opacity: .86; }
.ni-home-send:active { transform: scale(.94); }
.ni-home-send[hidden] { display: none; }
.ni-home-send svg { height: 18px; width: 18px; }

.ni-mobile-menu {
  background: var(--bg-primary, #fff);
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .14);
  display: grid;
  gap: 2px;
  left: 16px;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 58px;
  z-index: 1000;
}

.ni-mobile-menu a {
  border-radius: 6px;
  color: inherit;
  padding: 10px 12px;
  text-decoration: none;
}

.ni-mobile-menu a:hover { background: color-mix(in srgb, currentColor 7%, transparent); }
.ni-mobile-menu .ni-mobile-primary { background: #171717; color: #fff; }

@media (min-width: 768px) {
  .ni-mobile-menu { display: none; }
}

@media (max-width: 767px) {
  .ni-brand-lockup { font-size: 27px; gap: 9px; }
  .ni-brand-symbol { height: 24px; width: 24px; }
}
