.ProfileTabBar_tabContainer__sh_zD {
  margin-top: 32px;
}
.ProfileTabBar_tabList__3a8Rv {
  position: relative;
  display: flex;
  gap: 4px;
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: var(--radius-lg);
  padding: 4px;
  margin-bottom: 24px;
  border: 1px solid var(--primary-alpha-15);
}
@media (max-width: 768px) {
  .ProfileTabBar_tabList__3a8Rv {
    flex-wrap: wrap;
  }
}
.ProfileTabBar_tabButton__2dVNv {
  flex: 1 1;
  min-width: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  background: transparent;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .ProfileTabBar_tabButton__2dVNv {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 4px);
    padding: 8px 16px;
    font-size: 14px;
  }
}
html[data-app-locale='en'] .ProfileTabBar_tabButton__2dVNv,
html[data-app-locale='ca'] .ProfileTabBar_tabButton__2dVNv {
  white-space: normal;
  line-height: 1.28;
}
@media (max-width: 768px) {
  html[data-app-locale='en'] .ProfileTabBar_tabButton__2dVNv,
  html[data-app-locale='ca'] .ProfileTabBar_tabButton__2dVNv {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(50% - 4px);
    min-height: 44px;
    padding: 4px 8px;
    font-size: 12px;
  }
}
.ProfileTabBar_tabButton__2dVNv:hover {
  color: var(--text-primary);
}
.ProfileTabBar_tabButton__2dVNv:hover .ProfileTabBar_tabIcon__Muyoz {
  color: var(--primary-light);
}
.ProfileTabBar_tabButtonInner__KJE7a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  max-width: 100%;
}
.ProfileTabBar_tabIcon__Muyoz {
  display: inline-flex;
  flex-shrink: 0;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.ProfileTabBar_tabIcon__Muyoz svg {
  display: block;
}
.ProfileTabBar_tabLabel__dR4Aw {
  overflow: hidden;
  text-overflow: ellipsis;
}
html[data-app-locale='en'] .ProfileTabBar_tabLabel__dR4Aw,
html[data-app-locale='ca'] .ProfileTabBar_tabLabel__dR4Aw {
  overflow: visible;
  text-overflow: unset;
  text-align: center;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.ProfileTabBar_tabActive__cgRIp .ProfileTabBar_tabIcon__Muyoz {
  color: var(--primary-light);
}
.ProfileTabBar_tabActive__cgRIp {
  color: var(--text-primary);
  background: linear-gradient(135deg, var(--primary-alpha-20) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
  border: 1px solid var(--primary-alpha-30);
  box-shadow: 0 0 15px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.1));
}
.ProfileTabBar_tabIndicator__x4wJm {
  position: absolute;
  bottom: 4px;
  left: 4px;
  height: calc(100% - 4px * 2);
  width: calc((100% - 2 * 4px) / var(--tab-count, 3));
  background: linear-gradient(135deg, var(--primary-alpha-20) 0%, rgba(var(--secondary-rgb), 0.1) 100%);
  border: 1px solid var(--primary-alpha-30);
  border-radius: var(--radius-md);
  transform: translateX(calc(var(--tab-index, 0) * 100%));
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  box-shadow: 0 0 15px rgba(var(--primary-rgb), calc(var(--box-glow-intensity, 1) * 0.1));
  pointer-events: none;
}
@media (max-width: 768px) {
  .ProfileTabBar_tabIndicator__x4wJm {
    display: none;
  }
}
.ProfileTabBar_tabContent__BUwB4 {
  animation: ProfileTabBar_fadeIn__LgCCS 0.3s ease;
}
@keyframes ProfileTabBar_fadeIn__LgCCS {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

