.favorites-header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.favorites-count{font-size:.86rem;color:var(--text-muted)}
.favorites-empty{padding:1.2rem;border:1px dashed var(--border);border-radius:12px;background:var(--surface);color:var(--text-muted)}
