/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.1.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/.pnpm/next@16.1.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./components/gamification/xp-tracker.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.xp-tracker_xpBarContainer__6qGU7 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
}

.xp-tracker_levelBadge__D8Yi3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.375rem;
  background: linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);
  flex-shrink: 0;
}

.xp-tracker_levelNumber__WOMMA {
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
}

.xp-tracker_xpBarWrapper__Ot76S {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  max-width: 150px;
}

.xp-tracker_xpBar__m7C_a {
  flex: 1;
  height: 0.5rem;
  border-radius: 9999px;
  background: hsl(var(--muted));
  overflow: hidden;
  border: 1px solid hsl(var(--border));
}

.xp-tracker_xpBarFill__T0Crp {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6 0%, #06b6d4 100%);
  transition: width 0.5s ease-in-out;
}

.xp-tracker_xpText__LCQ11 {
  font-size: 0.625rem;
  color: hsl(var(--muted-foreground));
  white-space: nowrap;
  font-weight: 500;
}

.xp-tracker_badgeCount__Y4Kq_ {
  font-size: 1.125rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.xp-tracker_badgeCount__Y4Kq_:hover {
  transform: scale(1.1);
}

.xp-tracker_xpNotification__9aryy {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #3b82f6;
  z-index: 9999;
  pointer-events: none;
  font-size: 0.875rem;
  animation: xp-tracker_notificationFadeIn___MM0Q 0.3s ease-out forwards;
}

.xp-tracker_show__WDmJk {
  animation: xp-tracker_notificationFadeOut__LyUJc 0.3s ease-out 2.7s forwards;
}

@keyframes xp-tracker_notificationFadeIn___MM0Q {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes xp-tracker_notificationFadeOut__LyUJc {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.xp-tracker_notificationContent__fsQ4K {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.xp-tracker_xpAmount__PBWrr {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fbbf24;
}

.xp-tracker_badgeAlert__uEvYH {
  font-size: 0.75rem;
  color: #60a5fa;
}

.xp-tracker_badgePopup__ZKQXA {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  animation: xp-tracker_fadeIn___UctJ 0.3s ease-out;
}

@keyframes xp-tracker_fadeIn___UctJ {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.xp-tracker_badgePopupContent__8tJ4A {
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  border-radius: 1rem;
  padding: 2rem;
  max-width: 20rem;
  text-align: center;
  position: relative;
  animation: xp-tracker_popupBounce__l3hqt 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes xp-tracker_popupBounce__l3hqt {
  0% {
    transform: scale(0) rotate(-10deg);
  }
  50% {
    transform: scale(1.1) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.xp-tracker_badgeIcon__ACEod {
  font-size: 4rem;
  margin-bottom: 1rem;
  animation: xp-tracker_iconFloat__rPhOL 2s ease-in-out infinite;
}

@keyframes xp-tracker_iconFloat__rPhOL {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}

.xp-tracker_badgeName__dxppb {
  font-size: 1.25rem;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin: 0.5rem 0;
}

.xp-tracker_badgeDesc__q_a_P {
  font-size: 0.875rem;
  color: hsl(var(--muted-foreground));
  margin: 0.5rem 0 1rem 0;
}

.xp-tracker_closeBtn__rzSsy {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
  color: hsl(var(--muted-foreground));
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.2s;
}

.xp-tracker_closeBtn__rzSsy:hover {
  color: hsl(var(--foreground));
}

