.day-group__label {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--color-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: var(--space-4) 0 var(--space-2);
}
.day-group__label:first-child { margin-top: 0; }

.status-pill { display: flex; align-items: center; gap: 4px; }

.fab-add {
  position: fixed;
  right: var(--space-4);
  bottom: calc(var(--nav-height) + var(--space-4));
  width: 52px; height: 52px;
  border-radius: 50%;
  background: var(--color-text);
  color: var(--color-surface);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  border: none;
  z-index: 25;
}
.fab-add svg { width: 24px; height: 24px; }
