
.cash-badge[data-v-60d91fe5] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.cash-badge--sm[data-v-60d91fe5] {
  height: 18px;
  padding: 0 6px;
  font-size: 10px;
}
.cash-badge__icon[data-v-60d91fe5] { font-size: 12px; line-height: 1;
}
.cash-badge--sm .cash-badge__icon[data-v-60d91fe5] { font-size: 11px;
}
.cash-badge--neutral[data-v-60d91fe5]  { background: var(--bg); color: var(--mute); border: 1px solid var(--line);
}
.cash-badge--accent[data-v-60d91fe5]   { background: var(--accent-soft); color: var(--accent-dark);
}
.cash-badge--success[data-v-60d91fe5]  { background: var(--green-soft); color: var(--green-dark);
}
.cash-badge--warning[data-v-60d91fe5]  { background: #fef3c7; color: #92400e;
}
.cash-badge--info[data-v-60d91fe5]     { background: #dbeafe; color: #1e40af;
}
.cash-badge--danger[data-v-60d91fe5]   { background: #fee2e2; color: #991b1b;
}
.cash-badge--solid.cash-badge--accent[data-v-60d91fe5]  { background: var(--accent); color: #fff;
}
.cash-badge--solid.cash-badge--success[data-v-60d91fe5] { background: var(--green); color: #fff;
}
.cash-badge--solid.cash-badge--warning[data-v-60d91fe5] { background: #f59e0b; color: #fff;
}
.cash-badge--solid.cash-badge--info[data-v-60d91fe5]    { background: var(--info); color: #fff;
}
.cash-badge--solid.cash-badge--danger[data-v-60d91fe5]  { background: var(--err); color: #fff;
}
[data-theme="dark"] .cash-badge--warning[data-v-60d91fe5] { background: #3b2f1e; color: #fcd34d;
}
[data-theme="dark"] .cash-badge--info[data-v-60d91fe5]    { background: #1e293b; color: #93c5fd;
}
[data-theme="dark"] .cash-badge--danger[data-v-60d91fe5]  { background: #3b1e1e; color: #fca5a5;
}


.cash-empty[data-v-e36fb6e2] {
  padding: 40px 16px;
  text-align: center;
  color: var(--mute);
}
.cash-empty__icon[data-v-e36fb6e2] {
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--bg);
  color: var(--mute);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.cash-empty__title[data-v-e36fb6e2] {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
}
.cash-empty__sub[data-v-e36fb6e2] {
  margin-top: 4px;
  font-size: 12px;
}

