.tab-bar[data-v-24308a45] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.04);
  padding: 8px 0 env(safe-area-inset-bottom, 8px) 0;
  padding-bottom: 8px;
  height: calc(56px + env(safe-area-inset-bottom, 0px));
}
.tab-item[data-v-24308a45] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  flex: 1;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.tab-item[data-v-24308a45]:active {
  opacity: 0.7;
}
.tab-label[data-v-24308a45] {
  font-size: 10px;
  font-weight: 500;
  color: #94a3b8;
  transition: color 0.2s;
}
.tab-label-active[data-v-24308a45] {
  color: #12a87a;
  font-weight: 600;
}


.header-arc[data-v-19817994] {
  background: linear-gradient(135deg, #32e0a1 0%, #12a87a 100%);
}
.card-glass[data-v-19817994] {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

