.sunx-user-tabbar-host {
  width: 100%;
  height: calc(82px + env(safe-area-inset-bottom, 0px));
}

.sunx-user-tabbar {
  position: fixed;
  z-index: 40;
  inset: auto 0 0;
  width: 100%;
  height: calc(66px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, .06);
  background: rgba(3, 3, 4, .94);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, .24);
  backdrop-filter: blur(16px);
  transform: translateZ(0);
}

.sunx-user-tabbar-inner {
  width: min(100%, 440px);
  height: 66px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 auto;
  padding: 8px 12px 7px;
}

.sunx-user-tabbar a {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  color: #858590;
  text-decoration: none;
}

.sunx-user-tabbar a > svg { width: 20px; height: 20px; }
.sunx-user-tabbar small { font-size: 11px; letter-spacing: 0; }
.sunx-user-tabbar a.active { color: #a995ff; }
