.fab-add {
  position: fixed;
  right: 1.25rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom));
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 1030;
}

.chip-select {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip-select .chip {
  cursor: pointer;
  user-select: none;
  padding: 0.5rem 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 999px;
  background: var(--bs-body-bg);
  font-size: 0.95rem;
}

.chip-select .chip.active {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: var(--bs-primary);
}

.chip-select.type-select .chip {
  flex: 1 1 30%;
  text-align: center;
  font-weight: 600;
}

.amount-input {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
}

.progress {
  height: 1.5rem;
}

.stat-card {
  border-radius: 0.75rem;
}

@media (max-width: 576px) {
  .navbar-brand {
    font-size: 1rem;
  }
}
