.PuzzleStatusPopover_popover__oxxKA {
  position: fixed;
  z-index: 1200;
  width: 280px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--primary-alpha-20);
  background: var(--bg-card);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
.PuzzleStatusPopover_panel__ITHRD {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.PuzzleStatusPopover_panelTitle__o4z54 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.PuzzleStatusPopover_metricList__8eAfh {
  margin: 0;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}
.PuzzleStatusPopover_metricRow__XA73n {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
}
.PuzzleStatusPopover_metricRow__XA73n dt {
  margin: 0;
  color: var(--text-secondary);
}
.PuzzleStatusPopover_metricRow__XA73n dd {
  margin: 0;
  font-weight: 600;
  color: var(--text-primary);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.PuzzleStatusPopover_metricRating__Ir3PA {
  color: var(--rank-gold);
}
.PuzzleStatusPopover_metricDifficulty__aCRjs {
  color: var(--primary-light);
}
.PuzzleStatusPopover_metricFun__ZDoHQ {
  color: var(--accent-color);
}
.PuzzleStatusPopover_radarWrap__zVfgW {
  margin-top: 4px;
}
.PuzzleStatusPopover_radarLoading__TybAC {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 14px;
}

.PuzzleListMetric_trigger__Qre2E {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
}
.PuzzleListMetric_triggerCard__X3Lbt {
  font-size: 14px;
}
.PuzzleListMetric_triggerDetail__wOXqn {
  font-size: 16px;
}
.PuzzleListMetric_triggerRating__YydFa {
  color: var(--rank-gold);
  border: 1px solid rgba(var(--rank-gold-rgb), 0.45);
  background: rgba(var(--rank-gold-rgb), 0.12);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  font-weight: 600;
}
.PuzzleListMetric_triggerDifficulty__pQqRO {
  color: var(--primary-light);
  border: 1px solid rgba(var(--primary-rgb), 0.45);
  background: rgba(var(--primary-rgb), 0.12);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  font-weight: 600;
}
.PuzzleListMetric_triggerFun__oXpTS {
  color: var(--accent-color);
  border: 1px solid rgba(var(--accent-rgb), 0.45);
  background: rgba(var(--accent-rgb), 0.12);
  padding: 2px 8px;
  border-radius: var(--radius-sm);
  font-weight: 600;
}
.PuzzleListMetric_triggerValue___02ZQ {
  cursor: pointer;
}
.PuzzleListMetric_triggerMuted__KOnrY {
  cursor: default;
}
.PuzzleListMetric_secondaryBadge__NjIha {
  white-space: nowrap;
}

