.bar-row[data-v-8e399772] {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.bar-row .pct-circle[data-v-8e399772] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  font-size: 12px;
  font-weight: bold;
  color: var(--ion-color-primary);
  border: 2px solid var(--ion-color-primary);
}
.bar-row .pct-circle.below-goal[data-v-8e399772] {
  color: var(--ion-color-warning);
  border-color: var(--ion-color-warning);
}
.frequency-count-card[data-v-8e399772] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid var(--ion-color-secondary);
  border-radius: 8px;
  background-color: var(--ion-background-color);
  min-width: 80px;
}
.frequency-count-card .frequency-count-value[data-v-8e399772] {
  font-size: 20px;
  font-weight: bold;
  color: var(--ion-color-secondary);
  line-height: 1;
  margin-bottom: 2px;
}
.frequency-count-card .frequency-count-label[data-v-8e399772] {
  font-size: 10px;
  color: var(--ion-text-medium);
  margin-bottom: 4px;
  white-space: nowrap;
}
.frequency-count-card .frequency-count-name[data-v-8e399772] {
  font-size: 12px;
  font-weight: 600;
  color: var(--ion-text-color);
}
.chart[data-v-8e399772] {
  height: 100%;
  width: 100%;
  background: transparent;
}
.clickable[data-v-8e399772] {
  cursor: pointer;
  color: var(--ion-text-medium);
}
.clickable[data-v-8e399772]:hover {
  color: var(--ion-color-primary);
}
.np-flex-vertical-center[data-v-8e399772] {
  display: flex;
  align-items: center;
}
.clickable-row[data-v-8e399772] {
  cursor: pointer;
  transition: background-color 0.2s ease;
  border-radius: 4px;
  padding: 4px;
  margin: -4px;
}
.clickable-row[data-v-8e399772]:hover {
  background-color: rgba(var(--ion-color-primary-rgb), 0.08);
}
.drilldown-row[data-v-8e399772] {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px;
  border-radius: 6px;
  background-color: rgba(var(--ion-color-light-rgb), 0.3);
}