#seekforge-global-tab {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10080;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 430px;
  height: 78px;
  margin: 0 auto;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid #e8edf5;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 28px rgba(20, 34, 65, 0.05);
  backdrop-filter: blur(14px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

#seekforge-global-tab * {
  box-sizing: border-box;
  letter-spacing: 0;
}

#seekforge-global-tab button {
  display: flex;
  min-width: 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  background: transparent;
  color: #111827;
  font-family: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
}

#seekforge-global-tab button.active {
  color: #2456e8;
}

#seekforge-global-tab svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#seekforge-global-tab button.active svg {
  fill: #2456e8;
  stroke: #2456e8;
}

#seekforge-global-tab button.active::after {
  content: "";
  width: 24px;
  height: 3px;
  margin-top: 1px;
  border-radius: 999px;
  background: currentColor;
}

html.seekforge-preview-active body > #seekforge-global-tab,
html.seekforge-services-active body > #seekforge-global-tab,
body > #seekforge-global-tab {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.seekforge-global-tab-active uni-tabbar,
.seekforge-global-tab-active .uni-tabbar,
.seekforge-global-tab-active .u-page__item,
.seekforge-global-tab-active .u-tabbar,
.seekforge-global-tab-active .u-tabbar__content,
.seekforge-global-tab-active .sf-tab,
.seekforge-global-tab-active .svc-tab {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.seekforge-global-tab-active uni-page-body,
.seekforge-global-tab-active .page-body,
.seekforge-global-tab-active .page-main {
  padding-bottom: 104px !important;
}
